Use the new use vars feature.
[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.1          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
35         Log: Add a test of its very own for Fcntl.  Hopefully portable.
36      Branch: perl
37            + t/lib/fcntl.t
38            ! MANIFEST
39 ____________________________________________________________________________
40 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
41         Log: Must be trickier for 'minitest' not to die.
42      Branch: perl
43            ! t/op/taint.t
44 ____________________________________________________________________________
45 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
46         Log: Can't declare other people's variables.
47      Branch: perl
48            ! t/lib/b-stash.t
49 ____________________________________________________________________________
50 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
51         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
52      Branch: perl
53            ! doio.c t/op/taint.t
54 ____________________________________________________________________________
55 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
56         Log: The OS/2 variable needs to be declared.
57      Branch: perl
58            ! t/lib/b-stash.t
59 ____________________________________________________________________________
60 [ 10170] By: nick                                  on 2001/05/20  16:48:29
61         Log: Integrate mainline
62      Branch: perlio
63           !> (integrate 41 files)
64 ____________________________________________________________________________
65 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
66         Log: Small perlsec updates: clarify the taintedness of filename
67              globbing; suggest using Scalar::Util::tainted().
68      Branch: perl
69            ! pod/perlsec.pod
70 ____________________________________________________________________________
71 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
72         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
73              From: Dave Mitchell <davem@fdgroup.co.uk>
74              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
75              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
76      Branch: perl
77            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
78            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
79            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
80            ! xsutils.c
81 ____________________________________________________________________________
82 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
83         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
84              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
85              Date: Sat, 19 May 2001 04:08:46 -0400
86              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
87      Branch: perl
88            ! lib/ExtUtils/Mksymlists.pm makedef.pl
89 ____________________________________________________________________________
90 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
91         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
92              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
93              Date: Sat, 19 May 2001 04:30:45 -0400
94              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
95      Branch: perl
96            ! os2/os2.c
97 ____________________________________________________________________________
98 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
99         Log: Subject: [PATCH 5.6.1] build bugs OS/2
100              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
101              Date: Sat, 19 May 2001 04:35:28 -0400
102              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
103      Branch: perl
104            ! os2/Makefile.SHs os2/os2.c
105 ____________________________________________________________________________
106 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
107         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
108              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
109              Date: Sat, 19 May 2001 04:04:23 -0400
110              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
111              
112              (In bleadperl patched b-stash.t instead of b.t)
113      Branch: perl
114            ! t/lib/b-stash.t t/lib/bigfltpm.t
115 ____________________________________________________________________________
116 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
117         Log: Subject: [PATCH 5.6.1] perl5db
118              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
119              Date: Sat, 19 May 2001 03:49:09 -0400
120              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
121      Branch: perl
122            ! lib/perl5db.pl
123 ____________________________________________________________________________
124 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
125         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
126              From: Gisle Aas <gisle@ActiveState.com>
127              Date: 18 May 2001 14:24:51 -0700
128              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
129      Branch: perl
130            ! pp_ctl.c
131 ____________________________________________________________________________
132 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
133         Log: Subject: [PATCH] Chomp should not always stringify
134              From: Gisle Aas <gisle@ActiveState.com>
135              Date: 18 May 2001 07:55:25 -0700
136              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
137      Branch: perl
138            ! doop.c t/op/chop.t
139 ____________________________________________________________________________
140 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
141         Log: Integrate perlio.
142      Branch: perl
143           !> pod/perlfunc.pod
144 ____________________________________________________________________________
145 [ 10159] By: nick                                  on 2001/05/20  09:39:46
146         Log: Document some more of open's features.
147      Branch: perlio
148            ! pod/perlfunc.pod
149 ____________________________________________________________________________
150 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
151         Log: back out change#10153 (it has compatibility issues such as the
152              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
153              benefit for 5.6.x doesn't seem worth the risk)
154      Branch: maint-5.6/perl
155            ! toke.c
156 ____________________________________________________________________________
157 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
158         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
159      Branch: perl
160            ! x2p/s2p.PL
161 ____________________________________________________________________________
162 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
163         Log: Update Changes.
164      Branch: perl
165            ! Changes patchlevel.h
166 ____________________________________________________________________________
167 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
168         Log: Integrate change #10144 from maintperl.
169              
170              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
171      Branch: perl
172           !> win32/config.bc win32/config.gc win32/config.vc
173           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
174 ____________________________________________________________________________
175 [ 10154] By: nick                                  on 2001/05/18  07:23:03
176         Log: Integrate mainline.
177      Branch: perlio
178           +> README.dgux t/lib/i18n-collate.t utils.lst
179           !> (integrate 49 files)
180 ____________________________________________________________________________
181 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
182         Log: Integrate change #7224 from mainline into maintperl.
183              
184              Allow @+ and @- to be doublequoted, from Simon Cozens. 
185              (Approved by Larry, see Tom's comment in 20000830.005.)
186      Branch: maint-5.6/perl
187           !> toke.c
188 ____________________________________________________________________________
189 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
190         Log: Subject: [PATCH bleadperl] small lookbehind fix
191              From: Hugo <hv@crypt.compulink.co.uk>
192              Date: Fri, 18 May 2001 00:07:19 +0100
193              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
194      Branch: perl
195            ! regexec.c
196 ____________________________________________________________________________
197 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
198         Log: Detypos.
199      Branch: perl
200            ! installman utils.lst
201 ____________________________________________________________________________
202 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
203         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
204              in 20001222.001.
205      Branch: perl
206            ! t/lib/glob-basic.t
207 ____________________________________________________________________________
208 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
209         Log: Subject: [PATCH] Test for bug 20010515.004
210              From: Benjamin Sugars <bsugars@canoe.ca>
211              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
212              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
213      Branch: perl
214            ! t/op/misc.t
215 ____________________________________________________________________________
216 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
217         Log: Integrate #10145 from maintperl.
218              
219              fix for ID 20010515.004 (needs test)
220      Branch: perl
221           !> pp_hot.c
222 ____________________________________________________________________________
223 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
224         Log: Thinko noticed by Doug MacEachern.
225      Branch: perl
226            ! thread.h
227 ____________________________________________________________________________
228 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
229         Log: Subject: Re: [PATCH] HERE mark in regex
230              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
231              Date: Thu, 17 May 2001 12:20:33 -0400
232              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
233      Branch: perl
234            ! t/op/re_tests
235 ____________________________________________________________________________
236 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
237         Log: fix for ID 20010515.004 (needs test)
238      Branch: maint-5.6/perl
239            ! pp_hot.c
240 ____________________________________________________________________________
241 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
242         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
243      Branch: maint-5.6/perl
244            ! win32/config.bc win32/config.gc win32/config.vc
245            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
246 ____________________________________________________________________________
247 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
248         Log: Macrofy the getspecific (and use it also in util.c)
249      Branch: perl
250            ! thread.h util.c
251 ____________________________________________________________________________
252 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
253         Log: Use the unchecked thread-specific key fetch also in Tru64.
254      Branch: perl
255            ! thread.h
256 ____________________________________________________________________________
257 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
258         Log: Subject: [PATCH 5.6.1]Quick thread speedup
259              From: Dan Sugalski <dan@sidhe.org> 
260              Date: Wed, 16 May 2001 18:05:19 -0400
261              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
262      Branch: perl
263            ! thread.h util.c
264 ____________________________________________________________________________
265 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
266         Log: I think this is quite enough testing for a deprecated feature.
267      Branch: perl
268            + t/lib/i18n-collate.t
269            ! MANIFEST t/lib/1_compile.t
270 ____________________________________________________________________________
271 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
272         Log: More HP-UX lore from Jeff Okamoto.
273      Branch: perl
274            ! README.hpux
275 ____________________________________________________________________________
276 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
277         Log: Sort utils.lst for easier maintenance.
278      Branch: perl
279            ! utils.lst
280 ____________________________________________________________________________
281 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
282         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
283              From: Tim Jenness <t.jenness@jach.hawaii.edu>
284              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
285              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
286              
287              Add pod2latex to utils.lst.
288      Branch: perl
289            ! MANIFEST utils.lst
290 ____________________________________________________________________________
291 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
292         Log: Subject: Re: [PATCH] HERE mark in regex
293              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
294              Date: Wed, 16 May 2001 13:04:43 -0400
295              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
296      Branch: perl
297            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
298            ! t/op/regmesg.t t/pragma/warn/regcomp
299 ____________________________________________________________________________
300 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
301         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
302              From: Simon Cozens <simon@netthink.co.uk>
303              Date: Wed, 16 May 2001 18:02:08 +0100
304              Message-ID: <20010516180208.A6458@netthink.co.uk>
305      Branch: perl
306            ! installman utils.lst
307 ____________________________________________________________________________
308 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
309         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
310              From: "Philip Newton" <pnewton@gmx.de>
311              Date: Tue, 15 May 2001 15:09:30 +0200
312              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
313              
314              Test case for #10128.
315      Branch: perl
316            ! t/pragma/warn/pp_hot
317 ____________________________________________________________________________
318 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
319         Log: Update Changes.
320      Branch: perl
321            ! Changes patchlevel.h
322 ____________________________________________________________________________
323 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
324         Log: Deprecate pseudo-hashes.
325      Branch: perl
326            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
327 ____________________________________________________________________________
328 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
329         Log: HP-UX hints update from Merijn.
330      Branch: perl
331            ! hints/hpux.sh
332 ____________________________________________________________________________
333 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
334         Log: README.hpux update from Merijn.
335      Branch: perl
336            ! README.hpux
337 ____________________________________________________________________________
338 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
339         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
340              From: Simon Cozens <simon@netthink.co.uk>
341              Date: Wed, 16 May 2001 15:57:55 +0100
342              Message-ID: <20010516155755.A4728@netthink.co.uk>
343      Branch: perl
344            + utils.lst
345            ! MANIFEST installman installperl
346 ____________________________________________________________________________
347 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
348         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
349              From: "Philip Newton" <pnewton@gmx.de>
350              Date: Tue, 15 May 2001 16:31:05 +0200
351              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
352              
353              Fix PERL_Y2KWARN test to check before rather than after appending.
354      Branch: perl
355            ! pp_hot.c
356 ____________________________________________________________________________
357 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
358         Log: Regen Porting stuff.
359      Branch: perl
360            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
361            ! config_h.SH
362 ____________________________________________________________________________
363 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
364         Log: Metaconfig unit change for #10125.
365      Branch: metaconfig
366            ! U/modified/Oldconfig.U
367 ____________________________________________________________________________
368 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
369         Log: Use OSVERS.
370      Branch: perl
371            ! Configure config_h.SH perl.c
372 ____________________________________________________________________________
373 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
374         Log: Regen toc.
375      Branch: perl
376            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
377 ____________________________________________________________________________
378 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
379         Log: Adding the README.dgux to the MANIFEST would be a good idea.
380      Branch: perl
381            ! MANIFEST
382 ____________________________________________________________________________
383 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
384         Log: Move the stack desire definition to thread.h.
385      Branch: perl
386            ! ext/Thread/Thread.xs thread.h
387 ____________________________________________________________________________
388 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
389         Log: DG-UX threading patches, including a README.dgux,
390              from Takis Psarogiannakopoulos.
391      Branch: perl
392            + README.dgux
393            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
394 ____________________________________________________________________________
395 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
396         Log: Subject: [PATCH B::Deparse] More on /x regexes
397              From: Robin Houston <robin@kitsite.com>
398              Date: Tue, 15 May 2001 19:09:35 +0100
399              Message-ID: <20010515190935.A27268@penderel>
400      Branch: perl
401            ! ext/B/B/Deparse.pm
402 ____________________________________________________________________________
403 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
404         Log: Document that the core time() may be rounding rather
405              than truncating, would have saved at least my confusion.
406      Branch: perl
407            ! ext/Time/HiRes/HiRes.pm
408 ____________________________________________________________________________
409 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
410         Log: Subject: perl-current/t/time-hires.t
411              From: John Peacock <jpeacock@rowman.com>
412              Date: Fri, 11 May 2001 14:09:41 -0400
413              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
414      Branch: perl
415            ! t/lib/time-hires.t
416 ____________________________________________________________________________
417 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
418         Log: Subject: [PATCH dump.c] Op private flags
419              From: Simon Cozens <simon@netthink.co.uk>
420              Date: Sun, 13 May 2001 20:20:36 +0100
421              Message-ID: <20010513202036.A21896@netthink.co.uk>
422      Branch: perl
423            ! dump.c
424 ____________________________________________________________________________
425 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
426         Log: Upgrade to Switch 2.03.
427      Branch: perl
428            ! lib/Switch.pm
429 ____________________________________________________________________________
430 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
431         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
432              to PERL_CONFIG_SH and use it consistently.
433      Branch: maint-5.6/perl
434           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
435           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
436           !> myconfig.SH writemain.SH
437 ____________________________________________________________________________
438 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
439         Log: Metaconfig units changes for #10113.
440      Branch: metaconfig
441            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
442 ____________________________________________________________________________
443 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
444         Log: The problem described in 20010514.031 still wasn't
445              fully cured, there were remnants of $CONFIG when
446              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
447              to avoid future conflicts.
448      Branch: perl
449            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
450            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
451            ! myconfig.SH writemain.SH
452 ____________________________________________________________________________
453 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
454         Log: Half of #10107 got lost.
455      Branch: perl
456            ! ext/B/B/Deparse.pm
457 ____________________________________________________________________________
458 [ 10111] By: nick                                  on 2001/05/15  08:39:14
459         Log: Integrate mainline.
460      Branch: perlio
461           +> ext/POSIX/hints/uts.pl
462            - Todo Todo-5.6 t/camel-III/vstring.t
463           !> (integrate 48 files)
464 ____________________________________________________________________________
465 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
466         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
467              From: Robin Houston <robin@kitsite.com>
468              Date: Mon, 14 May 2001 22:27:08 +0100
469              Message-ID: <20010514222708.A22963@penderel>
470      Branch: perl
471            ! t/TestInit.pm
472 ____________________________________________________________________________
473 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
474         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
475              From: Robin Houston <robin@kitsite.com>
476              Date: Mon, 14 May 2001 22:16:43 +0100
477              Message-ID: <20010514221643.A22437@penderel>
478      Branch: perl
479            ! ext/B/B/Deparse.pm
480 ____________________________________________________________________________
481 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
482         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
483              From: Robin Houston <robin@kitsite.com>
484              Date: Mon, 14 May 2001 22:03:44 +0100
485              Message-ID: <20010514220344.A20643@penderel>
486      Branch: perl
487            ! ext/B/B/Deparse.pm
488 ____________________________________________________________________________
489 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
490         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
491              From: Robin Houston <robin@kitsite.com>
492              Date: Mon, 14 May 2001 22:10:07 +0100
493              Message-ID: <20010514221007.A21118@penderel>
494      Branch: perl
495            ! ext/B/B/Deparse.pm
496 ____________________________________________________________________________
497 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
498         Log: Fix for 20010514.037; substr() didn't invalidate the locale
499              collation magic.
500      Branch: perl
501            ! pp.c
502 ____________________________________________________________________________
503 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
504         Log: Update Changes.
505      Branch: perl
506            ! Changes patchlevel.h
507 ____________________________________________________________________________
508 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
509         Log: Retract #10094.
510      Branch: perl
511            ! lib/Pod/Text.pm
512 ____________________________________________________________________________
513 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
514         Log: Integrate change #10100 from maintperl.
515              
516              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
517              bug ID 20010514.027)
518      Branch: perl
519           !> mg.c pp_ctl.c
520 ____________________________________________________________________________
521 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
522         Log: Document the deprecatedness of suidperl.
523      Branch: perl
524            ! INSTALL pod/perlfaq1.pod
525 ____________________________________________________________________________
526 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
527         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
528              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
529              Date: Mon, 14 May 2001 09:38:59 -0400
530              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
531      Branch: perl
532            ! lib/ExtUtils/MM_Unix.pm
533 ____________________________________________________________________________
534 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
535         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
536              bug ID 20010514.027)
537              
538              TODO: this needs a testsuite addition
539      Branch: maint-5.6/perl
540            ! mg.c pp_ctl.c
541 ____________________________________________________________________________
542 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
543         Log: More DWIMminess for Class::Struct: calling the array or hash
544              accessors only with one argument, an array or a hash reference,
545              sets the underlying array or hash.  This mirrors nicely also
546              the usage in the constructor.
547              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
548      Branch: perl
549            ! lib/Class/Struct.pm t/lib/class-struct.t
550 ____________________________________________________________________________
551 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
552         Log: Reference cmp'ing should go through the whole stringification
553              process shebang, as pointed out by Sarathy in #10091.
554      Branch: perl
555            ! pp.c
556 ____________________________________________________________________________
557 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
558         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
559              From: Simon Cozens <simon@netthink.co.uk>
560              Date: Sat, 12 May 2001 16:36:27 +0100
561              Message-ID: <20010512163627.A5522@netthink.co.uk>
562              
563              with some additions salvaged from Todo and Todo-5.6 before
564              retiring them.
565      Branch: perl
566            - Todo Todo-5.6
567            ! MANIFEST pod/perltodo.pod
568 ____________________________________________________________________________
569 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
570         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
571              From: "Golubev I. N." <gin@mo.msk.ru>
572              Date: Mon, 07 May 2001 14:33:34 (GMT)
573              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
574      Branch: perl
575            ! perl.h
576 ____________________________________________________________________________
577 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
578         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
579              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
580              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
581              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
582      Branch: perl
583            ! lib/ExtUtils/MM_Unix.pm
584 ____________________________________________________________________________
585 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
586         Log: (Retracted by #10104.)
587              
588              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
589              From: barries <barries@slaysys.com>
590              Date: Sat, 12 May 2001 01:28:10 -0400
591              Message-ID: <20010512012810.B26358@jester.slaysys.com>
592      Branch: perl
593            ! lib/Pod/Text.pm
594 ____________________________________________________________________________
595 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
596         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
597              From: Mike Guy <mjtg@cam.ac.uk>
598              Date: Sat, 12 May 2001 19:24:33 +0100
599              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
600      Branch: perl
601            ! lib/AutoSplit.pm
602 ____________________________________________________________________________
603 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
604         Log: Yet another HP-UX hints tweak from Merijn.
605      Branch: perl
606            ! hints/hpux.sh
607 ____________________________________________________________________________
608 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
609         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
610              isn't defined (changes#9366,9368,9370 from mainline without the
611              pp_scmp() change)
612      Branch: maint-5.6/perl
613            ! pp.c pp.h pp_hot.c
614 ____________________________________________________________________________
615 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
616         Log: The sorting seems to happen now automatically.
617      Branch: perl
618            ! t/lib/glob-basic.t
619 ____________________________________________________________________________
620 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
621         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
622              From: Benjamin Sugars <bsugars@canoe.ca>
623              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
624              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
625      Branch: perl
626            ! pod/perlfunc.pod
627 ____________________________________________________________________________
628 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
629         Log: Subject: Re: undef(&foo) does not work for XS functions
630              From: Doug MacEachern <dougm@covalent.net>
631              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
632              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
633      Branch: perl
634            ! op.c
635 ____________________________________________________________________________
636 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
637         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
638              From: Peter Prymmer <pvhp@forte.com>
639              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
640              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
641      Branch: perl
642            ! t/op/append.t
643 ____________________________________________________________________________
644 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
645         Log: Update Changes.
646      Branch: perl
647            ! Changes patchlevel.h
648 ____________________________________________________________________________
649 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
650         Log: Remove the 'asciir' re subpragma.  Should instead implement
651              the 'physical vs logical' range scheme:
652              
653              \xAA-\xCC is a native physical range, you want that range of
654              codepoints in your native encoding.  In EBCDIC the codepoints
655              in the gaps (between i-j and r-s) should be included.
656              
657              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
658              codepoints in Unicode.
659              
660              a-z is a logical range, you want that range of 'logical' codepoints
661              in your native encoding.  In EBCDIC the codepoints in the gaps
662              (between i-j and r-s) should not be included.
663              
664              Mixed cases (a-\xAA, etc) should either be errors, or maybe
665              the 'logical' endpoints should be converted to native/Unicode
666              codepoints, and the range handled as a physical range.
667              
668              'Logical endpoints' are to be recognized only in the A-Z, a-z,
669              and 0-9 ranges.  Probably a warning should be given for mixed
670              cases like A-z or a-9 (since such expressions are encoding
671              dependent), with a recommendation to use physical ranges.
672      Branch: perl
673            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
674            ! t/op/regexp.t
675 ____________________________________________________________________________
676 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
677         Log: Make the test to cleanup the test directory tree
678              both before and after the testing so that we always
679              have a clean slate to work with.
680      Branch: perl
681            ! t/lib/filefind.t
682 ____________________________________________________________________________
683 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
684         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
685              From: Jon Eveland <jweveland@yahoo.com>
686              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
687              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
688      Branch: perl
689            ! pod/perlfunc.pod
690 ____________________________________________________________________________
691 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
692         Log: Merge the camel-III/vstring.t with op/ver.t.
693      Branch: perl
694            - t/camel-III/vstring.t
695            ! MANIFEST t/TEST t/harness t/op/ver.t
696 ____________________________________________________________________________
697 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
698         Log: Add test.deparse make target.
699      Branch: perl
700            ! Makefile.SH
701 ____________________________________________________________________________
702 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
703         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
704              From: Robin Houston <robin@kitsite.com>
705              Date: Fri, 11 May 2001 12:02:22 +0100
706              Message-ID: <20010511120222.A11529@penderel>
707      Branch: perl
708            ! ext/B/B/Deparse.pm t/op/method.t
709 ____________________________________________________________________________
710 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
711         Log: A nicely working combination for UTS from Hal Morris.
712      Branch: perl
713            + ext/POSIX/hints/uts.pl
714            ! MANIFEST hints/uts.sh
715 ____________________________________________________________________________
716 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
717         Log: i_ieeefp=undef for UTS.
718      Branch: perl
719            ! hints/uts.sh
720 ____________________________________________________________________________
721 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
722         Log: Subject: RE: rand(0) is rand(1)
723              From: Larry Shatzer <lshatzer@islanddata.com>
724              Date: Thu, 10 May 2001 11:09:27 -0700
725              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
726      Branch: perl
727            ! pod/perlfunc.pod
728 ____________________________________________________________________________
729 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
730         Log: Subject: [patch] make op_{clear,null} public
731              From: Doug MacEachern <dougm@covalent.net>
732              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
733              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
734      Branch: perl
735            ! embed.h embed.pl op.c proto.h
736 ____________________________________________________________________________
737 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
738         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
739              From: Robin Houston <robin@kitsite.com>
740              Date: Thu, 10 May 2001 18:54:59 +0100
741              Message-ID: <20010510185459.A5995@penderel>
742      Branch: perl
743            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
744 ____________________________________________________________________________
745 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
746         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
747              From: Robin Houston <robin@kitsite.com>
748              Date: Thu, 10 May 2001 12:56:39 +0100
749              Message-ID: <20010510125639.A2119@penderel>
750      Branch: perl
751            ! ext/B/B/Deparse.pm
752 ____________________________________________________________________________
753 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
754         Log: Retract #10070, not ready yet.
755      Branch: perl
756            ! ext/B/B/Deparse.pm
757 ____________________________________________________________________________
758 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
759         Log: The metaconfig unit change for #10071.
760      Branch: metaconfig
761            ! U/modified/mallocsrc.U
762 ____________________________________________________________________________
763 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
764         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
765      Branch: perl
766            ! Configure
767 ____________________________________________________________________________
768 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
769         Log: (Retracted by #10073)
770              
771              Subject: Re: [PATCH t/TEST] B::Deparse tester 
772              From: Hugo <hv@crypt.compulink.co.uk>
773              Date: Thu, 10 May 2001 05:48:09 +0100
774              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
775      Branch: perl
776            ! ext/B/B/Deparse.pm
777 ____________________________________________________________________________
778 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
779         Log: Add a for(func()) test.
780      Branch: perl
781            ! t/cmd/for.t
782 ____________________________________________________________________________
783 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
784         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
785              From: Robin Houston <robin@kitsite.com>
786              Date: Thu, 10 May 2001 13:50:08 +0100
787              Message-ID: <20010510135008.A2454@penderel>
788      Branch: perl
789            ! ext/B/B/Deparse.pm
790 ____________________________________________________________________________
791 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
792         Log: A thinko in #10065.
793      Branch: perl
794            ! hv.c
795 ____________________________________________________________________________
796 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
797         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
798              From: Robin Houston <robin@kitsite.com>
799              Date: Thu, 10 May 2001 02:10:34 +0100
800              Message-ID: <20010510021034.A19421@penderel>
801      Branch: perl
802            ! ext/B/B.xs ext/B/B/Deparse.pm
803 ____________________________________________________________________________
804 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
805         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
806              From: Doug MacEachern <dougm@covalent.net>
807              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
808              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
809      Branch: perl
810            ! hv.c
811 ____________________________________________________________________________
812 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
813         Log: One more workaround for the UTS compiler from Hal Morris.
814      Branch: perl
815            ! perl.h
816 ____________________________________________________________________________
817 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
818         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
819              From: Robin Houston <robin@kitsite.com>
820              Date: Thu, 10 May 2001 01:02:08 +0100
821              Message-ID: <20010510010208.A18200@penderel>
822      Branch: perl
823            ! ext/B/B/Debug.pm
824 ____________________________________________________________________________
825 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
826         Log: Subject: [PATCH] Simplify deb_curcv() a bit
827              From: Benjamin Sugars <bsugars@canoe.ca>
828              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
829              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
830      Branch: perl
831            ! run.c
832 ____________________________________________________________________________
833 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
834         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
835              From: Benjamin Sugars <bsugars@canoe.ca>
836              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
837              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
838      Branch: perl
839            ! t/lib/io_scalar.t
840 ____________________________________________________________________________
841 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
842         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
843              From: Peter Prymmer <pvhp@forte.com>
844              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
845              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
846      Branch: perl
847            ! t/lib/md5-file.t
848 ____________________________________________________________________________
849 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
850         Log: Subject: [PATCH t/TEST] B::Deparse tester
851              From: Robin Houston <robin@kitsite.com>
852              Date: Wed, 9 May 2001 19:17:50 +0100
853              Message-ID: <20010509191750.A16940@penderel>
854      Branch: perl
855            ! ext/B/O.pm t/TEST
856 ____________________________________________________________________________
857 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
858         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
859              From: Jeff Pinyan <jeffp@crusoe.net>
860              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
861              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
862      Branch: perl
863            ! lib/Pod/Html.pm
864 ____________________________________________________________________________
865 [ 10057] By: nick                                  on 2001/05/09  18:37:56
866         Log: Integrate mainline.
867      Branch: perlio
868           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
869           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
870 ____________________________________________________________________________
871 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
872         Log: Update Changes.
873      Branch: perl
874            ! Changes patchlevel.h
875 ____________________________________________________________________________
876 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
877         Log: Integrate perlio.
878      Branch: perl
879           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
880 ____________________________________________________________________________
881 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
882         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
883              From: Benjamin Sugars <bsugars@canoe.ca>
884              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
885              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
886      Branch: perl
887            ! perlio.c
888 ____________________________________________________________________________
889 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
890         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
891              From: Benjamin Sugars <bsugars@canoe.ca>
892              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
893              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
894      Branch: perl
895            ! ext/PerlIO/Scalar/Scalar.xs
896 ____________________________________________________________________________
897 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
898         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
899              From: Jeff Pinyan <jeffp@crusoe.net>
900              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
901              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
902      Branch: perl
903            ! lib/Pod/Html.pm
904 ____________________________________________________________________________
905 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
906         Log: EPOC tweak from Olaf Flebbe.
907      Branch: perl
908            ! epoc/epocish.h
909 ____________________________________________________________________________
910 [ 10050] By: nick                                  on 2001/05/09  14:37:57
911         Log: win32, regen_config_h
912      Branch: perlio
913            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
914 ____________________________________________________________________________
915 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
916         Log: Integrate perlio.
917      Branch: perl
918           !> pp_sys.c
919 ____________________________________________________________________________
920 [ 10048] By: nick                                  on 2001/05/09  11:59:50
921         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
922              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
923      Branch: perlio
924            ! pp_sys.c
925 ____________________________________________________________________________
926 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
927         Log: Integrate perlio.
928      Branch: perl
929           !> run.c
930 ____________________________________________________________________________
931 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
932         Log: Subject: Re: Less warnings during configure
933              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
934              Date: Wed, 09 May 2001 13:12:49 +0200
935              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
936      Branch: perl
937            ! hints/hpux.sh
938 ____________________________________________________________________________
939 [ 10045] By: nick                                  on 2001/05/09  09:56:59
940         Log: MULTIPLICITY/DEBUGGING build fix.
941      Branch: perlio
942            ! run.c
943 ____________________________________________________________________________
944 [ 10044] By: nick                                  on 2001/05/09  09:46:37
945         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
946      Branch: perlio
947           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
948            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
949           !> (integrate 65 files)
950 ____________________________________________________________________________
951 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
952         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
953              From: Robin Houston <robin@kitsite.com>
954              Date: Tue, 8 May 2001 19:38:00 +0100
955              Message-ID: <20010508193800.A4389@penderel>
956              
957              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
958              From: Robin Houston <robin@kitsite.com>
959              Date: Tue, 8 May 2001 20:03:57 +0100
960              Message-ID: <20010508200357.A4614@penderel>
961              
962              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
963              From: Robin Houston <robin@kitsite.com>
964              Date: Wed, 9 May 2001 00:12:05 +0100
965              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
966      Branch: perl
967            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
968 ____________________________________________________________________________
969 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
970         Log: Retract #10031.
971      Branch: perl
972            ! pod/perlfunc.pod
973 ____________________________________________________________________________
974 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
975         Log: The metaconfig unit changes for #10040.
976      Branch: metaconfig/U/perl
977            ! Checkcc.U d_dlsymun.U dlsrc.U
978 ____________________________________________________________________________
979 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
980         Log: The Configure half of
981              
982              Subject: Less warnings during configure
983              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
984              Date: Tue, 08 May 2001 08:44:02 +0200
985              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
986      Branch: perl
987            ! Configure
988 ____________________________________________________________________________
989 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
990         Log: Subject: Less warnings during configure
991              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
992              Date: Tue, 08 May 2001 08:44:02 +0200
993              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
994      Branch: perl
995            ! hints/hpux.sh
996 ____________________________________________________________________________
997 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
998         Log: Don't forget to whine about \d__\d.
999      Branch: perl
1000            ! t/pragma/warn/toke toke.c
1001 ____________________________________________________________________________
1002 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
1003         Log: Allow underscores also in the exponent part.
1004      Branch: perl
1005            ! t/pragma/warn/toke toke.c
1006 ____________________________________________________________________________
1007 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
1008         Log: CodeMagicCD doesn't look like an *I*DE.
1009      Branch: perl
1010            ! pod/perlfaq3.pod
1011 ____________________________________________________________________________
1012 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
1013         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
1014              to be consistently down).
1015      Branch: perl
1016            ! pod/perlfaq3.pod
1017 ____________________________________________________________________________
1018 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
1019         Log: Upgrade to Text::Balanced 1.84.
1020      Branch: perl
1021            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
1022 ____________________________________________________________________________
1023 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
1024         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
1025              From: Benjamin Sugars <bsugars@canoe.ca>
1026              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
1027              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
1028      Branch: perl
1029            ! run.c
1030 ____________________________________________________________________________
1031 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
1032         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
1033              From: Peter Prymmer <pvhp@forte.com>
1034              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
1035              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
1036      Branch: perl
1037            ! t/pod/plainer.t
1038 ____________________________________________________________________________
1039 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
1040         Log: (Retracted by #10042)
1041              
1042              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
1043              From: "Philip Newton" <pnewton@gmx.de>
1044              Date: Tue, 8 May 2001 09:18:10 +0200
1045              Message-ID: <3AF7B9D2.28861.603732@localhost>
1046      Branch: perl
1047            ! pod/perlfunc.pod
1048 ____________________________________________________________________________
1049 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
1050         Log: Subject: [PATCH B::Deparse] Document known bugs
1051              From: Robin Houston <robin@kitsite.com>
1052              Date: Tue, 8 May 2001 01:53:34 +0100
1053              Message-ID: <20010508015334.A32394@penderel>
1054      Branch: perl
1055            ! ext/B/B/Deparse.pm
1056 ____________________________________________________________________________
1057 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
1058         Log: Subject: Re: Perl book, magazine and website updates.
1059              From: "Philip Newton" <pnewton@gmx.de>
1060              Date: Mon, 7 May 2001 17:03:58 +0200
1061              Message-ID: <3AF6D57E.5387.1E29930@localhost>
1062      Branch: perl
1063            ! pod/perlfaq2.pod
1064 ____________________________________________________________________________
1065 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
1066         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
1067              From: Peter Prymmer <pvhp@forte.com>
1068              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
1069              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
1070      Branch: perl
1071            ! t/io/fflush.t
1072 ____________________________________________________________________________
1073 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
1074         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
1075              From: Robin Houston <robin@kitsite.com>
1076              Date: Tue, 8 May 2001 01:14:55 +0100
1077              Message-ID: <20010508011455.A32162@penderel>
1078      Branch: perl
1079            ! ext/B/B/Deparse.pm
1080 ____________________________________________________________________________
1081 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
1082         Log: Typo in #10025.
1083      Branch: perl
1084            ! hints/uts.sh
1085 ____________________________________________________________________________
1086 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
1087         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
1088      Branch: perl
1089            ! hints/uts.sh
1090 ____________________________________________________________________________
1091 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
1092         Log: Subject: Re: [ID 20010506.045] question about hash syntax
1093              From: Peter Scott <Peter@PSDT.com>
1094              Date: Sun, 06 May 2001 13:10:40 -0700
1095              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
1096      Branch: perl
1097            ! pod/perl56delta.pod
1098 ____________________________________________________________________________
1099 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
1100         Log: Configure should figure out the list of dynamic extensions
1101              just fine in UTS-- and in fact it does, as reported by Hal Morris.
1102      Branch: perl
1103            ! hints/uts.sh
1104 ____________________________________________________________________________
1105 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
1106         Log: Update Changes.
1107      Branch: perl
1108            ! Changes patchlevel.h
1109 ____________________________________________________________________________
1110 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
1111         Log: Subject: [PATCH regcomp.c] Insecure regexes
1112              From: Robin Houston <robin@kitsite.com>
1113              Date: Mon, 7 May 2001 21:56:12 +0100
1114              Message-ID: <20010507215612.A31114@penderel>
1115      Branch: perl
1116            ! regcomp.c
1117 ____________________________________________________________________________
1118 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
1119         Log: Drop the foobar.perl.com references for now until Simon
1120              gets them sorted out.
1121      Branch: perl
1122            ! pod/perlfaq2.pod
1123 ____________________________________________________________________________
1124 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
1125         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
1126              From: Prymmer/Kahn <pvhp@best.com>
1127              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
1128              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
1129      Branch: perl
1130            ! lib/Devel/SelfStubber.pm
1131 ____________________________________________________________________________
1132 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
1133         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
1134              From: Prymmer/Kahn <pvhp@best.com>
1135              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
1136              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
1137      Branch: perl
1138            ! win32/Makefile
1139 ____________________________________________________________________________
1140 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
1141         Log: s/WebTechnique's/WebTechniques/
1142      Branch: perl
1143            ! pod/perlfaq2.pod
1144 ____________________________________________________________________________
1145 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
1146         Log: Llama 3 updates from Randal.
1147      Branch: perl
1148            ! pod/perlfaq2.pod
1149 ____________________________________________________________________________
1150 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
1151         Log: Subject: [PATCH] Help -Dt show correct pad variables
1152              From: Benjamin Sugars <ben.sugars@home.com>
1153              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
1154              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
1155      Branch: perl
1156            ! embed.h embed.pl proto.h run.c
1157 ____________________________________________________________________________
1158 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
1159         Log: Subject: [PATCH] Document C<our $foo : shared>
1160              From: Benjamin Sugars <ben.sugars@home.com>
1161              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
1162              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
1163      Branch: perl
1164            ! pod/perlfunc.pod
1165 ____________________________________________________________________________
1166 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
1167         Log: Subject: [PATCH B::Deparse] undefined folded constants
1168              From: Robin Houston <robin@kitsite.com>
1169              Date: Sun, 6 May 2001 17:19:09 +0100
1170              Message-ID: <20010506171909.A7046@penderel>
1171      Branch: perl
1172            ! ext/B/B/Deparse.pm
1173 ____________________________________________________________________________
1174 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
1175         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
1176              From: Robin Houston <robin@kitsite.com>
1177              Message-ID: <20010506164654.A6848@penderel>
1178              Date: Sun, 6 May 2001 16:46:54 +0100
1179      Branch: perl
1180            ! ext/B/B/Deparse.pm
1181 ____________________________________________________________________________
1182 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
1183         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
1184              From: Robin Houston <robin@kitsite.com>
1185              Date: Sun, 6 May 2001 14:47:02 +0100
1186              Message-ID: <20010506144702.A6308@penderel>
1187      Branch: perl
1188            ! t/op/my_stash.t
1189 ____________________________________________________________________________
1190 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
1191         Log: Subject: Perl book, magazine and website updates.
1192              From: Simon Cozens <simon@netthink.co.uk>
1193              Date: Sun, 6 May 2001 16:55:36 +0100
1194              Message-ID: <20010506165536.A1795@netthink.co.uk>
1195      Branch: perl
1196            ! pod/perlbook.pod pod/perlfaq2.pod
1197 ____________________________________________________________________________
1198 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
1199         Log: Tweaks on the Tru64 prof options.
1200      Branch: perl
1201            ! pod/perlhack.pod
1202 ____________________________________________________________________________
1203 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
1204         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
1205              From: Robin Houston <robin@kitsite.com>
1206              Date: Sun, 6 May 2001 14:40:51 +0100
1207              Message-ID: <20010506144051.A6279@penderel>
1208      Branch: perl
1209            ! t/pod/testp2pt.pl
1210 ____________________________________________________________________________
1211 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
1212         Log: Subject: [PATCH B::Deparse] scoping
1213              From: Robin Houston <robin@kitsite.com>
1214              Date: Sun, 6 May 2001 14:36:56 +0100
1215              Message-ID: <20010506143656.A4006@penderel>
1216      Branch: perl
1217            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
1218 ____________________________________________________________________________
1219 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
1220         Log: Document the undefinedness of bitshifting out of range.
1221      Branch: perl
1222            ! pod/perlop.pod
1223 ____________________________________________________________________________
1224 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
1225         Log: Retract #10003 and update the IDE descriptions a bit.
1226      Branch: perl
1227            ! pod/perlfaq3.pod
1228 ____________________________________________________________________________
1229 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
1230         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
1231              From: Prymmer/Kahn <pvhp@best.com>
1232              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
1233              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
1234      Branch: perl
1235            ! win32/Makefile win32/buildext.pl win32/config.bc
1236            ! win32/config.gc win32/config.vc
1237 ____________________________________________________________________________
1238 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
1239         Log: (Retracted by #10005.)
1240      Branch: perl
1241            ! pod/perlfaq3.pod
1242 ____________________________________________________________________________
1243 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
1244         Log: It's "psed", not "sed".
1245      Branch: perl
1246            ! x2p/s2p.PL
1247 ____________________________________________________________________________
1248 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
1249         Log: Update Changes.
1250      Branch: perl
1251            ! Changes patchlevel.h
1252 ____________________________________________________________________________
1253 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
1254         Log: Subject: Re: bleadperl make install fails due to "psed"
1255              From: andreas.koenig@anima.de (Andreas J. Koenig)
1256              Date: 05 May 2001 18:23:28 +0200
1257              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
1258      Branch: perl
1259            ! x2p/Makefile.SH x2p/s2p.PL
1260 ____________________________________________________________________________
1261 [  9999] By: jhi                                   on 2001/05/05  18:28:09
1262         Log: AUTHORS updates.
1263      Branch: perl
1264            ! AUTHORS
1265 ____________________________________________________________________________
1266 [  9998] By: jhi                                   on 2001/05/05  18:16:00
1267         Log: Updates on the pods related to the modules included since 5.6.
1268              
1269              TODO: perltodo really could use major updating.
1270      Branch: perl
1271            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
1272            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
1273            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
1274            ! pod/perlsyn.pod pod/perltodo.pod
1275 ____________________________________________________________________________
1276 [  9997] By: jhi                                   on 2001/05/05  17:35:17
1277         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
1278              from Kurt Skauen.
1279      Branch: perl
1280            + hints/atheos.sh
1281            ! MANIFEST
1282 ____________________________________________________________________________
1283 [  9996] By: jhi                                   on 2001/05/05  17:25:00
1284         Log: Add preemptive #undefs for some of the shorter and more prone
1285              to collision regcomp.h #defines.  (Background: the MASK collided
1286              with a system header #define in Rhapsody.)
1287      Branch: perl
1288            ! regcomp.h
1289 ____________________________________________________________________________
1290 [  9995] By: jhi                                   on 2001/05/05  13:24:21
1291         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
1292              From: Nicholas Clark <nick@ccl4.org>
1293              Date: Sat, 5 May 2001 14:46:39 +0100
1294              Message-ID: <20010505144639.O53513@plum.flirble.org>
1295              
1296              Add a test for the constants (if any) being processed correctly.
1297      Branch: perl
1298            ! utils/h2xs.PL
1299 ____________________________________________________________________________
1300 [  9994] By: jhi                                   on 2001/05/05  02:11:03
1301         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
1302              From: Peter Prymmer <pvhp@forte.com>
1303              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
1304              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
1305      Branch: perl
1306            ! t/lib/b-stash.t
1307 ____________________________________________________________________________
1308 [  9993] By: jhi                                   on 2001/05/05  02:03:49
1309         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
1310              From: Peter Prymmer <pvhp@forte.com>
1311              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
1312              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
1313      Branch: perl
1314            ! perlio.c vms/vmsish.h
1315 ____________________________________________________________________________
1316 [  9992] By: jhi                                   on 2001/05/04  17:21:12
1317         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
1318              From: Robin Barker <rmb1@cise.npl.co.uk>
1319              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
1320              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
1321      Branch: perl
1322            + t/pod/plainer.t
1323            ! MANIFEST
1324 ____________________________________________________________________________
1325 [  9991] By: jhi                                   on 2001/05/04  16:47:45
1326         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
1327              From: Robin Barker <rmb1@cise.npl.co.uk>
1328              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
1329              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
1330      Branch: perl
1331            ! regcomp.c
1332 ____________________________________________________________________________
1333 [  9990] By: jhi                                   on 2001/05/04  14:37:20
1334         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
1335              From: Prymmer/Kahn <pvhp@best.com>
1336              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
1337              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
1338      Branch: perl
1339            ! t/lib/b-stash.t
1340 ____________________________________________________________________________
1341 [  9989] By: jhi                                   on 2001/05/04  14:03:58
1342         Log: Introduce perl572delta, update Todo, add the missing
1343              mention about signal safety since 5.7.1 (though this
1344              requires verification and more details.)
1345      Branch: perl
1346            + pod/perl572delta.pod
1347            ! MANIFEST Todo pod/perl571delta.pod
1348 ____________________________________________________________________________
1349 [  9988] By: jhi                                   on 2001/05/04  12:41:51
1350         Log: Subject: [PATCH perl@9944] long =item
1351              From: Robin Barker <rmb1@cise.npl.co.uk>
1352              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
1353              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
1354      Branch: perl
1355            ! ext/Time/HiRes/HiRes.pm
1356 ____________________________________________________________________________
1357 [  9987] By: jhi                                   on 2001/05/04  12:39:19
1358         Log: The #9901 had removed one line essential for EBCDIC.
1359      Branch: perl
1360            ! regcomp.c
1361 ____________________________________________________________________________
1362 [  9986] By: jhi                                   on 2001/05/04  12:30:23
1363         Log: Subject: cygwin/Makefile.SHs INSTALL patch
1364              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
1365              Date: Mon, 08 Jan 2001 04:59:21 +0200
1366              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
1367      Branch: perl
1368            ! cygwin/Makefile.SHs
1369 ____________________________________________________________________________
1370 [  9985] By: jhi                                   on 2001/05/04  03:51:39
1371         Log: Encode/IO doc tweaks.
1372      Branch: perl
1373            ! ext/Encode/Encode.pm
1374 ____________________________________________________________________________
1375 [  9984] By: jhi                                   on 2001/05/04  03:29:34
1376         Log: Remove GDBM_File from the dynamic extensions for UTS,
1377              GDBM is not a standard feature.
1378      Branch: perl
1379            ! hints/uts.sh
1380 ____________________________________________________________________________
1381 [  9983] By: jhi                                   on 2001/05/04  03:22:59
1382         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
1383      Branch: perl
1384            ! pod/perlretut.pod
1385 ____________________________________________________________________________
1386 [  9982] By: jhi                                   on 2001/05/03  23:21:03
1387         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
1388              From: Benjamin Sugars <bsugars@canoe.ca>
1389              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
1390              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
1391      Branch: perl
1392            ! dump.c
1393 ____________________________________________________________________________
1394 [  9981] By: jhi                                   on 2001/05/03  23:20:05
1395         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
1396              From: Benjamin Sugars <bsugars@canoe.ca>
1397              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
1398              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
1399      Branch: perl
1400            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
1401 ____________________________________________________________________________
1402 [  9980] By: jhi                                   on 2001/05/03  23:15:29
1403         Log: Integrate perlio.
1404      Branch: perl
1405           !> ext/Encode/Encode.pm
1406 ____________________________________________________________________________
1407 [  9979] By: jhi                                   on 2001/05/03  16:54:59
1408         Log: Install psed man page.
1409      Branch: perl
1410            ! installman
1411 ____________________________________________________________________________
1412 [  9978] By: jhi                                   on 2001/05/03  16:45:58
1413         Log: Remove unused files; noted by Sarathy.
1414      Branch: perl
1415            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
1416            ! MANIFEST
1417 ____________________________________________________________________________
1418 [  9977] By: jhi                                   on 2001/05/03  16:42:30
1419         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
1420              From: Andy Dougherty <doughera@lafayette.edu>
1421              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
1422              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
1423      Branch: perl
1424            ! INSTALL
1425 ____________________________________________________________________________
1426 [  9976] By: nick                                  on 2001/05/03  16:40:42
1427         Log: Allow $answer = encode($object,$text); like it says in docs.
1428      Branch: perlio
1429            ! ext/Encode/Encode.pm
1430 ____________________________________________________________________________
1431 [  9975] By: nick                                  on 2001/05/03  16:22:30
1432         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
1433              to be in scope (fair enough), and also a package variable (our) for eval to see it.
1434      Branch: perlio
1435            ! ext/Encode/Encode.pm
1436 ____________________________________________________________________________
1437 [  9974] By: nick                                  on 2001/05/03  15:48:17
1438         Log: Integrate mainline.
1439      Branch: perlio
1440           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
1441           +> t/lib/filter-simple.t t/lib/next.t
1442           !> (integrate 70 files)
1443 ____________________________________________________________________________
1444 [  9973] By: jhi                                   on 2001/05/03  13:09:09
1445         Log: Update Changes.
1446      Branch: perl
1447            ! Changes patchlevel.h
1448 ____________________________________________________________________________
1449 [  9972] By: jhi                                   on 2001/05/03  12:58:33
1450         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
1451              From: Prymmer/Kahn <pvhp@best.com>
1452              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
1453              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
1454      Branch: perl
1455            ! t/io/fflush.t
1456 ____________________________________________________________________________
1457 [  9971] By: jhi                                   on 2001/05/03  12:57:26
1458         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
1459              From: Prymmer/Kahn <pvhp@best.com>
1460              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
1461              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
1462      Branch: perl
1463            ! win32/FindExt.pm
1464 ____________________________________________________________________________
1465 [  9970] By: jhi                                   on 2001/05/03  02:42:46
1466         Log: Can't croak sans thread context, from Doug MacEachern.
1467      Branch: perl
1468            ! toke.c
1469 ____________________________________________________________________________
1470 [  9969] By: jhi                                   on 2001/05/03  01:23:48
1471         Log: Subject: Random input test and Perl
1472              From: Ilya Zakharevich <ilya@math.berkeley.edu>
1473              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
1474              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
1475      Branch: perl
1476            ! toke.c
1477 ____________________________________________________________________________
1478 [  9968] By: jhi                                   on 2001/05/02  22:17:21
1479         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
1480              From: Peter Prymmer <pvhp@forte.com>
1481              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
1482              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
1483      Branch: perl
1484            ! pod/perlfunc.pod pod/perlport.pod
1485 ____________________________________________________________________________
1486 [  9967] By: jhi                                   on 2001/05/02  20:12:45
1487         Log: Workaround for UTS compiler casting bug from Hal Morris.
1488      Branch: perl
1489            ! perl.h
1490 ____________________________________________________________________________
1491 [  9966] By: jhi                                   on 2001/05/02  18:31:37
1492         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
1493              From: Dan Sugalski <dan@sidhe.org>
1494              Date: Wed, 02 May 2001 15:23:22 -0400
1495              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
1496      Branch: perl
1497            ! perl.c vms/vms.c
1498 ____________________________________________________________________________
1499 [  9965] By: jhi                                   on 2001/05/02  18:21:29
1500         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
1501      Branch: perl
1502            ! pod/perlfunc.pod
1503 ____________________________________________________________________________
1504 [  9964] By: jhi                                   on 2001/05/02  18:15:01
1505         Log: Document large files in INSTALL, document also the %x
1506              limitation if not use64bitint, closes bug 20010326.007.
1507      Branch: perl
1508            ! INSTALL
1509 ____________________________________________________________________________
1510 [  9963] By: jhi                                   on 2001/05/02  17:24:47
1511         Log: perlmodlib tweaks; regen pods.
1512      Branch: perl
1513            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
1514            ! pod/perltoc.pod
1515 ____________________________________________________________________________
1516 [  9962] By: jhi                                   on 2001/05/02  17:14:00
1517         Log: Fix for a segfault, from Marc Lehmann.
1518      Branch: perl
1519            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
1520 ____________________________________________________________________________
1521 [  9961] By: jhi                                   on 2001/05/02  15:55:53
1522         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
1523              From: "Philip Newton" <pnewton@gmx.de>
1524              Date: Wed, 2 May 2001 18:39:03 +0200
1525              Message-ID: <3AF05447.15525.173B588@localhost>
1526      Branch: perl
1527            ! pod/perlop.pod
1528 ____________________________________________________________________________
1529 [  9960] By: jhi                                   on 2001/05/02  15:35:37
1530         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
1531              From: Dan Sugalski <dan@sidhe.org>
1532              Date: Wed, 02 May 2001 11:37:27 -0400
1533              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
1534      Branch: perl
1535            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
1536            ! thread.h vms/vms.c vms/vmsish.h
1537 ____________________________________________________________________________
1538 [  9959] By: jhi                                   on 2001/05/02  15:21:08
1539         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
1540              From: Benjamin Sugars <bsugars@canoe.ca>
1541              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
1542              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
1543      Branch: perl
1544            ! ext/PerlIO/Scalar/Scalar.xs
1545 ____________________________________________________________________________
1546 [  9958] By: jhi                                   on 2001/05/02  15:15:53
1547         Log: Bug in #9915, spotted by Mike Guy.
1548      Branch: perl
1549            ! installperl
1550 ____________________________________________________________________________
1551 [  9957] By: jhi                                   on 2001/05/02  13:26:01
1552         Log: Add a test for not griping about references as array
1553              indices if the reference has magic in it (overloaded
1554              methods).
1555      Branch: perl
1556            ! pod/perldiag.pod t/pragma/warn/pp_hot
1557 ____________________________________________________________________________
1558 [  9956] By: jhi                                   on 2001/05/02  13:07:01
1559         Log: Retracted a bit too much in #9952.
1560      Branch: perl
1561            ! t/pragma/sub_lval.t
1562 ____________________________________________________________________________
1563 [  9955] By: jhi                                   on 2001/05/02  13:05:38
1564         Log: Test for #9952.
1565      Branch: perl
1566            ! t/op/tie.t
1567 ____________________________________________________________________________
1568 [  9954] By: jhi                                   on 2001/05/02  11:48:18
1569         Log: Additional note on the encoding example: one cannot
1570              convert string constants in-place.
1571      Branch: perl
1572            ! ext/Encode/Encode.pm
1573 ____________________________________________________________________________
1574 [  9953] By: jhi                                   on 2001/05/02  11:43:51
1575         Log: Note that if you have recent enough Perl you already
1576              have Filter::Util::Call.
1577      Branch: perl
1578            ! lib/Filter/Simple.pm
1579 ____________________________________________________________________________
1580 [  9952] By: jhi                                   on 2001/05/02  11:31:53
1581         Log: Retract changes #8254 and #8255, causes coredump in
1582              'tie FH, "main"', reported by Abigail, culprit found by
1583              Benjamin Sugars.  Mirrors maintperl change #9950.
1584      Branch: perl
1585            ! op.c t/pragma/sub_lval.t
1586 ____________________________________________________________________________
1587 [  9951] By: jhi                                   on 2001/05/02  11:14:29
1588         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
1589      Branch: perl
1590            + t/lib/MyFilter.pm
1591 ____________________________________________________________________________
1592 [  9950] By: gsar                                  on 2001/05/02  03:17:11
1593         Log: revert integration of changes#8254,8255 in change#8620 (causes
1594              a coredump in C<tie FH, 'foo'>; the idea itself may need better
1595              rationalization)
1596      Branch: maint-5.6/perl
1597            ! op.c t/pragma/sub_lval.t
1598 ____________________________________________________________________________
1599 [  9949] By: gsar                                  on 2001/05/02  02:56:32
1600         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
1601              
1602              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
1603              
1604              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
1605      Branch: maint-5.6/perl
1606           !> hints/svr5.sh
1607 ____________________________________________________________________________
1608 [  9948] By: gsar                                  on 2001/05/02  02:49:15
1609         Log: pod/find.t breaks on VMS (from Craig Berry)
1610      Branch: maint-5.6/perl
1611            ! t/pod/find.t
1612 ____________________________________________________________________________
1613 [  9947] By: jhi                                   on 2001/05/02  02:43:09
1614         Log: Add an encoding conversion example.
1615      Branch: perl
1616            ! ext/Encode/Encode.pm
1617 ____________________________________________________________________________
1618 [  9946] By: jhi                                   on 2001/05/02  01:34:22
1619         Log: Another coat of paint but still nowhere finished.
1620              Need to decide on the semantics of strptime(): should
1621              strptime() be a function instead of a method?  To do
1622              the week/monthname-strptiming the i18n/l10n bullet needs
1623              to be bitten with gusto.
1624      Branch: perl
1625            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
1626 ____________________________________________________________________________
1627 [  9945] By: jhi                                   on 2001/05/01  23:40:52
1628         Log: Update Changes.
1629      Branch: perl
1630            ! Changes patchlevel.h
1631 ____________________________________________________________________________
1632 [  9944] By: jhi                                   on 2001/05/01  23:33:37
1633         Log: Add known-to-be-tested modules to the list-to-be-skipped.
1634      Branch: perl
1635            ! t/lib/1_compile.t
1636 ____________________________________________________________________________
1637 [  9943] By: jhi                                   on 2001/05/01  23:24:40
1638         Log: Subject: BorlandC++ fix
1639              From: "Vadim Konovalov" <watman@inbox.ru>
1640              Date: Mon, 30 Apr 2001 20:12:26 -0700
1641              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
1642      Branch: perl
1643            ! win32/makefile.mk
1644 ____________________________________________________________________________
1645 [  9942] By: jhi                                   on 2001/05/01  23:18:02
1646         Log: Update to Filter::Simple 0.60, create a test for it.
1647      Branch: perl
1648            + t/lib/filter-simple.t
1649            ! MANIFEST lib/Filter/Simple.pm
1650 ____________________________________________________________________________
1651 [  9941] By: jhi                                   on 2001/05/01  19:47:24
1652         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
1653              From: Hugo <hv@crypt.compulink.co.uk>
1654              Date: Tue, 01 May 2001 20:12:20 +0100
1655              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
1656      Branch: perl
1657            ! pp_hot.c t/op/re_tests
1658 ____________________________________________________________________________
1659 [  9940] By: jhi                                   on 2001/05/01  19:42:16
1660         Log: Integrate perlio.
1661      Branch: perl
1662           !> lib/base.pm t/lib/fields.t
1663 ____________________________________________________________________________
1664 [  9939] By: jhi                                   on 2001/05/01  19:39:51
1665         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
1666              From: Benjamin Sugars <bsugars@canoe.ca>
1667              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
1668              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
1669      Branch: perl
1670            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
1671 ____________________________________________________________________________
1672 [  9938] By: jhi                                   on 2001/05/01  19:34:09
1673         Log: Add NEXT, a pseudo-class for method redispatching.
1674              <Damian>NEXT.pm probably offers more bang-for-buck
1675              than anything else I've ever written.</Damian>
1676      Branch: perl
1677            + lib/NEXT.pm t/lib/next.t
1678            ! MANIFEST
1679 ____________________________________________________________________________
1680 [  9937] By: jhi                                   on 2001/05/01  19:21:41
1681         Log: Update to Switch 2.02.
1682      Branch: perl
1683            ! lib/Switch.pm t/lib/switch.t
1684 ____________________________________________________________________________
1685 [  9936] By: nick                                  on 2001/05/01  19:09:21
1686         Log: Fix for base.pm clobbering $VERSION
1687      Branch: perlio
1688            ! lib/base.pm
1689 ____________________________________________________________________________
1690 [  9935] By: nick                                  on 2001/05/01  18:54:38
1691         Log: Test for base.pm clobbering $VERSION.
1692      Branch: perlio
1693            ! t/lib/fields.t
1694 ____________________________________________________________________________
1695 [  9934] By: jhi                                   on 2001/05/01  18:39:10
1696         Log: Add information about Scalar::Util::blessed.
1697      Branch: perl
1698            ! pod/perlobj.pod
1699 ____________________________________________________________________________
1700 [  9933] By: jhi                                   on 2001/05/01  18:33:51
1701         Log: Subject: Extra UNIVERSAL documentation
1702              From: Mike Guy <mjtg@cam.ac.uk>
1703              Date: Tue, 01 May 2001 20:12:11 +0100
1704              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
1705      Branch: perl
1706            ! pod/perlobj.pod
1707 ____________________________________________________________________________
1708 [  9932] By: jhi                                   on 2001/05/01  18:26:54
1709         Log: Subject: Autoflush in tests as appropriate
1710              From: Mike Guy <mjtg@cam.ac.uk>
1711              Date: Tue, 01 May 2001 20:05:31 +0100
1712              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
1713      Branch: perl
1714            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
1715            ! t/op/taint.t
1716 ____________________________________________________________________________
1717 [  9931] By: jhi                                   on 2001/05/01  18:02:29
1718         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
1719              From: Benjamin Sugars <bsugars@canoe.ca>
1720              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
1721              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
1722      Branch: perl
1723            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
1724 ____________________________________________________________________________
1725 [  9930] By: jhi                                   on 2001/05/01  15:12:26
1726         Log: Subject: Re: Finally got a round tuit
1727              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1728              Date: Tue, 01 May 2001 14:14:10 +0200
1729              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
1730              
1731              The -DP part, slightly modified.
1732      Branch: perl
1733            ! perl.c
1734 ____________________________________________________________________________
1735 [  9929] By: jhi                                   on 2001/05/01  14:17:15
1736         Log: Subject: Re: Finally got a round tuit
1737              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1738              Date: Tue, 01 May 2001 16:34:06 +0200
1739              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
1740              
1741              cpp and optimization tweaks for HP-UX.
1742      Branch: perl
1743            ! hints/hpux.sh
1744 ____________________________________________________________________________
1745 [  9928] By: jhi                                   on 2001/05/01  13:24:20
1746         Log: Tune the scan_num() comments to reality.
1747      Branch: perl
1748            ! toke.c
1749 ____________________________________________________________________________
1750 [  9927] By: jhi                                   on 2001/05/01  13:14:01
1751         Log: Subject: [PATCH B::Deparse] optimised sort
1752              From: Robin Houston <robin@kitsite.com>
1753              Date: Tue, 1 May 2001 14:07:12 +0100
1754              Message-ID: <20010501140712.A4266@penderel>
1755      Branch: perl
1756            ! ext/B/B/Deparse.pm
1757 ____________________________________________________________________________
1758 [  9926] By: jhi                                   on 2001/05/01  13:10:53
1759         Log: Subject: [PATCH t/lib/b-deparse.t] 
1760              From: Robin Houston <robin@kitsite.com>
1761              Date: Tue, 1 May 2001 13:37:42 +0100
1762              Message-ID: <20010501133742.A4082@penderel>
1763      Branch: perl
1764            ! t/lib/b-deparse.t
1765 ____________________________________________________________________________
1766 [  9925] By: jhi                                   on 2001/05/01  13:10:13
1767         Log: Subject: [PATCH B::Deparse] for(;;), sort
1768              From: Robin Houston <robin@kitsite.com>
1769              Date: Tue, 1 May 2001 13:35:00 +0100
1770              Message-ID: <20010501133500.A4061@penderel>
1771      Branch: perl
1772            ! ext/B/B/Deparse.pm
1773 ____________________________________________________________________________
1774 [  9924] By: jhi                                   on 2001/05/01  13:09:22
1775         Log: Subject: [PATCH B::Deparse] do, warn, use
1776              From: Robin Houston <robin@kitsite.com>
1777              Date: Tue, 1 May 2001 13:31:03 +0100
1778              Message-ID: <20010501133103.A4041@penderel>
1779      Branch: perl
1780            ! ext/B/B/Deparse.pm
1781 ____________________________________________________________________________
1782 [  9923] By: jhi                                   on 2001/05/01  11:45:36
1783         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
1784              From: Benjamin Sugars <ben.sugars@home.com>
1785              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
1786              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
1787      Branch: perl
1788            + t/io/fflush.t
1789            ! MANIFEST
1790 ____________________________________________________________________________
1791 [  9922] By: jhi                                   on 2001/05/01  11:35:42
1792         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
1793              From: Peter Prymmer <pvhp@forte.com>
1794              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
1795              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
1796      Branch: perl
1797            ! t/lib/selfstubber.t
1798 ____________________________________________________________________________
1799 [  9921] By: jhi                                   on 2001/04/30  16:34:33
1800         Log: Subject: [PATCH B::Concise] suppress warning
1801              From: Robin Houston <robin@kitsite.com>
1802              Date: Mon, 30 Apr 2001 16:09:49 +0100
1803              Message-ID: <20010430160949.A25086@penderel>
1804      Branch: perl
1805            ! ext/B/B/Concise.pm
1806 ____________________________________________________________________________
1807 [  9920] By: jhi                                   on 2001/04/30  13:56:04
1808         Log: Strip the *markers* from #9919.
1809      Branch: perl
1810            ! pod/perlfaq.pod pod/perlfaq5.pod
1811 ____________________________________________________________________________
1812 [  9919] By: jhi                                   on 2001/04/30  13:54:04
1813         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
1814              From: Gwyn Judd <b.judd@xtra.co.nz>
1815              Date: Sun, 29 Apr 2001 01:47:49 +1200
1816              Message-ID: <20010429014749.A4418@thislove>
1817      Branch: perl
1818            ! pod/perlfaq.pod pod/perlfaq5.pod
1819 ____________________________________________________________________________
1820 [  9918] By: jhi                                   on 2001/04/30  13:13:54
1821         Log: More_tweakage.
1822      Branch: perl
1823            ! pod/perldata.pod pod/perldiag.pod
1824 ____________________________________________________________________________
1825 [  9917] By: jhi                                   on 2001/04/30  13:01:27
1826         Log: Update Changes.
1827      Branch: perl
1828            ! Changes patchlevel.h
1829 ____________________________________________________________________________
1830 [  9916] By: jhi                                   on 2001/04/30  12:57:03
1831         Log: T_w_e_a_k_a_g_e.
1832      Branch: perl
1833            ! pod/perldata.pod pod/perldiag.pod
1834 ____________________________________________________________________________
1835 [  9915] By: jhi                                   on 2001/04/30  12:39:29
1836         Log: Install s2p also as psed.
1837              
1838              TODO: psed documentation?
1839      Branch: perl
1840            ! installperl
1841 ____________________________________________________________________________
1842 [  9914] By: jhi                                   on 2001/04/30  12:29:21
1843         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
1844              From: Jens Hamisch <jens@Strawberry.COM>
1845              Date: Fri, 27 Apr 2001 17:00:36 +0200
1846              Message-ID: <20010427170036.K1372@Strawberry.COM>
1847              
1848              SOCKS5_VERSION_NAME is the right symbol to detect
1849              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
1850              function called socks5_init() is available, and even that is
1851              not universal, most SOCKS5 installations use SOCKSinit()).
1852      Branch: perl
1853            ! perlio.c
1854 ____________________________________________________________________________
1855 [  9913] By: jhi                                   on 2001/04/30  12:22:15
1856         Log: Allow a zero timeout on IO::Socket accept and connect--
1857              though one really shouldn't do that.  Based on
1858              
1859              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
1860              From: "John Holdsworth" <coldwave@bigfoot.com>
1861              Date: Sun, 4 Feb 2001 12:48:18 +0100
1862              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
1863      Branch: perl
1864            ! ext/IO/lib/IO/Socket.pm
1865 ____________________________________________________________________________
1866 [  9912] By: jhi                                   on 2001/04/30  11:27:27
1867         Log: Save the spot of regprev (see #9911) for binary compatibility;
1868              regen API.
1869      Branch: perl
1870            ! embedvar.h perlapi.h thrdvar.h
1871 ____________________________________________________________________________
1872 [  9911] By: jhi                                   on 2001/04/30  11:22:03
1873         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
1874              From: Hugo <hv@crypt.compulink.co.uk>
1875              Date: Sun, 29 Apr 2001 17:09:30 +0100
1876              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
1877      Branch: perl
1878            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
1879 ____________________________________________________________________________
1880 [  9910] By: jhi                                   on 2001/04/30  11:15:12
1881         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
1882              a dummy for PL_numeric_radix); no pressing reason to break
1883              binary compatibility; regen API.
1884      Branch: perl
1885            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
1886            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
1887 ____________________________________________________________________________
1888 [  9909] By: jhi                                   on 2001/04/30  10:56:08
1889         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
1890              From: Walt Mankowski <waltman@netaxs.com>
1891              Date: Sun, 29 Apr 2001 21:53:48 -0400
1892              Message-ID: <20010429215348.A3971@netaxs.com>
1893      Branch: perl
1894            ! pod/perlfunc.pod
1895 ____________________________________________________________________________
1896 [  9908] By: jhi                                   on 2001/04/30  10:49:40
1897         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
1898      Branch: perl
1899            ! t/lib/selfstubber.t
1900 ____________________________________________________________________________
1901 [  9907] By: nick                                  on 2001/04/30  09:26:50
1902         Log: Integrate mainline.
1903      Branch: perlio
1904           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
1905 ____________________________________________________________________________
1906 [  9906] By: jhi                                   on 2001/04/29  23:24:20
1907         Log: Abigail spotted a thinko in #9905.
1908      Branch: perl
1909            ! pod/perldiag.pod
1910 ____________________________________________________________________________
1911 [  9905] By: jhi                                   on 2001/04/29  15:55:39
1912         Log: Changed the underscore/undebar syntax in numeric constants;
1913              now any grouping will do, as long as the underscores are not
1914              consecutive (so "zero-grouping" is out), and they do not begin
1915              or end the integer or fractional parts.
1916      Branch: perl
1917            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
1918 ____________________________________________________________________________
1919 [  9904] By: nick                                  on 2001/04/29  15:43:22
1920         Log: Integrate mainline.
1921      Branch: perlio
1922           +> (branch 98 files)
1923            - lib/unicode/Block.pl
1924            - lib/unicode/In/AlphabeticPresentationForms.pl
1925            - lib/unicode/In/Arabic.pl
1926            - lib/unicode/In/ArabicPresentationForms-A.pl
1927            - lib/unicode/In/ArabicPresentationForms-B.pl
1928            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
1929            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
1930            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
1931            - lib/unicode/In/BopomofoExtended.pl
1932            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
1933            - lib/unicode/In/CJKCompatibility.pl
1934            - lib/unicode/In/CJKCompatibilityForms.pl
1935            - lib/unicode/In/CJKCompatibilityIdeographs.pl
1936            - lib/unicode/In/CJKRadicalsSupplement.pl
1937            - lib/unicode/In/CJKSymbolsandPunctuation.pl
1938            - lib/unicode/In/CJKUnifiedIdeographs.pl
1939            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
1940            - lib/unicode/In/Cherokee.pl
1941            - lib/unicode/In/CombiningDiacriticalMarks.pl
1942            - lib/unicode/In/CombiningHalfMarks.pl
1943            - lib/unicode/In/CombiningMarksforSymbols.pl
1944            - lib/unicode/In/ControlPictures.pl
1945            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
1946            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
1947            - lib/unicode/In/EnclosedAlphanumerics.pl
1948            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
1949            - lib/unicode/In/Ethiopic.pl
1950            - lib/unicode/In/GeneralPunctuation.pl
1951            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
1952            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
1953            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
1954            - lib/unicode/In/HalfwidthandFullwidthForms.pl
1955            - lib/unicode/In/HangulCompatibilityJamo.pl
1956            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
1957            - lib/unicode/In/Hebrew.pl
1958            - lib/unicode/In/HighPrivateUseSurrogates.pl
1959            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
1960            - lib/unicode/In/IPAExtensions.pl
1961            - lib/unicode/In/IdeographicDescriptionCharacters.pl
1962            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
1963            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
1964            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
1965            - lib/unicode/In/Latin-1Supplement.pl
1966            - lib/unicode/In/LatinExtended-A.pl
1967            - lib/unicode/In/LatinExtended-B.pl
1968            - lib/unicode/In/LatinExtendedAdditional.pl
1969            - lib/unicode/In/LetterlikeSymbols.pl
1970            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
1971            - lib/unicode/In/MathematicalOperators.pl
1972            - lib/unicode/In/MiscellaneousSymbols.pl
1973            - lib/unicode/In/MiscellaneousTechnical.pl
1974            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
1975            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
1976            - lib/unicode/In/OpticalCharacterRecognition.pl
1977            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
1978            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
1979            - lib/unicode/In/SmallFormVariants.pl
1980            - lib/unicode/In/SpacingModifierLetters.pl
1981            - lib/unicode/In/Specials.pl
1982            - lib/unicode/In/SuperscriptsandSubscripts.pl
1983            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
1984            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
1985            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
1986            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
1987            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
1988           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
1989           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
1990           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
1991           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
1992           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
1993           !> utf8.c win32/Makefile
1994 ____________________________________________________________________________
1995 [  9903] By: jhi                                   on 2001/04/29  14:30:53
1996         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
1997              From: Prymmer/Kahn <pvhp@best.com>
1998              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
1999              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
2000      Branch: perl
2001            ! win32/Makefile
2002 ____________________________________________________________________________
2003 [  9902] By: jhi                                   on 2001/04/29  02:52:44
2004         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
2005              From: "Abigail" <abigail@foad.org>
2006              Date: Sun, 29 Apr 2001 03:14:25 +0200
2007              Message-ID: <20010429011425.24503.qmail@foad.org>
2008      Branch: perl
2009            ! ext/IO/lib/IO/Seekable.pm
2010 ____________________________________________________________________________
2011 [  9901] By: jhi                                   on 2001/04/29  02:04:46
2012         Log: In character classes one couldn't have 0x80..0xff characters
2013              at the left hand side if there were 0x100.. characters in the
2014              character class.
2015      Branch: perl
2016            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
2017            ! t/op/pat.t utf8.c
2018 ____________________________________________________________________________
2019 [  9900] By: jhi                                   on 2001/04/28  22:55:04
2020         Log: Forgot the latest mktables.PL from #9899.
2021      Branch: perl
2022            ! lib/unicode/mktables.PL
2023 ____________________________________________________________________________
2024 [  9899] By: jhi                                   on 2001/04/28  22:53:28
2025         Log: Explain the \p{} and \P{} error message better and
2026              have prettier prettyprint in In.pl.
2027      Branch: perl
2028            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
2029            ! pod/perldiag.pod
2030 ____________________________________________________________________________
2031 [  9898] By: jhi                                   on 2001/04/28  21:03:34
2032         Log: Add one possible explanation for the "Invalid [] range" error.
2033      Branch: perl
2034            ! pod/perldiag.pod
2035 ____________________________________________________________________________
2036 [  9897] By: jhi                                   on 2001/04/28  17:18:26
2037         Log: Add a level of indirection to the implementation of \p{InFoo}
2038              so that we don't have to have long filenames.  (Nothing changes
2039              in the user interface.)   The indirection is defined in
2040              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
2041              Also rename some the character classes by removing '-' from
2042              the classnames, and finally renamed Block.pl as Blocks.pl.
2043      Branch: perl
2044            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
2045            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
2046            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
2047            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
2048            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
2049            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
2050            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
2051            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
2052            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
2053            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
2054            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
2055            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
2056            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
2057            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
2058            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
2059            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
2060            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
2061            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
2062            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
2063            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
2064            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
2065            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
2066            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
2067            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
2068            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
2069            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
2070            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
2071            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
2072            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
2073            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
2074            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
2075            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
2076            + lib/unicode/In/94.pl lib/unicode/In/95.pl
2077            - lib/unicode/Block.pl
2078            - lib/unicode/In/AlphabeticPresentationForms.pl
2079            - lib/unicode/In/Arabic.pl
2080            - lib/unicode/In/ArabicPresentationForms-A.pl
2081            - lib/unicode/In/ArabicPresentationForms-B.pl
2082            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
2083            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
2084            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
2085            - lib/unicode/In/BopomofoExtended.pl
2086            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
2087            - lib/unicode/In/CJKCompatibility.pl
2088            - lib/unicode/In/CJKCompatibilityForms.pl
2089            - lib/unicode/In/CJKCompatibilityIdeographs.pl
2090            - lib/unicode/In/CJKRadicalsSupplement.pl
2091            - lib/unicode/In/CJKSymbolsandPunctuation.pl
2092            - lib/unicode/In/CJKUnifiedIdeographs.pl
2093            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
2094            - lib/unicode/In/Cherokee.pl
2095            - lib/unicode/In/CombiningDiacriticalMarks.pl
2096            - lib/unicode/In/CombiningHalfMarks.pl
2097            - lib/unicode/In/CombiningMarksforSymbols.pl
2098            - lib/unicode/In/ControlPictures.pl
2099            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
2100            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
2101            - lib/unicode/In/EnclosedAlphanumerics.pl
2102            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
2103            - lib/unicode/In/Ethiopic.pl
2104            - lib/unicode/In/GeneralPunctuation.pl
2105            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
2106            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
2107            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
2108            - lib/unicode/In/HalfwidthandFullwidthForms.pl
2109            - lib/unicode/In/HangulCompatibilityJamo.pl
2110            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
2111            - lib/unicode/In/Hebrew.pl
2112            - lib/unicode/In/HighPrivateUseSurrogates.pl
2113            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
2114            - lib/unicode/In/IPAExtensions.pl
2115            - lib/unicode/In/IdeographicDescriptionCharacters.pl
2116            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
2117            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
2118            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
2119            - lib/unicode/In/Latin-1Supplement.pl
2120            - lib/unicode/In/LatinExtended-A.pl
2121            - lib/unicode/In/LatinExtended-B.pl
2122            - lib/unicode/In/LatinExtendedAdditional.pl
2123            - lib/unicode/In/LetterlikeSymbols.pl
2124            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
2125            - lib/unicode/In/MathematicalOperators.pl
2126            - lib/unicode/In/MiscellaneousSymbols.pl
2127            - lib/unicode/In/MiscellaneousTechnical.pl
2128            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
2129            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
2130            - lib/unicode/In/OpticalCharacterRecognition.pl
2131            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
2132            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
2133            - lib/unicode/In/SmallFormVariants.pl
2134            - lib/unicode/In/SpacingModifierLetters.pl
2135            - lib/unicode/In/Specials.pl
2136            - lib/unicode/In/SuperscriptsandSubscripts.pl
2137            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
2138            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
2139            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
2140            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
2141            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
2142            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
2143            ! pod/perlunicode.pod
2144 ____________________________________________________________________________
2145 [  9896] By: jhi                                   on 2001/04/28  14:33:17
2146         Log: Update the information on shared library path on HP-UX.
2147      Branch: perl
2148            ! INSTALL
2149 ____________________________________________________________________________
2150 [  9895] By: jhi                                   on 2001/04/28  14:32:30
2151         Log: Because #9894 seems to do the trick, this workaround can be removed.
2152      Branch: perl
2153            ! t/lib/selfstubber.t
2154 ____________________________________________________________________________
2155 [  9894] By: jhi                                   on 2001/04/28  14:26:13
2156         Log: For PerlIO flush the children's file handles (on fork/exec/system).
2157      Branch: perl
2158            ! perl.h
2159 ____________________________________________________________________________
2160 [  9893] By: jhi                                   on 2001/04/28  14:23:15
2161         Log: Test tweak for #9891.
2162      Branch: perl
2163            ! t/lib/b-deparse.t
2164 ____________________________________________________________________________
2165 [  9892] By: jhi                                   on 2001/04/28  14:10:13
2166         Log: New HP-UX hints from Merijn.
2167      Branch: perl
2168            ! hints/hpux.sh
2169 ____________________________________________________________________________
2170 [  9891] By: jhi                                   on 2001/04/28  14:07:27
2171         Log: Subject: [PATCH B::Deparse] non-block scopes
2172              From: Robin Houston <robin@kitsite.com>
2173              Date: Fri, 27 Apr 2001 19:15:14 +0100
2174              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
2175      Branch: perl
2176            ! ext/B/B/Deparse.pm
2177 ____________________________________________________________________________
2178 [  9890] By: nick                                  on 2001/04/27  19:41:25
2179         Log: Integrate mainline
2180      Branch: perlio
2181           +> t/lib/selfstubber.t
2182           !> (integrate 50 files)
2183 ____________________________________________________________________________
2184 [  9889] By: jhi                                   on 2001/04/27  18:23:46
2185         Log: Subject: Re: selfstubber test fail on bleadperl
2186              From: Mike Guy <mjtg@cam.ac.uk>
2187              Date: Fri, 27 Apr 2001 19:31:18 +0100
2188              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
2189      Branch: perl
2190            ! t/lib/selfstubber.t
2191 ____________________________________________________________________________
2192 [  9888] By: jhi                                   on 2001/04/27  16:20:54
2193         Log: Test tweak for #9886.
2194      Branch: perl
2195            ! t/lib/b-deparse.t
2196 ____________________________________________________________________________
2197 [  9887] By: jhi                                   on 2001/04/27  16:16:33
2198         Log: Buffering issue at least in Solaris (even with perlio).
2199      Branch: perl
2200            ! t/lib/selfstubber.t
2201 ____________________________________________________________________________
2202 [  9886] By: jhi                                   on 2001/04/27  14:59:23
2203         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
2204              From: Robin Houston <robin@kitsite.com>
2205              Date: Fri, 27 Apr 2001 16:53:20 +0100
2206              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
2207      Branch: perl
2208            ! ext/B/B/Deparse.pm
2209 ____________________________________________________________________________
2210 [  9885] By: jhi                                   on 2001/04/27  14:23:51
2211         Log: Update Changes.
2212      Branch: perl
2213            ! Changes patchlevel.h
2214 ____________________________________________________________________________
2215 [  9884] By: jhi                                   on 2001/04/27  14:14:12
2216         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
2217              From: "Philip Newton" <pnewton@gmx.de>
2218              Date: Fri, 27 Apr 2001 16:40:13 +0200
2219              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
2220      Branch: perl
2221            ! pod/perldata.pod
2222 ____________________________________________________________________________
2223 [  9883] By: jhi                                   on 2001/04/27  13:28:19
2224         Log: Add LOG_PERROR; prettify the "removed".
2225      Branch: perl
2226            ! ext/Sys/Syslog/Syslog.xs
2227 ____________________________________________________________________________
2228 [  9882] By: jhi                                   on 2001/04/27  13:13:18
2229         Log: h2xs tweaks: use NV instead of double, "quote" the removed
2230              prefixes for clarity (especially when nothing is removed),
2231              slight pod reformats.
2232      Branch: perl
2233            ! utils/h2xs.PL
2234 ____________________________________________________________________________
2235 [  9881] By: jhi                                   on 2001/04/27  12:58:48
2236         Log: Don't bother creating existing directories.
2237      Branch: perl
2238            ! utils/h2xs.PL
2239 ____________________________________________________________________________
2240 [  9880] By: jhi                                   on 2001/04/27  12:45:39
2241         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
2242              From: Mike Schilli <m@perlmeister.com>
2243              Date: Wed, 25 Apr 2001 01:29:21 -0700
2244              Message-id: <3AE68AE1.6A981723@perlmeister.com>
2245      Branch: perl
2246            ! utils/h2xs.PL
2247 ____________________________________________________________________________
2248 [  9879] By: jhi                                   on 2001/04/27  12:40:55
2249         Log: break is not yet Perl.  Added the template license also to README.
2250      Branch: perl
2251            ! utils/h2xs.PL
2252 ____________________________________________________________________________
2253 [  9878] By: jhi                                   on 2001/04/27  03:08:20
2254         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
2255              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2256              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
2257              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
2258      Branch: perl
2259            ! t/lib/xs-typemap.t
2260 ____________________________________________________________________________
2261 [  9877] By: jhi                                   on 2001/04/26  23:54:40
2262         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
2263              From: "Abigail" <abigail@foad.org>
2264              Date: Fri, 27 Apr 2001 01:44:28 +0200
2265              Message-ID: <20010426234428.19786.qmail@foad.org>
2266      Branch: perl
2267            ! utils/h2xs.PL
2268 ____________________________________________________________________________
2269 [  9876] By: jhi                                   on 2001/04/26  23:52:06
2270         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
2271              From: Peter Prymmer <pvhp@forte.com>
2272              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
2273              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
2274      Branch: perl
2275            ! t/lib/selfstubber.t
2276 ____________________________________________________________________________
2277 [  9875] By: jhi                                   on 2001/04/26  23:48:10
2278         Log: Deparse nits.
2279      Branch: perl
2280            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
2281 ____________________________________________________________________________
2282 [  9874] By: jhi                                   on 2001/04/26  22:46:05
2283         Log: Document ANYOF_CLASS.
2284      Branch: perl
2285            ! regcomp.h
2286 ____________________________________________________________________________
2287 [  9873] By: jhi                                   on 2001/04/26  22:35:03
2288         Log: Subject: Re: [PATCH @9846] dumping ANYOF
2289              From: Hugo <hv@crypt.compulink.co.uk>
2290              Date: Thu, 26 Apr 2001 23:33:38 +0100
2291              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
2292      Branch: perl
2293            ! regcomp.c regcomp.h
2294 ____________________________________________________________________________
2295 [  9872] By: jhi                                   on 2001/04/26  22:34:31
2296         Log: Subject: [PATCH] more for Devel::SelfStubber
2297              From: Nicholas Clark <nick@ccl4.org>
2298              Date: Fri, 27 Apr 2001 00:13:52 +0100
2299              Message-ID: <20010427001351.K88186@plum.flirble.org>
2300      Branch: perl
2301            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
2302 ____________________________________________________________________________
2303 [  9871] By: jhi                                   on 2001/04/26  21:59:17
2304         Log: Subject: [PATCH B::Deparse] formats must be flush left
2305              From: Robin Houston <robin@kitsite.com>
2306              Date: Thu, 26 Apr 2001 23:54:29 +0100
2307              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
2308      Branch: perl
2309            ! ext/B/B/Deparse.pm
2310 ____________________________________________________________________________
2311 [  9870] By: jhi                                   on 2001/04/26  21:57:37
2312         Log: If some of the constants are prefixes of others,
2313              the prefixes may never get recognized.  (See 20010426.006.)
2314      Branch: perl
2315            ! utils/h2xs.PL
2316 ____________________________________________________________________________
2317 [  9869] By: jhi                                   on 2001/04/26  21:50:42
2318         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
2319              From: Chris Bongaarts <cab@tc.umn.edu>
2320              Date: Thu, 26 Apr 2001 17:10:31 -0500
2321              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
2322      Branch: perl
2323            ! ext/Sys/Syslog/Syslog.xs
2324 ____________________________________________________________________________
2325 [  9868] By: jhi                                   on 2001/04/26  21:35:12
2326         Log: Further cuts and more docs from Graham Barr.
2327      Branch: perl
2328            ! ext/List/Util/lib/List/Util.pm
2329            ! ext/List/Util/lib/Scalar/Util.pm
2330 ____________________________________________________________________________
2331 [  9867] By: jhi                                   on 2001/04/26  21:18:57
2332         Log: Subject: [PATCH 5.7.1] DB_File-1.77
2333              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
2334              Date: Thu, 26 Apr 2001 22:37:53 +0100
2335              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
2336      Branch: perl
2337            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2338            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
2339 ____________________________________________________________________________
2340 [  9866] By: jhi                                   on 2001/04/26  21:12:31
2341         Log: Subject: [PATCH B::Deparse] fix easy bugs
2342              From: Robin Houston <robin@kitsite.com>
2343              Date: Thu, 26 Apr 2001 23:03:33 +0100
2344              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
2345      Branch: perl
2346            ! ext/B/B/Deparse.pm
2347 ____________________________________________________________________________
2348 [  9865] By: jhi                                   on 2001/04/26  20:26:13
2349         Log: Update Changes.
2350      Branch: perl
2351            ! Changes patchlevel.h
2352 ____________________________________________________________________________
2353 [  9864] By: jhi                                   on 2001/04/26  19:27:48
2354         Log: Dethinko from Robin Houston.
2355      Branch: perl
2356            ! ext/B/B/Deparse.pm
2357 ____________________________________________________________________________
2358 [  9863] By: jhi                                   on 2001/04/26  19:10:35
2359         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
2360              From: Robin Houston <robin@kitsite.com>
2361              Date: Thu, 26 Apr 2001 21:08:32 +0100
2362              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
2363      Branch: perl
2364            ! ext/B/B/Deparse.pm
2365 ____________________________________________________________________________
2366 [  9862] By: jhi                                   on 2001/04/26  19:04:23
2367         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
2368              From: Robin Houston <robin@kitsite.com>
2369              Date: Thu, 26 Apr 2001 20:52:50 +0100
2370              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
2371      Branch: perl
2372            ! ext/B/B/Deparse.pm
2373 ____________________________________________________________________________
2374 [  9861] By: jhi                                   on 2001/04/26  18:56:14
2375         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
2376              From: Mike Guy <mjtg@cam.ac.uk>
2377              Date: Thu, 26 Apr 2001 14:22:40 +0100
2378              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
2379      Branch: perl
2380            ! pod/perlobj.pod
2381 ____________________________________________________________________________
2382 [  9860] By: jhi                                   on 2001/04/26  18:46:42
2383         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
2384              From: Robin Houston <robin@kitsite.com>
2385              Date: Thu, 26 Apr 2001 20:34:29 +0100
2386              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
2387              
2388              Hashes do not interpolate.
2389      Branch: perl
2390            ! ext/B/B/Deparse.pm
2391 ____________________________________________________________________________
2392 [  9859] By: jhi                                   on 2001/04/26  18:43:51
2393         Log: Subject: The Time::Piece conspiracy unmasked!!!
2394              From: Mike Guy <mjtg@cam.ac.uk>
2395              Date: Thu, 26 Apr 2001 19:02:50 +0100
2396              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
2397              
2398              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
2399              From: Mike Guy <mjtg@cam.ac.uk>
2400              Date: Thu, 26 Apr 2001 19:08:21 +0100
2401              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
2402              
2403              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
2404              From: Graham Barr <gbarr@pobox.com>
2405              Date: Thu, 26 Apr 2001 19:12:03 +0100
2406              Message-ID: <20010426191203.A70835@pobox.com>
2407              
2408              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
2409      Branch: perl
2410            ! ext/List/Util/lib/List/Util.pm
2411            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
2412 ____________________________________________________________________________
2413 [  9858] By: jhi                                   on 2001/04/26  18:17:42
2414         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
2415              From: Robin Houston <robin@kitsite.com>
2416              Date: Thu, 26 Apr 2001 16:09:35 +0100
2417              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
2418      Branch: perl
2419            ! t/comp/proto.t
2420 ____________________________________________________________________________
2421 [  9857] By: jhi                                   on 2001/04/26  18:04:59
2422         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
2423              From: barries <barries@slaysys.com>
2424              Date: Thu, 26 Apr 2001 12:01:10 -0400
2425              Message-ID: <20010426120110.E29698@jester.slaysys.com>
2426      Branch: perl
2427            ! pod/perldiag.pod
2428 ____________________________________________________________________________
2429 [  9856] By: jhi                                   on 2001/04/26  18:03:33
2430         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
2431              Date: Thu, 26 Apr 2001 17:13:41 +0100
2432              From: Robin Houston <robin@kitsite.com>
2433              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
2434              
2435              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
2436              From: Robin Houston <robin@kitsite.com>
2437              Date: Thu, 26 Apr 2001 18:44:29 +0100
2438              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
2439      Branch: perl
2440            ! ext/B/B/Deparse.pm
2441 ____________________________________________________________________________
2442 [  9855] By: jhi                                   on 2001/04/26  17:56:04
2443         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
2444              From: Robin Houston <robin@kitsite.com>
2445              Date: Thu, 26 Apr 2001 17:04:08 +0100
2446              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
2447      Branch: perl
2448            ! ext/B/B/Deparse.pm
2449 ____________________________________________________________________________
2450 [  9854] By: jhi                                   on 2001/04/26  17:47:26
2451         Log: Subject: Re: Short test case for undef %stash:: crash
2452              From: Benjamin Sugars <bsugars@canoe.ca> 
2453              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
2454              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
2455              Changed and moved the perldiag entry.
2456      Branch: perl
2457            ! gv.c pod/perldiag.pod
2458 ____________________________________________________________________________
2459 [  9853] By: jhi                                   on 2001/04/26  14:35:16
2460         Log: Beginnings of strptime().  Do not touch the wet paint.
2461      Branch: perl
2462            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
2463 ____________________________________________________________________________
2464 [  9852] By: jhi                                   on 2001/04/26  13:17:21
2465         Log: Retract #9851, core dumps from pod2man.
2466      Branch: perl
2467            ! regcomp.c
2468 ____________________________________________________________________________
2469 [  9851] By: jhi                                   on 2001/04/26  11:54:41
2470         Log: (Retracted by #9852.)
2471              
2472              Subject: [PATCH @9846] dumping ANYOF
2473              From: Hugo <hv@crypt.compulink.co.uk>
2474              Date: Thu, 26 Apr 2001 05:32:38 +0100
2475              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
2476      Branch: perl
2477            ! regcomp.c
2478 ____________________________________________________________________________
2479 [  9850] By: jhi                                   on 2001/04/26  02:34:44
2480         Log: If ccflags was empty the _previous_ $* containing all the
2481              environment variables and Configure variables was used,
2482              which lead, among other bad things, into $ccflags being your
2483              uname -a output, which lead into test compile with cc failing,
2484              which lead into gcc being selected, which didn't work that well
2485              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
2486              with large files, et cetera.
2487      Branch: perl
2488            ! hints/hpux.sh
2489 ____________________________________________________________________________
2490 [  9849] By: jhi                                   on 2001/04/26  01:44:57
2491         Log: Make selfstubber test more portable.
2492      Branch: perl
2493            ! t/lib/selfstubber.t
2494 ____________________________________________________________________________
2495 [  9848] By: jhi                                   on 2001/04/26  00:50:26
2496         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
2497              From: Benjamin Sugars <ben.sugars@home.com>
2498              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
2499              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
2500      Branch: perl
2501            ! ext/Cwd/Cwd.xs
2502 ____________________________________________________________________________
2503 [  9847] By: jhi                                   on 2001/04/26  00:46:58
2504         Log: Subject: [PATCH: perl@9841] VMS updates
2505              From: Peter Prymmer <pvhp@forte.com>
2506              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
2507              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
2508      Branch: perl
2509            ! README.vms configure.com vms/descrip_mms.template
2510            ! vms/ext/filespec.t
2511 ____________________________________________________________________________
2512 [  9846] By: jhi                                   on 2001/04/26  00:11:56
2513         Log: re 'debug' was broken by #9084.
2514      Branch: perl
2515            ! ext/re/re.xs
2516 ____________________________________________________________________________
2517 [  9845] By: jhi                                   on 2001/04/25  22:33:17
2518         Log: Subject: [PATCH] test for Devel::SelfStubber
2519              From: Nicholas Clark <nick@ccl4.org>
2520              Date: Thu, 26 Apr 2001 00:00:54 +0100
2521              Message-ID: <20010426000054.D89026@plum.flirble.org>
2522      Branch: perl
2523            + t/lib/selfstubber.t
2524            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
2525 ____________________________________________________________________________
2526 [  9844] By: jhi                                   on 2001/04/25  22:29:32
2527         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
2528              From: Paul Johnson <paul@pjcj.net>
2529              Date: Thu, 26 Apr 2001 00:46:08 +0200
2530              Message-ID: <20010426004608.H2338@pjcj.net>
2531      Branch: perl
2532            ! ext/B/B/Concise.pm
2533 ____________________________________________________________________________
2534 [  9843] By: jhi                                   on 2001/04/25  22:28:28
2535         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
2536              From: Peter Prymmer <pvhp@forte.com>
2537              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
2538              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
2539      Branch: perl
2540            ! ext/Cwd/Cwd.xs
2541 ____________________________________________________________________________
2542 [  9842] By: jhi                                   on 2001/04/25  20:58:12
2543         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
2544              From: John Peacock <jpeacock@rowman.com>
2545              Date: Wed, 25 Apr 2001 17:30:26 -0400
2546              Message-ID: <3AE741F2.B3217464@rowman.com>
2547      Branch: perl
2548            ! lib/Math/BigInt.pm t/lib/bigintpm.t
2549 ____________________________________________________________________________
2550 [  9841] By: jhi                                   on 2001/04/25  20:07:05
2551         Log: Update Changes.
2552      Branch: perl
2553            ! Changes patchlevel.h
2554 ____________________________________________________________________________
2555 [  9840] By: jhi                                   on 2001/04/25  19:56:51
2556         Log: Yet another HP-UX hints version from Merijn.
2557      Branch: perl
2558            ! hints/hpux.sh
2559 ____________________________________________________________________________
2560 [  9839] By: jhi                                   on 2001/04/25  19:53:04
2561         Log: abs_path() didn't terminate the filename correctly,
2562              in DIRNAMLENless systems like HP-UX this would fail.
2563      Branch: perl
2564            ! ext/Cwd/Cwd.xs
2565 ____________________________________________________________________________
2566 [  9838] By: jhi                                   on 2001/04/25  16:37:26
2567         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
2568              From: Mike Guy <mjtg@cam.ac.uk>
2569              Date: Wed, 25 Apr 2001 18:31:47 +0100
2570              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
2571      Branch: perl
2572            ! op.c
2573 ____________________________________________________________________________
2574 [  9837] By: jhi                                   on 2001/04/25  16:21:53
2575         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
2576              From: Jon Eveland <jweveland@yahoo.com>
2577              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
2578              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
2579      Branch: perl
2580            ! lib/perl5db.pl
2581 ____________________________________________________________________________
2582 [  9836] By: jhi                                   on 2001/04/25  14:17:50
2583         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
2584              From: "Philip Newton" <pnewton@gmx.de>
2585              Date: Wed, 25 Apr 2001 17:05:58 +0200
2586              Message-ID: <3AE703F6.3234.1833C45@localhost>
2587      Branch: perl
2588            ! Porting/patching.pod
2589 ____________________________________________________________________________
2590 [  9835] By: jhi                                   on 2001/04/25  13:58:07
2591         Log: It would seem that both ar and full_ar need to be overridden
2592              for HP-UX to avoid the GNU ar.
2593      Branch: perl
2594            ! hints/hpux.sh
2595 ____________________________________________________________________________
2596 [  9834] By: jhi                                   on 2001/04/25  13:50:40
2597         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
2598              From: "Philip Newton" <pnewton@gmx.de>
2599              Date: Wed, 25 Apr 2001 16:09:23 +0200
2600              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
2601              
2602              Detypo.
2603      Branch: perl
2604            ! t/op/misc.t
2605 ____________________________________________________________________________
2606 [  9833] By: jhi                                   on 2001/04/25  12:36:11
2607         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
2608      Branch: perl
2609            ! hints/hpux.sh
2610 ____________________________________________________________________________
2611 [  9832] By: jhi                                   on 2001/04/25  12:33:36
2612         Log: New version of HP-UX hints from Merijn.
2613      Branch: perl
2614            ! hints/hpux.sh
2615 ____________________________________________________________________________
2616 [  9831] By: jhi                                   on 2001/04/25  03:39:45
2617         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
2618      Branch: perl
2619            ! hints/hpux.sh
2620 ____________________________________________________________________________
2621 [  9830] By: jhi                                   on 2001/04/25  02:53:25
2622         Log: The tzname[] bit is not needed by util.c -- and causes
2623              heartburn in VMS (and it missing was probably the cause of
2624              the Mac OS X trouble).  Ouch.
2625      Branch: perl
2626            ! ext/POSIX/POSIX.xs util.c
2627 ____________________________________________________________________________
2628 [  9829] By: jhi                                   on 2001/04/25  00:10:06
2629         Log: Metaconfig unit change for #9828.
2630      Branch: metaconfig
2631            ! U/compline/ccflags.U
2632 ____________________________________________________________________________
2633 [  9828] By: jhi                                   on 2001/04/25  00:04:18
2634         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
2635              (which is actually the reason for the change, we need to pass
2636              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
2637              EP/IX, OS/2, and TitanOS, based on the hints files.
2638      Branch: perl
2639            ! Configure config_h.SH
2640 ____________________________________________________________________________
2641 [  9827] By: jhi                                   on 2001/04/24  23:49:20
2642         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
2643              the $cat must have an absolute path.
2644      Branch: perl
2645            ! makedepend.SH
2646 ____________________________________________________________________________
2647 [  9826] By: jhi                                   on 2001/04/24  23:40:53
2648         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
2649      Branch: perl
2650            ! README.amiga
2651 ____________________________________________________________________________
2652 [  9825] By: jhi                                   on 2001/04/24  23:35:35
2653         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
2654              From: "Philip Newton" <pnewton@gmx.de>
2655              Date: Tue, 24 Apr 2001 18:52:49 +0200
2656              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
2657      Branch: perl
2658            ! x2p/find2perl.PL
2659 ____________________________________________________________________________
2660 [  9824] By: jhi                                   on 2001/04/24  23:33:07
2661         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
2662              Some gcc specifics dropped out due to extensive rewriting;
2663              will be put back later as needed.
2664      Branch: perl
2665            ! hints/hpux.sh
2666 ____________________________________________________________________________
2667 [  9823] By: jhi                                   on 2001/04/24  23:27:57
2668         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
2669      Branch: perl
2670            ! ext/POSIX/POSIX.xs
2671 ____________________________________________________________________________
2672 [  9822] By: jhi                                   on 2001/04/24  23:25:21
2673         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
2674              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2675              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
2676              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
2677      Branch: perl
2678            ! ext/XS/Typemap/Typemap.xs
2679 ____________________________________________________________________________
2680 [  9821] By: jhi                                   on 2001/04/24  23:24:10
2681         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
2682              From: "Abigail" <abigail@foad.org>
2683              Date: Tue, 24 Apr 2001 23:12:03 +0200
2684              Message-ID: <20010424211203.7901.qmail@foad.org>
2685      Branch: perl
2686            ! pod/perlport.pod
2687 ____________________________________________________________________________
2688 [  9820] By: jhi                                   on 2001/04/24  23:23:15
2689         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
2690              From: Matt Sergeant <matt@sergeant.org>
2691              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
2692              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
2693      Branch: perl
2694            ! pod/perlfaq4.pod
2695 ____________________________________________________________________________
2696 [  9819] By: nick                                  on 2001/04/24  18:49:43
2697         Log: Integrate mainline.
2698      Branch: perlio
2699           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
2700           !> (integrate 37 files)
2701 ____________________________________________________________________________
2702 [  9818] By: jhi                                   on 2001/04/24  14:35:23
2703         Log: Update Changes.
2704      Branch: perl
2705            ! Changes patchlevel.h
2706 ____________________________________________________________________________
2707 [  9817] By: jhi                                   on 2001/04/24  14:09:17
2708         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
2709              From: "Philip Newton" <pnewton@gmx.de>
2710              Date: Tue, 24 Apr 2001 12:58:12 +0200
2711              Message-ID: <3AE57864.8304.B77A0A@localhost> 
2712              
2713              plus add CPAN to the list of modules that have their own tests.
2714      Branch: perl
2715            ! t/lib/1_compile.t
2716 ____________________________________________________________________________
2717 [  9816] By: jhi                                   on 2001/04/24  14:07:03
2718         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
2719              From: Michael G Schwern <schwern@pobox.com>
2720              Date: Sat, 21 Apr 2001 22:35:00 +0100
2721              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
2722      Branch: perl
2723            ! t/lib/1_compile.t
2724 ____________________________________________________________________________
2725 [  9815] By: jhi                                   on 2001/04/24  13:54:32
2726         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
2727              From: Robin Houston <robin@kitsite.com>
2728              Date: Tue, 24 Apr 2001 15:51:18 +0100
2729              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
2730      Branch: perl
2731            ! ext/B/B/Deparse.pm
2732 ____________________________________________________________________________
2733 [  9814] By: jhi                                   on 2001/04/24  13:17:34
2734         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
2735              From: Bill Glicker <billg@burrelles.com>
2736              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
2737              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
2738      Branch: perl
2739            ! hints/svr5.sh
2740 ____________________________________________________________________________
2741 [  9813] By: jhi                                   on 2001/04/24  12:54:23
2742         Log: Prevent path disclosure (probing for existence of filenames)
2743              using suidperl; bug id 20010322.218.
2744      Branch: perl
2745            ! perl.c pod/perldiag.pod
2746 ____________________________________________________________________________
2747 [  9812] By: jhi                                   on 2001/04/24  12:08:36
2748         Log: Retract #9811.
2749      Branch: perl
2750            ! ext/POSIX/POSIX.xs
2751 ____________________________________________________________________________
2752 [  9811] By: jhi                                   on 2001/04/24  11:57:35
2753         Log: (Retracted by #9812.)
2754      Branch: perl
2755            ! ext/POSIX/POSIX.xs
2756 ____________________________________________________________________________
2757 [  9810] By: jhi                                   on 2001/04/24  03:32:35
2758         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
2759      Branch: perl
2760            ! util.c
2761 ____________________________________________________________________________
2762 [  9809] By: jhi                                   on 2001/04/24  03:16:13
2763         Log: The Math::BigFloat::import() was broken.
2764              (Fixes bug id 20010422.002.)
2765      Branch: perl
2766            ! lib/Math/BigFloat.pm
2767 ____________________________________________________________________________
2768 [  9808] By: jhi                                   on 2001/04/24  01:11:40
2769         Log: Additional dependencies; should help for parallel makes
2770              not to fail on missing lib/lib.pm or lib/re.pm.
2771      Branch: perl
2772            ! Makefile.SH
2773 ____________________________________________________________________________
2774 [  9807] By: jhi                                   on 2001/04/24  00:57:01
2775         Log: Update the test failure disclaimer.
2776      Branch: perl
2777            ! t/pragma/warn/pp_hot
2778 ____________________________________________________________________________
2779 [  9806] By: jhi                                   on 2001/04/24  00:54:04
2780         Log: Add make target "install-all" which is alias for "install"
2781              to cater for case-preserving filesystems like HFS+.
2782      Branch: perl
2783            ! INSTALL Makefile.SH
2784 ____________________________________________________________________________
2785 [  9805] By: jhi                                   on 2001/04/24  00:47:28
2786         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
2787              From: Peter Prymmer <pvhp@forte.com>
2788              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
2789              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
2790              
2791              (Ken William's message forwarded from macosx@perl.org)
2792      Branch: perl
2793            ! hints/darwin.sh
2794 ____________________________________________________________________________
2795 [  9804] By: jhi                                   on 2001/04/23  23:57:35
2796         Log: Cut-and-pasto.
2797      Branch: perl
2798            ! perlio.c
2799 ____________________________________________________________________________
2800 [  9803] By: jhi                                   on 2001/04/23  23:52:25
2801         Log: More PerlIO robustness.
2802      Branch: perl
2803            ! perlio.c
2804 ____________________________________________________________________________
2805 [  9802] By: jhi                                   on 2001/04/23  23:43:35
2806         Log: Make the "STD* opened only for ..." errors more consistent.
2807      Branch: perl
2808            ! doio.c
2809 ____________________________________________________________________________
2810 [  9801] By: jhi                                   on 2001/04/23  23:34:26
2811         Log: Test case for #9800.
2812      Branch: perl
2813            ! t/op/misc.t
2814 ____________________________________________________________________________
2815 [  9800] By: jhi                                   on 2001/04/23  23:14:43
2816         Log: Avoid coredump on 'close STDERR; die' by making
2817              the PerlIO calls more robust.  Also use SETERRNO()
2818              instead of errno = to be more VMS-ready.
2819      Branch: perl
2820            ! perlio.c
2821 ____________________________________________________________________________
2822 [  9799] By: jhi                                   on 2001/04/23  21:41:10
2823         Log: Subject: test for ID 20010423.002
2824              From: Robin Houston <robin@kitsite.com>
2825              Date: Mon, 23 Apr 2001 16:52:21 +0100
2826              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
2827      Branch: perl
2828            ! t/op/avhv.t
2829 ____________________________________________________________________________
2830 [  9798] By: jhi                                   on 2001/04/23  21:40:07
2831         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
2832              From: David Dyck <dcd@tc.fluke.com>
2833              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
2834              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
2835      Branch: perl
2836            ! installperl
2837 ____________________________________________________________________________
2838 [  9797] By: jhi                                   on 2001/04/23  21:37:56
2839         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
2840              From: Benjamin Sugars <bsugars@canoe.ca>
2841              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
2842              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
2843      Branch: perl
2844            ! ext/Cwd/Cwd.xs lib/Cwd.pm
2845 ____________________________________________________________________________
2846 [  9796] By: jhi                                   on 2001/04/23  21:29:24
2847         Log: Synchronize h2xs and pod2man some more on the documentation
2848              templates they propose.
2849      Branch: perl
2850            ! pod/pod2man.PL utils/h2xs.PL
2851 ____________________________________________________________________________
2852 [  9795] By: jhi                                   on 2001/04/23  17:30:40
2853         Log: Add one more naughty test for base64; make encoding logic cleaner.
2854      Branch: perl
2855            ! t/lib/mimeb64.t
2856 ____________________________________________________________________________
2857 [  9794] By: jhi                                   on 2001/04/23  13:51:32
2858         Log: Update Changes.
2859      Branch: perl
2860            ! Changes patchlevel.h
2861 ____________________________________________________________________________
2862 [  9793] By: jhi                                   on 2001/04/23  13:44:18
2863         Log: Duplicate lines.
2864      Branch: perl
2865            ! MANIFEST
2866 ____________________________________________________________________________
2867 [  9792] By: jhi                                   on 2001/04/23  13:39:13
2868         Log: Subject: Re: PATCH 5.7.1
2869              From: Mark-Jason Dominus <mjd@plover.com>
2870              Date: Mon, 23 Apr 2001 10:30:21 -0400
2871              Message-ID: <20010423143021.17335.qmail@plover.com>
2872      Branch: perl
2873            ! perl.h sv.c
2874 ____________________________________________________________________________
2875 [  9791] By: jhi                                   on 2001/04/23  13:32:40
2876         Log: Add the CPAN.pm 1.59_54 tests.
2877      Branch: perl
2878            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
2879            ! MANIFEST
2880 ____________________________________________________________________________
2881 [  9790] By: jhi                                   on 2001/04/23  13:21:55
2882         Log: Subject: Deparse nit
2883              From: Robin Houston <robin@kitsite.com>
2884              Date: Mon, 23 Apr 2001 12:38:20 +0100
2885              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
2886      Branch: perl
2887            ! ext/B/B/Deparse.pm
2888 ____________________________________________________________________________
2889 [  9789] By: jhi                                   on 2001/04/23  13:19:07
2890         Log: Subject: [PATCH] bug 20010423.002
2891              From: Robin Houston <robin@kitsite.com>
2892              Date: Mon, 23 Apr 2001 13:12:30 +0100
2893              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
2894      Branch: perl
2895            ! pp.c
2896 ____________________________________________________________________________
2897 [  9788] By: jhi                                   on 2001/04/23  13:02:49
2898         Log: Subject: PATCH [5.7.1] hv.c unused #define
2899              From: Mark-Jason Dominus <mjd@plover.com>
2900              Date: Sun, 22 Apr 2001 14:17:49 -0400
2901              Message-ID: <20010422181749.26976.qmail@plover.com>
2902      Branch: perl
2903            ! hv.c
2904 ____________________________________________________________________________
2905 [  9787] By: jhi                                   on 2001/04/23  13:02:02
2906         Log: Subject: PATCH 5.7.1
2907              From: Mark-Jason Dominus <mjd@plover.com>
2908              Date: Sun, 22 Apr 2001 15:12:57 -0400
2909              Message-ID: <20010422191258.6539.qmail@plover.com>
2910              
2911              plus Sarathy's STMT_START + STMT_END suggestion.
2912      Branch: perl
2913            ! perl.h
2914 ____________________________________________________________________________
2915 [  9786] By: jhi                                   on 2001/04/23  12:53:25
2916         Log: Fix for
2917              
2918              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
2919              From: dLux <dlux@spam.sch.bme.hu>
2920              Date: Mon, 23 Apr 2001 01:25:26 +0200
2921              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
2922              
2923              (SvGROW really does return a char *.)
2924      Branch: perl
2925            ! pod/perlapi.pod sv.h
2926 ____________________________________________________________________________
2927 [  9785] By: jhi                                   on 2001/04/23  04:34:04
2928         Log: Time::Piece work continues.  $t->day removed since
2929              I think it's too confusing.  Now has normal and
2930              abbreviated length weekday names and month names,
2931              the names change with _names(), not _list().
2932              Now has strftime() in Perl, _strftime() is
2933              the libc version (to which strftime() falls back
2934              if it doesn't know the format.  To do: the reverse
2935              of strftime, strptime(), and the localisation of both.
2936      Branch: perl
2937            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
2938            ! t/lib/time-piece.t
2939 ____________________________________________________________________________
2940 [  9784] By: jhi                                   on 2001/04/23  02:41:46
2941         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
2942              From: andreas.koenig@anima.de (Andreas J. Koenig)
2943              Date: 23 Apr 2001 05:20:55 +0200
2944              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
2945      Branch: perl
2946            ! t/pragma/overload.t
2947 ____________________________________________________________________________
2948 [  9783] By: jhi                                   on 2001/04/22  23:32:42
2949         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
2950              From: Robin Houston <robin@kitsite.com>
2951              Date: Mon, 23 Apr 2001 00:38:18 +0100
2952              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
2953      Branch: perl
2954            ! ext/B/B/Deparse.pm
2955 ____________________________________________________________________________
2956 [  9782] By: jhi                                   on 2001/04/22  20:55:43
2957         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
2958              From: Simon Cozens <simon@netthink.co.uk>
2959              Date: Sun, 22 Apr 2001 18:47:25 +0100
2960              Message-ID: <20010422184725.A14411@netthink.co.uk>
2961      Branch: perl
2962            ! sv.c t/pragma/overload.t
2963 ____________________________________________________________________________
2964 [  9781] By: jhi                                   on 2001/04/22  20:52:13
2965         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
2966              From: Robin Houston <robin@kitsite.com>
2967              Date: Sun, 22 Apr 2001 22:14:50 +0100
2968              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
2969      Branch: perl
2970            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
2971 ____________________________________________________________________________
2972 [  9780] By: nick                                  on 2001/04/22  20:40:31
2973         Log: Integrate mainline.
2974      Branch: perlio
2975           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
2976           +> t/lib/b-stash.t
2977           !> (integrate 38 files)
2978 ____________________________________________________________________________
2979 [  9779] By: jhi                                   on 2001/04/22  15:16:03
2980         Log: Subject: IO::Socket::INET patch
2981              From: andrew deryabin <djsf@technarchy.ru>
2982              Date: Sat, 21 Apr 2001 17:46:52 +0400
2983              Message-ID: <20010421174652.B1426@technarchy>
2984      Branch: perl
2985            ! ext/IO/lib/IO/Socket/INET.pm
2986 ____________________________________________________________________________
2987 [  9778] By: jhi                                   on 2001/04/22  15:14:33
2988         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
2989              From: Mark-Jason Dominus <mjd@plover.com>
2990              Date: Sat, 21 Apr 2001 21:27:49 -0400
2991              Message-ID: <20010422012749.27024.qmail@plover.com>
2992      Branch: perl
2993            ! regcomp.c
2994 ____________________________________________________________________________
2995 [  9777] By: jhi                                   on 2001/04/22  15:10:51
2996         Log: Subject: Re: Regex debugger patch 
2997              From: Mark-Jason Dominus <mjd@plover.com>
2998              Date: Sat, 21 Apr 2001 21:48:51 -0400
2999              Message-ID: <20010422014851.27165.qmail@plover.com>
3000      Branch: perl
3001            ! pod/perldebguts.pod
3002 ____________________________________________________________________________
3003 [  9776] By: jhi                                   on 2001/04/22  15:09:48
3004         Log: Subject: Re: Regex debugger patch
3005              From: Mark-Jason Dominus <mjd@plover.com>
3006              Date: Sat, 21 Apr 2001 14:24:39 -0400
3007              Message-ID: <20010421182439.16508.qmail@plover.com>
3008              
3009              Regex debugger backend.
3010      Branch: perl
3011            ! regcomp.c regexp.h
3012 ____________________________________________________________________________
3013 [  9775] By: jhi                                   on 2001/04/21  16:45:40
3014         Log: Subject: [PATCH] Typo in utf8.h
3015              From: Jesús Quiroga <jquiroga@pobox.com>
3016              Date: Sat, 21 Apr 2001 19:25:33 +0200
3017              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
3018      Branch: perl
3019            ! utf8.h
3020 ____________________________________________________________________________
3021 [  9774] By: jhi                                   on 2001/04/21  16:43:52
3022         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
3023              From: Joe Orton <jorton@redhat.com>
3024              Date: Tue, 17 Apr 2001 15:50:43 +0100
3025              Message-Id: <20010417155043.D19132@eu.c2.net>
3026      Branch: perl
3027            ! hints/svr5.sh
3028 ____________________________________________________________________________
3029 [  9773] By: jhi                                   on 2001/04/21  15:30:15
3030         Log: Subject: Patch utils/h2xs.PL
3031              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
3032              Date: Sat, 21 Apr 2001 10:32:16 -0500
3033              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
3034              
3035              Add MAILING list and LICENSE templates.
3036      Branch: perl
3037            ! utils/h2xs.PL
3038 ____________________________________________________________________________
3039 [  9772] By: jhi                                   on 2001/04/21  15:28:36
3040         Log: Subject: perlfaq2.patch for 5.7.1
3041              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
3042              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
3043              Date: Fri, 20 Apr 2001 16:42:19 -0500
3044              
3045              rm an extra tab, a blurb about the xx.cpan to clarify
3046              which countries actually have that and dejanews is history
3047              as well as most of that nonsensical entry.
3048      Branch: perl
3049            ! pod/perlfaq2.pod
3050 ____________________________________________________________________________
3051 [  9771] By: jhi                                   on 2001/04/21  15:27:17
3052         Log: Subject: perlfaq1.patch for 5.7.1
3053              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
3054              Date: Fri, 20 Apr 2001 16:57:36 -0500
3055              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
3056              
3057              Evil URLs must die. Especially when they are broken.
3058      Branch: perl
3059            ! pod/perlfaq1.pod
3060 ____________________________________________________________________________
3061 [  9770] By: jhi                                   on 2001/04/21  15:23:38
3062         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
3063              From: Michael G Schwern <schwern@pobox.com>
3064              Date: Sat, 21 Apr 2001 16:11:12 +0100
3065              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
3066      Branch: perl
3067            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
3068            + t/lib/b-stash.t
3069            ! MANIFEST ext/B/B.pm t/lib/b.t
3070 ____________________________________________________________________________
3071 [  9769] By: jhi                                   on 2001/04/21  15:03:32
3072         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
3073              From: Michael G Schwern <schwern@pobox.com>
3074              Date: Sat, 21 Apr 2001 09:48:00 +0100
3075              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
3076      Branch: perl
3077            ! utils/h2ph.PL
3078 ____________________________________________________________________________
3079 [  9768] By: jhi                                   on 2001/04/21  14:33:49
3080         Log: PerlIO and Encode doc cleanup and tweaks.
3081      Branch: perl
3082            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
3083            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
3084 ____________________________________________________________________________
3085 [  9767] By: jhi                                   on 2001/04/21  12:40:16
3086         Log: Integrate perlio.
3087      Branch: perl
3088           !> doio.c
3089 ____________________________________________________________________________
3090 [  9766] By: nick                                  on 2001/04/20  18:28:35
3091         Log: Avoid core dump on
3092              open(STDOUT,">",\$foo);
3093      Branch: perlio
3094            ! doio.c
3095 ____________________________________________________________________________
3096 [  9765] By: jhi                                   on 2001/04/20  13:23:43
3097         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
3098              From: Robin Houston <robin@kitsite.com>
3099              Date: Fri, 20 Apr 2001 14:29:22 +0100
3100              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
3101      Branch: perl
3102            ! ext/B/B.pm ext/B/B/Deparse.pm
3103 ____________________________________________________________________________
3104 [  9764] By: jhi                                   on 2001/04/20  13:19:33
3105         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
3106              From: Peter Prymmer <pvhp@forte.com>
3107              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
3108              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
3109      Branch: perl
3110            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
3111            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
3112            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
3113            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
3114 ____________________________________________________________________________
3115 [  9763] By: jhi                                   on 2001/04/20  12:36:39
3116         Log: Subject: Re: A new PerlIO coredump
3117              From: Nick Ing-Simmons <nik@tiuk.ti.com>
3118              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
3119              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
3120      Branch: perl
3121            ! doio.c
3122 ____________________________________________________________________________
3123 [  9762] By: jhi                                   on 2001/04/19  23:02:30
3124         Log: Update Changes.
3125      Branch: perl
3126            ! Changes patchlevel.h
3127 ____________________________________________________________________________
3128 [  9761] By: jhi                                   on 2001/04/19  22:59:19
3129         Log: More cleanup cleanup.
3130      Branch: perl
3131            ! Makefile.SH win32/Makefile win32/makefile.mk
3132 ____________________________________________________________________________
3133 [  9760] By: jhi                                   on 2001/04/19  22:50:31
3134         Log: lib/Time is non-empty, let's not rmdir it.
3135      Branch: perl
3136            ! Makefile.SH
3137 ____________________________________________________________________________
3138 [  9759] By: jhi                                   on 2001/04/19  22:36:51
3139         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
3140              From: Robin Houston <robin@kitsite.com>
3141              Date: Fri, 20 Apr 2001 00:18:53 +0100
3142              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
3143      Branch: perl
3144            ! ext/B/B/Deparse.pm
3145 ____________________________________________________________________________
3146 [  9758] By: jhi                                   on 2001/04/19  22:36:00
3147         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
3148              From: Peter Prymmer <pvhp@forte.com>
3149              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
3150              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
3151      Branch: perl
3152            ! ext/Cwd/Cwd.xs
3153 ____________________________________________________________________________
3154 [  9757] By: nick                                  on 2001/04/19  18:53:54
3155         Log: Blind (untested) integrate of mainline.
3156      Branch: perlio
3157           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
3158           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
3159           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
3160           !> (integrate 53 files)
3161 ____________________________________________________________________________
3162 [  9756] By: jhi                                   on 2001/04/19  16:59:23
3163         Log: Document and test Time::Piece.
3164      Branch: perl
3165            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
3166            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
3167 ____________________________________________________________________________
3168 [  9755] By: jhi                                   on 2001/04/19  12:13:29
3169         Log: A better fix for the \x{12345678} trouble from NI-S.
3170      Branch: perl
3171            ! utf8.c
3172 ____________________________________________________________________________
3173 [  9754] By: jhi                                   on 2001/04/19  11:56:07
3174         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
3175              From: Robin Houston <robin@kitsite.com>
3176              Date: Wed, 18 Apr 2001 17:58:33 +0100
3177              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
3178      Branch: perl
3179            ! ext/B/B/Deparse.pm op.c
3180 ____________________________________________________________________________
3181 [  9753] By: jhi                                   on 2001/04/19  04:21:52
3182         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
3183              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
3184              Date: Thu, 19 Apr 2001 01:11:41 -0400
3185              Message-ID: <20010419011141.A5798@cpan.org>
3186      Branch: perl
3187            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
3188 ____________________________________________________________________________
3189 [  9752] By: jhi                                   on 2001/04/19  02:41:10
3190         Log: The new time utils need to be thread-aware, too.
3191      Branch: perl
3192            ! util.c
3193 ____________________________________________________________________________
3194 [  9751] By: jhi                                   on 2001/04/19  02:26:47
3195         Log: Compilation nit noticed by AIX compiler.
3196      Branch: perl
3197            ! perlio.c
3198 ____________________________________________________________________________
3199 [  9750] By: jhi                                   on 2001/04/19  02:20:06
3200         Log: The new time utils need to be public.
3201      Branch: perl
3202            ! embed.pl
3203 ____________________________________________________________________________
3204 [  9749] By: jhi                                   on 2001/04/19  01:42:39
3205         Log: Regen toc.
3206      Branch: perl
3207            ! pod/perltoc.pod
3208 ____________________________________________________________________________
3209 [  9748] By: jhi                                   on 2001/04/19  01:41:10
3210         Log: Add Time::Piece, a slight rewrite of Time::Object,
3211              from Matt Sergeant.
3212      Branch: perl
3213            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
3214            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
3215            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
3216            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
3217            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
3218            ! win32/makefile.mk
3219 ____________________________________________________________________________
3220 [  9747] By: jhi                                   on 2001/04/19  00:55:35
3221         Log: The new metaconfig unit from strftime.
3222      Branch: metaconfig/U/perl
3223            + d_strftime.U
3224 ____________________________________________________________________________
3225 [  9746] By: jhi                                   on 2001/04/19  00:54:54
3226         Log: Move the strftime() wrapper from POSIX.xs to util.c
3227              as my_strftime(), requires HAS_STRFTIME.
3228      Branch: perl
3229            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3230            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
3231            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
3232            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3233            ! vos/config.ga.h win32/config.bc win32/config.gc
3234            ! win32/config.vc
3235 ____________________________________________________________________________
3236 [  9745] By: jhi                                   on 2001/04/18  23:11:03
3237         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
3238              in preparation of Time::Piece.
3239      Branch: perl
3240            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
3241 ____________________________________________________________________________
3242 [  9744] By: jhi                                   on 2001/04/18  22:33:12
3243         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
3244              From: Peter Prymmer <pvhp@forte.com>
3245              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
3246              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
3247      Branch: perl
3248            ! t/lib/exporter.t
3249 ____________________________________________________________________________
3250 [  9743] By: jhi                                   on 2001/04/18  22:32:23
3251         Log: Subject: Fwd: pod2html leaves cache files lying around?
3252              From: Rajesh Vaidheeswarran <rv@gnu.org>
3253              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
3254              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
3255      Branch: perl
3256            ! lib/Pod/Html.pm
3257 ____________________________________________________________________________
3258 [  9742] By: jhi                                   on 2001/04/18  20:31:49
3259         Log: Update Changes.
3260      Branch: perl
3261            ! Changes patchlevel.h
3262 ____________________________________________________________________________
3263 [  9741] By: jhi                                   on 2001/04/18  20:23:02
3264         Log: Declare hints only if needed.
3265      Branch: perl
3266            ! ext/B/B/Deparse.pm
3267 ____________________________________________________________________________
3268 [  9740] By: jhi                                   on 2001/04/18  19:06:05
3269         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
3270              bug noticed by Robin Houston; basically the code of detecting
3271              value wraparound was acting differently under different compilers
3272              and platforms.  The workaround is to remove the overflow check
3273              for now, a real fix would be to do the overflow (portably) right.
3274      Branch: perl
3275            ! t/op/pat.t utf8.c
3276 ____________________________________________________________________________
3277 [  9739] By: jhi                                   on 2001/04/18  19:01:23
3278         Log: Subject: [PATCH B::Deparse] some pragma support
3279              From: Robin Houston <robin@kitsite.com>
3280              Date: Wed, 18 Apr 2001 19:32:12 +0100
3281              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
3282      Branch: perl
3283            ! ext/B/B/Deparse.pm
3284 ____________________________________________________________________________
3285 [  9738] By: jhi                                   on 2001/04/18  15:16:37
3286         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
3287              From: Benjamin Sugars <bsugars@canoe.ca>
3288              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
3289              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
3290      Branch: perl
3291            ! t/op/glob.t
3292 ____________________________________________________________________________
3293 [  9737] By: jhi                                   on 2001/04/18  13:24:50
3294         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
3295              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3296              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
3297              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
3298      Branch: perl
3299            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
3300            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
3301 ____________________________________________________________________________
3302 [  9736] By: jhi                                   on 2001/04/18  04:15:14
3303         Log: The #9735 also changes the subtest 12.
3304      Branch: perl
3305            ! t/lib/b.t
3306 ____________________________________________________________________________
3307 [  9735] By: jhi                                   on 2001/04/18  03:55:17
3308         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
3309              From: David Dyck <dcd@tc.fluke.com>
3310              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
3311              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
3312      Branch: perl
3313            ! ext/B/B/Deparse.pm
3314 ____________________________________________________________________________
3315 [  9734] By: jhi                                   on 2001/04/18  03:54:11
3316         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
3317              From: Gisle Aas <gisle@ActiveState.com>
3318              Date: 17 Apr 2001 19:06:45 -0700
3319              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
3320      Branch: perl
3321            ! pp_hot.c t/op/misc.t
3322 ____________________________________________________________________________
3323 [  9733] By: jhi                                   on 2001/04/17  22:25:22
3324         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
3325              From: "Abigail" <abigail@foad.org>
3326              Date: Wed, 18 Apr 2001 01:17:46 +0200
3327              Message-ID: <20010417231746.21657.qmail@foad.org>
3328      Branch: perl
3329            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
3330 ____________________________________________________________________________
3331 [  9732] By: jhi                                   on 2001/04/17  20:47:56
3332         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
3333              From: Robin Houston <robin@kitsite.com>
3334              Date: Tue, 17 Apr 2001 22:37:42 +0100
3335              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
3336      Branch: perl
3337            ! ext/B/B/Deparse.pm
3338 ____________________________________________________________________________
3339 [  9731] By: nick                                  on 2001/04/17  20:46:35
3340         Log: Re-sync for t/lib/b.t fix
3341      Branch: perlio
3342           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
3343 ____________________________________________________________________________
3344 [  9730] By: jhi                                   on 2001/04/17  20:45:29
3345         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
3346              From: Robin Houston <robin@kitsite.com>
3347              Date: Tue, 17 Apr 2001 22:29:36 +0100
3348              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
3349      Branch: perl
3350            ! ext/B/B.xs ext/B/B/Deparse.pm
3351 ____________________________________________________________________________
3352 [  9729] By: jhi                                   on 2001/04/17  20:43:11
3353         Log: Subject: Deparse - parenthesise args to undeclared subs
3354              From: Robin Houston <robin@kitsite.com>
3355              Date: Tue, 17 Apr 2001 21:31:05 +0100
3356              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
3357      Branch: perl
3358            ! ext/B/B/Deparse.pm
3359 ____________________________________________________________________________
3360 [  9728] By: jhi                                   on 2001/04/17  18:57:30
3361         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
3362              From: Benjamin Sugars <ben.sugars@home.com>
3363              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
3364              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
3365      Branch: perl
3366            ! t/lib/cwd.t
3367 ____________________________________________________________________________
3368 [  9727] By: jhi                                   on 2001/04/17  18:20:20
3369         Log: Subject: [PATCH B::Deparse] ambient pragmas
3370              From: Robin Houston <robin@kitsite.com>
3371              Date: Tue, 17 Apr 2001 20:01:59 +0100
3372              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
3373      Branch: perl
3374            ! ext/B/B/Deparse.pm t/lib/b.t
3375 ____________________________________________________________________________
3376 [  9726] By: nick                                  on 2001/04/17  16:33:51
3377         Log: Integrate mainline (t/lib/b.t fails test 2...)
3378      Branch: perlio
3379           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
3380           +> ext/List/Util/README ext/List/Util/Util.xs
3381           +> ext/List/Util/lib/List/Util.pm
3382           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
3383           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
3384           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
3385           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
3386           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
3387           !> (integrate 31 files)
3388 ____________________________________________________________________________
3389 [  9725] By: jhi                                   on 2001/04/17  12:14:24
3390         Log: Subject: multiple B::* changes
3391              From: Robin Houston <robin@kitsite.com>
3392              Date: Thu, 12 Apr 2001 20:12:27 +0100
3393              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
3394      Branch: perl
3395            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
3396 ____________________________________________________________________________
3397 [  9724] By: jhi                                   on 2001/04/17  11:59:05
3398         Log: Thread-awareness from Doug MacEachern.
3399      Branch: perl
3400            ! ext/List/Util/Util.xs
3401 ____________________________________________________________________________
3402 [  9723] By: jhi                                   on 2001/04/17  11:57:41
3403         Log: Make the test more portable.
3404      Branch: perl
3405            ! t/lib/cwd.t
3406 ____________________________________________________________________________
3407 [  9722] By: jhi                                   on 2001/04/17  11:53:50
3408         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
3409              From: Benjamin Sugars <ben.sugars@home.com>
3410              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
3411              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
3412      Branch: perl
3413            ! t/lib/cwd.t
3414 ____________________________________________________________________________
3415 [  9721] By: jhi                                   on 2001/04/17  11:52:17
3416         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
3417              From: Benjamin Sugars <bsugars@canoe.ca>
3418              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
3419              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
3420      Branch: perl
3421            ! op.c
3422 ____________________________________________________________________________
3423 [  9720] By: jhi                                   on 2001/04/17  11:35:42
3424         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
3425              From: Chris Nandor <pudge@pobox.com>
3426              Date: Tue, 17 Apr 2001 00:30:49 -0400
3427              Message-Id: <p05100207b701768712de@[10.0.1.177]>
3428      Branch: perl
3429            ! ext/File/Glob/bsd_glob.c gv.c
3430 ____________________________________________________________________________
3431 [  9719] By: jhi                                   on 2001/04/17  11:32:13
3432         Log: Subject: [PATCH] Tweten->West
3433              From: Casey West <casey@geeknest.com>
3434              Date: Mon, 16 Apr 2001 12:11:22 -0400
3435              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
3436      Branch: perl
3437            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
3438            ! pod/perltie.pod
3439 ____________________________________________________________________________
3440 [  9718] By: jhi                                   on 2001/04/16  03:22:52
3441         Log: Update Changes.
3442      Branch: perl
3443            ! Changes patchlevel.h
3444 ____________________________________________________________________________
3445 [  9717] By: jhi                                   on 2001/04/16  03:06:28
3446         Log: Regen toc.
3447      Branch: perl
3448            ! pod/perltoc.pod
3449 ____________________________________________________________________________
3450 [  9716] By: jhi                                   on 2001/04/16  02:58:42
3451         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
3452              From: Prymmer/Kahn <pvhp@best.com>
3453              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
3454              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
3455      Branch: perl
3456            ! utf8.c
3457 ____________________________________________________________________________
3458 [  9715] By: jhi                                   on 2001/04/15  23:40:35
3459         Log: Subject: Re: Net::Ping patch, adds stream protocol
3460              From: bronson@rinspin.com (Scott Bronson)
3461              Date: Tue, 10 Apr 2001 23:58:33 -0700
3462              Message-ID: <20010410235833.N29719@rinspin.com>
3463      Branch: perl
3464            ! lib/Net/Ping.pm
3465 ____________________________________________________________________________
3466 [  9714] By: jhi                                   on 2001/04/15  23:31:46
3467         Log: Printing out the ok messages helps successful testing.
3468      Branch: perl
3469            ! t/lib/time-hires.t
3470 ____________________________________________________________________________
3471 [  9713] By: jhi                                   on 2001/04/15  21:43:24
3472         Log: Update Douglas Wegscheid's email.
3473      Branch: perl
3474            ! AUTHORS
3475 ____________________________________________________________________________
3476 [  9712] By: jhi                                   on 2001/04/15  21:40:41
3477         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
3478              From: Michael G Schwern <schwern@pobox.com>
3479              Date: Sat, 14 Apr 2001 22:40:50 +0100
3480              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
3481      Branch: perl
3482            + t/lib/exporter.t
3483            ! MANIFEST lib/Exporter/Heavy.pm
3484 ____________________________________________________________________________
3485 [  9711] By: jhi                                   on 2001/04/15  21:39:21
3486         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
3487              From: Michael G Schwern <schwern@pobox.com>
3488              Date: Sat, 14 Apr 2001 22:13:59 +0100
3489              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
3490      Branch: perl
3491            ! t/op/loopctl.t
3492 ____________________________________________________________________________
3493 [  9710] By: jhi                                   on 2001/04/15  21:30:19
3494         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
3495              From: Michael G Schwern <schwern@pobox.com>
3496              Date: Sat, 14 Apr 2001 22:05:32 +0100
3497              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
3498      Branch: perl
3499            ! t/pragma/warnings.t
3500 ____________________________________________________________________________
3501 [  9709] By: jhi                                   on 2001/04/15  19:34:09
3502         Log: Integrate changes #9706,9707 from maintperl into mainline.
3503              
3504              change#7210 broke .packlist generation
3505              
3506              ExtUtils::Installed doesn't quote regex metacharacters in paths
3507              before using them in match; also make it work for dosish platforms
3508      Branch: perl
3509           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
3510 ____________________________________________________________________________
3511 [  9708] By: jhi                                   on 2001/04/15  19:31:01
3512         Log: Test also the scalar aspect of getitimer().
3513      Branch: perl
3514            ! t/lib/time-hires.t
3515 ____________________________________________________________________________
3516 [  9707] By: gsar                                  on 2001/04/15  17:24:20
3517         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
3518              before using them in match; also make it work for dosish platforms
3519      Branch: maint-5.6/perl
3520            ! lib/ExtUtils/Installed.pm
3521 ____________________________________________________________________________
3522 [  9706] By: gsar                                  on 2001/04/15  17:21:59
3523         Log: change#7210 broke .packlist generation (listed only filename
3524              rather than fully qualified path name)
3525      Branch: maint-5.6/perl
3526            ! lib/ExtUtils/Install.pm
3527 ____________________________________________________________________________
3528 [  9705] By: jhi                                   on 2001/04/15  12:36:33
3529         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
3530      Branch: perl
3531            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
3532            ! t/lib/time-hires.t
3533 ____________________________________________________________________________
3534 [  9704] By: jhi                                   on 2001/04/15  10:49:08
3535         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
3536              From: Prymmer/Kahn <pvhp@best.com>
3537              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
3538              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
3539      Branch: perl
3540            ! lib/utf8.pm pod/perlebcdic.pod
3541 ____________________________________________________________________________
3542 [  9703] By: jhi                                   on 2001/04/15  02:26:26
3543         Log: I keep forgetting to sort MANIFEST.
3544      Branch: perl
3545            ! MANIFEST
3546 ____________________________________________________________________________
3547 [  9702] By: jhi                                   on 2001/04/15  02:07:47
3548         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
3549              Now we have blessed, reftype, tainted, first, reduce, ...
3550      Branch: perl
3551            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
3552            + ext/List/Util/README ext/List/Util/Util.xs
3553            + ext/List/Util/lib/List/Util.pm
3554            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
3555            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
3556            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
3557            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
3558            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
3559            ! MANIFEST
3560 ____________________________________________________________________________
3561 [  9701] By: jhi                                   on 2001/04/14  15:05:25
3562         Log: Subject: RE: dprofpp.pl updates 
3563              From: Carl Eklof <CEklof@endeca.com>
3564              Date: Thu, 12 Apr 2001 18:45:46 -0400
3565              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
3566      Branch: perl
3567            ! utils/dprofpp.PL
3568 ____________________________________________________________________________
3569 [  9700] By: jhi                                   on 2001/04/14  14:44:55
3570         Log: Do not just blindly add CR.
3571      Branch: perl
3572            ! Porting/makerel
3573 ____________________________________________________________________________
3574 [  9699] By: jhi                                   on 2001/04/13  13:17:01
3575         Log: Update Changes.
3576      Branch: perl
3577            ! Changes patchlevel.h
3578 ____________________________________________________________________________
3579 [  9698] By: jhi                                   on 2001/04/13  12:44:48
3580         Log: Integrate perlio.
3581      Branch: perl
3582           !> ext/PerlIO/Scalar/Scalar.xs
3583 ____________________________________________________________________________
3584 [  9697] By: jhi                                   on 2001/04/13  12:29:15
3585         Log: Add more debug output to the test.
3586      Branch: perl
3587            ! t/lib/cwd.t
3588 ____________________________________________________________________________
3589 [  9696] By: nick                                  on 2001/04/13  10:14:29
3590         Log: Fix core dump on binmode($fh,'Scalar')
3591      Branch: perlio
3592            ! ext/PerlIO/Scalar/Scalar.xs
3593 ____________________________________________________________________________
3594 [  9695] By: nick                                  on 2001/04/13  09:05:42
3595         Log: Integrate mainline
3596      Branch: perlio
3597           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3598           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
3599           +> t/lib/time-hires.t
3600           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
3601           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
3602           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
3603           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
3604           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
3605           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
3606           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
3607 ____________________________________________________________________________
3608 [  9694] By: jhi                                   on 2001/04/12  22:23:35
3609         Log: Integrate change #9693 from maintperl into mainline.
3610              
3611              $VERSION and Version() on the same line provokes a warning from
3612              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
3613      Branch: perl
3614           !> lib/Devel/SelfStubber.pm
3615 ____________________________________________________________________________
3616 [  9693] By: gsar                                  on 2001/04/12  21:55:56
3617         Log: $VERSION and Version() on the same line provokes a warning from
3618              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
3619      Branch: maint-5.6/perl
3620            ! lib/Devel/SelfStubber.pm
3621 ____________________________________________________________________________
3622 [  9692] By: jhi                                   on 2001/04/12  13:54:00
3623         Log: This is at least 5.005.
3624      Branch: perl
3625            ! ext/Time/HiRes/HiRes.xs
3626 ____________________________________________________________________________
3627 [  9691] By: jhi                                   on 2001/04/12  13:37:20
3628         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
3629      Branch: perl
3630            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
3631            ! win32/Makefile win32/makefile.mk
3632 ____________________________________________________________________________
3633 [  9690] By: jhi                                   on 2001/04/12  01:34:46
3634         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
3635      Branch: perl
3636            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3637            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
3638            + t/lib/time-hires.t
3639            ! MANIFEST
3640 ____________________________________________________________________________
3641 [  9689] By: jhi                                   on 2001/04/12  00:28:39
3642         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
3643              From: Gisle Aas <gisle@ActiveState.com>
3644              Date: 11 Apr 2001 16:36:11 -0700
3645              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
3646      Branch: perl
3647            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
3648 ____________________________________________________________________________
3649 [  9688] By: jhi                                   on 2001/04/12  00:27:39
3650         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
3651              From: Gisle Aas <gisle@ActiveState.com>
3652              Date: 11 Apr 2001 11:13:24 -0700
3653              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
3654      Branch: perl
3655            ! ext/MIME/Base64/Base64.xs
3656 ____________________________________________________________________________
3657 [  9687] By: jhi                                   on 2001/04/11  19:51:47
3658         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
3659      Branch: perl
3660            ! Todo-5.6
3661 ____________________________________________________________________________
3662 [  9686] By: jhi                                   on 2001/04/11  16:54:25
3663         Log: Subject: [PATCH opcode.pl] Documentation of table format
3664              From: Simon Cozens <simon@netthink.co.uk>
3665              Date: Wed, 11 Apr 2001 12:59:31 +0100
3666              Message-ID: <20010411125931.A25681@netthink.co.uk>
3667      Branch: perl
3668            ! opcode.pl
3669 ____________________________________________________________________________
3670 [  9685] By: jhi                                   on 2001/04/11  16:53:15
3671         Log: Subject: [PATCH] prototype("CORE::recv")
3672              From: Simon Cozens <simon@netthink.co.uk>
3673              Date: Wed, 11 Apr 2001 13:24:35 +0100
3674              Message-ID: <20010411132435.A26169@netthink.co.uk>
3675      Branch: perl
3676            ! pp.c t/comp/proto.t
3677 ____________________________________________________________________________
3678 [  9684] By: jhi                                   on 2001/04/11  16:47:13
3679         Log: FAQ (and AUTHORS) update from Dan Carson: the information
3680              was several years obsolete, Term::Readkey has been updated
3681              to have the functionality.
3682      Branch: perl
3683            ! AUTHORS pod/perlfaq5.pod
3684 ____________________________________________________________________________
3685 [  9683] By: jhi                                   on 2001/04/11  12:15:46
3686         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
3687              From: Calle Dybedahl <calle@lysator.liu.se>
3688              Date: 10 Apr 2001 16:44:16 +0200
3689              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
3690      Branch: perl
3691            ! ext/MIME/Base64/Base64.xs
3692 ____________________________________________________________________________
3693 [  9682] By: jhi                                   on 2001/04/11  12:12:26
3694         Log: A more minimal fix for 20010410.006 from Hugo.
3695      Branch: perl
3696            ! regexec.c
3697 ____________________________________________________________________________
3698 [  9681] By: jhi                                   on 2001/04/11  11:34:23
3699         Log: Integrate changes #9678,9679 from maintline into mainperl.
3700              
3701              addendum to change#9676
3702              
3703              up $File::Glob::VERSION; add a note pointing out the version of
3704              the OpenBSD glob bsd_glob.c resembles
3705      Branch: perl
3706           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3707           !> ext/File/Glob/bsd_glob.h
3708 ____________________________________________________________________________
3709 [  9680] By: jhi                                   on 2001/04/11  11:30:38
3710         Log: Bad test numbering in integrate in #9677.
3711              Fixes ID 20010411.001.
3712      Branch: perl
3713            ! t/op/pat.t
3714 ____________________________________________________________________________
3715 [  9679] By: gsar                                  on 2001/04/11  03:38:40
3716         Log: up $File::Glob::VERSION; add a note pointing out the version of
3717              the OpenBSD glob bsd_glob.c resembles
3718      Branch: maint-5.6/perl
3719            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3720            ! ext/File/Glob/bsd_glob.h
3721 ____________________________________________________________________________
3722 [  9678] By: gsar                                  on 2001/04/11  03:09:48
3723         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
3724              revision 1.8.10.1 found here:
3725              
3726              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
3727      Branch: maint-5.6/perl
3728            ! ext/File/Glob/bsd_glob.c
3729 ____________________________________________________________________________
3730 [  9677] By: jhi                                   on 2001/04/11  02:54:39
3731         Log: Integrate changes #9675,9676 from maintperl into mainline.
3732              
3733              fix for bug 20010410.006, undo change#7115
3734              
3735              port the OpenBSD glob() security patch
3736      Branch: perl
3737           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
3738           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
3739           !> t/op/pat.t
3740 ____________________________________________________________________________
3741 [  9676] By: gsar                                  on 2001/04/11  02:19:02
3742         Log: port the glob() security patch found at:
3743              
3744              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
3745              
3746              CERT advisory for the issue is here:
3747              
3748              http://www.cert.org/advisories/CA-2001-07.html
3749              
3750              Note that the security scare is only relevant for those who are
3751              foolish enough to build suidperl (which is now officially discouraged)
3752      Branch: maint-5.6/perl
3753            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
3754            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
3755 ____________________________________________________________________________
3756 [  9675] By: gsar                                  on 2001/04/10  23:52:11
3757         Log: fix for bug 20010410.006
3758              
3759              undo change#7115 (came into maint-5.6 as change#8156)
3760              
3761              add tests to keep it from coming back
3762      Branch: maint-5.6/perl
3763            ! regexec.c t/op/pat.t
3764 ____________________________________________________________________________
3765 [  9674] By: nick                                  on 2001/04/10  20:39:31
3766         Log: Integrate mainline
3767      Branch: perlio
3768           +> Porting/testall.atom
3769           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
3770           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
3771           !> t/lib/lc-uk.t t/pod/find.t
3772 ____________________________________________________________________________
3773 [  9673] By: nick                                  on 2001/04/10  18:46:14
3774         Log: Integrate against change 9670 aka perl-5.7.1
3775      Branch: perlio
3776           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
3777           !> (integrate 53 files)
3778 ____________________________________________________________________________
3779 [  9672] By: jhi                                   on 2001/04/10  13:45:01
3780         Log: Add a script for doing cumulative profile of the test suite.
3781              (Requires ATOM, that is, Tru64.)
3782      Branch: perl
3783            + Porting/testall.atom
3784            ! MANIFEST
3785 ____________________________________________________________________________
3786 [  9671] By: jhi                                   on 2001/04/10  12:38:53
3787         Log: Missing std block.
3788      Branch: perl
3789            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
3790            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
3791            ! t/pod/find.t
3792 ____________________________________________________________________________
3793 [  9670] By: jhi                                   on 2001/04/10  01:25:58
3794         Log: This is 5.7.1.
3795      Branch: perl
3796            ! patchlevel.h
3797 ____________________________________________________________________________
3798 [  9669] By: jhi                                   on 2001/04/10  01:09:14
3799         Log: Update Changes.
3800      Branch: perl
3801            ! Changes patchlevel.h
3802 ____________________________________________________________________________
3803 [  9668] By: jhi                                   on 2001/04/10  01:00:38
3804         Log: Regen toc.
3805      Branch: perl
3806            ! pod/perltoc.pod
3807 ____________________________________________________________________________
3808 [  9667] By: jhi                                   on 2001/04/10  00:52:16
3809         Log: Update perlhist.
3810      Branch: perl
3811            ! pod/perlhist.pod
3812 ____________________________________________________________________________
3813 [  9666] By: jhi                                   on 2001/04/09  23:38:59
3814         Log: Slight wording tweaks from Damian to #9658.
3815      Branch: perl
3816            ! pod/perlobj.pod
3817 ____________________________________________________________________________
3818 [  9665] By: jhi                                   on 2001/04/09  19:56:06
3819         Log: Subject: [PATCH perlutil.pod] Nit
3820              From: Simon Cozens <simon@netthink.co.uk>
3821              Date: Mon, 9 Apr 2001 20:29:44 +0100
3822              Message-ID: <20010409202944.A14796@the.earth.li>
3823      Branch: perl
3824            ! pod/perlutil.pod
3825 ____________________________________________________________________________
3826 [  9664] By: jhi                                   on 2001/04/09  19:54:42
3827         Log: Subject: Re: perl571delta.pod@9631
3828              From: Mike Guy <mjtg@cam.ac.uk>
3829              Date: Mon, 09 Apr 2001 18:09:14 +0100
3830              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
3831      Branch: perl
3832            ! pod/perl571delta.pod
3833 ____________________________________________________________________________
3834 [  9663] By: jhi                                   on 2001/04/09  13:43:35
3835         Log: Update Changes.
3836      Branch: perl
3837            ! Changes patchlevel.h
3838 ____________________________________________________________________________
3839 [  9662] By: jhi                                   on 2001/04/09  13:24:46
3840         Log: tweak tweak.
3841      Branch: perl
3842            ! AUTHORS pod/perl571delta.pod
3843 ____________________________________________________________________________
3844 [  9661] By: jhi                                   on 2001/04/09  13:15:13
3845         Log: Thinko in manual patch applying.
3846      Branch: perl
3847            ! sv.c
3848 ____________________________________________________________________________
3849 [  9660] By: jhi                                   on 2001/04/09  13:07:53
3850         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
3851              From: Robin Barker <rmb1@cise.npl.co.uk> 
3852              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
3853              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
3854              
3855              (This corrects the case where the "isn't numeric" string contains \0s
3856              and is longer than the temporary buffer, and contains \0 at the point
3857              the string would be truncated by "...".) 
3858      Branch: perl
3859            ! sv.c
3860 ____________________________________________________________________________
3861 [  9659] By: jhi                                   on 2001/04/09  12:57:41
3862         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
3863      Branch: perl
3864            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
3865            ! t/lib/cgi-function.t t/lib/cgi-html.t
3866 ____________________________________________________________________________
3867 [  9658] By: jhi                                   on 2001/04/09  12:48:47
3868         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
3869              From: Ilmari Karonen <iltzu@sci.fi>
3870              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
3871              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
3872              
3873              Rearrange and rewrite the Method Invocation section
3874              to explain the concepts in nicer order.
3875      Branch: perl
3876            ! pod/perlobj.pod
3877 ____________________________________________________________________________
3878 [  9657] By: jhi                                   on 2001/04/09  12:35:58
3879         Log: Upgrade to podlators 1.09, from Russ Allbery.
3880      Branch: perl
3881            ! lib/Pod/Man.pm lib/Pod/Text.pm
3882 ____________________________________________________________________________
3883 [  9656] By: jhi                                   on 2001/04/09  12:31:53
3884         Log: perl571delta.
3885      Branch: perl
3886            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
3887 ____________________________________________________________________________
3888 [  9655] By: jhi                                   on 2001/04/09  12:20:09
3889         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
3890              From: Prymmer/Kahn <pvhp@best.com>
3891              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
3892              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
3893      Branch: perl
3894            ! lib/utf8.pm pod/perlunicode.pod
3895 ____________________________________________________________________________
3896 [  9654] By: gsar                                  on 2001/04/09  03:38:33
3897         Log: here lies 5.6.1
3898      Branch: maint-5.6/perl
3899            ! Changes
3900 ____________________________________________________________________________
3901 [  9653] By: jhi                                   on 2001/04/09  03:25:24
3902         Log: Update perlhist.
3903      Branch: perl
3904            ! pod/perlhist.pod
3905 ____________________________________________________________________________
3906 [  9652] By: jhi                                   on 2001/04/09  03:18:49
3907         Log: perl571delta tweaking continues.
3908      Branch: perl
3909            ! pod/perl571delta.pod
3910 ____________________________________________________________________________
3911 [  9651] By: gsar                                  on 2001/04/09  03:11:19
3912         Log: update Changes, patchlevel.h &c.
3913      Branch: maint-5.6/perl
3914            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
3915            ! pod/perltoc.pod
3916 ____________________________________________________________________________
3917 [  9650] By: jhi                                   on 2001/04/09  02:40:24
3918         Log: Integrate the perlfork half of #9513 from maintperl into mainline
3919              (the perlunicode half is obsolete)
3920      Branch: perl
3921            ! pod/perlfork.pod
3922 ____________________________________________________________________________
3923 [  9649] By: gsar                                  on 2001/04/09  02:35:43
3924         Log: tweak perldelta as suggested by Jarkko
3925      Branch: maint-5.6/perl
3926            ! pod/perldelta.pod
3927 ____________________________________________________________________________
3928 [  9648] By: jhi                                   on 2001/04/09  02:13:04
3929         Log: Integrate change #9646 from maintperl into mainline.
3930              
3931              add note about ithreads and Thread.pm
3932      Branch: perl
3933           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
3934 ____________________________________________________________________________
3935 [  9647] By: jhi                                   on 2001/04/09  02:10:18
3936         Log: Bad assumption that shortsize == 2.
3937      Branch: perl
3938            ! t/lib/xs-typemap.t
3939 ____________________________________________________________________________
3940 [  9646] By: gsar                                  on 2001/04/09  00:48:04
3941         Log: add note about ithreads and Thread.pm (too many people are
3942              confused by the fact that Thread.pm is built and installed
3943              under non-5005threads but doesn't work)
3944      Branch: maint-5.6/perl
3945            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
3946 ____________________________________________________________________________
3947 [  9645] By: gsar                                  on 2001/04/09  00:19:03
3948         Log: update perldelta.pod for changes in 5.6.1
3949      Branch: maint-5.6/perl
3950            ! Changes pod/perldelta.pod
3951 ____________________________________________________________________________
3952 [  9644] By: jhi                                   on 2001/04/08  20:37:00
3953         Log: Integrate change #9639 from maintperl into mainline:
3954              on windows, many of the README.* pods were being copied to
3955              the wrong location
3956      Branch: perl
3957           !> win32/Makefile win32/makefile.mk
3958 ____________________________________________________________________________
3959 [  9643] By: jhi                                   on 2001/04/08  20:07:11
3960         Log: Integrate change #9624 from maintperl into mainline:
3961              the pod tests were not okay.  (t/pod/find.t changes ignored)
3962      Branch: perl
3963           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
3964           !> t/pod/include.t t/pod/included.t t/pod/lref.t
3965           !> t/pod/multiline_items.t t/pod/nested_items.t
3966           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
3967           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
3968 ____________________________________________________________________________
3969 [  9642] By: jhi                                   on 2001/04/08  19:57:17
3970         Log: Integrate change #9638 from maintperl into mainline:
3971              update to latest JPL from the anoncvs repository
3972      Branch: perl
3973           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
3974           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
3975           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
3976 ____________________________________________________________________________
3977 [  9641] By: jhi                                   on 2001/04/08  19:53:30
3978         Log: perl571delta updates.
3979      Branch: perl
3980            ! lib/Filter/Simple.pm pod/perl571delta.pod
3981 ____________________________________________________________________________
3982 [  9640] By: gsar                                  on 2001/04/08  19:20:46
3983         Log: integrate change#9634 from mainline
3984              
3985              Fix the perlmodlib generation (didn't understand separate .pod
3986              files; didn't understand -- as the name-thing separator).
3987              Update the CPAN mirrors list.
3988      Branch: maint-5.6/perl
3989            ! pod/perlmodlib.pod
3990           !> pod/perlmodlib.PL
3991 ____________________________________________________________________________
3992 [  9639] By: gsar                                  on 2001/04/08  18:57:31
3993         Log: on windows, many of the README.* pods were being copied to the wrong
3994              location
3995      Branch: maint-5.6/perl
3996            ! win32/Makefile win32/makefile.mk
3997 ____________________________________________________________________________
3998 [  9638] By: gsar                                  on 2001/04/08  18:38:25
3999         Log: update to latest JPL from the anoncvs repository
4000      Branch: maint-5.6/perl
4001            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
4002            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
4003            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
4004 ____________________________________________________________________________
4005 [  9637] By: jhi                                   on 2001/04/08  17:53:53
4006         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
4007      Branch: perl
4008            ! pod/perl571delta.pod
4009 ____________________________________________________________________________
4010 [  9636] By: jhi                                   on 2001/04/08  17:18:32
4011         Log: Regen toc.
4012      Branch: perl
4013            ! pod/perltoc.pod
4014 ____________________________________________________________________________
4015 [  9635] By: jhi                                   on 2001/04/08  17:16:33
4016         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
4017              From: "Craig A. Berry" <craigberry@mac.com>
4018              Date: Sun, 08 Apr 2001 12:30:16 -0500
4019              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
4020      Branch: perl
4021            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
4022 ____________________________________________________________________________
4023 [  9634] By: jhi                                   on 2001/04/08  17:09:19
4024         Log: Fix the perlmodlib generation (didn't understand separate .pod
4025              files; didn't understand -- as the name-thing separator).
4026              
4027              Update the CPAN mirrors list.
4028      Branch: perl
4029            ! pod/perlmodlib.PL pod/perlmodlib.pod
4030 ____________________________________________________________________________
4031 [  9633] By: jhi                                   on 2001/04/08  16:49:17
4032         Log: Sort MANIFEST.
4033      Branch: perl
4034            ! MANIFEST
4035 ____________________________________________________________________________
4036 [  9632] By: gsar                                  on 2001/04/08  16:36:06
4037         Log: add $Tie::RefHash::VERSION
4038      Branch: maint-5.6/perl
4039            ! lib/Tie/RefHash.pm
4040 ____________________________________________________________________________
4041 [  9631] By: jhi                                   on 2001/04/08  16:10:15
4042         Log: perl571delta updates based on p5p feedback; still needs
4043              lots of examples.
4044      Branch: perl
4045            ! pod/perl571delta.pod
4046 ____________________________________________________________________________
4047 [  9630] By: jhi                                   on 2001/04/08  15:59:13
4048         Log: Update the list of supported platforms to talk about 5.7.1
4049              (and 5.6.1)
4050      Branch: perl
4051            ! pod/perlport.pod
4052 ____________________________________________________________________________
4053 [  9629] By: jhi                                   on 2001/04/08  15:55:41
4054         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
4055              from maintperl into mainline: perlport updates.
4056      Branch: perl
4057            ! pod/perlport.pod
4058 ____________________________________________________________________________
4059 [  9628] By: jhi                                   on 2001/04/08  15:53:17
4060         Log: perlsolaris.pod copied to wrong directory.
4061      Branch: perl
4062            ! win32/makefile.mk
4063 ____________________________________________________________________________
4064 [  9627] By: jhi                                   on 2001/04/08  14:48:18
4065         Log: Subject: Typos in perl571delta.pod
4066              From: "Stephen P. Potter" <spp@spotter.yi.org>
4067              Date: Sat, 07 Apr 2001 20:37:05 -0400
4068              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
4069      Branch: perl
4070            ! pod/perl571delta.pod
4071 ____________________________________________________________________________
4072 [  9626] By: jhi                                   on 2001/04/08  14:39:04
4073         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
4074      Branch: perl
4075            ! gv.c
4076 ____________________________________________________________________________
4077 [  9625] By: nick                                  on 2001/04/08  10:14:23
4078         Log: Integrate mainline
4079      Branch: perlio
4080           +> pod/perl570delta.pod pod/perl571delta.pod
4081           !> (integrate 27 files)
4082 ____________________________________________________________________________
4083 [  9624] By: gsar                                  on 2001/04/08  06:08:17
4084         Log: test in t/pod/* were busted
4085              
4086              these tests are still not enabled in t/{harness,TEST}
4087      Branch: maint-5.6/perl
4088            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
4089            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
4090            ! t/pod/multiline_items.t t/pod/nested_items.t
4091            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
4092            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
4093 ____________________________________________________________________________
4094 [  9623] By: gsar                                  on 2001/04/08  03:37:01
4095         Log: integrate change#9470 from mainline
4096              
4097              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
4098      Branch: maint-5.6/perl
4099           !> ext/Socket/Socket.xs
4100 ____________________________________________________________________________
4101 [  9622] By: jhi                                   on 2001/04/07  22:40:47
4102         Log: Update Changes.
4103      Branch: perl
4104            ! Changes patchlevel.h
4105 ____________________________________________________________________________
4106 [  9621] By: jhi                                   on 2001/04/07  22:34:16
4107         Log: Update AUTHORS.
4108      Branch: perl
4109            ! AUTHORS
4110 ____________________________________________________________________________
4111 [  9620] By: jhi                                   on 2001/04/07  22:12:47
4112         Log: Forgot to bump the number of tests in #9164.
4113      Branch: perl
4114            ! t/op/array.t
4115 ____________________________________________________________________________
4116 [  9619] By: jhi                                   on 2001/04/07  22:09:50
4117         Log: Bump patchlevel to 5.7.1.
4118      Branch: perl
4119            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4120            ! config_h.SH patchlevel.h
4121 ____________________________________________________________________________
4122 [  9618] By: jhi                                   on 2001/04/07  22:02:41
4123         Log: Populate perl571delta.
4124      Branch: perl
4125            ! pod/perl571delta.pod
4126 ____________________________________________________________________________
4127 [  9617] By: jhi                                   on 2001/04/07  22:01:23
4128         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
4129              to forget it later; do not change patchlevel.h yet or regenerate
4130              Configure yet.
4131      Branch: perl
4132            ! epoc/config.sh win32/Makefile win32/config_H.bc
4133            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4134 ____________________________________________________________________________
4135 [  9616] By: jhi                                   on 2001/04/07  17:46:33
4136         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
4137      Branch: perl
4138            ! pod/perl571delta.pod
4139 ____________________________________________________________________________
4140 [  9615] By: jhi                                   on 2001/04/07  17:33:21
4141         Log: Change the toc configuration.
4142      Branch: perl
4143            ! pod/buildtoc.PL pod/perl.pod
4144 ____________________________________________________________________________
4145 [  9614] By: jhi                                   on 2001/04/07  17:29:47
4146         Log: Subject: PATCH: $[
4147              From: Robin Houston <robin@kitsite.com>
4148              Date: Fri, 6 Apr 2001 18:10:14 +0100
4149              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
4150      Branch: perl
4151            ! op.c t/op/array.t
4152 ____________________________________________________________________________
4153 [  9613] By: jhi                                   on 2001/04/07  17:28:26
4154         Log: Subject: [PATCH perl@9424] isn't numeric warning
4155              From: Robin Barker <rmb1@cise.npl.co.uk>
4156              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
4157              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
4158      Branch: perl
4159            ! sv.c t/pragma/warn/sv
4160 ____________________________________________________________________________
4161 [  9612] By: jhi                                   on 2001/04/07  17:26:45
4162         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
4163              From: Mike Guy <mjtg@cam.ac.uk>
4164              Date: Fri, 06 Apr 2001 12:47:06 +0100
4165              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
4166      Branch: perl
4167            ! dump.c t/lib/peek.t
4168 ____________________________________________________________________________
4169 [  9611] By: jhi                                   on 2001/04/07  17:21:35
4170         Log: Create perl571delta and seed it off with the perldelta changes
4171              since 5.7.0; remove those changes from perldelta and rename it
4172              as perl570delta; recreate perldelta but leave it almost empty.
4173      Branch: perl
4174            + pod/perl570delta.pod pod/perl571delta.pod
4175            ! MANIFEST pod/perldelta.pod
4176 ____________________________________________________________________________
4177 [  9610] By: jhi                                   on 2001/04/07  16:56:32
4178         Log: Denit.
4179      Branch: perl
4180            ! pod/perldelta.pod
4181 ____________________________________________________________________________
4182 [  9609] By: jhi                                   on 2001/04/07  16:38:32
4183         Log: Retract #9523: needs more thought.
4184      Branch: perl
4185            ! Makefile.SH
4186 ____________________________________________________________________________
4187 [  9608] By: jhi                                   on 2001/04/07  14:59:20
4188         Log: atmark() code cleanaup.
4189      Branch: perl
4190            ! ext/IO/IO.xs
4191 ____________________________________________________________________________
4192 [  9607] By: jhi                                   on 2001/04/07  14:48:14
4193         Log: Integrate change #9605 from maintperl into mainline.
4194              
4195              can't optimize away scope entry if tr/// is present
4196      Branch: perl
4197           !> op.c t/op/tr.t
4198 ____________________________________________________________________________
4199 [  9606] By: jhi                                   on 2001/04/07  14:43:59
4200         Log: Integrate perlio.
4201      Branch: perl
4202           +> win32/FindExt.pm
4203           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
4204           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
4205 ____________________________________________________________________________
4206 [  9605] By: gsar                                  on 2001/04/07  11:52:40
4207         Log: can't optimize away scope entry if tr/// is present
4208      Branch: maint-5.6/perl
4209            ! op.c t/op/tr.t
4210 ____________________________________________________________________________
4211 [  9604] By: nick                                  on 2001/04/07  11:39:45
4212         Log: Split out extension finding code from buildext.pl into FindExt.pm
4213              Use it to get Config.pm's idea of available extensions in line
4214              with what is built.
4215      Branch: perlio
4216            + win32/FindExt.pm
4217            ! MANIFEST win32/buildext.pl win32/config_sh.PL
4218            ! win32/makefile.mk
4219 ____________________________________________________________________________
4220 [  9603] By: nick                                  on 2001/04/07  09:11:38
4221         Log: Cleanup correction for failed :Via() layer, also set an error code.
4222      Branch: perlio
4223            ! ext/PerlIO/Via/Via.xs
4224 ____________________________________________________________________________
4225 [  9602] By: nick                                  on 2001/04/07  08:38:04
4226         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
4227              style. So don't use binmode() on the handles so that Win32 etc. see
4228              same sequence and produce same digests.
4229      Branch: perlio
4230            ! t/lib/md5-file.t
4231 ____________________________________________________________________________
4232 [  9601] By: nick                                  on 2001/04/07  08:36:26
4233         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
4234              Else it complains and so crlf layer (say) does not get pushed.
4235      Branch: perlio
4236            ! perlio.c
4237 ____________________________________________________________________________
4238 [  9600] By: jhi                                   on 2001/04/06  23:00:09
4239         Log: Integrate change #9599 from perlio into mainline.
4240      Branch: perl
4241           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
4242           !> win32/config_H.vc
4243 ____________________________________________________________________________
4244 [  9599] By: nick                                  on 2001/04/06  21:42:43
4245         Log: Quote $VERSION in Encode.pm.
4246              regen_config_h as requested.
4247      Branch: perlio
4248            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
4249            ! win32/config_H.vc
4250 ____________________________________________________________________________
4251 [  9598] By: nick                                  on 2001/04/06  20:34:59
4252         Log: Integrate mainline
4253      Branch: perlio
4254           +> README.macos
4255           !> (integrate 39 files)
4256 ____________________________________________________________________________
4257 [  9597] By: gsar                                  on 2001/04/06  18:06:35
4258         Log: integrate change#9464 from mainline (addendum to change#8313)
4259              
4260              Subject: [PATCH @9452] Better peep()ing for foreach() loops
4261      Branch: maint-5.6/perl
4262           !> op.c
4263 ____________________________________________________________________________
4264 [  9596] By: jhi                                   on 2001/04/06  17:26:03
4265         Log: The d_casti32=undef is good for you even when not use64bitall.
4266      Branch: perl
4267            ! hints/hpux.sh
4268 ____________________________________________________________________________
4269 [  9595] By: gsar                                  on 2001/04/06  14:57:17
4270         Log: add a low-impact fix to accomodate darwin-ism
4271      Branch: maint-5.6/perl
4272            ! ext/Errno/Errno_pm.PL
4273 ____________________________________________________________________________
4274 [  9594] By: jhi                                   on 2001/04/06  14:55:14
4275         Log: Integrate changes #9528,9593 from mainline into maintperl;
4276              tweaking the editor/IDE/shell list.
4277      Branch: maint-5.6/perl
4278           !> pod/perlfaq3.pod
4279 ____________________________________________________________________________
4280 [  9593] By: jhi                                   on 2001/04/06  14:51:39
4281         Log: Make the editor/IDE/shell list a little bit airier.
4282      Branch: perl
4283            ! pod/perlfaq3.pod
4284 ____________________________________________________________________________
4285 [  9592] By: gsar                                  on 2001/04/06  14:45:18
4286         Log: integrate change#9477 from mainline (base.pm doc tweak)
4287              
4288              missing doc entry for fmod()
4289      Branch: maint-5.6/perl
4290            ! lib/Math/BigFloat.pm
4291           !> lib/base.pm
4292 ____________________________________________________________________________
4293 [  9591] By: jhi                                   on 2001/04/06  13:55:48
4294         Log: Regen toc.
4295      Branch: perl
4296            ! pod/perltoc.pod
4297 ____________________________________________________________________________
4298 [  9590] By: jhi                                   on 2001/04/06  13:54:52
4299         Log: Math::BigFloat patches from John Peacock.  The equivalent
4300              of #9586 from maintperl but reworked by John to work with
4301              the bleadperl.
4302      Branch: perl
4303            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
4304 ____________________________________________________________________________
4305 [  9589] By: jhi                                   on 2001/04/06  13:42:23
4306         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
4307      Branch: perl
4308            ! ext/Digest/MD5/Makefile.PL
4309 ____________________________________________________________________________
4310 [  9588] By: jhi                                   on 2001/04/06  13:31:45
4311         Log: Integrate changes #9584,9587 from maintperl into mainline.
4312              
4313              keep eval"" CVs alive until the end of the statement in which
4314              they're called
4315              
4316              add README.macos (from Chris Nandor)
4317              
4318              tyop in change#9555
4319      Branch: perl
4320           +> README.macos
4321           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
4322           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
4323           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
4324           !> win32/makefile.mk
4325 ____________________________________________________________________________
4326 [  9587] By: gsar                                  on 2001/04/06  07:31:30
4327         Log: add README.macos (from Chris Nandor)
4328              
4329              tyop in change#9555
4330      Branch: maint-5.6/perl
4331            + README.macos
4332            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
4333            ! win32/Makefile win32/makefile.mk
4334 ____________________________________________________________________________
4335 [  9586] By: gsar                                  on 2001/04/06  07:08:54
4336         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
4337      Branch: maint-5.6/perl
4338            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
4339 ____________________________________________________________________________
4340 [  9585] By: gsar                                  on 2001/04/06  06:58:44
4341         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
4342              from mainline
4343              
4344              Subject: [PATCH] Base64 update to perlfaq9.pod
4345              
4346              Subject: [PATCH AUTHORS] Housekeeping
4347              
4348              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
4349              Mac OS X (Darwin) has extra pwent fields.
4350              
4351              Subject: [PATCH B::*] print control-character vars readably
4352              Needs EBCDICification.
4353              
4354              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
4355              
4356              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
4357              
4358              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
4359              
4360              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
4361              
4362              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
4363              
4364              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
4365              
4366              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
4367              
4368              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
4369              
4370              FreeBSD hints tweak from Anton Berezin.
4371              
4372              Subject: [PATCH foolperl & bleadperl] README.vms update
4373              
4374              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
4375      Branch: maint-5.6/perl
4376           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
4377           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
4378           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
4379 ____________________________________________________________________________
4380 [  9584] By: gsar                                  on 2001/04/06  04:09:00
4381         Log: keep eval"" CVs alive until the end of the statement in which
4382              they're called; this avoids a coredump ensuing from search for
4383              lexicals in code such as:
4384              
4385              sub bug {
4386              my $s = @_;
4387              eval q[sub { eval 'sub { &$s }' }];
4388              }
4389              bug("x")->()->();
4390              
4391              this code still doesn't work as intended (as it has remained
4392              since time immemorial), but it doesn't provoke a coredump anymore
4393      Branch: maint-5.6/perl
4394            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
4395            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
4396 ____________________________________________________________________________
4397 [  9583] By: jhi                                   on 2001/04/05  23:52:51
4398         Log: Update Changes.
4399      Branch: perl
4400            ! Changes patchlevel.h
4401 ____________________________________________________________________________
4402 [  9582] By: jhi                                   on 2001/04/05  23:11:23
4403         Log: Slight doc tweak.
4404      Branch: perl
4405            ! pod/perlunicode.pod
4406 ____________________________________________________________________________
4407 [  9581] By: jhi                                   on 2001/04/05  23:04:11
4408         Log: Integrate perlio.
4409      Branch: perl
4410           !> pod/perlunicode.pod
4411 ____________________________________________________________________________
4412 [  9580] By: jhi                                   on 2001/04/05  23:03:29
4413         Log: Test for #9579.
4414      Branch: perl
4415            ! t/op/do.t
4416 ____________________________________________________________________________
4417 [  9579] By: jhi                                   on 2001/04/05  22:54:17
4418         Log: Subject: [PATCH] Propagate calling context for do '...'
4419              From: Gisle Aas <gisle@ActiveState.com>
4420              Date: 04 Apr 2001 20:17:29 -0700
4421              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
4422      Branch: perl
4423            ! pod/perlfunc.pod pp_ctl.c
4424 ____________________________________________________________________________
4425 [  9578] By: jhi                                   on 2001/04/05  22:52:51
4426         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
4427              From: Peter Prymmer <pvhp@forte.com>
4428              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
4429              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
4430      Branch: perl
4431            ! README.vms
4432 ____________________________________________________________________________
4433 [  9577] By: jhi                                   on 2001/04/05  22:48:22
4434         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
4435              From: "Craig A. Berry" <craigberry@mac.com>
4436              Date: Thu, 5 Apr 2001 13:43:28 -0500
4437              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
4438      Branch: perl
4439            ! README.vms
4440 ____________________________________________________________________________
4441 [  9576] By: jhi                                   on 2001/04/05  22:31:38
4442         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
4443              From: Michael G Schwern <schwern@pobox.com>
4444              Date: Thu, 5 Apr 2001 21:53:21 +0100
4445              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
4446      Branch: perl
4447            ! lib/base.pm t/lib/fields.t
4448 ____________________________________________________________________________
4449 [  9575] By: jhi                                   on 2001/04/05  22:26:10
4450         Log: FreeBSD hints tweak from Anton Berezin.
4451      Branch: perl
4452            ! hints/freebsd.sh
4453 ____________________________________________________________________________
4454 [  9574] By: jhi                                   on 2001/04/05  22:24:03
4455         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
4456              From: David Dyck <dcd@tc.fluke.com>
4457              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
4458              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
4459      Branch: perl
4460            ! t/op/oct.t
4461 ____________________________________________________________________________
4462 [  9573] By: jhi                                   on 2001/04/05  22:23:06
4463         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
4464              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
4465              From: David Dyck <dcd@tc.fluke.com>
4466              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
4467      Branch: perl
4468            ! pp.c
4469 ____________________________________________________________________________
4470 [  9572] By: jhi                                   on 2001/04/05  22:14:47
4471         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
4472              From: Robin Houston <robin@kitsite.com>
4473              Date: Thu, 5 Apr 2001 20:56:48 +0100
4474              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
4475      Branch: perl
4476            ! ext/B/B/Deparse.pm
4477 ____________________________________________________________________________
4478 [  9571] By: jhi                                   on 2001/04/05  22:12:53
4479         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
4480              From: Robin Houston <robin@kitsite.com>
4481              Date: Thu, 5 Apr 2001 19:55:51 +0100
4482              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
4483      Branch: perl
4484            ! ext/B/B/Deparse.pm
4485 ____________________________________________________________________________
4486 [  9570] By: jhi                                   on 2001/04/05  22:11:06
4487         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
4488              From: Robin Houston <robin@kitsite.com>
4489              Date: Thu, 5 Apr 2001 20:16:29 +0100
4490              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
4491      Branch: perl
4492            ! ext/B/B/Deparse.pm
4493 ____________________________________________________________________________
4494 [  9569] By: nick                                  on 2001/04/05  21:32:26
4495         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
4496      Branch: perlio
4497            ! pod/perlunicode.pod
4498 ____________________________________________________________________________
4499 [  9568] By: nick                                  on 2001/04/05  19:38:09
4500         Log: Integrate mainline
4501      Branch: perlio
4502           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
4503           !> (integrate 35 files)
4504 ____________________________________________________________________________
4505 [  9567] By: jhi                                   on 2001/04/05  18:31:45
4506         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
4507              From: Robin Houston <robin@kitsite.com>
4508              Date: Thu, 5 Apr 2001 18:03:23 +0100
4509              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
4510      Branch: perl
4511            ! ext/B/B/Deparse.pm
4512 ____________________________________________________________________________
4513 [  9566] By: jhi                                   on 2001/04/05  18:29:35
4514         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
4515              From: Robin Houston <robin@kitsite.com>
4516              Date: Thu, 5 Apr 2001 16:45:18 +0100
4517              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
4518      Branch: perl
4519            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
4520 ____________________________________________________________________________
4521 [  9565] By: jhi                                   on 2001/04/05  18:24:23
4522         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
4523              From: Robin Houston <robin@kitsite.com>
4524              Date: Thu, 5 Apr 2001 14:50:09 +0100
4525              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
4526      Branch: perl
4527            ! ext/B/B/Deparse.pm
4528 ____________________________________________________________________________
4529 [  9564] By: jhi                                   on 2001/04/05  18:23:03
4530         Log: Subject: [PATCH B::*] print control-character vars readably
4531              From: Robin Houston <robin@kitsite.com>
4532              Date: Thu, 5 Apr 2001 14:27:38 +0100
4533              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
4534              
4535              Needs EBCDICification.
4536      Branch: perl
4537            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
4538            ! ext/B/B/Terse.pm
4539 ____________________________________________________________________________
4540 [  9563] By: jhi                                   on 2001/04/05  18:20:32
4541         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
4542              Date: Thu, 5 Apr 2001 13:21:42 -0400
4543              From: Paul Schinder <schinder@pobox.com>
4544              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
4545              
4546              Mac OS X (Darwin) has extra pwent fields.
4547      Branch: perl
4548            ! t/op/pwent.t
4549 ____________________________________________________________________________
4550 [  9562] By: jhi                                   on 2001/04/05  17:57:51
4551         Log: Regen toc.
4552      Branch: perl
4553            ! pod/perltoc.pod
4554 ____________________________________________________________________________
4555 [  9561] By: jhi                                   on 2001/04/05  17:47:33
4556         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
4557      Branch: metaconfig
4558            ! U/Glossary.patch
4559      Branch: metaconfig/U/perl
4560            + d_u32align.U
4561            ! d_cmsghdr_s.U d_msghdr_s.U
4562 ____________________________________________________________________________
4563 [  9560] By: jhi                                   on 2001/04/05  17:47:01
4564         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
4565              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
4566              Introduce probes for struct msghdr, struct cmsghdr,
4567              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
4568              ualarm, usleep, for possible later extension work.
4569      Branch: perl
4570            + t/lib/md5-align.t
4571            ! Configure MANIFEST Porting/Glossary Porting/config.sh
4572            ! Porting/config_H config_h.SH configure.com epoc/config.sh
4573            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
4574            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4575            ! vos/config.ga.h win32/config.bc win32/config.gc
4576            ! win32/config.vc
4577 ____________________________________________________________________________
4578 [  9559] By: jhi                                   on 2001/04/05  13:03:04
4579         Log: Be traditional in your cpp (for the Errno extension).
4580      Branch: perl
4581            ! hints/darwin.sh
4582 ____________________________________________________________________________
4583 [  9558] By: jhi                                   on 2001/04/05  13:00:05
4584         Log: Add $Config{cppflags} to the gcc incantation.
4585      Branch: perl
4586            ! ext/Errno/Errno_pm.PL
4587 ____________________________________________________________________________
4588 [  9557] By: jhi                                   on 2001/04/05  04:22:39
4589         Log: Introduce Sean Burke's Class::ISA 0.32.
4590      Branch: perl
4591            + lib/Class/ISA.pm t/lib/class-isa.t
4592            ! MANIFEST
4593 ____________________________________________________________________________
4594 [  9556] By: jhi                                   on 2001/04/05  04:09:50
4595         Log: Subject: [PATCH AUTHORS] Housekeeping
4596              From: Paul Johnson <paul@pjcj.net> 
4597              Date: Wed, 4 Apr 2001 22:45:47 +0200
4598              Message-ID: <20010404224547.D9548@pjcj.net>
4599      Branch: perl
4600            ! AUTHORS
4601 ____________________________________________________________________________
4602 [  9555] By: jhi                                   on 2001/04/05  04:06:33
4603         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
4604              From: Gisle Aas <gisle@ActiveState.com>
4605              Date: 04 Apr 2001 14:23:04 -0700
4606              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
4607      Branch: perl
4608            ! pod/perlfaq9.pod
4609 ____________________________________________________________________________
4610 [  9554] By: jhi                                   on 2001/04/05  04:05:49
4611         Log: Downgrade also the "Wide character" diagnostic.
4612      Branch: perl
4613            ! pod/perldiag.pod
4614 ____________________________________________________________________________
4615 [  9553] By: jhi                                   on 2001/04/05  04:00:33
4616         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
4617              maintperl into mainline.
4618              
4619              "double" should be "NV"; standard typemap is missing entry
4620              for NV
4621              
4622              s/djSP/dSP/
4623              
4624              Downgrade "Wide character in print" to a warning.
4625              
4626              B::Deparse fix for ${^FOO} and documentation for PVX() method
4627              (from Robin Houston)
4628              
4629              tr/// doesn't null-terminate the result in some situations
4630              (from Gisle Aas)
4631      Branch: perl
4632           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
4633           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
4634           !> t/io/utf8.t t/op/tr.t
4635 ____________________________________________________________________________
4636 [  9552] By: jhi                                   on 2001/04/05  03:52:50
4637         Log: Retract changes #9542 and #9538 (from maintperl, integrated
4638              at #9540), shouldn't be needed because of the perlio changes.
4639      Branch: perl
4640            ! util.c
4641 ____________________________________________________________________________
4642 [  9551] By: gsar                                  on 2001/04/05  00:18:34
4643         Log: tr/// doesn't null-terminate the result in some situations
4644              (from Gisle Aas)
4645      Branch: maint-5.6/perl
4646            ! doop.c t/op/tr.t
4647 ____________________________________________________________________________
4648 [  9550] By: gsar                                  on 2001/04/04  20:04:17
4649         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
4650              (from Robin Houston)
4651      Branch: maint-5.6/perl
4652            ! ext/B/B.pm ext/B/B/Deparse.pm
4653 ____________________________________________________________________________
4654 [  9549] By: nick                                  on 2001/04/04  18:56:15
4655         Log: Downgrade "Wide character in print" to a warning.
4656      Branch: perlio
4657            ! doio.c t/io/utf8.t
4658 ____________________________________________________________________________
4659 [  9548] By: gsar                                  on 2001/04/04  18:51:49
4660         Log: integrate changes#9460,9462,9482,9521,9522
4661              
4662              Subject: PATCH: B::Debug should show LOOP-specific fields
4663              
4664              Subject: B::Deparse precedence bug. (Patch included.)
4665              
4666              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
4667              
4668              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
4669              
4670              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
4671      Branch: maint-5.6/perl
4672           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
4673           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
4674 ____________________________________________________________________________
4675 [  9547] By: gsar                                  on 2001/04/04  18:49:16
4676         Log: s/djSP/dSP/
4677      Branch: maint-5.6/perl
4678            ! ext/Thread/Thread.xs
4679 ____________________________________________________________________________
4680 [  9546] By: nick                                  on 2001/04/04  18:44:00
4681         Log: Integrate mainline.
4682      Branch: perlio
4683           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
4684           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
4685 ____________________________________________________________________________
4686 [  9545] By: gsar                                  on 2001/04/04  18:38:52
4687         Log: integrate change#8837 from mainline
4688              
4689              Subject: [patch] -Wall cleanup round 2
4690      Branch: maint-5.6/perl
4691           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
4692           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
4693           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
4694           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
4695           !> ext/SDBM_File/SDBM_File.xs
4696 ____________________________________________________________________________
4697 [  9544] By: gsar                                  on 2001/04/04  17:49:57
4698         Log: "double" should be "NV"; standard typemap is missing entry
4699              for NV
4700      Branch: maint-5.6/perl
4701            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
4702 ____________________________________________________________________________
4703 [  9543] By: jhi                                   on 2001/04/04  14:13:18
4704         Log: Thou shalt not (just) match for English error messages.
4705      Branch: perl
4706            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
4707            ! os2/OS2/Process/Process.pm
4708 ____________________________________________________________________________
4709 [  9542] By: jhi                                   on 2001/04/04  13:20:39
4710         Log: Make the stdio tricks of fflush_all() to exist only if
4711              stdio is being used.
4712      Branch: perl
4713            ! util.c
4714 ____________________________________________________________________________
4715 [  9541] By: jhi                                   on 2001/04/04  04:20:24
4716         Log: Subject: Re: [PATCH] Lighten up glob
4717              From: Benjamin Sugars <bsugars@canoe.ca>
4718              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
4719              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
4720      Branch: perl
4721            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
4722            ! util.c
4723 ____________________________________________________________________________
4724 [  9540] By: jhi                                   on 2001/04/04  04:03:57
4725         Log: Integrate changes #9538,9539 from maintperl into mainline.
4726              
4727              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
4728              for use with _fwalk() (fix for change#7705)
4729              
4730              another tweak needed for SunOS 4.1.x build (from Mike Guy)
4731              (cp -f is not portable)
4732      Branch: perl
4733           !> Makefile.SH util.c
4734 ____________________________________________________________________________
4735 [  9539] By: gsar                                  on 2001/04/04  03:01:14
4736         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
4737      Branch: maint-5.6/perl
4738            ! Makefile.SH
4739 ____________________________________________________________________________
4740 [  9538] By: gsar                                  on 2001/04/04  01:00:38
4741         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
4742              for use with _fwalk() (fix for change#7705)
4743      Branch: maint-5.6/perl
4744            ! util.c
4745 ____________________________________________________________________________
4746 [  9537] By: nick                                  on 2001/04/03  19:24:55
4747         Log: Integrate mainline
4748      Branch: perlio
4749           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
4750           +> lib/unicode/PropList.html
4751            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
4752           !> (integrate 69 files)
4753 ____________________________________________________________________________
4754 [  9536] By: jhi                                   on 2001/04/03  18:02:31
4755         Log: Integrate change #9533 from maintperl into mainline.
4756              
4757              better fix for change#9517 to accomodate UNC paths like
4758              \\server\share\foo, and paths with trailing backslash
4759              like c:\this\
4760      Branch: perl
4761           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
4762 ____________________________________________________________________________
4763 [  9535] By: jhi                                   on 2001/04/03  17:58:07
4764         Log: Change the push/unshift warning to be of class syntax, not misc.
4765      Branch: perl
4766            ! op.c pod/perldiag.pod t/pragma/warn/op
4767 ____________________________________________________________________________
4768 [  9534] By: jhi                                   on 2001/04/03  15:03:46
4769         Log: Change the push/unshift warning (#9532) to talk about "no values"
4770              instead of "no arguments".
4771      Branch: perl
4772            ! op.c pod/perldiag.pod t/pragma/warn/op
4773 ____________________________________________________________________________
4774 [  9533] By: gsar                                  on 2001/04/03  14:30:07
4775         Log: better fix for change#9517 to accomodate UNC paths like
4776              \\server\share\foo, and paths with trailing backslash
4777              like c:\this\
4778      Branch: maint-5.6/perl
4779            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
4780 ____________________________________________________________________________
4781 [  9532] By: jhi                                   on 2001/04/03  13:11:46
4782         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
4783              From: Robin Houston <robin@kitsite.com>
4784              Date: Mon, 2 Apr 2001 15:03:29 +0100
4785              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
4786      Branch: perl
4787            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
4788 ____________________________________________________________________________
4789 [  9531] By: jhi                                   on 2001/04/03  13:06:34
4790         Log: Integrate change #9530 from maintperl into mainline.
4791              
4792              accomodate VMS "mailbox overflow" quirk in testsuite (from
4793              Craig Berry)
4794      Branch: perl
4795           !> t/lib/socket.t
4796 ____________________________________________________________________________
4797 [  9530] By: gsar                                  on 2001/04/03  04:56:41
4798         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
4799              Craig Berry)
4800      Branch: maint-5.6/perl
4801            ! t/lib/socket.t
4802 ____________________________________________________________________________
4803 [  9529] By: jhi                                   on 2001/04/03  02:34:34
4804         Log: Update Changes.
4805      Branch: perl
4806            ! Changes patchlevel.h
4807 ____________________________________________________________________________
4808 [  9528] By: jhi                                   on 2001/04/03  01:27:57
4809         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
4810              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
4811              To: perl5-porters@perl.org
4812              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
4813      Branch: perl
4814            ! pod/perlfaq3.pod
4815 ____________________________________________________________________________
4816 [  9527] By: jhi                                   on 2001/04/03  01:22:09
4817         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
4818              From: Peter Prymmer <pvhp@forte.com>
4819              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
4820              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
4821      Branch: perl
4822            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
4823 ____________________________________________________________________________
4824 [  9526] By: jhi                                   on 2001/04/03  01:18:25
4825         Log: The metaconfig unit changes for #9525.
4826      Branch: metaconfig
4827            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
4828      Branch: metaconfig/U/perl
4829            ! use64bits.U
4830 ____________________________________________________________________________
4831 [  9525] By: jhi                                   on 2001/04/03  01:17:30
4832         Log: Configure sanity checks:
4833              * if use64bitall is attempted but pointers are only 32-bit,
4834              'downgrade' to use64bitint
4835              * if use64bitint is attempted but there's no quad type,
4836              forget about use64bitint (well, the default for it is 'n',
4837              the user can still override this)
4838              * if pointers are 64 bits, do not try to use Perl's malloc
4839      Branch: perl
4840            ! Configure
4841 ____________________________________________________________________________
4842 [  9524] By: gsar                                  on 2001/04/03  01:09:12
4843         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
4844      Branch: maint-5.6/perl
4845            ! pp_sys.c
4846 ____________________________________________________________________________
4847 [  9523] By: jhi                                   on 2001/04/03  00:02:31
4848         Log: (Retracted by #9609)
4849              
4850              Make it harder for parallel makes to enter 'test' before
4851              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
4852              should be unhappy enough, but sometimes parallel makes seem
4853              to sneak past both in Tru64 and AIX.)
4854      Branch: perl
4855            ! Makefile.SH
4856 ____________________________________________________________________________
4857 [  9522] By: jhi                                   on 2001/04/02  22:35:31
4858         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
4859              Date: Mon, 2 Apr 2001 22:54:10 +0100
4860              From: Robin Houston <robin@kitsite.com>
4861              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
4862      Branch: perl
4863            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
4864 ____________________________________________________________________________
4865 [  9521] By: jhi                                   on 2001/04/02  22:32:23
4866         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
4867              From: Robin Houston <robin@kitsite.com>
4868              Date: Mon, 2 Apr 2001 20:24:03 +0100
4869              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
4870      Branch: perl
4871            ! ext/B/B/Concise.pm
4872 ____________________________________________________________________________
4873 [  9520] By: jhi                                   on 2001/04/02  22:30:43
4874         Log: Subject: [PATCH] REALLY pedantic hv.h nit
4875              From: Simon Cozens <simon@netthink.co.uk>
4876              Date: Mon, 2 Apr 2001 15:43:06 +0100
4877              Message-ID: <20010402154306.A21711@netthink.co.uk>
4878      Branch: perl
4879            ! hv.h
4880 ____________________________________________________________________________
4881 [  9519] By: jhi                                   on 2001/04/02  22:28:04
4882         Log: Based on
4883              
4884              Subject: [foolperl] EPOC fix
4885              From: Olaf Flebbe <O.Flebbe@science-computing.de>
4886              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
4887              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
4888      Branch: perl
4889            ! pp_sys.c
4890 ____________________________________________________________________________
4891 [  9518] By: jhi                                   on 2001/04/02  22:22:34
4892         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
4893              
4894              README.win32 tweaks; add a note about alternative location for
4895              getting a gcc-2.95.2 that will build perl properly on windows
4896              
4897              add some notes about gutsy threading matters
4898              
4899              many of the utilities interpolate literal paths within doublequotes
4900              (fails on dosish platforms where path contains backslashes)
4901      Branch: perl
4902           !> README.win32 pod/perlguts.pod utils/perldoc.PL
4903           !> x2p/find2perl.PL x2p/s2p.PL
4904 ____________________________________________________________________________
4905 [  9517] By: gsar                                  on 2001/04/02  19:52:21
4906         Log: many of the utilities interpolate literal paths within doublequotes
4907              (fails on dosish platforms where path contains backslashes)
4908      Branch: maint-5.6/perl
4909            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
4910 ____________________________________________________________________________
4911 [  9516] By: gsar                                  on 2001/04/02  05:49:37
4912         Log: a foolish release
4913      Branch: maint-5.6/perl
4914            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
4915            ! pod/perltoc.pod
4916 ____________________________________________________________________________
4917 [  9515] By: gsar                                  on 2001/04/02  05:04:29
4918         Log: add missing changelog summaries
4919      Branch: maint-5.6/perl
4920            ! Changes
4921 ____________________________________________________________________________
4922 [  9514] By: gsar                                  on 2001/04/02  04:07:13
4923         Log: add some notes about gutsy threading matters
4924      Branch: maint-5.6/perl
4925            ! pod/perlguts.pod
4926 ____________________________________________________________________________
4927 [  9513] By: gsar                                  on 2001/04/02  03:25:21
4928         Log: add more prominent caveat notices about experimental features
4929      Branch: maint-5.6/perl
4930            ! pod/perlfork.pod pod/perlunicode.pod
4931 ____________________________________________________________________________
4932 [  9512] By: gsar                                  on 2001/04/02  02:54:33
4933         Log: integrate changes#9479,9509 from mainline
4934              
4935              [PATCH] File::Glob stuff for Mac OS
4936              
4937              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
4938      Branch: maint-5.6/perl
4939           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
4940           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
4941           !> t/lib/glob-taint.t
4942 ____________________________________________________________________________
4943 [  9511] By: gsar                                  on 2001/04/02  02:38:24
4944         Log: README.win32 tweaks; add a note about alternative location for
4945              getting a gcc-2.95.2 that will build perl properly on windows
4946      Branch: maint-5.6/perl
4947            ! README.win32
4948 ____________________________________________________________________________
4949 [  9510] By: jhi                                   on 2001/04/01  20:45:10
4950         Log: An ambiguosity warning.
4951      Branch: perl
4952            ! t/lib/trig.t
4953 ____________________________________________________________________________
4954 [  9509] By: jhi                                   on 2001/04/01  19:53:47
4955         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
4956              From: Jonathan Stowe <gellyfish@gellyfish.com>
4957              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
4958              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
4959      Branch: perl
4960            ! ext/File/Glob/bsd_glob.c
4961 ____________________________________________________________________________
4962 [  9508] By: jhi                                   on 2001/04/01  19:35:03
4963         Log: Update Changes.
4964      Branch: perl
4965            ! Changes patchlevel.h
4966 ____________________________________________________________________________
4967 [  9507] By: jhi                                   on 2001/04/01  19:24:01
4968         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
4969              from mainline to maintperl: pod tweaks.
4970      Branch: maint-5.6/perl
4971           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
4972           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
4973           !> pod/perlvar.pod
4974 ____________________________________________________________________________
4975 [  9506] By: jhi                                   on 2001/04/01  19:11:53
4976         Log: Commit Sarathy to April release of 5.6.1 :-)
4977      Branch: perl
4978            ! pod/perlfaq1.pod
4979 ____________________________________________________________________________
4980 [  9505] By: jhi                                   on 2001/04/01  19:03:15
4981         Log: Subject: PATCH 5.6.0 (perldebug.pod)
4982              From: Mark-Jason Dominus <mjd@plover.com>
4983              Date: Sun, 01 Apr 2001 14:25:11 -0400
4984              Message-ID: <20010401182511.9247.qmail@plover.com>
4985      Branch: perl
4986            ! pod/perldebug.pod
4987 ____________________________________________________________________________
4988 [  9504] By: jhi                                   on 2001/04/01  18:43:09
4989         Log: Add great_circle_direction().
4990      Branch: perl
4991            ! lib/Math/Trig.pm t/lib/trig.t
4992 ____________________________________________________________________________
4993 [  9503] By: jhi                                   on 2001/04/01  17:29:12
4994         Log: Unicode ReadMe update for Unicode 3.1.
4995      Branch: perl
4996            ! lib/unicode/ReadMe.txt
4997 ____________________________________________________________________________
4998 [  9502] By: jhi                                   on 2001/04/01  17:18:40
4999         Log: Integrate change #9501 from maintperl into mainline.
5000              
5001              fix the perlembed notes on multiple interpreters
5002              
5003              fix ExtUtils::Embed to work passably on Windows
5004      Branch: perl
5005           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
5006 ____________________________________________________________________________
5007 [  9501] By: gsar                                  on 2001/04/01  07:21:57
5008         Log: fix the perlembed notes on multiple interpreters
5009              
5010              fix ExtUtils::Embed to work passably on Windows
5011      Branch: maint-5.6/perl
5012            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
5013 ____________________________________________________________________________
5014 [  9500] By: jhi                                   on 2001/04/01  05:58:23
5015         Log: Test for #9499.
5016      Branch: perl
5017            ! t/op/tr.t
5018 ____________________________________________________________________________
5019 [  9499] By: jhi                                   on 2001/04/01  05:55:46
5020         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
5021      Branch: perl
5022            ! embed.h embed.pl op.c proto.h
5023 ____________________________________________________________________________
5024 [  9498] By: jhi                                   on 2001/04/01  05:44:34
5025         Log: Protect the workaround hunk more.
5026      Branch: perl
5027            ! toke.c
5028 ____________________________________________________________________________
5029 [  9497] By: jhi                                   on 2001/04/01  00:24:25
5030         Log: Integrate changes #9493,9494,9495,9496 from maintperl
5031              into mainline.
5032              
5033              fix a broken workaround for Borland compiler in change#4739
5034              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
5035              
5036              nits spotted by Borland compiler
5037              
5038              avoid redefinition warnings under Borland 5.02
5039              
5040              various nits identified by the Borland 5.5 compiler; remove suppression
5041              of a few warnings
5042      Branch: perl
5043           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
5044           !> win32/win32.h
5045 ____________________________________________________________________________
5046 [  9496] By: gsar                                  on 2001/03/31  23:22:28
5047         Log: various nits identified by the Borland 5.5 compiler; remove suppression
5048              of a few warnings
5049      Branch: maint-5.6/perl
5050            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
5051 ____________________________________________________________________________
5052 [  9495] By: gsar                                  on 2001/03/31  21:03:08
5053         Log: avoid redefinition warnings under Borland 5.02
5054      Branch: maint-5.6/perl
5055            ! win32/makefile.mk
5056 ____________________________________________________________________________
5057 [  9494] By: gsar                                  on 2001/03/31  20:18:59
5058         Log: nits spotted by Borland compiler
5059      Branch: maint-5.6/perl
5060            ! utf8.h win32/win32.h
5061 ____________________________________________________________________________
5062 [  9493] By: gsar                                  on 2001/03/31  20:18:05
5063         Log: fix a broken workaround for Borland compiler in change#4739
5064              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
5065      Branch: maint-5.6/perl
5066            ! toke.c
5067 ____________________________________________________________________________
5068 [  9492] By: jhi                                   on 2001/03/31  18:36:24
5069         Log: Integrate change #9491 from maintperl into mainline.
5070              
5071              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
5072              directory is relative (need to fetch the full path name *before*
5073              the chdir!)
5074      Branch: perl
5075           !> lib/Cwd.pm
5076 ____________________________________________________________________________
5077 [  9491] By: gsar                                  on 2001/03/31  17:01:56
5078         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
5079              directory is relative (need to fetch the full path name *before*
5080              the chdir!)
5081              
5082              this is a followup patch for change#6749
5083      Branch: maint-5.6/perl
5084            ! lib/Cwd.pm
5085 ____________________________________________________________________________
5086 [  9490] By: jhi                                   on 2001/03/31  15:50:18
5087         Log: Subject: Re: [PATCH] av.h cosmetics
5088              From: Simon Cozens <simon@netthink.co.uk>
5089              Date: Sat, 31 Mar 2001 13:09:59 +0100
5090              Message-ID: <20010331130959.A22000@netthink.co.uk>
5091              
5092              Document AvALLOC.
5093      Branch: perl
5094            ! pod/perlguts.pod
5095 ____________________________________________________________________________
5096 [  9489] By: jhi                                   on 2001/03/31  15:48:44
5097         Log: Subject: [PATCH] Re: Math::Big* v1.21
5098              From: Tels <perl_dummy@bloodgate.com>
5099              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
5100              Message-Id: <200103311125.GAA377738@www08.hway.net>
5101      Branch: perl
5102            ! pod/perlop.pod
5103 ____________________________________________________________________________
5104 [  9488] By: jhi                                   on 2001/03/31  03:39:51
5105         Log: Debug output tweak.
5106      Branch: perl
5107            ! t/lib/cwd.t
5108 ____________________________________________________________________________
5109 [  9487] By: jhi                                   on 2001/03/31  03:33:02
5110         Log: OverVMSification.
5111      Branch: perl
5112            ! t/lib/cwd.t
5113 ____________________________________________________________________________
5114 [  9486] By: jhi                                   on 2001/03/31  03:01:40
5115         Log: Missed MANIFESTations in #9483.
5116      Branch: perl
5117            ! MANIFEST
5118 ____________________________________________________________________________
5119 [  9485] By: jhi                                   on 2001/03/31  02:58:17
5120         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
5121              From: Peter Prymmer <pvhp@forte.com>
5122              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
5123              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
5124      Branch: perl
5125            ! regexec.c t/lib/cwd.t
5126 ____________________________________________________________________________
5127 [  9484] By: jhi                                   on 2001/03/31  01:04:41
5128         Log: Obsolete file (see #3938)
5129      Branch: perl
5130            - lib/unicode/README.Ethiopic
5131            ! MANIFEST
5132 ____________________________________________________________________________
5133 [  9483] By: jhi                                   on 2001/03/31  00:52:42
5134         Log: Update to Unicode 3.1.
5135              (Rename Names.txt to NamesList.txt.)
5136      Branch: perl
5137            + lib/unicode/NamesList.txt lib/unicode/PropList.html
5138            - lib/unicode/Names.txt
5139            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
5140            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
5141            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
5142            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
5143            ! lib/unicode/UCD.html lib/unicode/Unicode.html
5144            ! lib/unicode/rename lib/unicode/version
5145 ____________________________________________________________________________
5146 [  9482] By: jhi                                   on 2001/03/30  23:33:44
5147         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
5148              From: Robin Houston <robin@kitsite.com>
5149              Date: Fri, 30 Mar 2001 20:07:22 +0100
5150              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
5151      Branch: perl
5152            ! ext/B/B/Deparse.pm
5153 ____________________________________________________________________________
5154 [  9481] By: jhi                                   on 2001/03/30  23:20:25
5155         Log: Subject: Re: [PATCH] CwdXS, Take 2
5156              From: Benjamin Sugars <bsugars@canoe.ca>
5157              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
5158              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
5159      Branch: perl
5160            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
5161            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
5162 ____________________________________________________________________________
5163 [  9480] By: jhi                                   on 2001/03/30  22:52:38
5164         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
5165              From: David Dyck <dcd@tc.fluke.com>
5166              Date: Fri, 30 Mar 2001 14:44:13 -0800
5167              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
5168              
5169              The t/rantests flags file creation was accidentally
5170              removed by #9217.
5171      Branch: perl
5172            ! Makefile.SH
5173 ____________________________________________________________________________
5174 [  9479] By: jhi                                   on 2001/03/30  22:45:45
5175         Log: Subject: [PATCH] File::Glob stuff for Mac OS
5176              From: Chris Nandor <pudge@pobox.com>
5177              Date: Fri, 30 Mar 2001 16:51:00 -0500
5178              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
5179      Branch: perl
5180            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
5181            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
5182            ! t/lib/glob-taint.t
5183 ____________________________________________________________________________
5184 [  9478] By: jhi                                   on 2001/03/30  22:43:12
5185         Log: Subject: fix for win32/buildext.pl
5186              From: "Vadim Konovalov" <watman@inbox.ru>
5187              Date: Sat, 31 Mar 2001 00:50:36 +0400
5188              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
5189      Branch: perl
5190            ! win32/buildext.pl
5191 ____________________________________________________________________________
5192 [  9477] By: jhi                                   on 2001/03/30  22:41:16
5193         Log: Subject: small base.pm doc patch
5194              From: Leon Brocard <acme@astray.com>
5195              Date: Fri, 30 Mar 2001 21:49:57 +0100
5196              Message-ID: <20010330214957.B8733@ns0.astray.com>
5197      Branch: perl
5198            ! lib/base.pm
5199 ____________________________________________________________________________
5200 [  9476] By: jhi                                   on 2001/03/30  18:16:57
5201         Log: Subject: [PATCH] av.h cosmetics
5202              From: Simon Cozens <simon@netthink.co.uk>
5203              Date: Fri, 30 Mar 2001 18:12:28 +0100
5204              Message-ID: <20010330181228.A9319@netthink.co.uk>
5205      Branch: perl
5206            ! av.h
5207 ____________________________________________________________________________
5208 [  9475] By: jhi                                   on 2001/03/30  18:15:50
5209         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
5210              From: "Philip Newton" <pnewton@gmx.de>
5211              Date: Fri, 30 Mar 2001 19:06:57 +0200
5212              Message-ID: <3AC4D951.14815.1AC7068@localhost>
5213      Branch: perl
5214            ! pod/perlhack.pod
5215 ____________________________________________________________________________
5216 [  9474] By: jhi                                   on 2001/03/30  18:14:02
5217         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
5218              From: Benjamin Sugars <bsugars@canoe.ca>
5219              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
5220              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
5221      Branch: perl
5222            ! t/lib/glob-basic.t
5223 ____________________________________________________________________________
5224 [  9473] By: jhi                                   on 2001/03/30  16:09:24
5225         Log: Update Changes.
5226      Branch: perl
5227            ! Changes patchlevel.h
5228 ____________________________________________________________________________
5229 [  9472] By: jhi                                   on 2001/03/30  15:16:08
5230         Log: Integrate perlio.
5231      Branch: perl
5232           !> t/lib/cwd.t t/lib/glob-basic.t
5233 ____________________________________________________________________________
5234 [  9471] By: nick                                  on 2001/03/30  14:47:10
5235         Log: Should be (^O eq 'MSWin32') not 'Win32'
5236              Fail #12 seems real - chdir is in wrong dir.
5237      Branch: perlio
5238            ! t/lib/cwd.t
5239 ____________________________________________________________________________
5240 [  9470] By: jhi                                   on 2001/03/30  14:41:11
5241         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
5242              From: Radu Greab <radu@netsoft.ro>
5243              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
5244              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
5245              
5246              Replace #9352.
5247      Branch: perl
5248            ! ext/Socket/Socket.xs pp_sys.c
5249 ____________________________________________________________________________
5250 [  9469] By: jhi                                   on 2001/03/30  14:37:51
5251         Log: Subject: PATCH pod/perldiag.pod
5252              From: Robin Houston <robin@kitsite.com>
5253              Date: Fri, 30 Mar 2001 14:10:36 +0100
5254              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
5255      Branch: perl
5256            ! pod/perldiag.pod t/lib/glob-basic.t
5257 ____________________________________________________________________________
5258 [  9468] By: jhi                                   on 2001/03/30  14:36:36
5259         Log: Subject: Better diagnostic in io/fs.t
5260              From: andreas.koenig@anima.de (Andreas J. Koenig)
5261              Date: 30 Mar 2001 10:11:43 +0200
5262              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
5263      Branch: perl
5264            ! t/io/fs.t
5265 ____________________________________________________________________________
5266 [  9467] By: nick                                  on 2001/03/30  14:25:43
5267         Log: Skip order test of glob if case-ignoring system cannot 
5268              create a.test and A.test
5269      Branch: perlio
5270            ! t/lib/glob-basic.t
5271 ____________________________________________________________________________
5272 [  9466] By: nick                                  on 2001/03/30  13:03:12
5273         Log: Integrate mainline.
5274      Branch: perlio
5275            - ext/re/hints/aix.pl
5276           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
5277           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
5278           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
5279           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
5280 ____________________________________________________________________________
5281 [  9465] By: jhi                                   on 2001/03/30  03:53:37
5282         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
5283              the tests sometimes hang, sometimes not.)
5284      Branch: perl
5285            ! t/lib/io_multihomed.t t/lib/io_sock.t
5286 ____________________________________________________________________________
5287 [  9464] By: jhi                                   on 2001/03/30  02:56:04
5288         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
5289              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5290              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
5291              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
5292      Branch: perl
5293            ! op.c
5294 ____________________________________________________________________________
5295 [  9463] By: jhi                                   on 2001/03/30  02:34:48
5296         Log: Test for #9462.
5297      Branch: perl
5298            ! t/lib/b.t
5299 ____________________________________________________________________________
5300 [  9462] By: jhi                                   on 2001/03/30  02:29:37
5301         Log: Subject: B::Deparse precedence bug. (Patch included.)
5302              From: Jeremy Madea <jmadea@inktomi.com>
5303              Date: Thu, 29 Mar 2001 12:05:02 -0800
5304              Message-ID: <20010329120502.A24881@dr.inktomi.com>
5305      Branch: perl
5306            ! ext/B/B/Deparse.pm
5307 ____________________________________________________________________________
5308 [  9461] By: jhi                                   on 2001/03/30  02:18:41
5309         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
5310              From: Peter Prymmer <pvhp@forte.com>
5311              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
5312              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
5313      Branch: perl
5314            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
5315            ! t/lib/md5-file.t
5316 ____________________________________________________________________________
5317 [  9460] By: jhi                                   on 2001/03/30  02:17:07
5318         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
5319              From: Robin Houston <robin@kitsite.com>
5320              Date: Thu, 29 Mar 2001 20:47:56 +0100
5321              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
5322      Branch: perl
5323            ! ext/B/B/Debug.pm
5324 ____________________________________________________________________________
5325 [  9459] By: jhi                                   on 2001/03/30  02:16:05
5326         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
5327              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
5328              Date: Wed, 28 Mar 2001 18:02:20 -0600
5329              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
5330      Branch: perl
5331            ! lib/ExtUtils/MM_VMS.pm
5332 ____________________________________________________________________________
5333 [  9458] By: jhi                                   on 2001/03/30  02:07:58
5334         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
5335              From: "Joshua E. Rodd" <jrodd@pbs.org>
5336              Date: Wed, 28 Mar 2001 17:29:12 -0500
5337              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
5338      Branch: perl
5339            ! pod/perlop.pod
5340 ____________________________________________________________________________
5341 [  9457] By: jhi                                   on 2001/03/30  02:04:33
5342         Log: Subject: ext/re/aix.pl can go
5343              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5344              Date: Thu, 29 Mar 2001 12:03:28 +0200
5345              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
5346      Branch: perl
5347            - ext/re/hints/aix.pl
5348            ! MANIFEST
5349 ____________________________________________________________________________
5350 [  9456] By: jhi                                   on 2001/03/30  02:03:32
5351         Log: Integrate perlio.
5352      Branch: perl
5353           !> ext/Encode/Encode.xs installperl
5354 ____________________________________________________________________________
5355 [  9455] By: nick                                  on 2001/03/29  21:11:46
5356         Log: DLL name has changed so installperl needs to know
5357              (Why isn't it working it out or passed it?)
5358      Branch: perlio
5359            ! installperl
5360 ____________________________________________________________________________
5361 [  9454] By: nick                                  on 2001/03/29  20:56:12
5362         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
5363              and we don't get undef warnings.
5364      Branch: perlio
5365            ! ext/Encode/Encode.xs
5366 ____________________________________________________________________________
5367 [  9453] By: nick                                  on 2001/03/29  17:58:48
5368         Log: Integrate mainline
5369      Branch: perlio
5370           !> Changes patchlevel.h
5371 ____________________________________________________________________________
5372 [  9452] By: jhi                                   on 2001/03/29  16:44:55
5373         Log: Update Changes.
5374      Branch: perl
5375            ! Changes patchlevel.h
5376 ____________________________________________________________________________
5377 [  9451] By: nick                                  on 2001/03/29  16:31:38
5378         Log: Integrate mainline
5379      Branch: perlio
5380           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
5381           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
5382           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
5383           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
5384           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
5385 ____________________________________________________________________________
5386 [  9450] By: jhi                                   on 2001/03/29  16:29:17
5387         Log: Integrate perlio.
5388      Branch: perl
5389           !> win32/buildext.pl
5390 ____________________________________________________________________________
5391 [  9449] By: jhi                                   on 2001/03/29  15:50:01
5392         Log: Update Changes.
5393      Branch: perl
5394            ! Changes patchlevel.h
5395 ____________________________________________________________________________
5396 [  9448] By: nick                                  on 2001/03/29  15:47:15
5397         Log: Make sure buildext.pl finds Errno.pm
5398      Branch: perlio
5399            ! win32/buildext.pl
5400 ____________________________________________________________________________
5401 [  9447] By: jhi                                   on 2001/03/29  15:39:34
5402         Log: Integrate perlio.
5403      Branch: perl
5404           !> win32/makefile.mk
5405 ____________________________________________________________________________
5406 [  9446] By: nick                                  on 2001/03/29  15:30:03
5407         Log: Integrate win32/makefile.mk with mainline.
5408      Branch: perlio
5409           !> win32/makefile.mk
5410 ____________________________________________________________________________
5411 [  9445] By: nick                                  on 2001/03/29  15:27:32
5412         Log: Fix breakage ... 
5413      Branch: perlio
5414            ! win32/makefile.mk
5415 ____________________________________________________________________________
5416 [  9444] By: jhi                                   on 2001/03/29  15:03:08
5417         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
5418              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5419              Date: Thu, 29 Mar 2001 10:32:59 +0400
5420              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
5421      Branch: perl
5422            ! win32/makefile.mk
5423 ____________________________________________________________________________
5424 [  9443] By: jhi                                   on 2001/03/29  15:02:12
5425         Log: Integrate perlio.
5426      Branch: perl
5427           +> win32/buildext.pl
5428           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
5429           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
5430 ____________________________________________________________________________
5431 [  9442] By: nick                                  on 2001/03/29  14:59:11
5432         Log: Work in progress - determine win32 extensions to build via script.
5433      Branch: perlio
5434            + win32/buildext.pl
5435            ! MANIFEST win32/makefile.mk
5436 ____________________________________________________________________________
5437 [  9441] By: jhi                                   on 2001/03/29  14:51:47
5438         Log: Reintroduce the use of external pwd.
5439      Branch: perl
5440            ! t/lib/cwd.t
5441 ____________________________________________________________________________
5442 [  9440] By: jhi                                   on 2001/03/29  14:42:58
5443         Log: use warnings instead of -w.
5444      Branch: perl
5445            ! utils/h2xs.PL
5446 ____________________________________________________________________________
5447 [  9439] By: jhi                                   on 2001/03/29  14:41:52
5448         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
5449              From: Jonathan Stowe <gellyfish@gellyfish.com>
5450              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
5451              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
5452      Branch: perl
5453            ! utils/h2xs.PL
5454 ____________________________________________________________________________
5455 [  9438] By: jhi                                   on 2001/03/29  14:39:38
5456         Log: Subject: [PATCH perl@9424] minor pod nits
5457              From: Robin Barker <rmb1@cise.npl.co.uk>
5458              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
5459              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
5460      Branch: perl
5461            ! pod/perlhack.pod pod/perliol.pod
5462 ____________________________________________________________________________
5463 [  9437] By: jhi                                   on 2001/03/29  14:29:16
5464         Log: Subject: [PATCH perl@9424] typemap cast warning
5465              From: Robin Barker <rmb1@cise.npl.co.uk>
5466              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
5467              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
5468      Branch: perl
5469            ! lib/ExtUtils/typemap
5470 ____________________________________________________________________________
5471 [  9436] By: jhi                                   on 2001/03/29  14:26:03
5472         Log: Subject: [PATCH perl@9424] printf warning
5473              From: Robin Barker <rmb1@cise.npl.co.uk>
5474              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
5475              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
5476      Branch: perl
5477            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
5478            ! ext/Storable/Storable.xs toke.c
5479 ____________________________________________________________________________
5480 [  9435] By: nick                                  on 2001/03/29  14:23:31
5481         Log: Win32 has name conflict with ERROR
5482      Branch: perlio
5483            ! ext/PerlIO/Via/Via.xs
5484 ____________________________________________________________________________
5485 [  9434] By: jhi                                   on 2001/03/29  14:17:48
5486         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
5487              From: Peter Prymmer <pvhp@forte.com>
5488              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
5489              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
5490      Branch: perl
5491            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
5492 ____________________________________________________________________________
5493 [  9433] By: jhi                                   on 2001/03/29  13:52:44
5494         Log: test-prep target was missing.
5495      Branch: perl
5496            ! Makefile.SH
5497 ____________________________________________________________________________
5498 [  9432] By: nick                                  on 2001/03/29  12:40:03
5499         Log: Make as-shipped compiler default to MSVC6 
5500      Branch: perlio
5501            ! win32/makefile.mk
5502 ____________________________________________________________________________
5503 [  9431] By: nick                                  on 2001/03/29  12:12:16
5504         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
5505              akin to PerlIO::Scalar.
5506      Branch: perlio
5507            ! perlio.c perlio.h
5508 ____________________________________________________________________________
5509 [  9430] By: nick                                  on 2001/03/29  10:56:35
5510         Log: Integrate mainline.
5511      Branch: perlio
5512           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
5513           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
5514           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
5515           !> win32/makefile.mk win32/win32sck.c
5516 ____________________________________________________________________________
5517 [  9429] By: nick                                  on 2001/03/29  09:03:43
5518         Log: Noticed that two tests were skipped as perlio:: package
5519              isn't there any more. Changed the skip condition.
5520              Avoid core-dump if sv_utf8_upgrade() called on something
5521              that does not become SvPOK after SvPV() (e.g. a ref).
5522      Branch: perlio
5523            ! sv.c t/io/utf8.t t/lib/io_scalar.t
5524 ____________________________________________________________________________
5525 [  9428] By: jhi                                   on 2001/03/29  01:31:47
5526         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
5527              From: Benjamin Sugars <bsugars@canoe.ca> 
5528              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
5529              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
5530      Branch: perl
5531            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
5532            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
5533            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
5534 ____________________________________________________________________________
5535 [  9427] By: jhi                                   on 2001/03/29  00:49:30
5536         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
5537              From: "Vadim Konovalov" <watman@inbox.ru>
5538              Date: Thu, 29 Mar 2001 01:50:12 +0400
5539              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
5540      Branch: perl
5541            ! win32/makefile.mk win32/win32sck.c
5542 ____________________________________________________________________________
5543 [  9426] By: gsar                                  on 2001/03/29  00:28:04
5544         Log: dmake can only handle == and != in comparisons; support building
5545              with Borland's VCL libraries (from Vadim Konovalov)
5546      Branch: maint-5.6/perl
5547            ! win32/makefile.mk
5548 ____________________________________________________________________________
5549 [  9425] By: nick                                  on 2001/03/28  19:29:56
5550         Log: Integrate (@snapshot)
5551      Branch: perlio
5552           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
5553 ____________________________________________________________________________
5554 [  9424] By: jhi                                   on 2001/03/28  19:03:16
5555         Log: Update Changes.
5556      Branch: perl
5557            ! Changes patchlevel.h
5558 ____________________________________________________________________________
5559 [  9423] By: jhi                                   on 2001/03/28  18:52:09
5560         Log: Rmdir lib/XS on cleanup.
5561      Branch: perl
5562            ! Makefile.SH
5563 ____________________________________________________________________________
5564 [  9422] By: jhi                                   on 2001/03/28  18:49:34
5565         Log: Integrate perlio.
5566      Branch: perl
5567           !> t/op/utf8decode.t
5568 ____________________________________________________________________________
5569 [  9421] By: nick                                  on 2001/03/28  18:46:44
5570         Log: Loose duplicate chunk.
5571      Branch: perlio
5572            ! t/op/utf8decode.t
5573 ____________________________________________________________________________
5574 [  9420] By: nick                                  on 2001/03/28  18:44:11
5575         Log: Integrate mainline.
5576      Branch: perlio
5577           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
5578           !> vms/vmsish.h
5579 ____________________________________________________________________________
5580 [  9419] By: jhi                                   on 2001/03/28  18:42:05
5581         Log: Can't trust external pwds
5582              (either shell builtins or external programs)
5583      Branch: perl
5584            ! t/lib/cwd.t
5585 ____________________________________________________________________________
5586 [  9418] By: jhi                                   on 2001/03/28  18:34:05
5587         Log: Integrate perlio.
5588      Branch: perl
5589            - lib/perlio.pm
5590           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
5591           !> t/op/utf8decode.t
5592 ____________________________________________________________________________
5593 [  9417] By: nick                                  on 2001/03/28  18:24:02
5594         Log: PerlIO.pm / perlio.pm conflict.
5595              Update some pods.
5596              Make t/op/utf8decode.t a text file.
5597      Branch: perlio
5598            - lib/perlio.pm
5599            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
5600            ! t/op/utf8decode.t
5601 ____________________________________________________________________________
5602 [  9416] By: jhi                                   on 2001/03/28  18:06:07
5603         Log: Integrate change #9409 from mainline to maintperl.
5604              
5605              Yet another tweak on AIX dynaloading.
5606      Branch: maint-5.6/perl
5607           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
5608 ____________________________________________________________________________
5609 [  9415] By: gsar                                  on 2001/03/28  17:13:01
5610         Log: integrate changes#9377,9385,9401 from mainline
5611              
5612              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
5613              
5614              If directory entries compare equal case-insensitively,
5615              retry case-sensitively.
5616              
5617              Subject: [PATCH] B::Terse and warnings
5618      Branch: maint-5.6/perl
5619           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
5620           !> t/pragma/warn/perl
5621 ____________________________________________________________________________
5622 [  9414] By: jhi                                   on 2001/03/28  17:11:12
5623         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
5624              From: "Craig A. Berry" <craigberry@mac.com>
5625              Date: Wed, 28 Mar 2001 10:55:20 -0600
5626              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
5627      Branch: perl
5628            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
5629 ____________________________________________________________________________
5630 [  9413] By: jhi                                   on 2001/03/28  17:03:12
5631         Log: Dup hunk.
5632      Branch: perl
5633            ! t/op/utf8decode.t
5634 ____________________________________________________________________________
5635 [  9412] By: jhi                                   on 2001/03/28  17:02:36
5636         Log: Forced integrate from perlio.
5637      Branch: perl
5638           !> t/op/utf8decode.t
5639 ____________________________________________________________________________
5640 [  9411] By: nick                                  on 2001/03/28  16:50:03
5641         Log: Integrate mainline.
5642      Branch: perlio
5643           +> t/lib/cwd.t
5644           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
5645           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
5646           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
5647           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
5648           !> t/pragma/warn/perl
5649 ____________________________________________________________________________
5650 [  9410] By: jhi                                   on 2001/03/28  16:44:23
5651         Log: Subject: Re: [PATCH] 9403 cannot be tested
5652              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5653              Date: Wed, 28 Mar 2001 18:33:56 +0200
5654              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
5655      Branch: perl
5656            ! makedef.pl
5657 ____________________________________________________________________________
5658 [  9409] By: jhi                                   on 2001/03/28  16:12:45
5659         Log: Yet another tweak on AIX dynaloading.
5660      Branch: perl
5661            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
5662 ____________________________________________________________________________
5663 [  9408] By: jhi                                   on 2001/03/28  15:52:55
5664         Log: Subject: [PATCH] 9403 cannot be tested
5665              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
5666              Date: Wed, 28 Mar 2001 17:23:00 +0200
5667              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
5668              
5669              A missing symbol.
5670      Branch: perl
5671            ! makedef.pl
5672 ____________________________________________________________________________
5673 [  9407] By: jhi                                   on 2001/03/28  15:47:43
5674         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
5675      Branch: perl
5676            ! t/op/utf8decode.t
5677           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
5678           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
5679 ____________________________________________________________________________
5680 [  9406] By: jhi                                   on 2001/03/28  15:37:08
5681         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
5682              From: Benjamin Sugars <bsugars@canoe.ca> 
5683              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
5684              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
5685      Branch: perl
5686            + t/lib/cwd.t
5687            ! MANIFEST
5688 ____________________________________________________________________________
5689 [  9405] By: jhi                                   on 2001/03/28  15:13:18
5690         Log: pp_ne() needs a CORRECT boolean.
5691      Branch: perl
5692            ! pp.c
5693 ____________________________________________________________________________
5694 [  9404] By: jhi                                   on 2001/03/28  15:09:23
5695         Log: pp_ne() needs a boolean, not an integer.
5696      Branch: perl
5697            ! pp.c
5698 ____________________________________________________________________________
5699 [  9403] By: jhi                                   on 2001/03/28  14:47:43
5700         Log: (Retracted by #9404.)
5701      Branch: perl
5702            ! pp.c
5703 ____________________________________________________________________________
5704 [  9402] By: jhi                                   on 2001/03/28  14:43:59
5705         Log: Subject: Re: [PATCH] Typemap testing
5706              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
5707              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
5708              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
5709      Branch: perl
5710            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
5711            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
5712 ____________________________________________________________________________
5713 [  9401] By: jhi                                   on 2001/03/28  14:42:14
5714         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
5715              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
5716              Date: Sun, 25 Mar 2001 21:59:15 +0100
5717              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
5718              
5719              A variable will be checked for the "use once" warnings if:
5720              
5721              1. It is in the scope of a use warnings 'once'
5722              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
5723              
5724              Otherwise it won't be checked at all.
5725              
5726              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
5727              
5728              The enclosed patch partially fixes this issue. What I didn't
5729              get to work was the case where the "used once" warning is enabled
5730              in any file other than the main file.
5731      Branch: perl
5732            ! gv.c t/pragma/warn/perl
5733 ____________________________________________________________________________
5734 [  9400] By: nick                                  on 2001/03/28  14:38:24
5735         Log: More EBCDIC tweaks:
5736              - one more swash issue &~(0xA0-1) did not do the right thing,
5737              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
5738              - add "use re 'asciirange'" to make [!-~] etc. work
5739              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
5740              - Choose a key for t/op/each.t test which gets encoded.
5741              - Skip utf8decode if this is UTF-EBCDIC.
5742      Branch: perlio
5743            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
5744            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
5745 ____________________________________________________________________________
5746 [  9399] By: jhi                                   on 2001/03/28  14:21:00
5747         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
5748              Andreas Schwab.
5749      Branch: perl
5750            ! pp.c
5751 ____________________________________________________________________________
5752 [  9398] By: jhi                                   on 2001/03/28  00:55:56
5753         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
5754              From: David Dyck <dcd@tc.fluke.com>
5755              Date: Tue, 27 Mar 2001 15:16:24 -0800
5756              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
5757      Branch: perl
5758            ! ext/IO/lib/IO/Socket.pm
5759 ____________________________________________________________________________
5760 [  9397] By: jhi                                   on 2001/03/27  21:52:49
5761         Log: Integrate perlio.
5762      Branch: perl
5763           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
5764           +> ext/PerlIO/Via/Via.xs
5765           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
5766 ____________________________________________________________________________
5767 [  9396] By: nick                                  on 2001/03/27  21:45:13
5768         Log: Integrate mainline.
5769      Branch: perlio
5770           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
5771           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
5772 ____________________________________________________________________________
5773 [  9395] By: nick                                  on 2001/03/27  21:18:58
5774         Log: Outline docs for PerlIO and PerlIO::Scalar
5775      Branch: perlio
5776            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
5777 ____________________________________________________________________________
5778 [  9394] By: nick                                  on 2001/03/27  20:50:13
5779         Log: PerlIO::Via layer (alpha-ish).
5780      Branch: perlio
5781            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
5782            + ext/PerlIO/Via/Via.xs
5783            ! MANIFEST
5784 ____________________________________________________________________________
5785 [  9393] By: jhi                                   on 2001/03/27  20:49:55
5786         Log: Retract #9329 now that 9390 should take care of the matter.
5787      Branch: perl
5788            ! utils/h2xs.PL
5789 ____________________________________________________________________________
5790 [  9390] By: jhi                                   on 2001/03/27  20:47:50
5791         Log: Subject: Autoloading Errno.pm when %! is encountered
5792              From: Robin Houston <robin@kitsite.com>
5793              Date: Tue, 27 Mar 2001 20:57:11 +0100
5794              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
5795      Branch: perl
5796            ! embed.h embed.pl gv.c proto.h t/op/magic.t
5797 ____________________________________________________________________________
5798 [  9389] By: jhi                                   on 2001/03/27  20:24:31
5799         Log: Integrate perlio.
5800      Branch: perl
5801           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
5802           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
5803           !> utf8.c
5804 ____________________________________________________________________________
5805 [  9388] By: jhi                                   on 2001/03/27  20:21:38
5806         Log: Better have a three-element array if one is going to assign
5807              to the third element of that array. (from Tim Jenness)
5808      Branch: perl
5809            ! ext/XS/Typemap/Typemap.xs
5810 ____________________________________________________________________________
5811 [  9387] By: nick                                  on 2001/03/27  20:15:43
5812         Log: Integrate mainline.
5813      Branch: perlio
5814           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
5815           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
5816           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
5817           +> t/lib/xs-typemap.t
5818           !> (integrate 34 files)
5819 ____________________________________________________________________________
5820 [  9386] By: jhi                                   on 2001/03/27  20:04:18
5821         Log: Subject: Re: perl@9359 breaks HTML::Parser
5822              From: Gisle Aas <gisle@ActiveState.com>
5823              Date: 27 Mar 2001 11:30:24 -0800
5824              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
5825              
5826              Clarify the UTF-8 issues of the API docs.
5827              (Slightly reworded and expanded.)
5828      Branch: perl
5829            ! pod/perlapi.pod sv.c sv.h
5830 ____________________________________________________________________________
5831 [  9385] By: jhi                                   on 2001/03/27  19:44:25
5832         Log: If directory entries compare equal case-insensitively,
5833              retry case-sensitively.
5834      Branch: perl
5835            ! ext/File/Glob/bsd_glob.c
5836 ____________________________________________________________________________
5837 [  9384] By: nick                                  on 2001/03/27  19:38:50
5838         Log: Various EBCDIC fixes:
5839              - major revelation that swash code is encoding aware,
5840              (or thought it was) - now it is ;-)
5841              - With that out of the way fix a slab of tr/// cases.
5842              - Fix Encode 'Unicode' to be true Unicode so tests pass.
5843              - As anticipated Base64.xs needed tweaks.
5844              - Until tr/// works right avoid old_encode64 in MIME tests.
5845      Branch: perlio
5846            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
5847            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
5848 ____________________________________________________________________________
5849 [  9383] By: jhi                                   on 2001/03/27  18:34:41
5850         Log: Add the std test suite BEGIN block.
5851      Branch: perl
5852            ! t/lib/xs-typemap.t
5853 ____________________________________________________________________________
5854 [  9382] By: jhi                                   on 2001/03/27  15:16:07
5855         Log: Add debugging output to the test.
5856      Branch: perl
5857            ! t/lib/glob-basic.t
5858 ____________________________________________________________________________
5859 [  9381] By: jhi                                   on 2001/03/27  15:08:10
5860         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
5861      Branch: perl
5862            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
5863            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
5864            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
5865            + t/lib/xs-typemap.t
5866            ! MANIFEST
5867 ____________________________________________________________________________
5868 [  9380] By: jhi                                   on 2001/03/27  14:48:34
5869         Log: Subject: [PATCH] Typemap testing
5870              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
5871              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
5872              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
5873              
5874              (The first part of the patch.)
5875      Branch: perl
5876            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
5877 ____________________________________________________________________________
5878 [  9379] By: jhi                                   on 2001/03/27  14:44:56
5879         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
5880              From: Benjamin Sugars <bsugars@canoe.ca> 
5881              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
5882              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
5883      Branch: perl
5884            ! t/lib/glob-basic.t
5885 ____________________________________________________________________________
5886 [  9378] By: jhi                                   on 2001/03/27  14:42:30
5887         Log: Subject: [PATCH] perlvar nit
5888              From: Simon Cozens <simon@netthink.co.uk>
5889              Date: Tue, 27 Mar 2001 01:12:01 +0100
5890              Message-ID: <20010327011201.A19179@netthink.co.uk>
5891      Branch: perl
5892            ! pod/perlvar.pod
5893 ____________________________________________________________________________
5894 [  9377] By: jhi                                   on 2001/03/27  14:36:26
5895         Log: Subject: [PATCH] B::Terse and warnings
5896              From: Benjamin Sugars <ben.sugars@home.com>
5897              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
5898              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
5899      Branch: perl
5900            ! ext/B/B.pm ext/B/B/Terse.pm
5901 ____________________________________________________________________________
5902 [  9376] By: jhi                                   on 2001/03/27  14:31:31
5903         Log: Document sockatmark() some.
5904      Branch: perl
5905            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
5906            ! pod/perltoc.pod
5907 ____________________________________________________________________________
5908 [  9375] By: jhi                                   on 2001/03/27  14:00:24
5909         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
5910              noted by Gisle and fixed by NI-S.
5911      Branch: perl
5912            ! sv.c
5913 ____________________________________________________________________________
5914 [  9374] By: jhi                                   on 2001/03/27  05:50:01
5915         Log: Regen toc.
5916      Branch: perl
5917            ! pod/perltoc.pod
5918 ____________________________________________________________________________
5919 [  9373] By: jhi                                   on 2001/03/27  05:43:51
5920         Log: Pixie documenting.
5921      Branch: perl
5922            ! Makefile.SH pod/perlhack.pod
5923 ____________________________________________________________________________
5924 [  9372] By: jhi                                   on 2001/03/27  05:29:34
5925         Log: Metaconfig unit changes for #9371.
5926      Branch: metaconfig
5927            ! U/modified/myhostname.U
5928      Branch: metaconfig/U/perl
5929            + d_sockatmark.U
5930            ! gccvers.U
5931 ____________________________________________________________________________
5932 [  9371] By: jhi                                   on 2001/03/27  05:29:07
5933         Log: Add sockatmark() probing.
5934      Branch: perl
5935            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5936            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
5937            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5938            ! vos/config.ga.h win32/config.bc win32/config.gc
5939            ! win32/config.vc
5940 ____________________________________________________________________________
5941 [  9370] By: jhi                                   on 2001/03/26  22:01:18
5942         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
5943              Really need to benchmark this.
5944      Branch: perl
5945            ! pp.c
5946 ____________________________________________________________________________
5947 [  9369] By: nick                                  on 2001/03/26  21:59:30
5948         Log: Integrate mainline.
5949      Branch: perlio
5950            ! ext/MIME/Base64/QuotedPrint.pm
5951           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
5952           !> patchlevel.h pod/perlhack.pod pp_sys.c
5953 ____________________________________________________________________________
5954 [  9368] By: jhi                                   on 2001/03/26  21:47:03
5955         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
5956              
5957              TODO1: perlbench.
5958              TODO2: le, lt, ge, gt?  Yech.
5959      Branch: perl
5960            ! pp.c
5961 ____________________________________________________________________________
5962 [  9367] By: jhi                                   on 2001/03/26  21:34:57
5963         Log: Too much cut-and-paste in #9363.
5964      Branch: perl
5965            ! pp_sys.c
5966 ____________________________________________________________________________
5967 [  9366] By: jhi                                   on 2001/03/26  21:20:53
5968         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
5969              From: Andreas Schwab <schwab@suse.de>
5970              Date: 26 Mar 2001 17:29:04 +0200
5971              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
5972              
5973              (The patch for 5.6.0 or so, this is a guess for bleadperl)
5974      Branch: perl
5975            ! pp_hot.c
5976 ____________________________________________________________________________
5977 [  9365] By: jhi                                   on 2001/03/26  21:07:54
5978         Log: Integrate perlio.
5979      Branch: perl
5980           !> perlio.c
5981 ____________________________________________________________________________
5982 [  9364] By: nick                                  on 2001/03/26  20:30:48
5983         Log: REFCNT botch in layer name cache hash.
5984      Branch: perlio
5985            ! perlio.c
5986 ____________________________________________________________________________
5987 [  9363] By: jhi                                   on 2001/03/26  18:44:32
5988         Log: Subject: [PATCH] socket() leaks file descriptors
5989              From: Benjamin Sugars <bsugars@canoe.ca>
5990              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
5991              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
5992              
5993              Also sockpair() fixed similarly.
5994      Branch: perl
5995            ! pp_sys.c
5996 ____________________________________________________________________________
5997 [  9362] By: jhi                                   on 2001/03/26  18:37:52
5998         Log: Integrate perlio.
5999      Branch: perl
6000           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
6001 ____________________________________________________________________________
6002 [  9361] By: nick                                  on 2001/03/26  17:32:06
6003         Log: Implement flush of linebuffered streams on read of a tty.
6004      Branch: perlio
6005            ! perlio.c perliol.h
6006 ____________________________________________________________________________
6007 [  9360] By: nick                                  on 2001/03/26  17:12:32
6008         Log: Memory tweaks and notes for OEMVS.
6009      Branch: perlio
6010            ! README.os390 miniperlmain.c t/op/pat.t
6011 ____________________________________________________________________________
6012 [  9359] By: jhi                                   on 2001/03/26  02:12:54
6013         Log: Update Changes.
6014      Branch: perl
6015            ! Changes patchlevel.h
6016 ____________________________________________________________________________
6017 [  9358] By: jhi                                   on 2001/03/26  02:05:32
6018         Log: Document the most common pixie options.
6019      Branch: perl
6020            ! pod/perlhack.pod
6021 ____________________________________________________________________________
6022 [  9357] By: jhi                                   on 2001/03/26  01:25:28
6023         Log: For perl.pixie check *before* compiling that optimize is -g,
6024              as for perl.third.
6025      Branch: perl
6026            ! Makefile.SH
6027 ____________________________________________________________________________
6028 [  9356] By: jhi                                   on 2001/03/26  01:13:41
6029         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
6030      Branch: perl
6031            ! Makefile.SH
6032 ____________________________________________________________________________
6033 [  9355] By: jhi                                   on 2001/03/26  01:11:19
6034         Log: Remove t/perl.third.
6035      Branch: perl
6036            ! Makefile.SH
6037 ____________________________________________________________________________
6038 [  9354] By: jhi                                   on 2001/03/26  00:23:38
6039         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
6040              IO::Sockatmark().
6041      Branch: perl
6042            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
6043 ____________________________________________________________________________
6044 [  9353] By: jhi                                   on 2001/03/25  22:25:04
6045         Log: Integrate perlio.
6046      Branch: perl
6047           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
6048           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
6049           !> pp_hot.c win32/makefile.mk
6050 ____________________________________________________________________________
6051 [  9352] By: jhi                                   on 2001/03/25  22:21:41
6052         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
6053              From: Radu Greab <radu@netsoft.ro>
6054              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
6055              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
6056      Branch: perl
6057            ! pp_sys.c
6058 ____________________________________________________________________________
6059 [  9351] By: nick                                  on 2001/03/25  22:15:02
6060         Log: Fix readline in list mode to tell rest of world that it has
6061              things on the stack. Otherwise if perl code gets invoked
6062              underneath it it scribbles over results-so-far.
6063              (Why TIEHANDLE has not tripped on this is a mystery.)
6064      Branch: perlio
6065            ! pp_hot.c
6066 ____________________________________________________________________________
6067 [  9350] By: nick                                  on 2001/03/25  22:10:13
6068         Log: win32/makefile.mk typos
6069      Branch: perlio
6070            ! win32/makefile.mk
6071 ____________________________________________________________________________
6072 [  9349] By: nick                                  on 2001/03/25  21:31:14
6073         Log: Integrate now-non-binary file.
6074      Branch: perlio
6075           !> t/lib/mimeqp.t
6076 ____________________________________________________________________________
6077 [  9348] By: nick                                  on 2001/03/25  21:27:24
6078         Log: Make it text
6079      Branch: perlio
6080            ! t/lib/mimeqp.t
6081 ____________________________________________________________________________
6082 [  9347] By: nick                                  on 2001/03/25  21:25:37
6083         Log: Integrate mainline.
6084      Branch: perlio
6085           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
6086           !> lib/Term/ReadLine.pm t/lib/md5-file.t
6087 ____________________________________________________________________________
6088 [  9346] By: nick                                  on 2001/03/25  20:58:15
6089         Log: Add destruct time hook to PerlIO (for work-in-process implementing
6090              layers in perl code. In such cases layers need to be popped before
6091              we loose the ability to run perl code.)
6092              Also back-out "PerlIO::object" hook - it isn't going to work like that...
6093      Branch: perlio
6094            ! perl.c perlio.c perlio.h perliol.h
6095 ____________________________________________________________________________
6096 [  9345] By: nick                                  on 2001/03/25  20:49:11
6097         Log: Avoid at leasy one of undefined warnings in Encode.
6098      Branch: perlio
6099            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
6100 ____________________________________________________________________________
6101 [  9344] By: jhi                                   on 2001/03/25  20:37:43
6102         Log: A workaround for using Term::ReadLine in emacs minibuffer
6103              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
6104              additional tweaks from Ilya Zakharevich.
6105      Branch: perl
6106            ! lib/Term/ReadLine.pm
6107 ____________________________________________________________________________
6108 [  9343] By: nick                                  on 2001/03/25  20:21:14
6109         Log: Missing return value.
6110      Branch: perlio
6111            ! ext/PerlIO/Scalar/Scalar.xs
6112 ____________________________________________________________________________
6113 [  9342] By: jhi                                   on 2001/03/25  16:21:00
6114         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
6115              to equal the CPAN versions since no code changes have been made.
6116      Branch: perl
6117            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
6118            ! t/lib/md5-file.t
6119 ____________________________________________________________________________
6120 [  9341] By: jhi                                   on 2001/03/25  16:01:48
6121         Log: Escape 8-bit characters.
6122      Branch: perl
6123            ! t/lib/mimeqp.t
6124 ____________________________________________________________________________
6125 [  9340] By: gsar                                  on 2001/03/25  15:50:53
6126         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
6127              chars)
6128      Branch: perl
6129            + t/lib/mimeqp.t
6130 ____________________________________________________________________________
6131 [  9339] By: gsar                                  on 2001/03/25  15:48:50
6132         Log: delete mimeqp.t for later with text mode set
6133      Branch: perl
6134            - t/lib/mimeqp.t
6135 ____________________________________________________________________________
6136 [  9338] By: nick                                  on 2001/03/25  09:01:57
6137         Log: Integrate mainline.
6138      Branch: perlio
6139           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
6140           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
6141           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
6142           +> t/lib/mimeb64u.t t/lib/mimeqp.t
6143           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
6144           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
6145           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
6146 ____________________________________________________________________________
6147 [  9337] By: jhi                                   on 2001/03/25  04:23:24
6148         Log: Add MIME::Base64 here and there.  Again, a lot of
6149              optimism is in the air.
6150      Branch: perl
6151            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
6152            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
6153 ____________________________________________________________________________
6154 [  9336] By: jhi                                   on 2001/03/25  04:12:43
6155         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
6156              this by ear as I do not do Win32 programming.)
6157      Branch: perl
6158            ! win32/Makefile win32/makefile.mk
6159 ____________________________________________________________________________
6160 [  9335] By: jhi                                   on 2001/03/25  04:03:50
6161         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
6162      Branch: perl
6163            ! t/lib/md5-file.t
6164 ____________________________________________________________________________
6165 [  9334] By: jhi                                   on 2001/03/25  03:58:53
6166         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
6167      Branch: perl
6168            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
6169            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
6170            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
6171            + t/lib/mimeb64u.t t/lib/mimeqp.t
6172            ! MANIFEST
6173 ____________________________________________________________________________
6174 [  9333] By: jhi                                   on 2001/03/24  20:14:37
6175         Log: Integrate perlio.
6176      Branch: perl
6177           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
6178 ____________________________________________________________________________
6179 [  9332] By: nick                                  on 2001/03/24  19:40:34
6180         Log: Fix un-init variable leading to spurious "Out of Memory!"
6181      Branch: perlio
6182            ! doio.c
6183 ____________________________________________________________________________
6184 [  9331] By: nick                                  on 2001/03/24  19:09:59
6185         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
6186              and update layers internals doc.
6187      Branch: perlio
6188            ! pod/perlfunc.pod pod/perliol.pod
6189 ____________________________________________________________________________
6190 [  9330] By: jhi                                   on 2001/03/24  18:42:11
6191         Log: The length might be uninitialized garbage if the *svp is the undef.
6192      Branch: perl
6193            ! doio.c
6194 ____________________________________________________________________________
6195 [  9329] By: jhi                                   on 2001/03/24  18:26:57
6196         Log: (Retracted by #9393)
6197
6198              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
6199              From: Simon Cozens <simon@netthink.co.uk>
6200              Date: Sat, 24 Mar 2001 17:13:17 +0000
6201              Message-ID: <20010324171317.A13406@netthink.co.uk>
6202      Branch: perl
6203            ! utils/h2xs.PL
6204 ____________________________________________________________________________
6205 [  9328] By: nick                                  on 2001/03/24  17:22:02
6206         Log: Integrate mainline.
6207      Branch: perlio
6208           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
6209           !> lib/unicode/version
6210 ____________________________________________________________________________
6211 [  9327] By: nick                                  on 2001/03/24  17:16:02
6212         Log: Integrate mainline.
6213      Branch: perlio
6214           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
6215           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
6216           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
6217           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
6218           +> t/lib/md5-file.t
6219           !> MANIFEST Makefile.SH configure.com djgpp/config.over
6220           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
6221           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
6222           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
6223           !> win32/makefile.mk
6224 ____________________________________________________________________________
6225 [  9326] By: jhi                                   on 2001/03/24  17:00:42
6226         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
6227      Branch: perl
6228            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
6229            ! lib/unicode/version
6230 ____________________________________________________________________________
6231 [  9325] By: jhi                                   on 2001/03/24  16:22:33
6232         Log: Subject: Re: B::Deparse bug (5.6.0)
6233              From: Robin Houston <robin@kitsite.com>
6234              Date: Sat, 24 Mar 2001 14:33:09 +0000
6235              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
6236      Branch: perl
6237            ! op.c pp.c t/lib/b.t t/op/repeat.t
6238 ____________________________________________________________________________
6239 [  9324] By: jhi                                   on 2001/03/24  16:21:56
6240         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
6241              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
6242              these additions may be too optimistic.
6243      Branch: perl
6244            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
6245            ! hints/uwin.sh hints/vmesa.sh
6246 ____________________________________________________________________________
6247 [  9323] By: jhi                                   on 2001/03/24  16:06:01
6248         Log: Integrate perlio.
6249      Branch: perl
6250           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
6251           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
6252            ! Makefile.SH
6253           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
6254           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
6255           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
6256           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6257           !> win32/makefile.mk win32/perlhost.h win32/win32.c
6258           !> win32/win32iop.h
6259 ____________________________________________________________________________
6260 [  9322] By: nick                                  on 2001/03/24  14:39:12
6261         Log: Routine Win32 regen_config_h - no real changes.
6262      Branch: perlio
6263            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6264 ____________________________________________________________________________
6265 [  9321] By: nick                                  on 2001/03/24  14:31:49
6266         Log: PerlIO fixups for Win32:
6267              - provide win33_popenlist() - non-functional as yet.
6268              - avoid need for aTHX in PerlIO_debug calls - even if not 
6269              enabled args are still evaluated so Win32 has trouble during fork().
6270              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
6271              - Fixup makedef.pl for latest set of symbols.
6272      Branch: perlio
6273            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
6274            ! win32/perlhost.h win32/win32.c win32/win32iop.h
6275 ____________________________________________________________________________
6276 [  9320] By: nick                                  on 2001/03/24  14:26:58
6277         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
6278              was gibberish - broke it on WIn32 at least.
6279      Branch: perlio
6280            ! ext/POSIX/POSIX.xs
6281 ____________________________________________________________________________
6282 [  9319] By: nick                                  on 2001/03/24  11:29:41
6283         Log: Generated files.
6284      Branch: perlio
6285            ! embed.h global.sym objXSUB.h perlapi.c proto.h
6286 ____________________________________________________________________________
6287 [  9318] By: nick                                  on 2001/03/24  10:29:37
6288         Log: Implement:
6289              1.  open($fh,"+<",undef);  # add test to t/io/open.t
6290              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
6291      Branch: perlio
6292            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
6293            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
6294            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
6295            ! t/io/open.t t/io/utf8.t
6296 ____________________________________________________________________________
6297 [  9317] By: jhi                                   on 2001/03/23  23:41:25
6298         Log: AIX does seems to have optimization problems with its C compilers.
6299      Branch: perl
6300            ! hints/aix.sh
6301 ____________________________________________________________________________
6302 [  9316] By: jhi                                   on 2001/03/23  23:40:46
6303         Log: Integrate perlio.
6304      Branch: perl
6305           +> lib/PerlIO.pm
6306           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
6307           !> perliol.h
6308 ____________________________________________________________________________
6309 [  9315] By: jhi                                   on 2001/03/23  22:16:30
6310         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
6311      Branch: perl
6312            ! t/lib/md5-file.t
6313 ____________________________________________________________________________
6314 [  9314] By: nick                                  on 2001/03/23  20:49:02
6315         Log: Perlio internals re-organized.
6316              - open process creates AV of layer/arg pairs
6317              (appends layers from open() or open.pm to default list).
6318              - push arg is now an SV.
6319              - layer ->Open get passed the AV
6320              - open is no longer mandatory method.
6321              - topmost layer that has ->Open method does the open
6322              - any layers above are pushed once that returns.
6323              - vtable re-ordered so dummy layers need only provide push/pop methods.
6324      Branch: perlio
6325            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
6326 ____________________________________________________________________________
6327 [  9313] By: nick                                  on 2001/03/23  16:27:41
6328         Log: Check in a stable (working) version before next round of tweaks.
6329              Changes include:
6330              - Move default layers code out of doio.c and into perlio.c
6331              - Single routine for parsing layer specification strings.
6332              - Skeleton support for demand loading of layers
6333              - Core-dump avoidance if PERLIO environment specifies loadable layer
6334              (does not _work_ as need IO to load and need load to do IO ...)
6335      Branch: perlio
6336            + lib/PerlIO.pm
6337            ! MANIFEST doio.c perlio.c
6338 ____________________________________________________________________________
6339 [  9312] By: gsar                                  on 2001/03/23  16:25:25
6340         Log: add execute bit to files with shebang lines in the repository;
6341              avoid clobbering execute bit in Porting/makerel 
6342      Branch: maint-5.6/perl
6343            ! (edit 144 files)
6344 ____________________________________________________________________________
6345 [  9311] By: jhi                                   on 2001/03/23  14:25:35
6346         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
6347      Branch: perl
6348            ! MANIFEST
6349 ____________________________________________________________________________
6350 [  9310] By: jhi                                   on 2001/03/23  13:45:04
6351         Log: Subject: [PATCH] Net::Ping
6352              From: Colin McMillen <mcmi0037@tc.umn.edu>
6353              Date: Thu, 22 Mar 2001 19:30:31 -0600
6354              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
6355      Branch: perl
6356            ! lib/Net/Ping.pm
6357 ____________________________________________________________________________
6358 [  9309] By: jhi                                   on 2001/03/23  13:39:13
6359         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
6360      Branch: perl
6361            ! t/lib/md5-aaa.t t/lib/md5-file.t
6362 ____________________________________________________________________________
6363 [  9308] By: jhi                                   on 2001/03/23  13:20:34
6364         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
6365              - bump the version to 2.14
6366              - drop the base64 tests since they require MIME::Base64
6367              - drop the rfc1321.txt
6368              - drop the hints/dec_osf.pl since it's only needed for
6369              pre-5.005_03 Perls
6370              Todo:
6371              - the U32 alignment testing is now removed; it needs to
6372              be reintroduced as as a Config variable (meaning also
6373              as a Configure test)
6374              - get the new EBCDIC md5sum for MD5.pm
6375              - test in Win32 to see how badly I botched the makefiles
6376      Branch: perl
6377            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
6378            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
6379            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
6380            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
6381            + t/lib/md5-file.t
6382            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
6383            ! win32/Makefile win32/makefile.mk
6384 ____________________________________________________________________________
6385 [  9307] By: jhi                                   on 2001/03/23  12:56:14
6386         Log: Integrate change #9306 from maintperl into mainline,
6387              AIX dynaloader for AIXes without <load.h>.
6388      Branch: perl
6389           !> ext/DynaLoader/hints/aix.pl
6390 ____________________________________________________________________________
6391 [  9306] By: jhi                                   on 2001/03/23  12:51:36
6392         Log: There are AIXes without /usr/include/load.h,
6393              patch from H.Merijn Brand.
6394      Branch: maint-5.6/perl
6395            ! ext/DynaLoader/hints/aix.pl
6396 ____________________________________________________________________________
6397 [  9305] By: nick                                  on 2001/03/23  11:00:42
6398         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
6399      Branch: perlio
6400            ! ext/Encode/Encode.xs perlio.c perlio.h
6401 ____________________________________________________________________________
6402 [  9304] By: nick                                  on 2001/03/23  10:20:46
6403         Log: Render -Duseperlio functional again.
6404              - this is "quick fix" which calls PerlIO_apply_layers after opening,
6405              which is what old scheme did. New scheme needs to change that
6406              to make open(...,\$scalar) etc. work but this will do for now.
6407      Branch: perlio
6408            ! perlio.c
6409 ____________________________________________________________________________
6410 [  9303] By: nick                                  on 2001/03/23  09:53:20
6411         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
6412              -Uuseperlio now works again.
6413              -Duseperlio is still poorly. Don't merge yet...
6414      Branch: perlio
6415            ! doio.c perlio.h
6416 ____________________________________________________________________________
6417 [  9302] By: nick                                  on 2001/03/22  22:26:51
6418         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
6419              type code.
6420              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
6421              is its main caller. In particular now has access to "extra" args, and
6422              can tell when an open handle is "reopened" (or duped?).
6423              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
6424              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
6425              PerlIO_open() et. al. (i.e. other way round).
6426              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
6427              with args close to PerlIO_openn().
6428      Branch: perlio
6429            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
6430 ____________________________________________________________________________
6431 [  9301] By: jhi                                   on 2001/03/22  20:58:04
6432         Log: Integrate perlio.
6433      Branch: perl
6434           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
6435           !> t/io/open.t util.c
6436 ____________________________________________________________________________
6437 [  9300] By: nick                                  on 2001/03/22  17:36:32
6438         Log: Don't include $@ in not ok message.
6439      Branch: perlio
6440            ! t/io/open.t
6441 ____________________________________________________________________________
6442 [  9299] By: gsar                                  on 2001/03/22  16:53:45
6443         Log: back out changes#7532,7521 for now (appears to have problems
6444              on IRIX)
6445      Branch: maint-5.6/perl
6446            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
6447            ! ext/POSIX/typemap pod/perlvar.pod
6448 ____________________________________________________________________________
6449 [  9298] By: nick                                  on 2001/03/22  14:35:46
6450         Log: Give a meaning to '&' in n-arg open case:
6451              open($fh,"<&",$scalar);
6452              $scalar can be:
6453              - an integer which does "fdopen"
6454              open($fh,"<&",2); # like open($fh,"<&2")
6455              - something that will yield a file handle via sv_2io()
6456              useful for dup'ing anonymous handles.
6457              e.g.:
6458              open(my $fh,"<&",\*STDIN);
6459              open(my $dup,"<&",$fh);
6460      Branch: perlio
6461            ! doio.c t/io/open.t
6462 ____________________________________________________________________________
6463 [  9297] By: nick                                  on 2001/03/22  13:34:35
6464         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
6465      Branch: perlio
6466            ! util.c
6467 ____________________________________________________________________________
6468 [  9296] By: nick                                  on 2001/03/22  12:51:20
6469         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
6470      Branch: perlio
6471            ! perl.c
6472 ____________________________________________________________________________
6473 [  9295] By: nick                                  on 2001/03/22  11:59:44
6474         Log: If stdin, stdout or stderr get opened in unexpected read/write state
6475              then warn at time of open not at time of use.
6476      Branch: perlio
6477            ! doio.c pp_hot.c pp_sys.c
6478 ____________________________________________________________________________
6479 [  9294] By: nick                                  on 2001/03/22  10:54:35
6480         Log: Die on n-arg open(...,"",xxx,yyy,...)
6481              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
6482              - die on read/write cases so we can decide what it means later.
6483      Branch: perlio
6484            ! doio.c embed.pl iperlsys.h util.c
6485 ____________________________________________________________________________
6486 [  9293] By: nick                                  on 2001/03/22  09:02:45
6487         Log: perlio tweaks (reported by Nick Clark)
6488              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
6489              error check in Pendinf_read().
6490      Branch: perlio
6491            ! perlio.c
6492 ____________________________________________________________________________
6493 [  9292] By: gsar                                  on 2001/03/22  07:12:00
6494         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
6495              fixes)
6496      Branch: maint-5.6/perl
6497           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
6498 ____________________________________________________________________________
6499 [  9291] By: jhi                                   on 2001/03/22  06:06:44
6500         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
6501      Branch: perl
6502            ! t/op/re_tests
6503 ____________________________________________________________________________
6504 [  9290] By: jhi                                   on 2001/03/22  05:57:01
6505         Log: Move MacOS Classic higher in the list of supported platforms.
6506      Branch: maint-5.6/perl
6507            ! pod/perlport.pod
6508 ____________________________________________________________________________
6509 [  9289] By: gsar                                  on 2001/03/22  05:35:04
6510         Log: revert part of change#6438 for compatibility (av_reify()
6511              appears to be needed to implement av_splice()ish things
6512              in XS)
6513      Branch: maint-5.6/perl
6514            ! embed.pl global.sym objXSUB.h perlapi.c
6515 ____________________________________________________________________________
6516 [  9288] By: gsar                                  on 2001/03/22  03:09:19
6517         Log: update copyright year
6518      Branch: maint-5.6/perl
6519            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
6520            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
6521            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
6522            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
6523            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
6524            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
6525            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
6526            ! x2p/walk.c
6527 ____________________________________________________________________________
6528 [  9287] By: jhi                                   on 2001/03/21  20:30:54
6529         Log: Integrate perlio.
6530      Branch: perl
6531           !> ext/Data/Dumper/Dumper.xs
6532 ____________________________________________________________________________
6533 [  9286] By: gsar                                  on 2001/03/21  19:49:54
6534         Log: makefile.mk tweak
6535      Branch: maint-5.6/perl
6536            ! win32/Makefile win32/makefile.mk
6537 ____________________________________________________________________________
6538 [  9285] By: nick                                  on 2001/03/21  19:07:13
6539         Log: Multiplicity fix for Dumper.
6540      Branch: perlio
6541            ! ext/Data/Dumper/Dumper.xs
6542 ____________________________________________________________________________
6543 [  9284] By: nick                                  on 2001/03/21  19:01:07
6544         Log: Integrate mainline - (does not build xTHX issue in Dumper).
6545      Branch: perlio
6546           !> (integrate 27 files)
6547 ____________________________________________________________________________
6548 [  9283] By: jhi                                   on 2001/03/21  17:17:35
6549         Log: Integrate change #9282 from mainline into maintperl,
6550              4-arg UTF-8 substr().
6551      Branch: maint-5.6/perl
6552           !> pp.c
6553 ____________________________________________________________________________
6554 [  9282] By: jhi                                   on 2001/03/21  17:15:43
6555         Log: The #9270 would have leaked a scalar if pp_substr()
6556              returned early.
6557      Branch: perl
6558            ! pp.c
6559 ____________________________________________________________________________
6560 [  9281] By: gsar                                  on 2001/03/21  17:03:14
6561         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
6562      Branch: maint-5.6/perl
6563            ! win32/makefile.mk
6564 ____________________________________________________________________________
6565 [  9280] By: gsar                                  on 2001/03/21  17:01:20
6566         Log: some tweaks to change#9278 (fork() emulation should be enabled
6567              by setting BUILD_FLAVOR instead of changing the defaults)
6568      Branch: maint-5.6/perl
6569            ! win32/makefile.mk
6570 ____________________________________________________________________________
6571 [  9279] By: gsar                                  on 2001/03/21  16:47:19
6572         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
6573      Branch: maint-5.6/perl
6574            ! ext/File/Glob/Glob.pm
6575           !> lib/Cwd.pm
6576 ____________________________________________________________________________
6577 [  9278] By: jhi                                   on 2001/03/21  14:35:10
6578         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
6579              From: "Vadim Konovalov" <watman@inbox.ru>
6580              Date: Wed, 21 Mar 2001 01:53:51 +0300
6581              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
6582      Branch: maint-5.6/perl
6583            ! win32/makefile.mk win32/win32sck.c
6584 ____________________________________________________________________________
6585 [  9277] By: jhi                                   on 2001/03/21  13:58:28
6586         Log: Integrate change #9270 from mainline to maintperl:
6587              continued 4-arg UTF-8 substr() fixing.
6588      Branch: maint-5.6/perl
6589           !> pp.c t/op/substr.t
6590 ____________________________________________________________________________
6591 [  9276] By: jhi                                   on 2001/03/21  13:33:00
6592         Log: More pixie cleaning.
6593      Branch: perl
6594            ! Makefile.SH
6595 ____________________________________________________________________________
6596 [  9275] By: jhi                                   on 2001/03/21  03:54:17
6597         Log: Update Changes.
6598      Branch: perl
6599            ! Changes patchlevel.h
6600 ____________________________________________________________________________
6601 [  9274] By: jhi                                   on 2001/03/21  03:48:24
6602         Log: First stab at making Data::Dumper to grok Unicode.
6603              
6604              TODO: tests, EBCDICify.
6605      Branch: perl
6606            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
6607 ____________________________________________________________________________
6608 [  9273] By: jhi                                   on 2001/03/21  02:23:00
6609         Log: Fix for
6610              
6611              Subject: Memory leak in unquoted print   
6612              From: Benjamin Sugars <bsugars@canoe.ca> 
6613              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
6614              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
6615      Branch: perl
6616            ! perlio.c
6617 ____________________________________________________________________________
6618 [  9272] By: jhi                                   on 2001/03/21  01:33:17
6619         Log: Subject: Re: [PATCH] POSIX::getcwd()
6620              From: Benjamin Sugars <bsugars@canoe.ca> 
6621              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
6622              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
6623      Branch: perl
6624            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
6625 ____________________________________________________________________________
6626 [  9271] By: jhi                                   on 2001/03/21  01:22:52
6627         Log: Subject: [PATCH] Cwd.pm docs
6628              From: Benjamin Sugars <bsugars@canoe.ca>
6629              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
6630              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
6631      Branch: perl
6632            ! lib/Cwd.pm
6633 ____________________________________________________________________________
6634 [  9270] By: jhi                                   on 2001/03/21  01:16:29
6635         Log: Continue 4-arg substr() UTF-8 fixage.
6636      Branch: perl
6637            ! pp.c t/op/substr.t
6638 ____________________________________________________________________________
6639 [  9269] By: jhi                                   on 2001/03/21  00:46:14
6640         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
6641              
6642              revert the leak fix in change#9142 (problem needs a more experimental
6643              fix unsuitable for 5.6.1)
6644              
6645              do alphabetical sorting by default (for csh compatibility)
6646              
6647              cut-n-paste goof in change#9264
6648              
6649              VMS piping fixes (from Charles Lane)
6650      Branch: perl
6651           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
6652           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
6653           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
6654 ____________________________________________________________________________
6655 [  9268] By: jhi                                   on 2001/03/21  00:37:04
6656         Log: Integrate perlio.
6657      Branch: perl
6658           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
6659           !> utf8.c utf8.h utfebcdic.h
6660 ____________________________________________________________________________
6661 [  9267] By: nick                                  on 2001/03/20  20:04:39
6662         Log: More EBCDIC stuff:
6663              - Loose the extra level of function on ASCII.
6664              - spotted a chr(0) issue in sv.c
6665              - re-work of UTF-X tr/// ranges to work in Unicode
6666              space. Still issues with the "0xff is illegal UTF-8" hack.
6667              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
6668              (why do it once when you can do it all over the place :-(
6669              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
6670              need utf8.pm for swashes.
6671              - Simplified and commented scan_const() in toke.c
6672              Still something wrong regexp and tr (swashes?).
6673      Branch: perlio
6674            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
6675            ! utf8.c utf8.h utfebcdic.h
6676 ____________________________________________________________________________
6677 [  9266] By: gsar                                  on 2001/03/20  19:16:43
6678         Log: VMS piping fixes (from Charles Lane)
6679      Branch: maint-5.6/perl
6680            ! vms/vms.c vms/vmspipe.com
6681 ____________________________________________________________________________
6682 [  9265] By: gsar                                  on 2001/03/20  17:53:52
6683         Log: cut-n-paste goof in change#9264
6684      Branch: maint-5.6/perl
6685            ! ext/File/Glob/Glob.xs
6686 ____________________________________________________________________________
6687 [  9264] By: gsar                                  on 2001/03/20  17:43:47
6688         Log: do alphabetical sorting by default (for csh compatibility);
6689              bsd_glob() does ASCII sort by default as usual, unless
6690              GLOB_ALPHASORT was specified
6691      Branch: maint-5.6/perl
6692            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
6693            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
6694            ! ext/File/Glob/bsd_glob.h
6695 ____________________________________________________________________________
6696 [  9263] By: gsar                                  on 2001/03/20  16:40:08
6697         Log: integrate change#9255 from mainline (unicode fix)
6698              
6699              substr($bytestr, i, n, $charstr)
6700      Branch: maint-5.6/perl
6701           !> Todo-5.6 pp.c t/op/substr.t
6702 ____________________________________________________________________________
6703 [  9262] By: gsar                                  on 2001/03/20  15:57:41
6704         Log: revert the leak fix in change#9142 (problem needs a more experimental
6705              fix unsuitable for 5.6.1)
6706      Branch: maint-5.6/perl
6707            ! scope.c
6708 ____________________________________________________________________________
6709 [  9261] By: jhi                                   on 2001/03/20  14:26:25
6710         Log: Integrate changes #9259,9260 from maintperl into mainline.
6711              
6712              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
6713              
6714              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
6715      Branch: perl
6716           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
6717 ____________________________________________________________________________
6718 [  9260] By: jhi                                   on 2001/03/20  14:05:46
6719         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
6720              From: Robin Barker <rmb1@cise.npl.co.uk>
6721              Date: Tue, 20 Mar 2001 10:12:04 GMT
6722              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
6723      Branch: maint-5.6/perl
6724            ! run.c
6725 ____________________________________________________________________________
6726 [  9259] By: jhi                                   on 2001/03/20  14:04:39
6727         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
6728              From: Chris Nandor <pudge@pobox.com>
6729              Date: Tue, 20 Mar 2001 00:40:56 -0500
6730              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
6731      Branch: maint-5.6/perl
6732            ! ext/POSIX/POSIX.xs lib/File/Path.pm
6733 ____________________________________________________________________________
6734 [  9258] By: jhi                                   on 2001/03/20  05:09:34
6735         Log: Update Changes.
6736      Branch: perl
6737            ! Changes patchlevel.h
6738 ____________________________________________________________________________
6739 [  9257] By: jhi                                   on 2001/03/20  05:04:25
6740         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
6741      Branch: perl
6742            ! t/op/tr.t
6743 ____________________________________________________________________________
6744 [  9256] By: jhi                                   on 2001/03/20  04:43:12
6745         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
6746              From: Peter Prymmer <pvhp@forte.com>
6747              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
6748              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
6749      Branch: maint-5.6/perl
6750            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
6751 ____________________________________________________________________________
6752 [  9255] By: jhi                                   on 2001/03/19  23:17:17
6753         Log: substr($bytestr, i, n, $charstr)
6754
6755              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
6756      Branch: perl
6757            ! Todo-5.6 pp.c t/op/substr.t
6758 ____________________________________________________________________________
6759 [  9254] By: jhi                                   on 2001/03/19  22:25:09
6760         Log: Rearrange the make test target prerequisites so that
6761              in a parallel make 'all' is finished before 'test'.
6762      Branch: perl
6763            ! Makefile.SH
6764 ____________________________________________________________________________
6765 [  9253] By: jhi                                   on 2001/03/19  21:48:07
6766         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
6767              From: Robin Houston <robin@kitsite.com>
6768              Date: Mon, 19 Mar 2001 15:48:41 +0000
6769              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
6770      Branch: perl
6771            ! pp_ctl.c
6772 ____________________________________________________________________________
6773 [  9252] By: jhi                                   on 2001/03/19  21:42:27
6774         Log: Integrate perlio.
6775      Branch: perl
6776           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
6777           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
6778           !> utfebcdic.h vms/perly_c.vms
6779 ____________________________________________________________________________
6780 [  9251] By: jhi                                   on 2001/03/19  21:31:28
6781         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
6782              
6783              Dynaloading in 64-bit AIX with vac.
6784      Branch: perl
6785           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
6786           !> hints/aix.sh
6787 ____________________________________________________________________________
6788 [  9250] By: jhi                                   on 2001/03/19  21:18:00
6789         Log: A more robust solution for the 64bitall AIX dynaloading
6790              problem, from Jens-Uwe Mager.
6791      Branch: maint-5.6/perl
6792            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
6793 ____________________________________________________________________________
6794 [  9249] By: nick                                  on 2001/03/19  20:59:37
6795         Log: Integrate mainline.
6796      Branch: perlio
6797           !> (integrate 42 files)
6798 ____________________________________________________________________________
6799 [  9248] By: nick                                  on 2001/03/19  20:22:07
6800         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
6801              (Building on OS390 uses native YACC and YYDEBUG has other
6802              side effects.)
6803      Branch: perlio
6804            ! perly.c perly.y vms/perly_c.vms
6805 ____________________________________________________________________________
6806 [  9247] By: jhi                                   on 2001/03/19  19:59:53
6807         Log: 64-bit AIX dynaloading problem (see #9244) idea
6808              from Jens-Uwe Mager.
6809      Branch: maint-5.6/perl
6810            ! ext/DynaLoader/dl_aix.xs
6811 ____________________________________________________________________________
6812 [  9246] By: nick                                  on 2001/03/19  19:27:57
6813         Log: More EBCDIC fixes.
6814      Branch: perlio
6815            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
6816            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
6817 ____________________________________________________________________________
6818 [  9245] By: jhi                                   on 2001/03/19  19:05:19
6819         Log: Integrate change #9243 from mainline into maintperl.
6820              
6821              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
6822      Branch: maint-5.6/perl
6823           !> README.vmesa
6824 ____________________________________________________________________________
6825 [  9244] By: jhi                                   on 2001/03/19  19:03:15
6826         Log: Get 64bitall AIX building, but still does not test okay:
6827              dynaloading anything fails, for example for op/defins:
6828              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
6829              (update: fixed by #9247,9250)
6830      Branch: maint-5.6/perl
6831            ! hints/aix.sh
6832 ____________________________________________________________________________
6833 [  9243] By: jhi                                   on 2001/03/19  19:00:16
6834         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
6835              From: Robin Barker <rmb1@cise.npl.co.uk>
6836              Date: Mon, 19 Mar 2001 18:01:57 GMT
6837              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
6838      Branch: perl
6839            ! README.vmesa
6840 ____________________________________________________________________________
6841 [  9242] By: jhi                                   on 2001/03/19  18:58:43
6842         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
6843              
6844              TODO: tests.
6845      Branch: perl
6846            ! doop.c op.c
6847 ____________________________________________________________________________
6848 [  9241] By: gsar                                  on 2001/03/19  17:34:46
6849         Log: VMSify tests (from Charles Lane)
6850      Branch: maint-5.6/perl
6851            ! t/lib/filehand.t t/lib/texttabs.t
6852 ____________________________________________________________________________
6853 [  9240] By: jhi                                   on 2001/03/19  14:24:26
6854         Log: Integrate change #9233 from maintperl into mainline.
6855              
6856              some refcounts were incorrect in perl_clone()
6857      Branch: perl
6858           !> sv.c
6859 ____________________________________________________________________________
6860 [  9239] By: gsar                                  on 2001/03/19  09:23:17
6861         Log: this is 5.6.1-trial3
6862      Branch: maint-5.6/perl
6863            ! Changes
6864 ____________________________________________________________________________
6865 [  9238] By: gsar                                  on 2001/03/19  08:47:04
6866         Log: some new symbols are only available under ithreads
6867      Branch: maint-5.6/perl
6868            ! makedef.pl
6869 ____________________________________________________________________________
6870 [  9237] By: gsar                                  on 2001/03/19  08:42:28
6871         Log: update patchlevel.h, Changes, &c.
6872      Branch: maint-5.6/perl
6873            ! Changes patchlevel.h pod/perlhist.pod
6874           !> AUTHORS
6875 ____________________________________________________________________________
6876 [  9236] By: gsar                                  on 2001/03/19  08:17:49
6877         Log: integrate changes#8068,8717 from mainline
6878              
6879              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
6880              
6881              [PATCH CPAN 1.59_51] warning message (not!)
6882      Branch: maint-5.6/perl
6883           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
6884           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
6885           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
6886           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
6887           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
6888 ____________________________________________________________________________
6889 [  9235] By: gsar                                  on 2001/03/19  08:07:09
6890         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
6891              
6892              [PATCH] Add missing CV flags to dump.c
6893              
6894              Re: [patch] Re: PL_ptr_table
6895              
6896              Fixup non-ithread build after 8713
6897              
6898              Generated files form 8713 etc.
6899              
6900              Correct the correction :-(
6901              
6902              Documenting coderef @INC (Re: CPAN "make this script work" feature)
6903              
6904              Subject: Re: sync sync sync: have I missed any patches?
6905              Replace djSP with dSP.
6906      Branch: maint-5.6/perl
6907           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
6908           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
6909           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
6910           !> sv.c sv.h win32/perlhost.h
6911 ____________________________________________________________________________
6912 [  9234] By: gsar                                  on 2001/03/19  07:22:05
6913         Log: revert the change#9090 integrate for now (change looks somewhat
6914              incomplete in that [ha]v_exists() need something similar; lacks
6915              tests; &c.)
6916      Branch: maint-5.6/perl
6917            ! hv.c
6918 ____________________________________________________________________________
6919 [  9233] By: gsar                                  on 2001/03/19  07:10:01
6920         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
6921              destruction when there are unreferenced scalars (SvREFCNT==0)
6922      Branch: maint-5.6/perl
6923            ! sv.c
6924 ____________________________________________________________________________
6925 [  9232] By: jhi                                   on 2001/03/19  05:11:02
6926         Log: Regen api and toc.
6927      Branch: maint-5.6/perl
6928            ! pod/perlapi.pod pod/perltoc.pod
6929 ____________________________________________________________________________
6930 [  9231] By: jhi                                   on 2001/03/19  04:06:03
6931         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
6932              add a lost line in pp.c:pp_chop(), update to new op/chop.
6933              
6934              Clarify the description differentiating for and while; inspired by
6935              
6936              Subject: [ID 20010306.004] || != named unary operator
6937              
6938              The $Is_MacOS needs to be declared.
6939      Branch: maint-5.6/perl
6940            ! pp.c t/op/chop.t
6941           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
6942 ____________________________________________________________________________
6943 [  9230] By: jhi                                   on 2001/03/19  03:48:16
6944         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
6945              9079,9083,9089,9090,9091 from mainline to maintperl.
6946              
6947              Quieten some noise in Win32 builds
6948              
6949              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
6950              
6951              The perlretut was still talking about the old \p and \P
6952              definitions.
6953              
6954              More tweakage on the Unicode character class descriptions.
6955              
6956              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
6957              
6958              Subject: 'no *POSIX' Patch speeding up make on BS2000 
6959              
6960              Subject: [PATCH] perldata.pod here-doc docs
6961              
6962              Add /sbin and /usr/sbin to the list of directories scanned
6963              for setuid programs.  Takes care of bug id 20010309.003.
6964              
6965              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
6966              
6967              In op/stat #35 better to scan all the potential directories
6968              for setuids, not just the first one.
6969      Branch: maint-5.6/perl
6970            ! Makefile.SH
6971           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
6972           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
6973           !> t/op/stat.t toke.c win32/win32.h
6974 ____________________________________________________________________________
6975 [  9229] By: jhi                                   on 2001/03/19  02:31:50
6976         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
6977              From: Chris Nandor <pudge@pobox.com>
6978              Date: Sat, 10 Mar 2001 14:22:19 -0500
6979              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
6980      Branch: maint-5.6/perl
6981            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
6982            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
6983            ! t/lib/b.t t/lib/errno.t
6984 ____________________________________________________________________________
6985 [  9228] By: jhi                                   on 2001/03/19  02:29:59
6986         Log: Integrate changes #9113,9122 from mainline into maintperl.
6987              
6988              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?)
6989      Branch: maint-5.6/perl
6990           !> Configure README.os390 hints/os390.sh
6991 ____________________________________________________________________________
6992 [  9227] By: jhi                                   on 2001/03/19  02:22:35
6993         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
6994              into maintperl.
6995              
6996              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
6997              
6998              Forgot to check-in the larger part of #9120, duh.
6999              
7000              Subject: Another patch for integer.pm POD 
7001              
7002              h2ph strictness and cleanliness from Kurt Starsinic.
7003              
7004              Borland filename case problem.
7005              
7006              h2ph strictness and cleanliness from Kurt Starsinic.
7007              
7008              Subject: [PATCH] the uncontroversial doc patches
7009      Branch: maint-5.6/perl
7010           +> win32/sncfnmcs.pl
7011           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
7012           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
7013           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
7014           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
7015           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
7016           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
7017           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
7018 ____________________________________________________________________________
7019 [  9226] By: jhi                                   on 2001/03/19  02:10:21
7020         Log: Integrate changes #9207,9214 from mainline into maintperl.
7021              
7022              podchecker relaxations: =over has an *optional* number after it,
7023              and whitespace in L<> is okay.
7024      Branch: maint-5.6/perl
7025           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
7026           !> t/pod/poderrs.xr
7027 ____________________________________________________________________________
7028 [  9225] By: jhi                                   on 2001/03/19  02:07:38
7029         Log: Integrate change #9219 from maintperl into mainline.
7030              
7031              remove duplicated tests
7032      Branch: perl
7033           !> t/op/re_tests
7034 ____________________________________________________________________________
7035 [  9224] By: jhi                                   on 2001/03/19  02:06:11
7036         Log: Integrate change #9223 from mainline to maintperl.
7037              
7038              Document -Dmksymlinks.
7039      Branch: maint-5.6/perl
7040           !> INSTALL
7041 ____________________________________________________________________________
7042 [  9223] By: jhi                                   on 2001/03/19  02:01:25
7043         Log: Document -Dmksymlinks.
7044      Branch: perl
7045            ! INSTALL
7046 ____________________________________________________________________________
7047 [  9222] By: jhi                                   on 2001/03/19  01:15:35
7048         Log: The -Dmksymlinks wasn't working for maintperl.
7049      Branch: maint-5.6/perl
7050            ! Configure
7051 ____________________________________________________________________________
7052 [  9221] By: jhi                                   on 2001/03/19  00:49:43
7053         Log: Cleanup pixie residue.
7054      Branch: perl
7055            ! Makefile.SH
7056 ____________________________________________________________________________
7057 [  9220] By: jhi                                   on 2001/03/19  00:44:47
7058         Log: Document the use of pixie/prof; create make targets for it.
7059              
7060              TODO: make t/TEST pixie-aware.
7061      Branch: perl
7062            ! Makefile.SH pod/perlhack.pod
7063 ____________________________________________________________________________
7064 [  9219] By: gsar                                  on 2001/03/19  00:16:55
7065         Log: remove duplicated tests
7066      Branch: maint-5.6/perl
7067            ! t/op/re_tests
7068 ____________________________________________________________________________
7069 [  9218] By: jhi                                   on 2001/03/18  23:59:31
7070         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
7071      Branch: perl
7072            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
7073 ____________________________________________________________________________
7074 [  9217] By: jhi                                   on 2001/03/18  23:25:20
7075         Log: Rewrite the tests section of Makefile to be less redundant
7076              and to allow for more flexible test targets, many recursive
7077              make calls introduced.
7078      Branch: perl
7079            ! Makefile.SH
7080 ____________________________________________________________________________
7081 [  9216] By: jhi                                   on 2001/03/18  22:30:04
7082         Log: Document the use of Third Degree (sparsely).
7083      Branch: perl
7084            ! pod/perlhack.pod t/TEST
7085 ____________________________________________________________________________
7086 [  9215] By: jhi                                   on 2001/03/18  22:10:30
7087         Log: Make targets for testing with Third Degree.
7088      Branch: perl
7089            ! Makefile.SH
7090 ____________________________________________________________________________
7091 [  9214] By: jhi                                   on 2001/03/18  21:08:53
7092         Log: The podchecker relaxations need to mirrored also at the tests.
7093      Branch: perl
7094            ! t/pod/poderrs.xr
7095 ____________________________________________________________________________
7096 [  9213] By: jhi                                   on 2001/03/18  20:56:21
7097         Log: Update Changes.
7098      Branch: perl
7099            ! Changes patchlevel.h
7100 ____________________________________________________________________________
7101 [  9212] By: jhi                                   on 2001/03/18  20:36:59
7102         Log: Looking for config.sh in parent directories isn't
7103              very useful for the toplevel Makefile.
7104      Branch: perl
7105            ! Makefile.SH
7106 ____________________________________________________________________________
7107 [  9211] By: jhi                                   on 2001/03/18  20:33:37
7108         Log: On "make clean" take care of Third Degree droppings.
7109      Branch: perl
7110            ! Makefile.SH
7111 ____________________________________________________________________________
7112 [  9210] By: jhi                                   on 2001/03/18  20:21:34
7113         Log: Add a hook for running the tests under the Third Degree
7114              debugging tool (set $ENV{PERL_3LOG} to non-zero)
7115              
7116              TODO: Document the use of Third Degree.
7117      Branch: perl
7118            ! t/TEST
7119 ____________________________________________________________________________
7120 [  9209] By: jhi                                   on 2001/03/18  20:19:07
7121         Log: Regen toc and api pods.
7122      Branch: perl
7123            ! pod/perlapi.pod pod/perltoc.pod
7124 ____________________________________________________________________________
7125 [  9208] By: jhi                                   on 2001/03/18  20:12:12
7126         Log: Integrate changes #8128,9132 from mainline into maintperl,
7127              Tie::SubstrHash fixes.
7128      Branch: maint-5.6/perl
7129           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
7130 ____________________________________________________________________________
7131 [  9207] By: jhi                                   on 2001/03/18  20:07:43
7132         Log: podchecker relaxations from Michael Stevens.
7133      Branch: perl
7134            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
7135 ____________________________________________________________________________
7136 [  9206] By: jhi                                   on 2001/03/18  20:04:24
7137         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
7138      Branch: perl
7139            ! lib/Locale/Constants.pm lib/Locale/Country.pm
7140            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
7141            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
7142 ____________________________________________________________________________
7143 [  9205] By: jhi                                   on 2001/03/18  19:54:45
7144         Log: Integrate changes #9161,9162 from maintperl to mainline.
7145              
7146              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
7147              results
7148      Branch: perl
7149           !> t/op/magic.t
7150 ____________________________________________________________________________
7151 [  9204] By: jhi                                   on 2001/03/18  19:37:46
7152         Log: Make perl.third checks more understandable to the builder.
7153      Branch: perl
7154            ! Makefile.SH
7155 ____________________________________________________________________________
7156 [  9203] By: jhi                                   on 2001/03/18  19:20:54
7157         Log: Re-integrate #9138 from maintperl to mainline,
7158              the squelching of the unneeded "Scalars leaked" messages.
7159      Branch: perl
7160           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
7161           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
7162           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
7163 ____________________________________________________________________________
7164 [  9202] By: jhi                                   on 2001/03/18  18:48:36
7165         Log: More robust and more paranoid perl.third target.
7166      Branch: perl
7167            ! Makefile.SH
7168 ____________________________________________________________________________
7169 [  9201] By: jhi                                   on 2001/03/18  18:39:21
7170         Log: Integrate change #9197 from maintperl to mainline.
7171              
7172              more thorough cleaning of arenas.
7173      Branch: perl
7174           !> embed.pl perl.c proto.h sv.c t/op/sort.t
7175 ____________________________________________________________________________
7176 [  9200] By: jhi                                   on 2001/03/18  18:25:17
7177         Log: Integrate perlio.
7178      Branch: perl
7179           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
7180           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
7181           !> t/lib/encode.t toke.c universal.c utf8.c
7182 ____________________________________________________________________________
7183 [  9199] By: nick                                  on 2001/03/18  15:23:51
7184         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
7185              is the sense of the test being done. Avoid some magical 127 and 128 values
7186              by using macros.
7187      Branch: perlio
7188            ! doop.c pp_ctl.c sv.c toke.c
7189 ____________________________________________________________________________
7190 [  9198] By: nick                                  on 2001/03/18  14:18:12
7191         Log: UTF-X encoding invariance for Encode:
7192              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
7193              - move the XS code for those to universal.c (so in miniperl)
7194              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
7195              - change ext/Encode/compile to use above.
7196              - Fix t/lib/encode.t for above
7197              - Teach t/lib/b.t to expect -uutf8
7198              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
7199              utf8.pm is needed.
7200      Branch: perlio
7201            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
7202            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
7203 ____________________________________________________________________________
7204 [  9197] By: gsar                                  on 2001/03/18  12:15:57
7205         Log: more thorough cleaning of arenas--keep going until no more
7206              SvREFCNT_dec()s occur (this fixes the problem that causes the
7207              pesky "Scalars leaked" warnings)
7208      Branch: maint-5.6/perl
7209            ! embed.pl perl.c proto.h sv.c t/op/sort.t
7210 ____________________________________________________________________________
7211 [  9196] By: nick                                  on 2001/03/18  10:57:29
7212         Log: Fix pragma/utf8.t # 15
7213              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
7214              are SvUTF8 as well.
7215      Branch: perlio
7216            ! toke.c
7217 ____________________________________________________________________________
7218 [  9195] By: nick                                  on 2001/03/18  09:27:06
7219         Log: Integrate mainline
7220      Branch: perlio
7221           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
7222           !> t/op/pat.t
7223 ____________________________________________________________________________
7224 [  9194] By: jhi                                   on 2001/03/18  05:29:59
7225         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
7226              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
7227      Branch: perl
7228            ! op.c op.h t/op/misc.t t/op/pat.t
7229 ____________________________________________________________________________
7230 [  9193] By: jhi                                   on 2001/03/18  05:15:06
7231         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
7232      Branch: perl
7233            ! mg.c t/op/pat.t
7234 ____________________________________________________________________________
7235 [  9192] By: jhi                                   on 2001/03/18  04:22:43
7236         Log: tr/// UTF-8 patches from Inaba Hiroto.
7237      Branch: perl
7238            ! doop.c op.c
7239 ____________________________________________________________________________
7240 [  9191] By: jhi                                   on 2001/03/18  04:21:17
7241         Log: Integrate perlio.
7242      Branch: perl
7243           !> utf8.c utfebcdic.h
7244 ____________________________________________________________________________
7245 [  9190] By: nick                                  on 2001/03/17  20:32:01
7246         Log: Correct #if EBCDIC side typos.
7247              Builds and passes many tests on OS390.
7248      Branch: perlio
7249            ! utf8.c utfebcdic.h
7250 ____________________________________________________________________________
7251 [  9189] By: jhi                                   on 2001/03/17  18:55:49
7252         Log: Add prerequisites for the perl.third target.
7253      Branch: perl
7254            ! Makefile.SH
7255 ____________________________________________________________________________
7256 [  9188] By: jhi                                   on 2001/03/17  18:46:00
7257         Log: Integrate perlio.
7258      Branch: perl
7259           +> utfebcdic.h
7260           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
7261 ____________________________________________________________________________
7262 [  9187] By: jhi                                   on 2001/03/17  18:38:47
7263         Log: Add a make rule for perl.third (the Third Degree memory debugging
7264              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
7265      Branch: perl
7266            ! Makefile.SH
7267 ____________________________________________________________________________
7268 [  9186] By: nick                                  on 2001/03/17  18:34:48
7269         Log: MANIFEST addition :-(
7270      Branch: perlio
7271            ! MANIFEST
7272 ____________________________________________________________________________
7273 [  9185] By: nick                                  on 2001/03/17  18:29:50
7274         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
7275              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
7276              a superset of ASCII are invariant under the encoding. This is EBCDIC
7277              friendly as an encoded string can be looked at as being EBCDIC by lexer
7278              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
7279              ASCII on ASCII machines.
7280              
7281              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
7282              seperate.
7283              - Add some more macros to comprehend different shift amounts and
7284              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
7285              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
7286              and conditionaly #include it.
7287              
7288              EBCDIC build as yet untested.  ASCII still fails the one test.
7289      Branch: perlio
7290            + utfebcdic.h
7291            ! utf8.c utf8.h
7292 ____________________________________________________________________________
7293 [  9184] By: nick                                  on 2001/03/17  17:44:16
7294         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
7295      Branch: perlio
7296            ! doop.c perl.h pp.c utf8.h
7297 ____________________________________________________________________________
7298 [  9183] By: jhi                                   on 2001/03/17  15:55:42
7299         Log: Integrate perlio.
7300      Branch: perl
7301            ! MANIFEST
7302           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
7303 ____________________________________________________________________________
7304 [  9182] By: nick                                  on 2001/03/17  09:16:06
7305         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
7306      Branch: perlio
7307            ! t/op/pat.t
7308 ____________________________________________________________________________
7309 [  9181] By: nick                                  on 2001/03/17  09:15:11
7310         Log: Integrate mainline.
7311      Branch: perlio
7312           +> lib/Locale/Constants.pm lib/Locale/Country.pm
7313           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
7314           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
7315           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
7316           !> (integrate 83 files)
7317 ____________________________________________________________________________
7318 [  9180] By: nick                                  on 2001/03/16  17:23:21
7319         Log: EBCDIC Fixes.
7320      Branch: perlio
7321            ! perl.h sv.c toke.c utf8.c utf8.h
7322 ____________________________________________________________________________
7323 [  9179] By: jhi                                   on 2001/03/16  14:10:12
7324         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
7325              a change needed to work around an AIX compiler bug.
7326      Branch: perl
7327            ! ext/Storable/Storable.xs
7328 ____________________________________________________________________________
7329 [  9178] By: jhi                                   on 2001/03/16  03:19:59
7330         Log: With Damian's approval synchronize damian's modules'
7331              licensing with Perl's standard module licensing.
7332      Branch: perl
7333            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
7334 ____________________________________________________________________________
7335 [  9177] By: jhi                                   on 2001/03/16  03:15:34
7336         Log: Make the Filter::Util:Call files have their own copies
7337              of the Perl standard module licensing, from Paul Marquess.
7338      Branch: perl
7339            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
7340 ____________________________________________________________________________
7341 [  9176] By: jhi                                   on 2001/03/16  02:56:04
7342         Log: Subject: [PATCH] more pod patches
7343              From: Michael Stevens <michael@etla.org>
7344              Date: Thu, 15 Mar 2001 21:25:18 +0000
7345              Message-ID: <20010315212518.A18870@firedrake.org>
7346      Branch: perl
7347            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
7348            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
7349            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
7350            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
7351            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
7352            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
7353            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
7354            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
7355            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
7356            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
7357            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
7358            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
7359            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
7360            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
7361            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
7362            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
7363            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
7364            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
7365            ! lib/Locale/Country.pm lib/Locale/Language.pm
7366            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
7367            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
7368            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
7369            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
7370            ! os2/OS2/Process/Process.pm
7371 ____________________________________________________________________________
7372 [  9175] By: jhi                                   on 2001/03/16  02:53:32
7373         Log: Subject: [PATCH] the uncontroversial doc patches
7374              From: Michael Stevens <michael@etla.org>
7375              Date: Thu, 15 Mar 2001 20:01:12 +0000
7376              Message-ID: <20010315200112.A7636@firedrake.org>
7377      Branch: perl
7378            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
7379            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
7380            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
7381            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
7382            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
7383 ____________________________________________________________________________
7384 [  9174] By: jhi                                   on 2001/03/16  02:50:49
7385         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
7386              From: Paul Lindner <lindner@inuus.com>
7387              Date: Fri, 16 Mar 2001 11:28:03 -0800
7388              Message-ID: <20010316112803.A7577@inuus.com>
7389      Branch: perl
7390            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
7391 ____________________________________________________________________________
7392 [  9173] By: nick                                  on 2001/03/15  20:21:03
7393         Log: 1st day's EBCDIC fixes:
7394              - toke.c's parsing of strings needed attention
7395              needed to conditionally e2a if string was already UTF-8
7396              - e2a/a2e tables where wrong way round.
7397              - new macros in utf8.h
7398      Branch: perlio
7399            ! perl.h toke.c utf8.h
7400 ____________________________________________________________________________
7401 [  9172] By: jhi                                   on 2001/03/15  15:17:17
7402         Log: Update Changes.
7403      Branch: perl
7404            ! Changes patchlevel.h
7405 ____________________________________________________________________________
7406 [  9171] By: jhi                                   on 2001/03/15  15:09:32
7407         Log: Subject: Re: Another Borland C++ problem.
7408              From: "Vadim Konovalov" <watman@inbox.ru>
7409              Date: Sat, 10 Mar 2001 19:26:07 +0300
7410              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
7411              
7412              Borland filename case problem.
7413      Branch: perl
7414            + win32/sncfnmcs.pl
7415            ! MANIFEST README.win32
7416 ____________________________________________________________________________
7417 [  9170] By: jhi                                   on 2001/03/15  14:54:23
7418         Log: Add Locale::Codes 1.06, from Neil Bowers.
7419      Branch: perl
7420            + lib/Locale/Constants.pm lib/Locale/Country.pm
7421            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
7422            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
7423            + t/lib/lc-language.t t/lib/lc-uk.t
7424            ! MANIFEST
7425 ____________________________________________________________________________
7426 [  9169] By: jhi                                   on 2001/03/15  14:19:01
7427         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
7428      Branch: perl
7429            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
7430            ! ext/Storable/Storable.xs
7431 ____________________________________________________________________________
7432 [  9168] By: jhi                                   on 2001/03/15  14:13:22
7433         Log: Integrate changes #9120,9167 from mainline to maintperl.
7434              
7435              Subject: [PATCH 5.6.1] OS/2 docs
7436              
7437              Subject: [PATCH 5.6.1] perldoc
7438      Branch: maint-5.6/perl
7439           !> os2/Changes utils/perldoc.PL
7440 ____________________________________________________________________________
7441 [  9167] By: jhi                                   on 2001/03/15  14:07:42
7442         Log: Subject: [PATCH 5.6.1] perldoc
7443              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7444              Date: Wed, 14 Mar 2001 23:46:52 -0500
7445              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
7446      Branch: perl
7447            ! utils/perldoc.PL
7448 ____________________________________________________________________________
7449 [  9166] By: jhi                                   on 2001/03/15  13:53:15
7450         Log: sigaction test condition tweakage.
7451      Branch: perl
7452            ! t/lib/sigaction.t
7453 ____________________________________________________________________________
7454 [  9165] By: alanbur                               on 2001/03/15  03:49:17
7455         Log: Resynchronised with parent
7456      Branch: maint-5.6/pureperl
7457           +> os2/os2add.sym t/op/anonsub.t
7458           !> (integrate 72 files)
7459 ____________________________________________________________________________
7460 [  9164] By: jhi                                   on 2001/03/15  01:05:01
7461         Log: Avoid stomping off the beginning of an array in tr///.
7462      Branch: perl
7463            ! op.c
7464 ____________________________________________________________________________
7465 [  9163] By: jhi                                   on 2001/03/15  00:58:57
7466         Log: h2ph strictness and cleanliness from Kurt Starsinic.
7467      Branch: perl
7468            ! utils/h2ph.PL
7469 ____________________________________________________________________________
7470 [  9162] By: gsar                                  on 2001/03/15  00:56:53
7471         Log: avoid warnings
7472      Branch: maint-5.6/perl
7473            ! t/op/magic.t
7474 ____________________________________________________________________________
7475 [  9161] By: gsar                                  on 2001/03/15  00:52:09
7476         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
7477              results
7478      Branch: maint-5.6/perl
7479            ! t/op/magic.t
7480 ____________________________________________________________________________
7481 [  9160] By: jhi                                   on 2001/03/14  22:02:10
7482         Log: Do not use the Perl malloc in IRIX, suggested by
7483              Helmus Jarausch.
7484      Branch: perl
7485            ! hints/irix_6.sh
7486 ____________________________________________________________________________
7487 [  9159] By: nick                                  on 2001/03/14  21:45:59
7488         Log: Integrate mainline
7489      Branch: perlio
7490           +> t/op/loopctl.t
7491           !> (integrate 41 files)
7492 ____________________________________________________________________________
7493 [  9158] By: jhi                                   on 2001/03/14  21:10:09
7494         Log: The Day of the Retractions continues: the #9138
7495              (integrated in #9144) doesn't work well in mainline.
7496      Branch: perl
7497            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
7498            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
7499            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
7500 ____________________________________________________________________________
7501 [  9157] By: jhi                                   on 2001/03/14  20:58:12
7502         Log: The #9145 CANNOT be enabled: the clear_pmop code still
7503              dumps core all over in Tru64.
7504      Branch: perl
7505            ! op.c op.h t/op/pat.t
7506 ____________________________________________________________________________
7507 [  9156] By: jhi                                   on 2001/03/14  20:48:06
7508         Log: Integrate change #9154 from maintperl to mainline.
7509              
7510              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
7511              (caused Storable 1.0.10 to break on windows)
7512      Branch: perl
7513           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
7514           !> perlapi.c proto.h
7515 ____________________________________________________________________________
7516 [  9155] By: jhi                                   on 2001/03/14  20:23:53
7517         Log: Retract #9136: breaks threading (and binary compatibility).
7518      Branch: perl
7519            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
7520 ____________________________________________________________________________
7521 [  9154] By: gsar                                  on 2001/03/14  17:48:18
7522         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
7523              (caused Storable 1.0.10 to break on windows)
7524      Branch: maint-5.6/perl
7525            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
7526            ! perlapi.c proto.h
7527 ____________________________________________________________________________
7528 [  9153] By: jhi                                   on 2001/03/14  13:35:21
7529         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
7530      Branch: perl
7531            ! t/lib/sigaction.t
7532 ____________________________________________________________________________
7533 [  9152] By: gsar                                  on 2001/03/14  07:29:40
7534         Log: back out changes#9012,9010,9009 and parts of change#9016
7535              (causes ABRs under purify, and some prerequisites don't
7536              seem to be there in 5.6.x)
7537      Branch: maint-5.6/perl
7538            ! doop.c op.c t/op/tr.t toke.c
7539 ____________________________________________________________________________
7540 [  9151] By: gsar                                  on 2001/03/14  07:01:29
7541         Log: reenable change#9145 (the test was busted due to a missing
7542              C<print "ok 27\n">)
7543      Branch: perl
7544            ! op.c op.h t/op/pat.t
7545 ____________________________________________________________________________
7546 [  9150] By: jhi                                   on 2001/03/14  06:38:36
7547         Log: Retract #9145.
7548      Branch: perl
7549            ! op.c op.h t/op/pat.t
7550 ____________________________________________________________________________
7551 [  9149] By: jhi                                   on 2001/03/14  06:14:56
7552         Log: Retract #9143.
7553      Branch: perl
7554            ! op.c
7555 ____________________________________________________________________________
7556 [  9148] By: gsar                                  on 2001/03/14  06:13:02
7557         Log: Uninitialized Memory Read in regexec.c
7558      Branch: perl
7559            ! regexec.c
7560 ____________________________________________________________________________
7561 [  9147] By: jhi                                   on 2001/03/14  04:59:54
7562         Log: Subject: PATCH: make goto work in nested eval ""
7563              From: Robin Houston <robin@kitsite.com>
7564              Date: Wed, 14 Mar 2001 04:16:10 +0000
7565              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
7566      Branch: perl
7567            ! pp_ctl.c t/op/goto.t
7568 ____________________________________________________________________________
7569 [  9146] By: jhi                                   on 2001/03/14  04:42:54
7570         Log: Preserve the #ifdef PERL_CORE in perly.h.
7571      Branch: perl
7572            ! perly.fixer
7573 ____________________________________________________________________________
7574 [  9145] By: jhi                                   on 2001/03/14  03:57:41
7575         Log: (Retracted by #9150.)
7576      Branch: perl
7577            ! op.c op.h t/op/pat.t
7578 ____________________________________________________________________________
7579 [  9144] By: jhi                                   on 2001/03/14  03:50:38
7580         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
7581              
7582              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
7583              
7584              remove squelch controls for "Scalars leaked" messages in most places
7585              (these are now cured)
7586              
7587              fix another memory leak reported by purify (tie callbacks that
7588              croak can leak when wiping out magic)
7589      Branch: perl
7590           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
7591           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
7592           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
7593           !> t/pragma/warnings.t
7594 ____________________________________________________________________________
7595 [  9143] By: jhi                                   on 2001/03/14  03:37:53
7596         Log: (Retracted by #9149.)
7597      Branch: perl
7598            ! op.c
7599 ____________________________________________________________________________
7600 [  9142] By: gsar                                  on 2001/03/14  03:20:48
7601         Log: fix another memory leak reported by purify (tie callbacks that
7602              croak can leak when wiping out magic)
7603      Branch: maint-5.6/perl
7604            ! scope.c
7605 ____________________________________________________________________________
7606 [  9141] By: jhi                                   on 2001/03/14  02:55:00
7607         Log: Subject: PATCH for [ID 20010305.003]
7608              From: Robin Houston <robin@kitsite.com>
7609              Date: Wed, 14 Mar 2001 02:45:51 +0000
7610              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
7611      Branch: perl
7612            ! pp_ctl.c t/op/eval.t
7613 ____________________________________________________________________________
7614 [  9140] By: jhi                                   on 2001/03/14  02:41:54
7615         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
7616              Date: Wed, 14 Mar 2001 01:52:51 +0000
7617              From: Robin Houston <robin@kitsite.com>
7618              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
7619              
7620              Fix for 2000313.004.
7621      Branch: perl
7622            ! pp_ctl.c t/op/goto.t
7623 ____________________________________________________________________________
7624 [  9139] By: jhi                                   on 2001/03/14  02:40:50
7625         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
7626              From: Robin Houston <robin@kitsite.com>
7627              Date: Wed, 14 Mar 2001 00:43:45 +0000
7628              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
7629      Branch: perl
7630            + t/op/loopctl.t
7631            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
7632            ! vms/perly_c.vms
7633 ____________________________________________________________________________
7634 [  9138] By: gsar                                  on 2001/03/14  01:18:00
7635         Log: remove squelch controls for "Scalars leaked" messages in most places
7636              (these are now cured)
7637      Branch: maint-5.6/perl
7638            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
7639            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
7640            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
7641 ____________________________________________________________________________
7642 [  9137] By: gsar                                  on 2001/03/14  00:57:04
7643         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
7644      Branch: maint-5.6/perl
7645            ! regcomp.c
7646 ____________________________________________________________________________
7647 [  9136] By: jhi                                   on 2001/03/13  23:12:24
7648         Log: (Retracted by #9155)
7649              
7650              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
7651              From: Jens-Uwe Mager <jum@helios.de>
7652              Date: Wed, 21 Feb 2001 21:32:04 +0100
7653              Message-ID: <20010221213203.A18340@ans.helios.de>
7654      Branch: perl
7655            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
7656 ____________________________________________________________________________
7657 [  9135] By: jhi                                   on 2001/03/13  22:50:05
7658         Log: Integrate perlio.
7659      Branch: perl
7660           !> pp.c
7661 ____________________________________________________________________________
7662 [  9134] By: jhi                                   on 2001/03/13  22:49:05
7663         Log: Integrate change #9131 from maintperl into mainline.
7664              
7665              make the error text look more consistent in hints/hpux.sh
7666      Branch: perl
7667           !> hints/hpux.sh
7668 ____________________________________________________________________________
7669 [  9133] By: gsar                                  on 2001/03/13  22:46:20
7670         Log: integrate change#9067 from mainline
7671              
7672              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
7673      Branch: maint-5.6/perl
7674           !> lib/ExtUtils/MM_Unix.pm
7675 ____________________________________________________________________________
7676 [  9132] By: jhi                                   on 2001/03/13  22:41:21
7677         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
7678              From: "John P. Linderman" <jpl@research.att.com>
7679              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
7680              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
7681              
7682              A more correct prime finder.
7683      Branch: perl
7684            ! lib/Tie/SubstrHash.pm
7685 ____________________________________________________________________________
7686 [  9131] By: gsar                                  on 2001/03/13  22:30:42
7687         Log: make the error text look more consistent in hints/hpux.sh
7688      Branch: maint-5.6/perl
7689            ! hints/hpux.sh
7690 ____________________________________________________________________________
7691 [  9130] By: jhi                                   on 2001/03/13  22:23:44
7692         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
7693              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7694              Date: Tue, 13 Mar 2001 18:41:26 +0100
7695              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
7696              
7697              If the test is run non-interactively the default handler
7698              is different.
7699      Branch: perl
7700            ! t/lib/sigaction.t
7701 ____________________________________________________________________________
7702 [  9129] By: jhi                                   on 2001/03/13  22:20:21
7703         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
7704              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7705              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
7706              Date:     Tue, 13 Mar 2001 16:44:32 EST
7707      Branch: perl
7708            ! t/lib/1_compile.t
7709 ____________________________________________________________________________
7710 [  9128] By: jhi                                   on 2001/03/13  22:18:34
7711         Log: Subject: Another patch for integer.pm POD 
7712              From: "John L. Allen" <allen@grumman.com>
7713              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
7714              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
7715      Branch: perl
7716            ! lib/integer.pm
7717 ____________________________________________________________________________
7718 [  9127] By: nick                                  on 2001/03/13  21:26:30
7719         Log: Integrate mainline.
7720      Branch: perlio
7721           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
7722           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
7723           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
7724           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
7725           !> Changes Configure MANIFEST README.os2 README.os390
7726           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
7727           !> os2/Changes patchlevel.h win32/perlhost.h
7728 ____________________________________________________________________________
7729 [  9126] By: nick                                  on 2001/03/13  20:39:51
7730         Log: #ifdef'ed out code to make packed side of pack/unpack
7731              octets. (i.e. pack('U') => encode_utf8).
7732      Branch: perlio
7733            ! pp.c
7734 ____________________________________________________________________________
7735 [  9125] By: jhi                                   on 2001/03/13  15:07:16
7736         Log: Update Changes.
7737      Branch: perl
7738            ! Changes patchlevel.h
7739 ____________________________________________________________________________
7740 [  9124] By: jhi                                   on 2001/03/13  14:22:45
7741         Log: Workaround for the buggy ("internal compiler error")
7742              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
7743              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
7744              of Andreas König.
7745      Branch: perl
7746            ! ext/re/Makefile.PL hints/aix.sh
7747 ____________________________________________________________________________
7748 [  9123] By: jhi                                   on 2001/03/13  03:24:34
7749         Log: Typo in #9114.
7750      Branch: metaconfig
7751            ! U/modified/myhostname.U
7752 ____________________________________________________________________________
7753 [  9122] By: jhi                                   on 2001/03/13  03:24:06
7754         Log: Typo in #9113.
7755      Branch: perl
7756            ! Configure
7757 ____________________________________________________________________________
7758 [  9121] By: jhi                                   on 2001/03/13  01:53:05
7759         Log: Forgot to check-in the larger part of #9120, duh.
7760      Branch: perl
7761            ! README.os2
7762 ____________________________________________________________________________
7763 [  9120] By: jhi                                   on 2001/03/13  01:51:31
7764         Log: Subject: [PATCH 5.6.1] OS/2 docs
7765              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7766              Date: Mon, 12 Mar 2001 03:27:32 -0500
7767              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
7768      Branch: perl
7769            ! os2/Changes
7770 ____________________________________________________________________________
7771 [  9119] By: jhi                                   on 2001/03/13  01:49:41
7772         Log: Integrate change #9116 from maintperl into mainline.
7773              
7774              Win32::GetCwd() returns C: instead of C:\ in the root directory
7775              under ithreads
7776      Branch: perl
7777           !> win32/perlhost.h
7778 ____________________________________________________________________________
7779 [  9118] By: jhi                                   on 2001/03/13  01:13:39
7780         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
7781      Branch: perl
7782            + lib/Switch.pm t/lib/switch.t
7783            ! MANIFEST
7784 ____________________________________________________________________________
7785 [  9117] By: jhi                                   on 2001/03/13  01:03:17
7786         Log: Add Text::Balanced 1.83.
7787      Branch: perl
7788            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
7789            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
7790            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
7791            + t/lib/tb-xvari.t
7792            ! MANIFEST
7793 ____________________________________________________________________________
7794 [  9116] By: gsar                                  on 2001/03/13  00:55:53
7795         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
7796              under ithreads
7797      Branch: maint-5.6/perl
7798            ! win32/perlhost.h
7799 ____________________________________________________________________________
7800 [  9115] By: jhi                                   on 2001/03/13  00:54:09
7801         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
7802              From: "John L. Allen" <allen@grumman.com>
7803              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
7804              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
7805              
7806              use integer document clarification.
7807      Branch: perl
7808            ! lib/integer.pm
7809 ____________________________________________________________________________
7810 [  9114] By: jhi                                   on 2001/03/13  00:38:54
7811         Log: Metaconfig unit change for #9113.
7812      Branch: metaconfig
7813            ! U/modified/myhostname.U
7814 ____________________________________________________________________________
7815 [  9113] By: jhi                                   on 2001/03/13  00:38:35
7816         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?)
7817              From: Peter Prymmer <pvhp@forte.com>
7818              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
7819              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
7820      Branch: perl
7821            ! Configure README.os390 hints/os390.sh
7822 ____________________________________________________________________________
7823 [  9112] By: jhi                                   on 2001/03/13  00:29:00
7824         Log: Integrate perlio.
7825      Branch: perl
7826           !> sv.c utf8.h
7827 ____________________________________________________________________________
7828 [  9111] By: nick                                  on 2001/03/12  21:16:33
7829         Log: Integrate mainline.
7830      Branch: perlio
7831           +> t/op/anonsub.t
7832           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
7833           !> proto.h sv.c
7834 ____________________________________________________________________________
7835 [  9110] By: nick                                  on 2001/03/12  21:00:13
7836         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
7837      Branch: perlio
7838            ! sv.c utf8.h
7839 ____________________________________________________________________________
7840 [  9109] By: jhi                                   on 2001/03/12  16:04:47
7841         Log: Integrate change #9108 from maintperl to mainline.
7842              
7843              fix memory leak in C<sub X { sub {} }> arising from a refcount
7844              loop between the outer sub and the inner prototype anonsub
7845              
7846              this also enables closures returned by subroutines that
7847              subsequently get redefined to work without generating coredumps :)
7848              
7849              completely removed the free_closures() hack--it shouldn't be
7850              needed anymore
7851      Branch: perl
7852           +> t/op/anonsub.t
7853           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
7854           !> proto.h sv.c
7855 ____________________________________________________________________________
7856 [  9108] By: gsar                                  on 2001/03/12  10:21:31
7857         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
7858              loop between the outer sub and the inner prototype anonsub
7859              
7860              this also enables closures returned by subroutines that
7861              subsequently get redefined to work without generating coredumps :)
7862              
7863              completely removed the free_closures() hack--it shouldn't be
7864              needed anymore
7865      Branch: maint-5.6/perl
7866            + t/op/anonsub.t
7867            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
7868            ! proto.h sv.c
7869 ____________________________________________________________________________
7870 [  9107] By: jhi                                   on 2001/03/12  05:15:31
7871         Log: Integrate perlio.
7872      Branch: perl
7873           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
7874 ____________________________________________________________________________
7875 [  9106] By: nick                                  on 2001/03/11  20:10:12
7876         Log: regcomp.c is working in native space, not Unicode space (if different)
7877              as it is doing compare against 'W' in \W etc.
7878      Branch: perlio
7879            ! regcomp.c
7880 ____________________________________________________________________________
7881 [  9105] By: nick                                  on 2001/03/11  19:39:34
7882         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
7883              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
7884      Branch: perlio
7885            ! regcomp.c toke.c utf8.c
7886 ____________________________________________________________________________
7887 [  9104] By: nick                                  on 2001/03/11  18:15:44
7888         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
7889      Branch: perlio
7890            ! sv.c
7891 ____________________________________________________________________________
7892 [  9103] By: nick                                  on 2001/03/11  18:03:28
7893         Log: Integrate mainline (for regexp stuff).
7894      Branch: perlio
7895           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
7896           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
7897           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
7898           !> t/lib/errno.t t/op/pat.t
7899 ____________________________________________________________________________
7900 [  9102] By: nick                                  on 2001/03/11  17:44:20
7901         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
7902              - exclude layer syms in makedef.pl for sfio
7903              - also inhibit Encode from trying to build ":encode()" layer.
7904      Branch: perlio
7905            ! ext/Encode/Encode.xs makedef.pl
7906 ____________________________________________________________________________
7907 [  9101] By: jhi                                   on 2001/03/10  22:38:13
7908         Log: The $Is_MacOS needs to be declared.
7909      Branch: perl
7910            ! lib/ExtUtils/Manifest.pm
7911 ____________________________________________________________________________
7912 [  9100] By: jhi                                   on 2001/03/10  22:14:29
7913         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
7914              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
7915              pollute the symbolspace if using sfio.
7916      Branch: perl
7917            ! ext/Encode/Encode.xs
7918 ____________________________________________________________________________
7919 [  9099] By: jhi                                   on 2001/03/10  21:58:48
7920         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
7921              Date: Sat, 10 Mar 2001 14:23:55 -0500
7922              From: Chris Nandor <pudge@pobox.com>
7923              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
7924      Branch: perl
7925            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
7926            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
7927            ! t/lib/errno.t
7928 ____________________________________________________________________________
7929 [  9098] By: jhi                                   on 2001/03/10  21:38:30
7930         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
7931      Branch: perl
7932            ! regcomp.c regexec.c t/op/pat.t
7933 ____________________________________________________________________________
7934 [  9097] By: jhi                                   on 2001/03/10  14:38:07
7935         Log: Integrate perlio.
7936      Branch: perl
7937           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
7938           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
7939           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
7940 ____________________________________________________________________________
7941 [  9096] By: nick                                  on 2001/03/10  11:55:43
7942         Log: EBCDIC sanity - phase I
7943              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
7944              - use utf8n_xxxx (c.f. pvn) for forms which take length.
7945              - back out vN.N and $^V exceptions to e2a/a2e
7946              - make "locale" isxxx macros be uvchr (may be redundant?)
7947              
7948              Not clear yet that toUPPER_uni et. al. return being handled correctly.
7949              The tr// and rexexp stuff still needs an audit, assumption is they are working
7950              in Unicode space.
7951              
7952              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
7953      Branch: perlio
7954            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
7955            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
7956            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
7957 ____________________________________________________________________________
7958 [  9095] By: jhi                                   on 2001/03/09  22:10:01
7959         Log: Integrate perlio.
7960      Branch: perl
7961           !> dump.c
7962 ____________________________________________________________________________
7963 [  9094] By: nick                                  on 2001/03/09  17:36:38
7964         Log: Builds an passes all tests after integrate and this tweak.
7965      Branch: perlio
7966            ! dump.c
7967 ____________________________________________________________________________
7968 [  9093] By: nick                                  on 2001/03/09  17:16:03
7969         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
7970      Branch: perlio
7971           +> lib/unicode/Scripts.txt t/lib/sigaction.t
7972           !> (integrate 79 files)
7973 ____________________________________________________________________________
7974 [  9092] By: jhi                                   on 2001/03/09  15:28:26
7975         Log: Update Changes.
7976      Branch: perl
7977            ! Changes patchlevel.h
7978 ____________________________________________________________________________
7979 [  9091] By: jhi                                   on 2001/03/09  15:25:05
7980         Log: In op/stat #35 better to scan all the potential directories
7981              for setuids, not just the first one.
7982      Branch: perl
7983            ! t/op/stat.t
7984 ____________________________________________________________________________
7985 [  9090] By: jhi                                   on 2001/03/09  15:01:27
7986         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
7987              From: rspier@pobox.com (Robert Spier)
7988              Date: Fri, 9 Mar 2001 03:30:20 -0500
7989              Message-ID: <15016.38044.381174.160189@rls.cx>
7990              
7991              EXISTS() returning undef mistakenly triggered a FETCH().
7992      Branch: perl
7993            ! hv.c
7994 ____________________________________________________________________________
7995 [  9089] By: jhi                                   on 2001/03/09  14:59:02
7996         Log: Add /sbin and /usr/sbin to the list of directories scanned
7997              for setuid programs.  Takes care of bug id 20010309.003.
7998      Branch: perl
7999            ! t/op/stat.t
8000 ____________________________________________________________________________
8001 [  9088] By: jhi                                   on 2001/03/09  14:48:32
8002         Log: Regen perlapi, perltoc.
8003      Branch: perl
8004            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
8005 ____________________________________________________________________________
8006 [  9087] By: jhi                                   on 2001/03/09  14:38:56
8007         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
8008              From: David Mitchell <davem@fdgroup.co.uk>
8009              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
8010              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
8011      Branch: perl
8012            ! dump.c perl.c perl.h pod/perlrun.pod
8013 ____________________________________________________________________________
8014 [  9086] By: jhi                                   on 2001/03/09  01:47:16
8015         Log: A modified version of
8016              
8017              Subject: [ID 20010307.005] POSIX::sigaction has various problems
8018              From: anders@broadcom.com
8019              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
8020              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
8021              
8022              Currently the sigaction.t test #6 fails (and is fudged to look
8023              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
8024              This may well be a genuine bug in Linux sigaction() (since at
8025              least Tru64, Solaris, and HP-UX disagree with Linux).
8026              Anyone with POSIX / SUSv2 tome handy?  The problem is that
8027              the flags of the oldaction don't match with the flags in
8028              the previously installed disposition.
8029      Branch: perl
8030            + t/lib/sigaction.t
8031            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
8032 ____________________________________________________________________________
8033 [  9085] By: jhi                                   on 2001/03/09  01:30:13
8034         Log: Subject: Re: mission impossible for the day
8035              From: Alex Gough <alex@rcon.org>
8036              Date: Thu, 08 Mar 2001 17:18:19 +0000
8037              Message-ID: <3AA7BEDB.8070409@rcon.org>
8038              
8039              If references (are overloaded) and can be directly stringified,
8040              show that instead of "stringified".
8041              
8042              (The problem, infinite mutual recursion caused by overloaded bool
8043              in Switch.pm, tracked by David Mitchell)
8044      Branch: perl
8045            ! lib/Carp/Heavy.pm
8046 ____________________________________________________________________________
8047 [  9084] By: jhi                                   on 2001/03/09  01:20:39
8048         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
8049              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
8050              From: David Mitchell <davem@fdgroup.co.uk>
8051              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
8052      Branch: perl
8053            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
8054            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
8055 ____________________________________________________________________________
8056 [  9083] By: jhi                                   on 2001/03/09  01:16:51
8057         Log: Subject: [PATCH] perldata.pod here-doc docs
8058              From: Jeff Pinyan <jeffp@crusoe.net>
8059              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
8060              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
8061      Branch: perl
8062            ! pod/perldata.pod
8063 ____________________________________________________________________________
8064 [  9082] By: jhi                                   on 2001/03/09  01:01:27
8065         Log: Subject: Re: Unicode/EBCDIC
8066              From: Peter Prymmer <pvhp@forte.com>
8067              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
8068              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
8069      Branch: perl
8070            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
8071 ____________________________________________________________________________
8072 [  9081] By: jhi                                   on 2001/03/08  13:41:30
8073         Log: Subject: Ooops, wrong 'no *POSIX' Patch
8074              From: Dorner Thomas <Thomas.Dorner@start.de>
8075              Date: Thu, 8 Mar 2001 08:43:28 +0100
8076              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
8077      Branch: perl
8078            ! hints/posix-bc.sh
8079 ____________________________________________________________________________
8080 [  9080] By: jhi                                   on 2001/03/08  13:11:42
8081         Log: It's Scripts.txt, not Script.txt.
8082      Branch: perl
8083            ! MANIFEST
8084 ____________________________________________________________________________
8085 [  9079] By: jhi                                   on 2001/03/08  12:59:05
8086         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
8087              From: Dorner Thomas <Thomas.Dorner@start.de>
8088              Date: Wed, 7 Mar 2001 14:13:31 +0100
8089              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
8090      Branch: perl
8091            ! makedepend.SH
8092 ____________________________________________________________________________
8093 [  9078] By: jhi                                   on 2001/03/08  12:57:43
8094         Log: Retract #9069, wrong patch.
8095      Branch: perl
8096            ! Makefile.SH
8097 ____________________________________________________________________________
8098 [  9077] By: jhi                                   on 2001/03/08  01:06:13
8099         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
8100      Branch: perl
8101            + lib/unicode/Scripts.txt
8102            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
8103            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
8104            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
8105            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
8106            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
8107            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
8108            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
8109            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
8110            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
8111            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
8112            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
8113            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
8114            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
8115            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
8116            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
8117            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
8118            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
8119            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
8120            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
8121            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
8122            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
8123            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
8124            ! lib/unicode/version
8125 ____________________________________________________________________________
8126 [  9076] By: jhi                                   on 2001/03/07  22:59:39
8127         Log: Integrate change #7784 from mainline into maintperl.
8128              
8129              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
8130      Branch: maint-5.6/perl
8131           !> pp_ctl.c t/op/pat.t
8132 ____________________________________________________________________________
8133 [  9075] By: jhi                                   on 2001/03/07  22:05:11
8134         Log: More UTF-8 test tweaks.
8135      Branch: perl
8136            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
8137 ____________________________________________________________________________
8138 [  9074] By: nick                                  on 2001/03/07  21:39:29
8139         Log: Integrate mainline.
8140      Branch: perlio
8141           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
8142           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
8143           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
8144           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
8145           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
8146 ____________________________________________________________________________
8147 [  9073] By: jhi                                   on 2001/03/07  16:37:09
8148         Log: Update Changes.
8149      Branch: perl
8150            ! Changes patchlevel.h
8151 ____________________________________________________________________________
8152 [  9072] By: jhi                                   on 2001/03/07  16:32:30
8153         Log: Subject: [ID 20010306.004] || != named unary operator
8154              From: abela@geneanet.org
8155              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
8156              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
8157      Branch: perl
8158            ! pod/perlop.pod
8159 ____________________________________________________________________________
8160 [  9071] By: jhi                                   on 2001/03/07  15:14:11
8161         Log: Subject: downgrading to bytes for common functions
8162              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
8163              Date: Wed, 7 Mar 2001 02:36:55 -0500
8164              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
8165      Branch: perl
8166            ! pp_sys.c
8167 ____________________________________________________________________________
8168 [  9070] By: jhi                                   on 2001/03/07  15:04:58
8169         Log: Clarify the description differentiating for and while; inspired by
8170              
8171              Subject: [ID 20010306.002] for/while difference in for definition
8172              From: abela@geneanet.org
8173              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
8174              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
8175      Branch: perl
8176            ! pod/perlsyn.pod
8177 ____________________________________________________________________________
8178 [  9069] By: jhi                                   on 2001/03/07  14:55:30
8179         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
8180              From: Dorner Thomas <Thomas.Dorner@start.de>
8181              Date: Wed, 7 Mar 2001 14:13:31 +0100
8182              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
8183      Branch: perl
8184            ! Makefile.SH
8185 ____________________________________________________________________________
8186 [  9068] By: jhi                                   on 2001/03/07  14:51:17
8187         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
8188              From: Radu Greab <radu@netsoft.ro>
8189              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
8190              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
8191      Branch: perl
8192            ! pp.c t/op/chop.t
8193 ____________________________________________________________________________
8194 [  9067] By: jhi                                   on 2001/03/07  14:48:57
8195         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
8196              From: Simon Cozens <simon@netthink.co.uk>
8197              Date: Wed, 7 Mar 2001 13:59:28 +0000
8198              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
8199              
8200              In order to allow MakeMaker to build correct Makefiles,
8201              you need to change the order of the arguments in MM_Unix.pm
8202              as well. (Unless you have C89_CCMODE set, but we're trying
8203              to be POSIXly correct)
8204              
8205              Thanks to Merijn Broeren for tracking this down.
8206      Branch: perl
8207            ! lib/ExtUtils/MM_Unix.pm
8208 ____________________________________________________________________________
8209 [  9066] By: jhi                                   on 2001/03/07  14:30:02
8210         Log: Floating point too messy.
8211      Branch: perl
8212            ! t/camel-III/vstring.t
8213 ____________________________________________________________________________
8214 [  9065] By: jhi                                   on 2001/03/07  14:17:44
8215         Log: Integrate change #9064 from maintperl into mainline.
8216              
8217              fix memory leak in pack("Bb",...)
8218      Branch: perl
8219           !> perl.c
8220 ____________________________________________________________________________
8221 [  9064] By: gsar                                  on 2001/03/07  06:29:24
8222         Log: fix memory leak in pack("Bb",...)
8223      Branch: maint-5.6/perl
8224            ! perl.c
8225 ____________________________________________________________________________
8226 [  9063] By: jhi                                   on 2001/03/07  00:55:04
8227         Log: Major utf8 test reorganisation and rewrite.
8228              Hopefully no tests were lost in the shuffle.
8229              (The beginning of pragma/utf8 was lost intentionally,
8230              the tests were rather bogus and incomplete.)
8231      Branch: perl
8232            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
8233            ! t/pragma/utf8.t
8234 ____________________________________________________________________________
8235 [  9062] By: jhi                                   on 2001/03/07  00:41:16
8236         Log: More tweakage on the Unicode character class descriptions.
8237      Branch: perl
8238            ! lib/unicode/mktables.PL pod/perlretut.pod
8239 ____________________________________________________________________________
8240 [  9061] By: jhi                                   on 2001/03/06  23:12:38
8241         Log: The perlretut was still talking about the old \p and \P
8242              definitions.
8243      Branch: perl
8244            ! pod/perlretut.pod
8245 ____________________________________________________________________________
8246 [  9060] By: nick                                  on 2001/03/06  20:52:37
8247         Log: Integrate mainline (make test works again now).
8248      Branch: perlio
8249           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
8250 ____________________________________________________________________________
8251 [  9059] By: jhi                                   on 2001/03/06  15:36:14
8252         Log: 0.999... does equal 1.0, doesn't it?
8253      Branch: perl
8254            ! t/camel-III/vstring.t
8255 ____________________________________________________________________________
8256 [  9058] By: jhi                                   on 2001/03/06  15:34:00
8257         Log: Make /x{abcd}/ to work without use utf8.
8258      Branch: perl
8259            ! regcomp.c
8260 ____________________________________________________________________________
8261 [  9057] By: jhi                                   on 2001/03/06  03:02:36
8262         Log: Easier to outcomment all the three reset() tests for now.
8263      Branch: perl
8264            ! t/op/pat.t
8265 ____________________________________________________________________________
8266 [  9056] By: jhi                                   on 2001/03/06  02:30:02
8267         Log: Comment out the deadly reset; until the 20010301.005
8268              is finally fixed.
8269      Branch: perl
8270            ! t/op/pat.t
8271 ____________________________________________________________________________
8272 [  9055] By: jhi                                   on 2001/03/06  02:21:26
8273         Log: Integrate the change #9054 from mainline:
8274              retract the PMOP cleanup patch pending further investigation.
8275      Branch: maint-5.6/perl
8276           !> op.c op.h
8277 ____________________________________________________________________________
8278 [  9054] By: jhi                                   on 2001/03/06  02:19:57
8279         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
8280              with oddly familiar stack traces.
8281      Branch: perl
8282            ! op.c op.h
8283 ____________________________________________________________________________
8284 [  9053] By: jhi                                   on 2001/03/05  23:20:28
8285         Log: Integrate perlio.
8286      Branch: perl
8287           +> ext/Encode/Encode/koi8-r.ucm
8288           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
8289           !> makedef.pl
8290 ____________________________________________________________________________
8291 [  9052] By: nick                                  on 2001/03/05  23:08:17
8292         Log: skipping USE_PERLIO symbols correction.
8293      Branch: perlio
8294            ! makedef.pl
8295 ____________________________________________________________________________
8296 [  9051] By: nick                                  on 2001/03/05  22:35:07
8297         Log: More Encode alias tidying.
8298      Branch: perlio
8299            + ext/Encode/Encode/koi8-r.ucm
8300            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
8301 ____________________________________________________________________________
8302 [  9050] By: jhi                                   on 2001/03/05  21:44:29
8303         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
8304              Sarathy's fix for ID 20010301.005.
8305      Branch: maint-5.6/perl
8306           !> op.c op.h
8307 ____________________________________________________________________________
8308 [  9049] By: nick                                  on 2001/03/05  19:54:04
8309         Log: Integrate Jarkko's Encode.pm tweak.
8310      Branch: perlio
8311           !> ext/Encode/Encode.pm
8312 ____________________________________________________________________________
8313 [  9048] By: nick                                  on 2001/03/05  19:47:57
8314         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
8315      Branch: perlio
8316           +> os2/os2add.sym
8317           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
8318           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
8319           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
8320           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
8321           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
8322 ____________________________________________________________________________
8323 [  9047] By: jhi                                   on 2001/03/05  19:25:26
8324         Log: Regen perlapi.
8325      Branch: perl
8326            ! pod/perlapi.pod
8327 ____________________________________________________________________________
8328 [  9046] By: jhi                                   on 2001/03/05  19:12:14
8329         Log: Integrate perlio.
8330      Branch: perl
8331           +> t/camel-III/vstring.t
8332           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
8333 ____________________________________________________________________________
8334 [  9045] By: jhi                                   on 2001/03/05  19:10:36
8335         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
8336      Branch: perl
8337            ! ext/Encode/Encode.pm
8338 ____________________________________________________________________________
8339 [  9044] By: jhi                                   on 2001/03/05  18:49:12
8340         Log: Forgot the other half of the PMOP patch (#9033).
8341      Branch: perl
8342            ! op.h
8343 ____________________________________________________________________________
8344 [  9043] By: nick                                  on 2001/03/05  18:14:47
8345         Log: Update MANIFEST for new test.
8346      Branch: perlio
8347            ! MANIFEST
8348 ____________________________________________________________________________
8349 [  9042] By: nick                                  on 2001/03/05  18:12:41
8350         Log: Some tests for Camel 3rd edition features.
8351              Make gethostbyaddr() test in above work.
8352      Branch: perlio
8353            + t/camel-III/vstring.t
8354            ! pp.h pp_sys.c t/TEST t/harness
8355 ____________________________________________________________________________
8356 [  9041] By: jhi                                   on 2001/03/05  17:41:48
8357         Log: Add more ISO 8859 encoding aliases.
8358      Branch: perl
8359            ! ext/Encode/Encode.pm
8360 ____________________________________________________________________________
8361 [  9040] By: jhi                                   on 2001/03/05  17:30:43
8362         Log: Integrate perlio.
8363      Branch: perl
8364           !> MANIFEST sv.c
8365 ____________________________________________________________________________
8366 [  9039] By: nick                                  on 2001/03/05  17:11:36
8367         Log: Missed added file.
8368      Branch: perlio
8369            ! MANIFEST
8370 ____________________________________________________________________________
8371 [  9038] By: jhi                                   on 2001/03/05  15:58:01
8372         Log: Add tr tests for EBCDIC, from Karsten Sperling.
8373      Branch: perl
8374            ! t/op/tr.t
8375 ____________________________________________________________________________
8376 [  9037] By: nick                                  on 2001/03/05  15:56:35
8377         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
8378              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
8379              
8380              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
8381              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
8382              - uses SvPV() rather than sv_2pv() in case it isn't a string.
8383      Branch: perlio
8384            ! sv.c
8385 ____________________________________________________________________________
8386 [  9036] By: jhi                                   on 2001/03/05  15:49:15
8387         Log: Add matching tests currently failing in EBCDIC,
8388              suggested by Karsten Sperling.
8389      Branch: perl
8390            ! t/op/pat.t
8391 ____________________________________________________________________________
8392 [  9035] By: jhi                                   on 2001/03/05  15:36:55
8393         Log: The #9034 needs a MANIFESTation.
8394      Branch: perl
8395            ! MANIFEST
8396 ____________________________________________________________________________
8397 [  9034] By: jhi                                   on 2001/03/05  15:35:14
8398         Log: Integrate perlio.
8399      Branch: perl
8400           +> ext/Encode/Encode/Tcl.pm
8401           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
8402           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
8403           !> ext/Encode/Encode/iso8859-1.ucm
8404           !> ext/Encode/Encode/iso8859-10.ucm
8405           !> ext/Encode/Encode/iso8859-13.ucm
8406           !> ext/Encode/Encode/iso8859-14.ucm
8407           !> ext/Encode/Encode/iso8859-15.ucm
8408           !> ext/Encode/Encode/iso8859-16.ucm
8409           !> ext/Encode/Encode/iso8859-2.ucm
8410           !> ext/Encode/Encode/iso8859-3.ucm
8411           !> ext/Encode/Encode/iso8859-4.ucm
8412           !> ext/Encode/Encode/iso8859-5.ucm
8413           !> ext/Encode/Encode/iso8859-6.ucm
8414           !> ext/Encode/Encode/iso8859-7.ucm
8415           !> ext/Encode/Encode/iso8859-8.ucm
8416           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
8417           !> t/lib/encode.t
8418 ____________________________________________________________________________
8419 [  9033] By: jhi                                   on 2001/03/05  15:33:18
8420         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
8421              From: Gurusamy Sarathy <gsar@ActiveState.com>
8422              Date: Sun, 04 Mar 2001 22:33:15 -0800
8423              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
8424              
8425              PMOPs need to remember their own stash so that they can
8426              gracefully remove themselves from their linked list.
8427      Branch: perl
8428            ! op.c
8429 ____________________________________________________________________________
8430 [  9032] By: nick                                  on 2001/03/05  14:51:50
8431         Log: Encode implementation "completion"
8432              Implement and document define_encoding()
8433              Implement and document encoding aliases including define_alias()
8434              Make Encode::XS use define_encoding() rather than back-door.
8435              Move run-time *.enc to separate Encode::Tcl module.
8436              Make 'compile' honour <codeset_name>
8437              Change canonical names of to iso-8859-* and US-ascii.
8438      Branch: perlio
8439            + ext/Encode/Encode/Tcl.pm
8440            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
8441            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
8442            ! ext/Encode/Encode/iso8859-1.ucm
8443            ! ext/Encode/Encode/iso8859-10.ucm
8444            ! ext/Encode/Encode/iso8859-13.ucm
8445            ! ext/Encode/Encode/iso8859-14.ucm
8446            ! ext/Encode/Encode/iso8859-15.ucm
8447            ! ext/Encode/Encode/iso8859-16.ucm
8448            ! ext/Encode/Encode/iso8859-2.ucm
8449            ! ext/Encode/Encode/iso8859-3.ucm
8450            ! ext/Encode/Encode/iso8859-4.ucm
8451            ! ext/Encode/Encode/iso8859-5.ucm
8452            ! ext/Encode/Encode/iso8859-6.ucm
8453            ! ext/Encode/Encode/iso8859-7.ucm
8454            ! ext/Encode/Encode/iso8859-8.ucm
8455            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
8456            ! t/lib/encode.t
8457 ____________________________________________________________________________
8458 [  9031] By: jhi                                   on 2001/03/05  13:51:17
8459         Log: Integrate change #9030 from maintperl into mainline.
8460              
8461              Subject: [PATCH 5.6.1] OS/2 cleanup
8462      Branch: perl
8463           +> os2/os2add.sym
8464           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
8465           !> makedef.pl os2/Changes os2/Makefile.SHs
8466           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
8467           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
8468           !> os2/os2.sym os2/os2ish.h
8469 ____________________________________________________________________________
8470 [  9030] By: jhi                                   on 2001/03/05  13:46:49
8471         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
8472              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8473              Date: Mon, 5 Mar 2001 02:29:44 -0500
8474              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
8475      Branch: maint-5.6/perl
8476            + os2/os2add.sym
8477            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
8478            ! makedef.pl os2/Changes os2/Makefile.SHs
8479            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
8480            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
8481            ! os2/os2.sym os2/os2ish.h
8482 ____________________________________________________________________________
8483 [  9029] By: jhi                                   on 2001/03/05  13:40:35
8484         Log: Integrate change #9028 from maintperl into mainline.
8485              
8486              various nits in MM_Unix.pm found by disabling SelfLoader
8487      Branch: perl
8488           !> lib/ExtUtils/MM_Unix.pm
8489 ____________________________________________________________________________
8490 [  9028] By: gsar                                  on 2001/03/05  09:58:38
8491         Log: various nits in MM_Unix.pm found by disabling SelfLoader
8492      Branch: maint-5.6/perl
8493            ! lib/ExtUtils/MM_Unix.pm
8494 ____________________________________________________________________________
8495 [  9027] By: nick                                  on 2001/03/05  08:35:22
8496         Log: Integrate mainline
8497      Branch: perlio
8498           !> (integrate 28 files)
8499 ____________________________________________________________________________
8500 [  9026] By: jhi                                   on 2001/03/05  02:14:59
8501         Log: Integrate change #9025 from mainline to maintperl,
8502              retract \N{U+HHHH}.
8503      Branch: maint-5.6/perl
8504           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
8505           !> t/lib/charnames.t toke.c
8506 ____________________________________________________________________________
8507 [  9025] By: jhi                                   on 2001/03/05  02:13:09
8508         Log: Retracting \N{U+HHHH}.
8509      Branch: perl
8510            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
8511            ! t/lib/charnames.t toke.c
8512 ____________________________________________________________________________
8513 [  9024] By: jhi                                   on 2001/03/04  20:51:07
8514         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
8515              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
8516              Date: Fri, 02 Mar 2001 18:25:26 +0100
8517              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
8518              
8519              Casting problem.
8520      Branch: perl
8521            ! ext/Storable/Storable.xs
8522 ____________________________________________________________________________
8523 [  9023] By: jhi                                   on 2001/03/04  19:46:45
8524         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
8525              From: nick@talking.bollo.cx
8526              Date: Sat, 03 Mar 2001 21:41:33 +0000
8527              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
8528              
8529              Revert the workaround.
8530      Branch: perl
8531            ! perlio.c
8532 ____________________________________________________________________________
8533 [  9022] By: jhi                                   on 2001/03/04  19:36:28
8534         Log: Update Changes.
8535      Branch: perl
8536            ! Changes patchlevel.h
8537 ____________________________________________________________________________
8538 [  9021] By: jhi                                   on 2001/03/04  18:41:00
8539         Log: makedef.pl updates suggested by Chris Nandor; double-checking
8540              the changes in AIX, OS/2 Win32 would be nice.
8541      Branch: perl
8542            ! makedef.pl
8543 ____________________________________________________________________________
8544 [  9020] By: jhi                                   on 2001/03/04  18:23:58
8545         Log: Integrate change #9012 from maintperl into mainline,
8546              quench a compiler warning.
8547      Branch: perl
8548           !> toke.c
8549 ____________________________________________________________________________
8550 [  9019] By: jhi                                   on 2001/03/04  18:18:43
8551         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
8552              
8553              \N{U+HHHH} fix.
8554              
8555              pattern in G_ARRAY context
8556      Branch: maint-5.6/perl
8557           !> pp_hot.c t/op/pat.t toke.c
8558 ____________________________________________________________________________
8559 [  9018] By: jhi                                   on 2001/03/04  18:07:48
8560         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
8561              From: Jeff Pinyan <jeffp@crusoe.net>
8562              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
8563              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
8564      Branch: perl
8565            ! pp_hot.c t/op/pat.t
8566 ____________________________________________________________________________
8567 [  9017] By: jhi                                   on 2001/03/04  18:06:21
8568         Log: I thought I tested the #9014.
8569      Branch: perl
8570            ! toke.c
8571 ____________________________________________________________________________
8572 [  9016] By: jhi                                   on 2001/03/04  17:41:22
8573         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
8574              
8575              Tweak the get*ent() OS/2 prototypes.
8576              
8577              Add the \N{U+HHHH} syntax.
8578              
8579              More tr/// UTF-8 fixes from Inaba Hiroto.
8580      Branch: maint-5.6/perl
8581           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
8582           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
8583 ____________________________________________________________________________
8584 [  9015] By: jhi                                   on 2001/03/04  17:36:04
8585         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
8586      Branch: perl
8587            ! doop.c t/op/tr.t
8588 ____________________________________________________________________________
8589 [  9014] By: jhi                                   on 2001/03/04  17:24:49
8590         Log: Add the \N{U+HHHH} syntax.
8591      Branch: perl
8592            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
8593            ! t/lib/charnames.t toke.c
8594 ____________________________________________________________________________
8595 [  9013] By: jhi                                   on 2001/03/04  17:20:45
8596         Log: Tweak the get*ent() OS/2 prototypes.
8597      Branch: perl
8598            ! os2/os2.c
8599 ____________________________________________________________________________
8600 [  9012] By: gsar                                  on 2001/03/04  06:26:14
8601         Log: avoid warning (nit in change#9009)
8602      Branch: maint-5.6/perl
8603            ! toke.c
8604 ____________________________________________________________________________
8605 [  9011] By: gsar                                  on 2001/03/04  06:15:24
8606         Log: lib/charnames.t fails in 5.6.x because of older Unicode
8607              data
8608              
8609              TODO: need to revisit this after updating lib/unicode/...
8610      Branch: maint-5.6/perl
8611            ! t/lib/charnames.t
8612 ____________________________________________________________________________
8613 [  9010] By: gsar                                  on 2001/03/04  06:08:36
8614         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
8615      Branch: maint-5.6/perl
8616            ! toke.c
8617 ____________________________________________________________________________
8618 [  9009] By: jhi                                   on 2001/03/03  19:27:20
8619         Log: Integrate change #9008 from mainline to maintperl,
8620              UTF-8 tr/// fixes from Inaba Hiroto.
8621      Branch: maint-5.6/perl
8622           !> doop.c op.c t/op/tr.t toke.c
8623 ____________________________________________________________________________
8624 [  9008] By: jhi                                   on 2001/03/03  19:19:42
8625         Log: UTF8 tr/// fixes from Inaba Hiroto.
8626      Branch: perl
8627            ! doop.c op.c t/op/tr.t toke.c
8628 ____________________________________________________________________________
8629 [  9007] By: jhi                                   on 2001/03/03  19:00:30
8630         Log: Integrate change #9006 from maintperl to mainline,
8631              more robust quest for the infinite.
8632      Branch: perl
8633           !> lib/Math/Complex.pm
8634 ____________________________________________________________________________
8635 [  9006] By: jhi                                   on 2001/03/03  18:58:06
8636         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
8637              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8638              Date: Sat, 3 Mar 2001 12:51:50 -0500
8639              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
8640              
8641              Be more robust in our quest for the infinite.
8642      Branch: maint-5.6/perl
8643            ! lib/Math/Complex.pm
8644 ____________________________________________________________________________
8645 [  9005] By: jhi                                   on 2001/03/03  17:55:50
8646         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
8647      Branch: maint-5.6/perl
8648            ! doio.c
8649 ____________________________________________________________________________
8650 [  9004] By: jhi                                   on 2001/03/03  17:40:14
8651         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
8652              so that picky compilers like IRIX won't get huffy about
8653              "statements without effect" (like 1;).
8654      Branch: perl
8655            ! toke.c
8656 ____________________________________________________________________________
8657 [  9003] By: jhi                                   on 2001/03/03  17:15:52
8658         Log: Integrate change #9002 from mainline to maintperl.
8659              
8660              Subject: [perl-5.6.x, perl-current] accept for EPOC
8661      Branch: maint-5.6/perl
8662           !> pp_sys.c
8663 ____________________________________________________________________________
8664 [  9002] By: jhi                                   on 2001/03/03  17:14:30
8665         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
8666              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8667              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
8668              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
8669      Branch: perl
8670            ! pp_sys.c
8671 ____________________________________________________________________________
8672 [  9001] By: jhi                                   on 2001/03/03  17:13:13
8673         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
8674              From: "Craig A. Berry" <craigberry@mac.com>
8675              Date: Fri, 02 Mar 2001 17:44:40 -0600
8676              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
8677      Branch: perl
8678            ! t/pod/find.t
8679 ____________________________________________________________________________
8680 [  9000] By: jhi                                   on 2001/03/03  17:11:55
8681         Log: Integrate changes #8997,8999 from maintperl.
8682              
8683              Subject: [PATCH 5.6.1] compiling on OS/2
8684              (Better error message from hints/os2.sh)
8685              
8686              Subject: [PATCH 5.6.1] syslog.t
8687      Branch: perl
8688           !> hints/os2.sh t/lib/syslog.t
8689 ____________________________________________________________________________
8690 [  8999] By: jhi                                   on 2001/03/03  17:09:28
8691         Log: Subject: [PATCH 5.6.1] syslog.t
8692              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8693              Date: Sat, 3 Mar 2001 02:11:17 -0500
8694              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
8695      Branch: maint-5.6/perl
8696            ! t/lib/syslog.t
8697 ____________________________________________________________________________
8698 [  8998] By: jhi                                   on 2001/03/03  17:07:50
8699         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
8700              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8701              Date: Sat, 3 Mar 2001 01:53:52 -0500
8702              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
8703      Branch: maint-5.6/perl
8704            ! opcode.pl os2/os2.c
8705 ____________________________________________________________________________
8706 [  8997] By: jhi                                   on 2001/03/03  17:03:30
8707         Log: Subject: [PATCH 5.6.1] compiling on OS/2
8708              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8709              Date: Sat, 3 Mar 2001 01:59:59 -0500
8710              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
8711      Branch: maint-5.6/perl
8712            ! hints/os2.sh
8713 ____________________________________________________________________________
8714 [  8996] By: jhi                                   on 2001/03/03  00:55:58
8715         Log: Regen files for mainline.
8716      Branch: perl
8717            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8718            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
8719 ____________________________________________________________________________
8720 [  8995] By: jhi                                   on 2001/03/03  00:35:22
8721         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
8722              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
8723              to maintperl.
8724              
8725              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
8726              
8727              Add Configure option -Dmksymlinks which will create a symlink
8728              forest if the current/build differs from the source directory.
8729              (8218,8220,8221,8317,8318,8971)
8730              
8731              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
8732              (Document APPLLIB_EXP in INSTALL.)
8733              
8734              If running byacc write-enable also perly.h.
8735              
8736              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
8737              
8738              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
8739              
8740              Sanity check for conflicting thread flavours.
8741              
8742              Fix the sys/fcntl.h problem reported by Peter Prymmer.
8743              
8744              Add few CPUs/architectures to the Cppsym scan,
8745              add -perlio to archname if so selected (modified 8890)
8746              
8747              Be more helpful for devel builders, suggested by John L. Allen.
8748              (admittedly pointless change for maintperl, but the usedevel
8749              code is there already)
8750      Branch: maint-5.6/perl
8751           !> Configure INSTALL Makefile.SH Porting/Glossary
8752           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
8753           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
8754           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
8755           !> win32/config.bc win32/config.gc win32/config.vc
8756 ____________________________________________________________________________
8757 [  8994] By: jhi                                   on 2001/03/02  23:31:41
8758         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
8759      Branch: metaconfig/U/perl
8760            ! gccvers.U
8761 ____________________________________________________________________________
8762 [  8993] By: jhi                                   on 2001/03/02  23:22:12
8763         Log: Regenerate various files for maint.
8764      Branch: maint-5.6/perl
8765            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
8766            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
8767 ____________________________________________________________________________
8768 [  8992] By: alanbur                               on 2001/03/02  22:48:34
8769         Log: Resync wuth parent
8770      Branch: maint-5.6/pureperl
8771           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
8772           !> (integrate 60 files)
8773 ____________________________________________________________________________
8774 [  8991] By: jhi                                   on 2001/03/02  21:00:08
8775         Log: Retract the #8742 part of #8986, backward compat.
8776      Branch: maint-5.6/perl
8777            ! embed.pl
8778 ____________________________________________________________________________
8779 [  8990] By: jhi                                   on 2001/03/02  20:40:07
8780         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
8781      Branch: maint-5.6/perl
8782            ! hv.c
8783 ____________________________________________________________________________
8784 [  8989] By: jhi                                   on 2001/03/02  19:59:56
8785         Log: Update Changes.
8786      Branch: perl
8787            ! Changes patchlevel.h
8788 ____________________________________________________________________________
8789 [  8988] By: jhi                                   on 2001/03/02  19:57:08
8790         Log: Integrate perlio.
8791      Branch: perl
8792           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
8793           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
8794           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
8795           !> ext/Encode/Encode/iso8859-10.ucm
8796           !> ext/Encode/Encode/iso8859-13.ucm
8797           !> ext/Encode/Encode/iso8859-14.ucm
8798           !> ext/Encode/Encode/iso8859-15.ucm
8799           !> ext/Encode/Encode/iso8859-16.ucm
8800           !> ext/Encode/Encode/iso8859-2.ucm
8801           !> ext/Encode/Encode/iso8859-3.ucm
8802           !> ext/Encode/Encode/iso8859-4.ucm
8803           !> ext/Encode/Encode/iso8859-5.ucm
8804           !> ext/Encode/Encode/iso8859-6.ucm
8805           !> ext/Encode/Encode/iso8859-7.ucm
8806           !> ext/Encode/Encode/iso8859-8.ucm
8807           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
8808           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
8809 ____________________________________________________________________________
8810 [  8987] By: jhi                                   on 2001/03/02  19:43:40
8811         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
8812              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
8813              8950,8952,8955 from mainline to maintperl.
8814              
8815              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
8816              
8817              Put to rest the 20010205.001, the email address checking (not) regex.
8818              
8819              fork() not everywhere, cleanup temp files.
8820              
8821              The #8843 wasn't quite right: %Config needs to imported.
8822              
8823              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
8824              (#8849: the glob-basic hunk needed massaging as it depended
8825              on Schwern's large-scale (unintegrated) patches)
8826              
8827              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
8828              
8829              Upgrade to CGI.pm 2.752, from Lincoln Stein.
8830              (Note: there were some conflicts due to EBCDIC and EPOC
8831              patches, in general I preferred the repository code.)
8832              (When 2.753 comes out, we need to synchronize.)
8833              
8834              Subject: [PATCH] fix for charnames above FFFF
8835              
8836              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
8837              
8838              If no sfio, no -lsfio.
8839              
8840              Run run/*.t also in minitest.
8841              
8842              Subject:  [PATCH perl 5.7.0] malloc message address offset
8843              
8844              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
8845              
8846              Subject: fix for parameter -Dm (for perl@8867)
8847              
8848              Subject: [PATCH: perl@8892] was Re: hashing order difference?
8849              (make the test more portable)
8850              
8851              Subject: Re: [PATCH] fix for charnames above FFFF
8852              
8853              Subject: Re: I'm losing the war...
8854              (hv_store() not working correctly in ENV_IS_CASELESS case.)
8855              
8856              Subject: Modified README.bs2000 
8857              
8858              Subject: [PATCH: perl@8935] -Dt padsv($var)
8859              
8860              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
8861              
8862              Subject: PATCH: extra tests to check on negative float to unsigned cast
8863              
8864              Subject: [PATCH] XPUSH[insp] was Re: progress
8865              
8866              Subject: Re: Compile with perlcc..
8867      Branch: maint-5.6/perl
8868           !> (integrate 36 files)
8869 ____________________________________________________________________________
8870 [  8986] By: jhi                                   on 2001/03/02  18:51:25
8871         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
8872              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
8873              to maintperl.
8874              
8875              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
8876              
8877              Subject: [DOC PATCH] overload.pm nits
8878              
8879              Add header for LIB$ prototypes (C. Berry)
8880              
8881              Convert fwrite()s to sockets to write()s, since some socket stacks
8882              don't take kindly to stdio.
8883              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
8884              (for often optional LNMs)
8885              Correct a few typos
8886              (C. Bailey)
8887              
8888              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
8889              
8890              De-cut-and-pasto.
8891              
8892              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
8893              
8894              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
8895              
8896              Upgrade to CPAN 1.59_54, from Andreas König.
8897              
8898              Bogus shebang.
8899              
8900              Subject: [PATCH] Document makepatch in Porting/patching
8901              
8902              UTF-8 documentation.
8903              
8904              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
8905              
8906              Sort the MANIFEST.
8907              
8908              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
8909              
8910              Subject: [PATCH @8807] toke.c cleanup: scan_str()
8911              
8912              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
8913              
8914              Add run/*.t to testables.
8915              
8916              TODO: integrate #8784.
8917      Branch: maint-5.6/perl
8918           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
8919           !> (integrate 28 files)
8920 ____________________________________________________________________________
8921 [  8985] By: nick                                  on 2001/03/02  18:15:45
8922         Log: Integrate mainline
8923      Branch: perlio
8924           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
8925           !> vms/vms.c
8926 ____________________________________________________________________________
8927 [  8984] By: jhi                                   on 2001/03/02  16:00:17
8928         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
8929              
8930              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
8931              5.004_05, and mention the suidperl August 2000 security problem.
8932              (#8978,#8981)
8933              
8934              Subject: [ID 20010301.004] Technically speaking in perldata
8935              
8936              Subject: [PATCH] File::Copy for bleadperl, maintperl
8937              
8938              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
8939              
8940              (The #8982, fix for 20010221.005 and 20010221.008,
8941              would be nice too but it didn't integrate cleanly.)
8942      Branch: maint-5.6/perl
8943           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
8944 ____________________________________________________________________________
8945 [  8983] By: jhi                                   on 2001/03/02  15:51:16
8946         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
8947              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8948              Date:     Thu, 1 Mar 2001 15:54:09 EST
8949              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
8950      Branch: perl
8951            ! vms/vms.c
8952 ____________________________________________________________________________
8953 [  8982] By: jhi                                   on 2001/03/02  15:43:31
8954         Log: Subject: Re: sync sync sync: have I missed any patches?
8955              From: Radu Greab <radu@netsoft.ro> 
8956              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
8957              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
8958              
8959              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
8960              was checking argv[0] regardless of whether a different pathname
8961              will actually be executed."  Test case not supplied because 
8962              drafting that, ironically enough, revealed another bug
8963              (or a feature).
8964      Branch: perl
8965            ! doio.c
8966 ____________________________________________________________________________
8967 [  8981] By: jhi                                   on 2001/03/02  15:28:03
8968         Log: Misdate in #8978.
8969      Branch: perl
8970            ! pod/perlfaq1.pod
8971 ____________________________________________________________________________
8972 [  8980] By: jhi                                   on 2001/03/02  15:24:20
8973         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
8974              From: Chris Nandor <pudge@pobox.com>
8975              Date: Wed, 28 Feb 2001 22:10:15 -0500
8976              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
8977      Branch: perl
8978            ! lib/File/Copy.pm
8979 ____________________________________________________________________________
8980 [  8979] By: jhi                                   on 2001/03/02  15:17:16
8981         Log: Subject: [ID 20010301.004] Technically speaking in perldata
8982              From: abela@geneanet.org
8983              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
8984              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
8985      Branch: perl
8986            ! pod/perldata.pod
8987 ____________________________________________________________________________
8988 [  8978] By: jhi                                   on 2001/03/02  15:15:27
8989         Log: Subject: [ID 20010301.003] ref to 5.004
8990              From: abela@geneanet.org
8991              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
8992              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
8993              
8994              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
8995              and mention the suidperl August 2000 security problem.
8996      Branch: perl
8997            ! pod/perlfaq1.pod
8998 ____________________________________________________________________________
8999 [  8977] By: alanbur                               on 2001/03/02  14:17:45
9000         Log: Resynchronised with parent
9001      Branch: maint-5.6/pureperl
9002           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
9003           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
9004           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
9005           !> vms/descrip_mms.template win32/win32.c win32/win32.h
9006           !> win32/win32iop.h
9007 ____________________________________________________________________________
9008 [  8976] By: nick                                  on 2001/03/01  23:25:30
9009         Log: Integrate mainline.
9010      Branch: perlio
9011            - t/op/qu.t
9012           !> (integrate 55 files)
9013 ____________________________________________________________________________
9014 [  8975] By: jhi                                   on 2001/03/01  16:51:34
9015         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
9016      Branch: perl
9017           !> toke.c
9018 ____________________________________________________________________________
9019 [  8974] By: gsar                                  on 2001/03/01  16:28:21
9020         Log: fix for bugid 20010226.008
9021              
9022              the problem was that some of the pointers (PL_last_lop and
9023              PL_last_uni specifically) into the lex buffers weren't correctly
9024              being invalidated when the buffer changed; this would leave the
9025              pointers pointing at an arbitrary location in the buffer if
9026              the buffer didn't need to be reallocated, or point into freed
9027              memory if the buffer had to be realloced
9028              
9029              TODO item for bugdb maintainers: check other seemingly random
9030              parser-related bugs--they might be cured by this
9031      Branch: maint-5.6/perl
9032            ! toke.c
9033 ____________________________________________________________________________
9034 [  8973] By: jhi                                   on 2001/03/01  02:23:25
9035         Log: Retract #8970 because of a completely mysterious core dump:
9036              adding the tests 241..244 causes op/pat dump core at test #25.
9037              The test needs a lot of whittling down before the bug can be solved.
9038      Branch: perl
9039            ! t/op/pat.t
9040 ____________________________________________________________________________
9041 [  8972] By: jhi                                   on 2001/03/01  01:58:38
9042         Log: Regen perlapi.
9043      Branch: perl
9044            ! pod/perlapi.pod
9045 ____________________________________________________________________________
9046 [  8971] By: jhi                                   on 2001/03/01  01:34:09
9047         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))
9048              From: Nicholas Clark <nick@ccl4.org>
9049              Date: Wed, 28 Feb 2001 23:28:49 +0000
9050              Message-ID: <20010228232849.A55187@plum.flirble.org>
9051              
9052              Allow a completely write protected source code tree
9053              when using the Configure -Dmksymlinks.
9054      Branch: perl
9055            ! embed.pl warnings.pl
9056 ____________________________________________________________________________
9057 [  8970] By: jhi                                   on 2001/03/01  01:32:04
9058         Log: Add back the EBCDIC character range tests (for matching).
9059      Branch: perl
9060            ! t/op/pat.t
9061 ____________________________________________________________________________
9062 [  8969] By: nick                                  on 2001/02/28  18:18:01
9063         Log: Add charname comments to .ucm files writen by 'compile',
9064              also order charmaps in those files by source encoding.
9065              regenerate distrubuted .ucm files
9066      Branch: perlio
9067            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
9068            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
9069            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
9070            ! ext/Encode/Encode/iso8859-10.ucm
9071            ! ext/Encode/Encode/iso8859-13.ucm
9072            ! ext/Encode/Encode/iso8859-14.ucm
9073            ! ext/Encode/Encode/iso8859-15.ucm
9074            ! ext/Encode/Encode/iso8859-16.ucm
9075            ! ext/Encode/Encode/iso8859-2.ucm
9076            ! ext/Encode/Encode/iso8859-3.ucm
9077            ! ext/Encode/Encode/iso8859-4.ucm
9078            ! ext/Encode/Encode/iso8859-5.ucm
9079            ! ext/Encode/Encode/iso8859-6.ucm
9080            ! ext/Encode/Encode/iso8859-7.ucm
9081            ! ext/Encode/Encode/iso8859-8.ucm
9082            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
9083            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
9084 ____________________________________________________________________________
9085 [  8968] By: jhi                                   on 2001/02/28  16:26:37
9086         Log: Expand usemorebits early if d_casti32 needs to be undefined.
9087      Branch: perl
9088            ! hints/hpux.sh hints/irix_6.sh
9089 ____________________________________________________________________________
9090 [  8967] By: jhi                                   on 2001/02/28  16:22:26
9091         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
9092              retract toke.c/qu parts of #8583, retract #8485, retract
9093              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
9094              op/length.t, and MANIFEST, and delete t/op/qu.t.
9095      Branch: perl
9096            - t/op/qu.t
9097            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
9098            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
9099            ! t/op/length.t toke.c
9100 ____________________________________________________________________________
9101 [  8966] By: jhi                                   on 2001/02/28  15:00:27
9102         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
9103              by not changing from pre-Unicode days into being Unicode-aware.
9104              Sniff.
9105      Branch: perl
9106            ! pp.c t/op/pack.t t/op/qu.t
9107 ____________________________________________________________________________
9108 [  8965] By: jhi                                   on 2001/02/28  14:37:55
9109         Log: Subject: Re: Errors in core PODs
9110              From: Michael Stevens <michael@etla.org> 
9111              Date: Fri, 23 Feb 2001 15:47:56 +0000
9112              Message-ID: <20010223154756.A7723@firedrake.org> 
9113      Branch: perl
9114            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
9115            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
9116            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
9117            ! x2p/a2p.pod
9118 ____________________________________________________________________________
9119 [  8964] By: jhi                                   on 2001/02/28  14:35:35
9120         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
9121              (The #8961 was too bold.)
9122      Branch: perl
9123            ! hints/hpux.sh hints/irix_6.sh
9124 ____________________________________________________________________________
9125 [  8963] By: jhi                                   on 2001/02/28  14:33:39
9126         Log: Subject: Re: sync sync sync: have I missed any patches?
9127              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9128              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
9129              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
9130              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
9131              
9132              Replace djSP with dSP.
9133      Branch: perl
9134            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
9135            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
9136            ! win32/perlhost.h
9137 ____________________________________________________________________________
9138 [  8962] By: jhi                                   on 2001/02/27  23:21:14
9139         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
9140      Branch: perl
9141            ! lib/Filter/Simple.pm
9142 ____________________________________________________________________________
9143 [  8961] By: jhi                                   on 2001/02/27  22:55:26
9144         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
9145              and this would be it.
9146      Branch: perl
9147            ! hints/hpux.sh hints/irix_6.sh
9148 ____________________________________________________________________________
9149 [  8960] By: jhi                                   on 2001/02/27  22:51:33
9150         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
9151              From: "Craig A. Berry" <craigberry@mac.com>
9152              Date: Tue, 27 Feb 2001 16:11:44 -0600
9153              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
9154      Branch: maint-5.6/perl
9155            ! configure.com vms/descrip_mms.template
9156 ____________________________________________________________________________
9157 [  8959] By: jhi                                   on 2001/02/27  22:47:23
9158         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
9159              From: "Craig A. Berry" <craigberry@mac.com>
9160              Date: Tue, 27 Feb 2001 16:11:44 -0600
9161              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
9162      Branch: perl
9163            ! configure.com vms/descrip_mms.template
9164 ____________________________________________________________________________
9165 [  8958] By: jhi                                   on 2001/02/27  15:16:42
9166         Log: Update Changes.
9167      Branch: perl
9168            ! Changes patchlevel.h
9169 ____________________________________________________________________________
9170 [  8957] By: jhi                                   on 2001/02/27  06:15:07
9171         Log: Subject: [5.6.x] EPOC additions
9172              From: Olaf Flebbe <O.Flebbe@science-computing.de>
9173              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
9174              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
9175      Branch: maint-5.6/perl
9176            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
9177 ____________________________________________________________________________
9178 [  8956] By: jhi                                   on 2001/02/27  06:12:11
9179         Log: Subject: [perl-current] EPOC 
9180              From: Olaf Flebbe <O.Flebbe@science-computing.de>
9181              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
9182              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
9183      Branch: perl
9184            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
9185            ! epoc/epocish.c epoc/epocish.h pp_sys.c
9186 ____________________________________________________________________________
9187 [  8955] By: jhi                                   on 2001/02/27  05:59:50
9188         Log: Subject: Re: Compile with perlcc..
9189              From: Edward Peschko <edwardp@excitehome.net>
9190              Date: Mon, 26 Feb 2001 18:51:58 -0800
9191              Message-ID: <20010226185158.A9871@excitehome.net>
9192              
9193              plus add a simple usage message if no arguments given.
9194      Branch: perl
9195            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
9196            ! utils/Makefile utils/perlcc.PL win32/pod.mak
9197 ____________________________________________________________________________
9198 [  8954] By: nick                                  on 2001/02/26  21:02:59
9199         Log: Integrate mainline
9200      Branch: perlio
9201           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
9202           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
9203           !> t/op/sprintf.t
9204 ____________________________________________________________________________
9205 [  8953] By: jhi                                   on 2001/02/26  14:43:54
9206         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
9207              From: Nicholas Clark <nick@ccl4.org>
9208              Date: Mon, 26 Feb 2001 00:42:07 +0000
9209              Message-ID: <20010226004207.F23333@plum.flirble.org>
9210      Branch: perl
9211            ! pp_ctl.c
9212 ____________________________________________________________________________
9213 [  8952] By: jhi                                   on 2001/02/26  14:42:13
9214         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
9215              From: Simon Cozens <simon@netthink.co.uk>
9216              Date: Mon, 26 Feb 2001 12:23:48 +0000
9217              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
9218      Branch: perl
9219            ! pod/perlguts.pod
9220 ____________________________________________________________________________
9221 [  8951] By: jhi                                   on 2001/02/26  14:39:15
9222         Log: Subject: [PATCH] perlio - unknown layer
9223              From: Nicholas Clark <nick@ccl4.org>
9224              Date: Mon, 26 Feb 2001 00:27:19 +0000
9225              Message-ID: <20010226002719.E23333@plum.flirble.org>
9226      Branch: perl
9227            ! perlio.c
9228 ____________________________________________________________________________
9229 [  8950] By: jhi                                   on 2001/02/26  14:38:04
9230         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
9231              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
9232              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
9233              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
9234      Branch: perl
9235            ! t/op/bop.t
9236 ____________________________________________________________________________
9237 [  8949] By: jhi                                   on 2001/02/26  14:37:07
9238         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
9239              From: Peter Prymmer <pvhp@forte.com>
9240              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
9241              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
9242      Branch: perl
9243            ! lib/Test.pm
9244 ____________________________________________________________________________
9245 [  8948] By: jhi                                   on 2001/02/26  14:35:53
9246         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
9247              From: Radu Greab <radu@netsoft.ro>
9248              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
9249              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
9250      Branch: perl
9251            ! pod/perlop.pod
9252 ____________________________________________________________________________
9253 [  8947] By: jhi                                   on 2001/02/26  14:34:46
9254         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
9255              From: David Mitchell <davem@fdgroup.co.uk>
9256              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
9257              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
9258      Branch: perl
9259            ! run.c
9260 ____________________________________________________________________________
9261 [  8946] By: jhi                                   on 2001/02/26  14:32:37
9262         Log: Subject: Modified README.bs2000 
9263              From: Dorner Thomas <Thomas.Dorner@start.de>
9264              Date: Mon, 26 Feb 2001 09:22:17 +0100
9265              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
9266      Branch: perl
9267            ! README.bs2000
9268 ____________________________________________________________________________
9269 [  8945] By: jhi                                   on 2001/02/26  14:19:53
9270         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
9271              to maintperl, listing the known failures on the tests 129 and 130.
9272      Branch: maint-5.6/perl
9273           !> t/op/sprintf.t
9274 ____________________________________________________________________________
9275 [  8944] By: jhi                                   on 2001/02/26  14:14:15
9276         Log: Add more known sprintf failures.
9277      Branch: perl
9278            ! t/op/sprintf.t
9279 ____________________________________________________________________________
9280 [  8943] By: jhi                                   on 2001/02/26  13:56:22
9281         Log: perlglob.exe needs to be found in Win32, patch from
9282              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
9283              which needs external glob at mini-perl time."
9284      Branch: perl
9285            ! ext/Encode/compile
9286 ____________________________________________________________________________
9287 [  8942] By: jhi                                   on 2001/02/26  13:52:19
9288         Log: A missing dTHX from Vadim Konovalov.
9289      Branch: perl
9290            ! perlio.c
9291 ____________________________________________________________________________
9292 [  8941] By: jhi                                   on 2001/02/26  13:37:05
9293         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
9294      Branch: perl
9295            ! op.c
9296 ____________________________________________________________________________
9297 [  8940] By: jhi                                   on 2001/02/26  13:35:40
9298         Log: Integrate perlio.
9299      Branch: perl
9300           !> ext/Encode/Encode.pm
9301 ____________________________________________________________________________
9302 [  8939] By: nick                                  on 2001/02/25  23:47:09
9303         Log: Integrate mainline.
9304      Branch: perlio
9305           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
9306           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
9307 ____________________________________________________________________________
9308 [  8938] By: nick                                  on 2001/02/25  19:36:28
9309         Log: Encode implementations docs.
9310      Branch: perlio
9311            ! ext/Encode/Encode.pm
9312 ____________________________________________________________________________
9313 [  8937] By: jhi                                   on 2001/02/25  19:26:16
9314         Log: Script wasn't aligned with reality.
9315      Branch: perl
9316            ! t/pod/find.t
9317 ____________________________________________________________________________
9318 [  8936] By: jhi                                   on 2001/02/25  18:54:55
9319         Log: Update Changes.
9320      Branch: perl
9321            ! Changes patchlevel.h
9322 ____________________________________________________________________________
9323 [  8935] By: jhi                                   on 2001/02/25  18:46:36
9324         Log: Retract #8929,8930,8932,8933 for now.
9325      Branch: perl
9326            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
9327 ____________________________________________________________________________
9328 [  8934] By: jhi                                   on 2001/02/25  17:34:35
9329         Log: Integrate perlio.
9330      Branch: perl
9331           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
9332           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
9333           !> t/lib/encode.t
9334 ____________________________________________________________________________
9335 [  8933] By: jhi                                   on 2001/02/25  17:33:12
9336         Log: (Retracted by #8395.)
9337              
9338              Slight tweaks in scan_const(), not fixes yet, it seems like
9339              lots of work remains to be done...
9340      Branch: perl
9341            ! toke.c
9342 ____________________________________________________________________________
9343 [  8932] By: jhi                                   on 2001/02/25  17:27:11
9344         Log: (Retracted by #8395.)
9345              
9346              Missing from #8930.
9347      Branch: perl
9348            ! perl.h
9349 ____________________________________________________________________________
9350 [  8931] By: jhi                                   on 2001/02/25  17:26:19
9351         Log: A comment tweak.
9352      Branch: perl
9353            ! utf8.c
9354 ____________________________________________________________________________
9355 [  8930] By: jhi                                   on 2001/02/25  17:25:47
9356         Log: (Retracted by #8395.)
9357              
9358              Attempt to fix the EBCDIC character range problwm with //.
9359      Branch: perl
9360            ! regcomp.c
9361 ____________________________________________________________________________
9362 [  8929] By: jhi                                   on 2001/02/25  17:23:45
9363         Log: (Retracted by #8395.)
9364              
9365              Expand the EBCDIC character range tests, and add few nasty
9366              tr tests from Karsten Sperling.
9367      Branch: perl
9368            ! t/op/pat.t t/op/tr.t
9369 ____________________________________________________________________________
9370 [  8928] By: jhi                                   on 2001/02/25  17:18:49
9371         Log: Missing check-in.
9372      Branch: perl
9373            ! lib/Pod/Find.pm
9374 ____________________________________________________________________________
9375 [  8927] By: nick                                  on 2001/02/25  11:30:22
9376         Log: Change method names in Encode implementation classes to something
9377              less confusing (preparing to "go public").
9378      Branch: perlio
9379            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
9380 ____________________________________________________________________________
9381 [  8926] By: nick                                  on 2001/02/25  10:53:24
9382         Log: GCC __atribute__ / printf fix
9383      Branch: perlio
9384            ! perl.h
9385 ____________________________________________________________________________
9386 [  8925] By: nick                                  on 2001/02/25  10:52:25
9387         Log: Checked in the wrong one ...
9388      Branch: perlio
9389            ! ext/Encode/Encode.pm
9390 ____________________________________________________________________________
9391 [  8924] By: nick                                  on 2001/02/24  18:46:51
9392         Log: Integrate mainline - to see what Jarkko has in ...
9393      Branch: perlio
9394           +> t/pod/testpods/lib/Pod/Stuff.pm
9395           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
9396 ____________________________________________________________________________
9397 [  8923] By: nick                                  on 2001/02/24  17:05:23
9398         Log: Encode API documentation nd tidy up.
9399              Minor additions to test.
9400              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
9401              Adds STRLEN to standard typemap.
9402      Branch: perlio
9403            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
9404            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
9405 ____________________________________________________________________________
9406 [  8922] By: jhi                                   on 2001/02/24  16:38:12
9407         Log: Add a test for the "character range should match in EBCDIC
9408              if specified using explicit numerics" bug found by Karsten
9409              Sperling.
9410      Branch: perl
9411            ! t/op/pat.t
9412 ____________________________________________________________________________
9413 [  8921] By: jhi                                   on 2001/02/24  16:30:16
9414         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
9415              From: schwern@pobox.com
9416              Date: Fri, 23 Feb 2001 03:21:37 -0500
9417              Message-ID: <20010223032137.A26022@magnonel.guild.net>
9418              
9419              plus Charles Lane's fixes, plus tweaks.
9420      Branch: perl
9421            + t/pod/testpods/lib/Pod/Stuff.pm
9422            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
9423 ____________________________________________________________________________
9424 [  8920] By: nick                                  on 2001/02/24  10:30:11
9425         Log: Integrate mainline
9426      Branch: perlio
9427           !> (integrate 33 files)
9428 ____________________________________________________________________________
9429 [  8919] By: jhi                                   on 2001/02/24  00:23:35
9430         Log: Subject: Re: I'm losing the war...
9431              From: "Vadim Konovalov" <watman@inbox.ru>
9432              Date: Sat, 24 Feb 2001 00:10:14 +0300
9433              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
9434              
9435              hv_store() not working correctly in ENV_IS_CASELESS case.
9436      Branch: perl
9437            ! hv.c
9438 ____________________________________________________________________________
9439 [  8918] By: jhi                                   on 2001/02/24  00:20:09
9440         Log: Subject: Re: [PATCH] fix for charnames above FFFF
9441              From: andreas.koenig@anima.de (Andreas J. Koenig)
9442              Date: 23 Feb 2001 02:39:03 +0100
9443              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
9444              
9445              A further efficiency tweak.
9446      Branch: perl
9447            ! lib/charnames.pm
9448 ____________________________________________________________________________
9449 [  8917] By: jhi                                   on 2001/02/23  20:27:51
9450         Log: Integrate change #8916 from mainline,
9451              do away with USE_WIN32_RTL_ENV.
9452      Branch: maint-5.6/perl
9453           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
9454 ____________________________________________________________________________
9455 [  8916] By: jhi                                   on 2001/02/23  20:02:25
9456         Log: Abolish USE_WIN32_RTL_ENV.
9457      Branch: perl
9458            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
9459 ____________________________________________________________________________
9460 [  8915] By: jhi                                   on 2001/02/23  19:36:00
9461         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
9462              later protected by some #define.
9463      Branch: perl
9464            ! gv.c
9465 ____________________________________________________________________________
9466 [  8914] By: jhi                                   on 2001/02/23  19:31:38
9467         Log: Retract #8902 for now, requested by Charles Lane, the correct
9468              fix will be something else.
9469      Branch: perl
9470            ! op.c
9471 ____________________________________________________________________________
9472 [  8913] By: jhi                                   on 2001/02/23  19:11:36
9473         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
9474              From: Peter Prymmer <pvhp@forte.com>
9475              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
9476              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
9477      Branch: perl
9478            ! t/op/lex_assign.t
9479 ____________________________________________________________________________
9480 [  8912] By: jhi                                   on 2001/02/23  18:38:20
9481         Log: Subject: [patch] perlio + useithreads
9482              From: Doug MacEachern <dougm@covalent.net>
9483              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
9484              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
9485              
9486              Gets things running but not complete.
9487      Branch: perl
9488            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
9489 ____________________________________________________________________________
9490 [  8911] By: jhi                                   on 2001/02/23  04:20:02
9491         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
9492              
9493              Duplicated environment freeing, File::Temp 0.12,
9494              op/append portability (EBCDIC) tweak.
9495      Branch: maint-5.6/perl
9496           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9497           !> t/op/append.t
9498 ____________________________________________________________________________
9499 [  8910] By: jhi                                   on 2001/02/23  02:07:33
9500         Log: Integrate change #8909 from mainline, a better Borland
9501              putenv() workaround.
9502      Branch: maint-5.6/perl
9503           !> perl.c
9504 ____________________________________________________________________________
9505 [  8909] By: jhi                                   on 2001/02/23  02:05:46
9506         Log: A better workaround for Borland putenv() brokenness from Sarathy.
9507      Branch: perl
9508            ! perl.c
9509 ____________________________________________________________________________
9510 [  8908] By: jhi                                   on 2001/02/23  02:04:14
9511         Log: Subject: fix for parameter -Dm (for perl@8867)
9512              From: "Vadim Konovalov" <watman@inbox.ru>
9513              Date: Thu, 22 Feb 2001 17:30:12 +0300
9514              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
9515      Branch: perl
9516            ! perl.h
9517 ____________________________________________________________________________
9518 [  8907] By: jhi                                   on 2001/02/23  01:58:20
9519         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
9520              From: Peter Prymmer <pvhp@forte.com>
9521              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
9522              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
9523      Branch: perl
9524            ! t/op/append.t
9525 ____________________________________________________________________________
9526 [  8906] By: jhi                                   on 2001/02/23  01:48:34
9527         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
9528      Branch: perl
9529            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9530 ____________________________________________________________________________
9531 [  8905] By: jhi                                   on 2001/02/23  01:43:30
9532         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
9533              From: Peter Prymmer <pvhp@forte.com>
9534              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
9535              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
9536      Branch: perl
9537            ! t/lib/st-06compat.t
9538 ____________________________________________________________________________
9539 [  8904] By: jhi                                   on 2001/02/23  01:42:39
9540         Log: Metaconfig unit change for #8903.
9541      Branch: metaconfig/U/perl
9542            ! Devel.U
9543 ____________________________________________________________________________
9544 [  8903] By: jhi                                   on 2001/02/23  01:42:12
9545         Log: Be more helpful for devel builders, suggested by John L. Allen.
9546      Branch: perl
9547            ! Configure
9548 ____________________________________________________________________________
9549 [  8902] By: jhi                                   on 2001/02/23  01:37:41
9550         Log: (Retracted by #8914)
9551              (Wrongly, reinstated by #8941)             
9552
9553              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
9554              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9555              Date:     Thu, 22 Feb 2001 09:43:57 EST
9556              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
9557      Branch: perl
9558            ! op.c
9559 ____________________________________________________________________________
9560 [  8901] By: jhi                                   on 2001/02/23  01:20:32
9561         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
9562              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9563              Date:     Thu, 22 Feb 2001 08:01:35 EST
9564              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
9565      Branch: perl
9566            ! malloc.c
9567 ____________________________________________________________________________
9568 [  8900] By: jhi                                   on 2001/02/23  01:18:02
9569         Log: Integrate changes #8898,8899 from mainline, environ handling.
9570      Branch: maint-5.6/perl
9571           !> perl.c
9572 ____________________________________________________________________________
9573 [  8899] By: jhi                                   on 2001/02/23  01:16:25
9574         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
9575              putenv() is not to be relied on, they are either broken or leaky
9576              or both.)
9577      Branch: perl
9578            ! perl.c
9579 ____________________________________________________________________________
9580 [  8898] By: jhi                                   on 2001/02/22  23:36:59
9581         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
9582              and safesysfree() must be used.
9583      Branch: perl
9584            ! perl.c
9585 ____________________________________________________________________________
9586 [  8897] By: jhi                                   on 2001/02/22  23:25:45
9587         Log: With environ one must use safesysmalloc()/safesysfree().
9588      Branch: perl
9589            ! perl.c
9590 ____________________________________________________________________________
9591 [  8896] By: jhi                                   on 2001/02/22  22:13:18
9592         Log: If we have a duplicated environment free it
9593              if PERL_DESTRUCT_LEVEL.
9594      Branch: perl
9595            ! perl.c
9596 ____________________________________________________________________________
9597 [  8895] By: alanbur                               on 2001/02/22  19:31:57
9598         Log: Synchronised with parent
9599      Branch: maint-5.6/pureperl
9600           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
9601 ____________________________________________________________________________
9602 [  8894] By: gsar                                  on 2001/02/22  19:06:18
9603         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
9604              
9605              fix memory leak in method call optimization (change#3768);
9606              made C<eval "$x->foo()"> leak
9607              
9608              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
9609      Branch: maint-5.6/perl
9610           !> op.c
9611 ____________________________________________________________________________
9612 [  8893] By: jhi                                   on 2001/02/22  18:35:27
9613         Log: (Retracted by #8915.)
9614              
9615              Third Degree finding:
9616              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
9617      Branch: perl
9618            ! gv.c
9619 ____________________________________________________________________________
9620 [  8892] By: jhi                                   on 2001/02/22  14:28:32
9621         Log: Update Changes.
9622      Branch: perl
9623            ! Changes patchlevel.h
9624 ____________________________________________________________________________
9625 [  8891] By: jhi                                   on 2001/02/22  13:22:45
9626         Log: Metaconfig unit changes for #8890.
9627      Branch: metaconfig
9628            ! U/modified/Cppsym.U U/threads/archname.U
9629 ____________________________________________________________________________
9630 [  8890] By: jhi                                   on 2001/02/22  13:22:12
9631         Log: Add -stdio to the archname if no perlio selected,
9632              no -perlio added since that is now the default.
9633              
9634              Add few CPUs/architectures to the Cppsym scan.
9635      Branch: perl
9636            ! Configure config_h.SH
9637 ____________________________________________________________________________
9638 [  8889] By: jhi                                   on 2001/02/22  13:05:59
9639         Log: Metaconfig unit change for #8888.
9640      Branch: metaconfig/U/perl
9641            ! useperlio.U
9642 ____________________________________________________________________________
9643 [  8888] By: jhi                                   on 2001/02/22  13:05:28
9644         Log: *drum roll*  Make perlio the default.
9645      Branch: perl
9646            ! Configure config_h.SH
9647 ____________________________________________________________________________
9648 [  8887] By: jhi                                   on 2001/02/22  12:50:52
9649         Log: Integrate change #8665 from maintperl to mainline,
9650              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
9651      Branch: perl
9652           !> ext/POSIX/POSIX.xs
9653 ____________________________________________________________________________
9654 [  8886] By: jhi                                   on 2001/02/22  12:49:24
9655         Log: Integrate changes #8883,8884 from mainline to maintperl.
9656              
9657              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
9658              Subject: Re: File::Temp::_gettemp warning
9659      Branch: maint-5.6/perl
9660           !> embed.h embed.pl lib/File/Temp.pm
9661 ____________________________________________________________________________
9662 [  8885] By: jhi                                   on 2001/02/22  12:43:59
9663         Log: Based on
9664              
9665              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
9666              From: schwab@suse.de
9667              Date: Thu, 22 Feb 2001 13:08:09 +0100
9668              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
9669              
9670              but the fix done slightly differently because the other
9671              half was already done in #8664.
9672      Branch: maint-5.6/perl
9673            ! ext/POSIX/POSIX.xs
9674 ____________________________________________________________________________
9675 [  8884] By: jhi                                   on 2001/02/22  12:37:15
9676         Log: Subject: Re: File::Temp::_gettemp warning
9677              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9678              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
9679              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
9680              
9681              This patch to File::Temp does two things:
9682              
9683              1. Fixes the problem with CGI::Carp when determining
9684              the Fcntl constants
9685              
9686              2. Removes most of the carps and consolidates them so that all the
9687              reasons are included in a single die that is caught by the test. This
9688              means that the correct skipping behaviour is displayed by the test.
9689      Branch: perl
9690            ! lib/File/Temp.pm
9691 ____________________________________________________________________________
9692 [  8883] By: jhi                                   on 2001/02/22  12:29:19
9693         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
9694              From: Peter Prymmer <pvhp@forte.com>
9695              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
9696              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
9697      Branch: perl
9698            ! embed.h embed.pl
9699 ____________________________________________________________________________
9700 [  8882] By: jhi                                   on 2001/02/21  19:41:33
9701         Log: Integrate change #8881 from mainlin to maintperl.
9702              
9703              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
9704      Branch: maint-5.6/perl
9705           !> op.c
9706 ____________________________________________________________________________
9707 [  8881] By: jhi                                   on 2001/02/21  19:38:57
9708         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
9709              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9710              Date:     Wed, 21 Feb 2001 13:08:03 EST
9711              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
9712      Branch: perl
9713            ! op.c
9714 ____________________________________________________________________________
9715 [  8880] By: jhi                                   on 2001/02/21  19:34:34
9716         Log: Retract #8875, cannot let go of the old semantics of unpack U
9717              without rethinking utf8decode.t.
9718      Branch: perl
9719            ! pp.c t/op/pack.t
9720 ____________________________________________________________________________
9721 [  8879] By: jhi                                   on 2001/02/21  19:08:02
9722         Log: Run run/*.t also in minitest.
9723      Branch: perl
9724            ! Makefile.SH
9725 ____________________________________________________________________________
9726 [  8878] By: nick                                  on 2001/02/21  18:55:37
9727         Log: Integrate mainline
9728      Branch: perlio
9729           !> (integrate 76 files)
9730 ____________________________________________________________________________
9731 [  8877] By: jhi                                   on 2001/02/21  15:09:33
9732         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
9733      Branch: metaconfig
9734            ! U/compline/nblock_io.U
9735      Branch: perl
9736            ! Configure config_h.SH
9737 ____________________________________________________________________________
9738 [  8876] By: jhi                                   on 2001/02/21  14:54:45
9739         Log: If no sfio, no -lsfio.
9740      Branch: metaconfig/U/perl
9741            ! d_sfio.U
9742      Branch: perl
9743            ! Configure config_h.SH
9744 ____________________________________________________________________________
9745 [  8875] By: jhi                                   on 2001/02/21  14:54:00
9746         Log: Make unpack C and unpack C truly equivalent.
9747      Branch: perl
9748            ! pp.c t/op/pack.t
9749 ____________________________________________________________________________
9750 [  8874] By: jhi                                   on 2001/02/21  14:26:02
9751         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
9752              From: Peter Prymmer <pvhp@forte.com>
9753              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
9754              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
9755      Branch: perl
9756            ! pod/perlport.pod
9757 ____________________________________________________________________________
9758 [  8873] By: jhi                                   on 2001/02/21  14:24:31
9759         Log: Subject: [PATCH] fix for charnames above FFFF
9760              From: andreas.koenig@anima.de (Andreas J. Koenig)
9761              Date: 21 Feb 2001 07:05:45 +0100
9762              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
9763      Branch: perl
9764            ! lib/charnames.pm t/lib/charnames.t
9765 ____________________________________________________________________________
9766 [  8872] By: jhi                                   on 2001/02/21  14:15:25
9767         Log: Integrate change #8868 from pureperl to mainline.
9768              
9769              Fixed reference count loop caused by sv_magic.
9770      Branch: perl
9771           !> sv.c
9772 ____________________________________________________________________________
9773 [  8871] By: jhi                                   on 2001/02/21  14:07:29
9774         Log: Integrate change #8868 from pureperl to maintperl.
9775              
9776              Fixed reference count loop caused by sv_magic.
9777      Branch: maint-5.6/perl
9778           !> sv.c
9779 ____________________________________________________________________________
9780 [  8870] By: jhi                                   on 2001/02/21  14:04:41
9781         Log: Put back the #8840, it was innocent.
9782      Branch: perl
9783            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
9784            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
9785 ____________________________________________________________________________
9786 [  8869] By: jhi                                   on 2001/02/21  14:00:03
9787         Log: unpack("C", ...) was left slightly unfinished by #8865.
9788      Branch: perl
9789            ! pp.c t/op/pack.t
9790 ____________________________________________________________________________
9791 [  8868] By: alanbur                               on 2001/02/21  01:33:45
9792         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
9793              from gv_fetchpv to create single-character magic variables (e.g. $!),
9794              and it is passed a sv and the gv that contains the sv as the mg_obj
9795              value.  When sv_magic stores the mg_obj pointer it increments the gv
9796              refcount, thus causing a sv-gv pair that can't be freed.  There is
9797              already a check for sv == obj which is used to prevent such reference
9798              loops.  This change extends the check to cover the case described above.
9799      Branch: maint-5.6/pureperl
9800            ! sv.c
9801 ____________________________________________________________________________
9802 [  8867] By: jhi                                   on 2001/02/21  00:52:39
9803         Log: Update Changes.
9804      Branch: perl
9805            ! Changes patchlevel.h
9806 ____________________________________________________________________________
9807 [  8866] By: jhi                                   on 2001/02/21  00:34:20
9808         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
9809              (Note: there were some conflicts due to EBCDIC and EPOC
9810              patches, in general I preferred the repository code.)
9811              (When 2.753 comes out, we need to synchronize.)
9812      Branch: perl
9813            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
9814            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
9815            ! t/lib/cgi-html.t
9816 ____________________________________________________________________________
9817 [  8865] By: jhi                                   on 2001/02/21  00:24:22
9818         Log: Make pack("C", 0x100) to create Unicode, unless under the
9819              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
9820              will understand Unicode, unless you under know what.
9821      Branch: perl
9822            ! pp.c t/op/pack.t t/op/qu.t
9823 ____________________________________________________________________________
9824 [  8864] By: alanbur                               on 2001/02/20  22:35:34
9825         Log: Resynchronised with parent
9826      Branch: maint-5.6/pureperl
9827           !> README.win32 ext/GDBM_File/GDBM_File.pm
9828           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
9829           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
9830           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
9831           !> t/lib/sdbm.t util.c
9832 ____________________________________________________________________________
9833 [  8863] By: jhi                                   on 2001/02/20  20:55:11
9834         Log: Integrate change #8860,8861 from mainline into maintperl.
9835              
9836              "pseudo-literal j"
9837              
9838              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
9839      Branch: maint-5.6/perl
9840           !> lib/Test.pm pod/perlop.pod
9841 ____________________________________________________________________________
9842 [  8862] By: jhi                                   on 2001/02/20  20:30:07
9843         Log: Don't do casting between pointers pointing to differently sized
9844              integers.
9845      Branch: perl
9846            ! hv.c sv.c
9847 ____________________________________________________________________________
9848 [  8861] By: jhi                                   on 2001/02/20  19:53:44
9849         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
9850              From: Peter Prymmer <pvhp@forte.com>
9851              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
9852              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
9853      Branch: perl
9854            ! lib/Test.pm
9855 ____________________________________________________________________________
9856 [  8860] By: jhi                                   on 2001/02/20  19:48:02
9857         Log: "pseudo-literal j", a documentation glitch reported to Debian.
9858              The text recovered from Perl 5.005_03, and pseudo-literal replaced
9859              by "backtick string".
9860      Branch: perl
9861            ! pod/perlop.pod
9862 ____________________________________________________________________________
9863 [  8859] By: jhi                                   on 2001/02/20  19:15:46
9864         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
9865              from Chris Nandor.
9866      Branch: perl
9867            ! makedef.pl
9868 ____________________________________________________________________________
9869 [  8858] By: jhi                                   on 2001/02/20  17:36:53
9870         Log: Integrate pureperl changes #8844,8845,8850 to mainline
9871              (via maintperl #8855).
9872              
9873              Fixed %^H scoping bug
9874              
9875              Removed GV <-> CV refcount loop
9876              
9877              Removed %ENV refcount loop
9878      Branch: perl
9879           !> gv.c op.c perl.c pp.c scope.c
9880 ____________________________________________________________________________
9881 [  8857] By: jhi                                   on 2001/02/20  17:34:32
9882         Log: Integrate changes #8853,8854 from maintperl to mainline.
9883              
9884              EBDIC fixes, README.win32 Borland update.
9885      Branch: perl
9886           !> README.win32 handy.h util.c
9887 ____________________________________________________________________________
9888 [  8856] By: jhi                                   on 2001/02/20  17:33:16
9889         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
9890      Branch: maint-5.6/perl
9891           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
9892           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
9893           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
9894 ____________________________________________________________________________
9895 [  8855] By: jhi                                   on 2001/02/20  17:32:13
9896         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
9897              
9898              Fixed %^H scoping bug
9899              
9900              Removed GV <-> CV refcount loop
9901              
9902              Removed %ENV refcount loop
9903      Branch: maint-5.6/perl
9904           !> gv.c op.c perl.c pp.c scope.c
9905 ____________________________________________________________________________
9906 [  8854] By: jhi                                   on 2001/02/20  17:25:06
9907         Log: Subject: Addition to readme.win32 for Borland C++ compilers
9908              Date: Tue, 20 Feb 2001 02:15:25 +0300
9909              From: "Vadim Konovalov" <watman@inbox.ru>
9910              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
9911              
9912              Document Borland compiler misbehaviour.
9913      Branch: maint-5.6/perl
9914            ! README.win32
9915 ____________________________________________________________________________
9916 [  8853] By: jhi                                   on 2001/02/20  17:22:25
9917         Log: The assimilation of ebcdic.c didn't quite work at the first try,
9918              patches from Thomas Dorner.
9919      Branch: maint-5.6/perl
9920            ! handy.h util.c
9921 ____________________________________________________________________________
9922 [  8852] By: jhi                                   on 2001/02/20  17:20:15
9923         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
9924              From: Chris Nandor <pudge@pobox.com>
9925              Date: Tue, 20 Feb 2001 08:32:45 -0500
9926              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
9927      Branch: maint-5.6/perl
9928            ! makedef.pl mg.c
9929 ____________________________________________________________________________
9930 [  8851] By: jhi                                   on 2001/02/20  17:15:52
9931         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
9932      Branch: perl
9933            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
9934            ! t/lib/filter-util.t
9935 ____________________________________________________________________________
9936 [  8850] By: alanbur                               on 2001/02/20  17:12:40
9937         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
9938              and the magic pointer points back to the GV that contains the
9939              %ENV hash.  This creates a refcount loop that prevents members
9940              of %ENV from being freed correctly.  This change removes the
9941              refcount loop - the magic pointer was never used anyway, the
9942              only use of the magic was to check the type ('E') so that the
9943              appropriate environment manipulation code is called when %ENV
9944              is modified.
9945      Branch: maint-5.6/pureperl
9946            ! perl.c
9947 ____________________________________________________________________________
9948 [  8849] By: jhi                                   on 2001/02/20  17:12:20
9949         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
9950              From: "Craig A. Berry" <craigberry@mac.com>
9951              Date: Mon, 19 Feb 2001 23:36:12 -0600
9952              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
9953              
9954              Case-forgiving systems match TestInit.pm with TES*.
9955      Branch: perl
9956            ! t/lib/glob-basic.t
9957 ____________________________________________________________________________
9958 [  8848] By: jhi                                   on 2001/02/20  17:10:02
9959         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
9960      Branch: perl
9961            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
9962            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
9963            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
9964 ____________________________________________________________________________
9965 [  8847] By: jhi                                   on 2001/02/20  15:34:41
9966         Log: The #8843 wasn't quite right: %Config needs to imported.
9967      Branch: perl
9968            ! t/run/runenv.t
9969 ____________________________________________________________________________
9970 [  8846] By: jhi                                   on 2001/02/20  15:31:50
9971         Log: Retract the #8838 and #8840 for now because of
9972              the DB_File tie problem.
9973      Branch: perl
9974            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
9975            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
9976            ! proto.h sv.c
9977 ____________________________________________________________________________
9978 [  8845] By: alanbur                               on 2001/02/20  14:25:41
9979         Log: Removed GV <-> CV refcount loop
9980              CvGV(mycv) points to the parent GV of the CV, and was previously
9981              refcounted.  The pointer remains, but the refcounting has been removed
9982              as it causes a refcount loop between the CV and GV that means the CV
9983              can't ever be deleted.
9984      Branch: maint-5.6/pureperl
9985            ! gv.c op.c pp.c
9986 ____________________________________________________________________________
9987 [  8844] By: alanbur                               on 2001/02/20  14:23:13
9988         Log: Fixed %^H scoping bug
9989      Branch: maint-5.6/pureperl
9990            ! scope.c
9991 ____________________________________________________________________________
9992 [  8843] By: jhi                                   on 2001/02/19  13:38:08
9993         Log: fork() not everywhere, cleanup temp files.
9994      Branch: perl
9995            ! t/run/runenv.t
9996 ____________________________________________________________________________
9997 [  8842] By: alanbur                               on 2001/02/19  12:42:07
9998         Log: Resynchronised with parent
9999      Branch: maint-5.6/pureperl
10000           !> pod/perlfaq4.pod sv.c utf8.c
10001 ____________________________________________________________________________
10002 [  8841] By: jhi                                   on 2001/02/19  03:35:51
10003         Log: Update Changes.
10004      Branch: perl
10005            ! Changes patchlevel.h
10006 ____________________________________________________________________________
10007 [  8840] By: jhi                                   on 2001/02/19  00:23:41
10008         Log: Subject: [patch] add sv_setref_uv
10009              From: Doug MacEachern <dougm@covalent.net>
10010              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
10011              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
10012      Branch: perl
10013            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
10014            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
10015 ____________________________________________________________________________
10016 [  8839] By: jhi                                   on 2001/02/19  00:01:38
10017         Log: Put to rest the 20010205.001, the email address checking (not) regex.
10018      Branch: perl
10019            ! pod/perlfaq9.pod
10020 ____________________________________________________________________________
10021 [  8838] By: jhi                                   on 2001/02/18  22:17:54
10022         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
10023              From: Doug MacEachern <dougm@covalent.net>
10024              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
10025              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
10026      Branch: perl
10027            ! lib/ExtUtils/xsubpp
10028 ____________________________________________________________________________
10029 [  8837] By: jhi                                   on 2001/02/18  22:16:50
10030         Log: Subject: [patch] -Wall cleanup round 2
10031              From: Doug MacEachern <dougm@covalent.net>
10032              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
10033              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
10034      Branch: perl
10035            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
10036            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
10037            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
10038            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
10039            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
10040            ! ext/SDBM_File/SDBM_File.xs
10041 ____________________________________________________________________________
10042 [  8836] By: jhi                                   on 2001/02/18  22:11:20
10043         Log: Misapplied regex optimizations when \C is present.
10044              Fixes 20001230.002.
10045              
10046              What still remains broken is that the submatches that
10047              have \C in them get their UTF8 flag on because their
10048              parent SV has it on.  This will result in malformed
10049              UTF8 if a \C happened to match a non-ASCII byte.
10050      Branch: perl
10051            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
10052            ! t/pragma/utf8.t
10053 ____________________________________________________________________________
10054 [  8835] By: jhi                                   on 2001/02/18  20:12:02
10055         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
10056              
10057              The hash key got wrongly UTF8fied.
10058      Branch: perl
10059            ! pod/perlapi.pod toke.c utf8.c
10060 ____________________________________________________________________________
10061 [  8834] By: jhi                                   on 2001/02/18  19:44:25
10062         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
10063              don't warn on magical or overloaded things.
10064      Branch: perl
10065            ! pp_hot.c
10066 ____________________________________________________________________________
10067 [  8833] By: nick                                  on 2001/02/18  19:31:22
10068         Log: Integrate mainline
10069      Branch: perlio
10070           +> t/TestInit.pm t/run/runenv.t
10071            - t/UTEST
10072           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
10073           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
10074           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
10075           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
10076           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
10077           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
10078           !> utf8.c
10079 ____________________________________________________________________________
10080 [  8832] By: jhi                                   on 2001/02/18  19:21:18
10081         Log: Integrate perlio.
10082      Branch: perl
10083           !> perlio.c pod/perldiag.pod
10084 ____________________________________________________________________________
10085 [  8831] By: jhi                                   on 2001/02/18  19:14:20
10086         Log: Integrate change #8827 from mainline.
10087              
10088              UTF8 tweaks.
10089      Branch: maint-5.6/perl
10090           !> sv.c utf8.c
10091 ____________________________________________________________________________
10092 [  8830] By: nick                                  on 2001/02/18  19:10:34
10093         Log: Apply the spirit of patch from Nick Clark:
10094              Subject: [PATCH] Re: extensions that provide layers
10095              From: Nicholas Clark <nick@ccl4.org>
10096              Date: Mon, 12 Feb 2001 16:43:51 +0000
10097              Message-Id: <20010212164350.Q3652@plum.flirble.org>
10098      Branch: perlio
10099            ! perlio.c pod/perldiag.pod
10100 ____________________________________________________________________________
10101 [  8829] By: jhi                                   on 2001/02/18  19:03:25
10102         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
10103              From: schwern@pobox.com 
10104              Date: Sun, 18 Feb 2001 13:44:35 -0500
10105              Message-ID: <20010218134435.A17544@magnonel.guild.net>
10106              
10107              Applied, but as t/TestInit.pm.
10108      Branch: perl
10109            + t/TestInit.pm
10110            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
10111            ! t/op/subst_wamp.t
10112 ____________________________________________________________________________
10113 [  8828] By: jhi                                   on 2001/02/18  18:43:52
10114         Log: Integrate perlio.
10115      Branch: perl
10116           !> perlio.c
10117 ____________________________________________________________________________
10118 [  8827] By: jhi                                   on 2001/02/18  18:41:33
10119         Log: UTF-8 tweaks.
10120      Branch: perl
10121            ! sv.c utf8.c
10122 ____________________________________________________________________________
10123 [  8826] By: nick                                  on 2001/02/18  17:40:59
10124         Log: Fix [ID 20010217.002]
10125              open FOO, "<:raw:perlio", ...
10126              :raw now inserts default base layer below itself.
10127              Also
10128              open FOO, "<:unix", ...
10129              works as well - but leaves buffer layer on stack under the unix layer.
10130      Branch: perlio
10131            ! perlio.c
10132 ____________________________________________________________________________
10133 [  8825] By: jhi                                   on 2001/02/18  17:15:39
10134         Log: Integrate perlio.
10135      Branch: perl
10136           !> perlio.c perliol.h
10137 ____________________________________________________________________________
10138 [  8824] By: jhi                                   on 2001/02/18  17:10:53
10139         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
10140              From: schwern@pobox.com
10141              Date: Sun, 18 Feb 2001 01:48:50 -0500
10142              Message-ID: <20010218014850.C19957@magnonel.guild.net>
10143      Branch: perl
10144            ! lib/Test/Harness.pm t/TEST t/op/chop.t
10145 ____________________________________________________________________________
10146 [  8823] By: jhi                                   on 2001/02/18  17:01:06
10147         Log: Add run/*.t to testables.
10148      Branch: perl
10149            ! t/TEST
10150 ____________________________________________________________________________
10151 [  8822] By: jhi                                   on 2001/02/18  16:58:58
10152         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
10153              From: schwern@pobox.com
10154              Date: Sun, 18 Feb 2001 01:11:35 -0500
10155              Message-ID: <20010218011135.A19957@magnonel.guild.net>
10156              
10157              Revive mjd's and Simon's PERL5OPT fix.
10158      Branch: perl
10159            + t/run/runenv.t
10160            ! MANIFEST perl.c
10161 ____________________________________________________________________________
10162 [  8821] By: jhi                                   on 2001/02/18  16:53:46
10163         Log: Subject: Re: Why t/TEST and not Test::Harness?
10164              From: schwern@pobox.com
10165              Date: Sat, 17 Feb 2001 22:44:44 -0500
10166              Message-ID: <20010217224444.A6679@magnonel.guild.net>
10167              
10168              Replace UTEST with TEST -utf8.
10169      Branch: perl
10170            - t/UTEST
10171            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
10172            ! t/lib/glob-basic.t
10173 ____________________________________________________________________________
10174 [  8820] By: nick                                  on 2001/02/18  13:06:16
10175         Log: Clean up a few core dumps when layers are used in unexpected ways.
10176              (Still not "right"...)
10177      Branch: perlio
10178            ! perlio.c perliol.h
10179 ____________________________________________________________________________
10180 [  8819] By: jhi                                   on 2001/02/18  02:25:55
10181         Log: Integrate change #8818 from maintperl, a FAQ nit.
10182      Branch: perl
10183           !> pod/perlfaq4.pod
10184 ____________________________________________________________________________
10185 [  8818] By: jhi                                   on 2001/02/18  02:24:50
10186         Log: FAQ nit from Chris Fedde.
10187      Branch: maint-5.6/perl
10188            ! pod/perlfaq4.pod
10189 ____________________________________________________________________________
10190 [  8817] By: nick                                  on 2001/02/17  18:20:14
10191         Log: Integrate mainline
10192      Branch: perlio
10193           +> lib/unicode/UCD.html lib/unicode/Unicode.html
10194           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
10195           +> pod/perlclib.pod
10196            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
10197            - lib/unicode/Unicode.301
10198           !> (integrate 324 files)
10199 ____________________________________________________________________________
10200 [  8816] By: jhi                                   on 2001/02/17  16:56:58
10201         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
10202      Branch: perl
10203            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
10204            ! ext/Storable/Storable.xs t/lib/st-06compat.t
10205            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
10206 ____________________________________________________________________________
10207 [  8815] By: jhi                                   on 2001/02/17  16:40:07
10208         Log: Subject: [patch] -Wall
10209              From: Doug MacEachern <dougm@covalent.net>
10210              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
10211              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
10212      Branch: perl
10213            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
10214            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
10215 ____________________________________________________________________________
10216 [  8814] By: jhi                                   on 2001/02/16  19:27:18
10217         Log: Document qu better.
10218      Branch: perl
10219            ! pod/perlop.pod
10220 ____________________________________________________________________________
10221 [  8813] By: jhi                                   on 2001/02/15  13:54:37
10222         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
10223              From: Hugo <hv@crypt.compulink.co.uk>
10224              Date: Thu, 15 Feb 2001 13:39:49 +0000
10225              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
10226      Branch: perl
10227            ! toke.c
10228 ____________________________________________________________________________
10229 [  8812] By: alanbur                               on 2001/02/15  13:52:16
10230         Log: Resynchronised with parent
10231      Branch: maint-5.6/pureperl
10232            - ebcdic.c
10233           !> (integrate 36 files)
10234 ____________________________________________________________________________
10235 [  8811] By: jhi                                   on 2001/02/15  13:51:16
10236         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
10237              
10238              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
10239              From: Jan Dubois <JanD@ActiveState.com>
10240              Date: Wed, 31 Jan 2001 21:17:03 -0800
10241              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
10242              
10243              tweak change#8659 to keep it simple
10244              
10245              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
10246              From: Russ Allbery <rra@stanford.edu>
10247              Date: 14 Feb 2001 10:15:41 -0800
10248              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
10249              
10250              (8809 empty)
10251
10252              Upgrade to podlators 1.08, from Russ Allbery.
10253      Branch: perl
10254           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
10255           !> utils/perldoc.PL
10256 ____________________________________________________________________________
10257 [  8810] By: jhi                                   on 2001/02/15  13:35:08
10258         Log: Upgrade to podlators 1.08, from Russ Allbery.
10259      Branch: maint-5.6/perl
10260            ! lib/Pod/Man.pm lib/Pod/Text.pm
10261 ____________________________________________________________________________
10262 [  8809] By: jhi                                   on 2001/02/15  13:26:38
10263         Log: (accidentally empty check-in)
10264      Branch: maint-5.6/perl
10265            ! lib/Test/Harness.pm
10266 ____________________________________________________________________________
10267 [  8808] By: jhi                                   on 2001/02/15  13:23:47
10268         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
10269              From: Russ Allbery <rra@stanford.edu>
10270              Date: 14 Feb 2001 10:15:41 -0800
10271              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
10272              
10273              perldoc was hardcoding $Config{installscript}, which breaks
10274              when install* isn't where Perl ends up (such as with AFS).
10275              
10276              Use $Config{scriptdir} instead.
10277      Branch: maint-5.6/perl
10278            ! utils/perldoc.PL
10279 ____________________________________________________________________________
10280 [  8807] By: jhi                                   on 2001/02/14  14:37:27
10281         Log: Update Changes.
10282      Branch: perl
10283            ! Changes patchlevel.h
10284 ____________________________________________________________________________
10285 [  8806] By: jhi                                   on 2001/02/14  14:25:31
10286         Log: Integrate changes #8803,8804,8805 from mainline.
10287              
10288              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
10289              
10290              Don't skip too much of the locale error message if no environ array,
10291              from Chris Nandor.
10292              
10293              More MacOS Classic fixes from Chris Nandor.
10294      Branch: maint-5.6/perl
10295           !> doop.c lib/Cwd.pm perl.c perl.h util.c
10296 ____________________________________________________________________________
10297 [  8805] By: jhi                                   on 2001/02/14  03:29:01
10298         Log: More MacOS Classic fixes from Chris Nandor.
10299      Branch: perl
10300            ! doop.c lib/Cwd.pm
10301 ____________________________________________________________________________
10302 [  8804] By: jhi                                   on 2001/02/14  03:18:35
10303         Log: Don't skip too much of the locale error message if no environ array,
10304              from Chris Nandor.
10305      Branch: perl
10306            ! util.c
10307 ____________________________________________________________________________
10308 [  8803] By: jhi                                   on 2001/02/14  03:14:14
10309         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
10310      Branch: perl
10311            ! perl.c perl.h
10312 ____________________________________________________________________________
10313 [  8802] By: jhi                                   on 2001/02/13  18:31:33
10314         Log: AUTHORS update.
10315      Branch: perl
10316            ! AUTHORS
10317 ____________________________________________________________________________
10318 [  8801] By: jhi                                   on 2001/02/13  17:55:19
10319         Log: Integrate change #8792 from mainline.
10320              
10321              Subject: buncha MacPerl patches for bleadperl
10322              From: Chris Nandor <pudge@pobox.com>
10323              Date: Tue, 13 Feb 2001 00:02:43 -0500
10324              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
10325      Branch: maint-5.6/perl
10326           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
10327           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
10328           !> t/lib/basename.t toke.c util.h
10329 ____________________________________________________________________________
10330 [  8800] By: jhi                                   on 2001/02/13  17:46:43
10331         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
10332              to be forced to Off_t.
10333              
10334              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
10335              From: nick@ccl4.org
10336              Date: Thu, 1 Feb 2001 12:01:04 +0000
10337              Message-Id: <20010201120103.E11401@plum.flirble.org>
10338      Branch: maint-5.6/perl
10339            ! iperlsys.h perlio.c
10340 ____________________________________________________________________________
10341 [  8799] By: jhi                                   on 2001/02/13  16:52:51
10342         Log: Duplex duplex hunk hunk.
10343      Branch: maint-5.6/perl
10344            ! Makefile.SH
10345 ____________________________________________________________________________
10346 [  8797] By: jhi                                   on 2001/02/13  14:52:04
10347         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
10348              From: "Craig A. Berry" <craigberry@mac.com>
10349              Date: Mon, 12 Feb 2001 11:05:25 -0600
10350              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
10351      Branch: perl
10352            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
10353 ____________________________________________________________________________
10354 [  8796] By: jhi                                   on 2001/02/13  14:36:47
10355         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
10356              From: simon.cozens@pembroke.oxford.ac.uk 
10357              Date: Sat, 10 Feb 2001 17:57:02 +0000
10358              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
10359              
10360              Now it does include.
10361      Branch: perl
10362            ! pod/perldiag.pod
10363 ____________________________________________________________________________
10364 [  8795] By: jhi                                   on 2001/02/13  14:30:11
10365         Log: Sort the MANIFEST.
10366      Branch: perl
10367            ! MANIFEST
10368 ____________________________________________________________________________
10369 [  8794] By: jhi                                   on 2001/02/13  14:26:51
10370         Log: Integrate change #8793 from mainline, FAQ updates.
10371      Branch: maint-5.6/perl
10372           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
10373 ____________________________________________________________________________
10374 [  8793] By: jhi                                   on 2001/02/13  14:25:13
10375         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
10376      Branch: perl
10377            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
10378 ____________________________________________________________________________
10379 [  8792] By: jhi                                   on 2001/02/13  14:22:50
10380         Log: Subject: buncha MacPerl patches for bleadperl
10381              From: Chris Nandor <pudge@pobox.com>
10382              Date: Tue, 13 Feb 2001 00:02:43 -0500
10383              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
10384      Branch: perl
10385            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
10386            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
10387            ! t/lib/basename.t toke.c util.h
10388 ____________________________________________________________________________
10389 [  8791] By: jhi                                   on 2001/02/13  14:10:39
10390         Log: Integrate change #8790 from mainline.
10391              
10392              environ array wrongly assumed in Perl_init_i18nl10n(),
10393      Branch: maint-5.6/perl
10394           !> util.c
10395 ____________________________________________________________________________
10396 [  8790] By: jhi                                   on 2001/02/13  14:06:15
10397         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
10398              noticed by Chris Nandor in MacOS Classic.
10399      Branch: perl
10400            ! util.c
10401 ____________________________________________________________________________
10402 [  8789] By: jhi                                   on 2001/02/13  13:58:07
10403         Log: Integrate changes #8373,8487,8544,8783 from mainline.
10404              
10405              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
10406              hints files, the dynaloading, assimilate ebcdic into util.c.
10407      Branch: maint-5.6/perl
10408            - ebcdic.c
10409            ! MANIFEST hints/posix-bc.sh
10410           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
10411           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
10412           !> perlapi.c proto.h util.c
10413 ____________________________________________________________________________
10414 [  8788] By: alanbur                               on 2001/02/13  10:33:13
10415         Log: Integrated changes from maint-5.6
10416      Branch: maint-5.6/pureperl
10417           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
10418           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
10419           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10420           !> vos/config.ga.h vos/configure_perl.cm
10421 ____________________________________________________________________________
10422 [  8787] By: jhi                                   on 2001/02/13  05:56:36
10423         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
10424      Branch: perl
10425           !> Makefile.SH
10426 ____________________________________________________________________________
10427 [  8786] By: jhi                                   on 2001/02/13  05:54:34
10428         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
10429              From: Dorner Thomas <Thomas.Dorner@start.de>
10430              Date: Mon, 12 Feb 2001 15:06:26 +0100
10431              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
10432      Branch: maint-5.6/perl
10433            ! Makefile.SH
10434 ____________________________________________________________________________
10435 [  8785] By: jhi                                   on 2001/02/13  05:29:04
10436         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
10437      Branch: perl
10438           !> hints/openbsd.sh
10439 ____________________________________________________________________________
10440 [  8784] By: jhi                                   on 2001/02/13  02:25:24
10441         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
10442              From: Peter Prymmer <pvhp@forte.com>
10443              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
10444              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
10445      Branch: perl
10446            ! pod/perlclib.pod
10447 ____________________________________________________________________________
10448 [  8783] By: jhi                                   on 2001/02/13  02:22:36
10449         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
10450      Branch: perl
10451            - ebcdic.c
10452            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
10453            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
10454            ! util.c
10455 ____________________________________________________________________________
10456 [  8782] By: jhi                                   on 2001/02/13  02:00:07
10457         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
10458      Branch: maint-5.6/perl
10459            ! pod/perlport.pod
10460 ____________________________________________________________________________
10461 [  8781] By: jhi                                   on 2001/02/13  01:58:44
10462         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
10463      Branch: maint-5.6/perl
10464            ! hints/openbsd.sh
10465 ____________________________________________________________________________
10466 [  8780] By: jhi                                   on 2001/02/13  01:57:33
10467         Log: Synchronize the regexp tests between maintperl and mainline.
10468      Branch: maint-5.6/perl
10469           !> t/op/re_tests
10470 ____________________________________________________________________________
10471 [  8779] By: jhi                                   on 2001/02/13  01:49:35
10472         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
10473              From: Hugo <hv@crypt.compulink.co.uk>
10474              Date: Tue, 13 Feb 2001 00:11:11 +0000
10475              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
10476      Branch: perl
10477            ! regcomp.c t/op/re_tests
10478 ____________________________________________________________________________
10479 [  8778] By: jhi                                   on 2001/02/13  00:23:10
10480         Log: Comments do not nest.
10481      Branch: perl
10482            ! perl.h
10483 ____________________________________________________________________________
10484 [  8777] By: jhi                                   on 2001/02/13  00:17:54
10485         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
10486              From: Hugo <hv@crypt.compulink.co.uk>
10487              Date: Tue, 13 Feb 2001 00:11:11 +0000
10488              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
10489      Branch: maint-5.6/perl
10490            ! regcomp.c t/op/re_tests
10491 ____________________________________________________________________________
10492 [  8776] By: jhi                                   on 2001/02/12  23:25:52
10493         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
10494      Branch: maint-5.6/perl
10495            ! pod/perlport.pod
10496 ____________________________________________________________________________
10497 [  8775] By: jhi                                   on 2001/02/12  23:04:28
10498         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
10499      Branch: maint-5.6/perl
10500            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
10501            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10502            ! vos/configure_perl.cm
10503 ____________________________________________________________________________
10504 [  8774] By: jhi                                   on 2001/02/12  22:59:11
10505         Log: Subject: Re: [patch] context for 'U' magic functions
10506              From: Doug MacEachern <dougm@covalent.net>
10507              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
10508              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
10509              
10510              plus the suggestion by Nick Ing-Simmons to name the macro
10511              as PERL_MG_UFUNC to avoid namespace pollution, plus add
10512              the advice by Doug for XS writers to perl.h
10513      Branch: perl
10514            ! mg.c perl.h
10515 ____________________________________________________________________________
10516 [  8773] By: jhi                                   on 2001/02/11  20:14:12
10517         Log: Update Changes.
10518      Branch: perl
10519            ! Changes patchlevel.h
10520 ____________________________________________________________________________
10521 [  8772] By: jhi                                   on 2001/02/11  18:47:52
10522         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
10523              From: Simon Cozens <simon@cozens.net>
10524              Date: Wed, 31 Jan 2001 16:31:43 +0000
10525              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
10526      Branch: perl
10527            + pod/perlclib.pod
10528            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
10529            ! pod/perltoc.pod
10530 ____________________________________________________________________________
10531 [  8771] By: jhi                                   on 2001/02/11  18:36:48
10532         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
10533              
10534              Blocks-4d3.beta.txt
10535              CaseFolding-3d4.beta.txt
10536              CompositionExclusions-3d6.beta.txt
10537              EastAsianWidth-4d4.beta.txt
10538              LineBreak-6d3.beta.txt
10539              NamesList-3.1.0d1.beta.txt
10540              PropList-3.1.0d4.beta.txt
10541              SpecialCasing-4d1.beta.txt
10542              UnicodeData-3.1.0d6.beta.txt
10543      Branch: perl
10544            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
10545           +> lib/unicode/UCD.html lib/unicode/Unicode.html
10546            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
10547            - lib/unicode/Unicode.301
10548            ! (edit 257 files)
10549 ____________________________________________________________________________
10550 [  8770] By: jhi                                   on 2001/02/11  17:26:22
10551         Log: UTF-8 documentation.
10552      Branch: perl
10553            ! utf8.h
10554 ____________________________________________________________________________
10555 [  8769] By: jhi                                   on 2001/02/11  17:12:49
10556         Log: Retract #8762.
10557      Branch: perl
10558            ! regexec.c
10559 ____________________________________________________________________________
10560 [  8768] By: jhi                                   on 2001/02/11  16:54:45
10561         Log: Subject: [PATCH] Test::Harness
10562              From: andreas.koenig@anima.de (Andreas J. Koenig)
10563              Date: 11 Feb 2001 14:37:00 +0100
10564              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
10565      Branch: perl
10566            ! lib/Test/Harness.pm
10567 ____________________________________________________________________________
10568 [  8767] By: jhi                                   on 2001/02/11  16:53:52
10569         Log: Subject: [PATCH] Document makepatch in Porting/patching
10570              From: andreas.koenig@anima.de (Andreas J. Koenig)
10571              Date: 11 Feb 2001 16:46:28 +0100
10572              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
10573      Branch: perl
10574            ! Porting/patching.pod
10575 ____________________________________________________________________________
10576 [  8766] By: jhi                                   on 2001/02/11  06:30:23
10577         Log: Subject: Re: [patch] GvSHARED
10578              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
10579              From: Doug MacEachern <dougm@covalent.net>
10580              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
10581              
10582              Subject: Re: [patch] GvSHARED
10583              From: Doug MacEachern <dougm@covalent.net>
10584              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
10585              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
10586              
10587              Subject: [patch] attributes.pm support for `shared'
10588              From: Doug MacEachern <dougm@covalent.net>
10589              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
10590              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
10591              
10592              our() attributes were ignored, our :shared pieces missing,
10593              allow attributes.pm to turn on shared.
10594      Branch: perl
10595            ! op.c t/op/attrs.t toke.c xsutils.c
10596 ____________________________________________________________________________
10597 [  8765] By: alanbur                               on 2001/02/10  23:11:19
10598         Log: Resync with parent (hopefully sucessfully this time)
10599      Branch: maint-5.6/pureperl
10600           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
10601           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
10602           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
10603           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
10604           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
10605           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
10606           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
10607 ____________________________________________________________________________
10608 [  8764] By: jhi                                   on 2001/02/10  22:54:38
10609         Log: Make TEST and UTEST more verbose in case something goes
10610              wrong in running/compiling a script, suggested by Doug
10611              MacEachern.
10612      Branch: perl
10613            ! t/TEST t/UTEST
10614 ____________________________________________________________________________
10615 [  8763] By: jhi                                   on 2001/02/10  22:11:34
10616         Log: Bogus shebang.
10617      Branch: perl
10618            ! t/lib/texttabs.t
10619 ____________________________________________________________________________
10620 [  8762] By: jhi                                   on 2001/02/10  21:56:02
10621         Log: (Retracted by #8769)
10622      Branch: perl
10623            ! regexec.c
10624 ____________________________________________________________________________
10625 [  8761] By: jhi                                   on 2001/02/10  21:26:15
10626         Log: Subject: Re: [patch] GvSHARED 
10627              From: Doug MacEachern <dougm@covalent.net>
10628              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
10629              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
10630              
10631              our @EXPORT : shared = (...);
10632      Branch: perl
10633            ! toke.c
10634 ____________________________________________________________________________
10635 [  8760] By: jhi                                   on 2001/02/10  21:25:07
10636         Log: Subject: [patch] GvSHARED
10637              From: Doug MacEachern <dougm@covalent.net>
10638              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
10639              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
10640      Branch: perl
10641            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
10642 ____________________________________________________________________________
10643 [  8759] By: alanbur                               on 2001/02/10  21:24:27
10644         Log: Backed out mismerge.
10645      Branch: maint-5.6/pureperl
10646            ! MANIFEST README.hpux README.vmesa gv.c installhtml
10647            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
10648            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
10649            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
10650            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
10651            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
10652            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
10653 ____________________________________________________________________________
10654 [  8758] By: jhi                                   on 2001/02/10  18:01:17
10655         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
10656              
10657              Fixed UMRs and leak in Perl_pmtrans()
10658              
10659              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
10660              associated UTFied tr/// code.  Also fixed scoping leak of
10661              PL_reg_start_tmp.
10662              
10663              newATTRSUB leaks when an attempt to redefine the active sort sub is
10664              made.
10665      Branch: maint-5.6/perl
10666           !> op.c regcomp.c
10667 ____________________________________________________________________________
10668 [  8757] By: alanbur                               on 2001/02/10  17:56:46
10669         Log: Resynchronised with parent
10670      Branch: maint-5.6/pureperl
10671           +> README.bs2000
10672            - README.posix-bc
10673            ! gv.c perl.c sv.c
10674           !> MANIFEST README.hpux README.vmesa installhtml
10675           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
10676           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
10677           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
10678           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
10679           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
10680           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
10681 ____________________________________________________________________________
10682 [  8756] By: alanbur                               on 2001/02/10  17:51:15
10683         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
10684              made.
10685      Branch: maint-5.6/pureperl
10686            ! op.c
10687 ____________________________________________________________________________
10688 [  8755] By: jhi                                   on 2001/02/09  22:41:35
10689         Log: Upgrade to CPAN 1.59_54, from Andreas König.
10690      Branch: perl
10691            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
10692 ____________________________________________________________________________
10693 [  8754] By: jhi                                   on 2001/02/09  22:29:20
10694         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
10695              
10696              Didn't upgrade the fill.t since it has a dependency to File::Slurp
10697              purely for debugging purposes, the actual test hasn't changed.
10698      Branch: perl
10699            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
10700            ! t/lib/textwrap.t
10701 ____________________________________________________________________________
10702 [  8753] By: jhi                                   on 2001/02/09  20:17:50
10703         Log: Integrate change #8682 from maintperl.
10704              
10705              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
10706              to work correctly.
10707      Branch: perl
10708           !> hints/irix_6.sh
10709 ____________________________________________________________________________
10710 [  8752] By: jhi                                   on 2001/02/09  20:00:46
10711         Log: Update Changes.
10712      Branch: perl
10713            ! Changes patchlevel.h
10714 ____________________________________________________________________________
10715 [  8751] By: nick                                  on 2001/02/09  19:48:37
10716         Log: Integrate mainline
10717      Branch: perlio
10718           +> README.bs2000 t/lib/cgi-esc.t
10719            - README.posix-bc
10720           !> (integrate 53 files)
10721 ____________________________________________________________________________
10722 [  8750] By: nick                                  on 2001/02/09  19:25:16
10723         Log: Subject: RE: Biannual Competition to Improve Hashing Function
10724              From: Fisher Mark <fisherm@tce.com>
10725              Date: Thu, 8 Feb 2001 10:44:00 -0500
10726              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
10727              Date: Thu, 8 Feb 2001 15:02:47 -0500
10728              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
10729      Branch: perl
10730            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
10731 ____________________________________________________________________________
10732 [  8749] By: jhi                                   on 2001/02/09  19:02:35
10733         Log: Forgotten fragment.
10734      Branch: perl
10735            ! pod/perlapi.pod
10736 ____________________________________________________________________________
10737 [  8748] By: jhi                                   on 2001/02/09  18:31:34
10738         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
10739              plus manual tweakage.
10740              
10741              Sync the perlfaq2 between mainline and maintperl.
10742      Branch: maint-5.6/perl
10743            ! pod/perlfaq2.pod
10744      Branch: perl
10745           !> pod/perlfaq2.pod
10746 ____________________________________________________________________________
10747 [  8747] By: jhi                                   on 2001/02/09  18:12:04
10748         Log: Subject: versiononly and installperl
10749              From: abigail@foad.org
10750              Date: Wed, 7 Feb 2001 22:43:12 +0100
10751              Message-ID: <20010207214312.7045.qmail@foad.org>    
10752              
10753              Add +v flag to force a normal install of the perl binary
10754              and the utilities.
10755              
10756              Subject: [PATCH] installperl
10757              From: Nicholas Clark <nick@ccl4.org>
10758              Date: Fri, 9 Feb 2001 16:28:57 +0000
10759              Message-ID: <20010209162857.B10931@plum.flirble.org>
10760              
10761              Add -A flag which also hardlinks the binary with
10762              the full architecture name.
10763      Branch: perl
10764            ! installperl
10765 ____________________________________________________________________________
10766 [  8746] By: jhi                                   on 2001/02/09  18:03:43
10767         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
10768              
10769              Subject: perlfaq2, re: perlmongers
10770              
10771              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
10772              
10773              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
10774              
10775              Subject: [ID 20010205.001] typo in perlfaq9
10776              
10777              Subject: [ID 20010208.002] unordered explanation in perlcall
10778      Branch: maint-5.6/perl
10779           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
10780           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
10781           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
10782 ____________________________________________________________________________
10783 [  8745] By: jhi                                   on 2001/02/09  17:59:09
10784         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
10785              From: abela@geneanet.org
10786              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
10787              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
10788      Branch: perl
10789            ! pod/perlcall.pod
10790 ____________________________________________________________________________
10791 [  8744] By: jhi                                   on 2001/02/09  17:48:16
10792         Log: Subject: [ID 20010205.001] typo in perlfaq9
10793              From: eserte@vran.herceg.de
10794              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
10795              Message-Id: <200102042244.XAA21926@vran.herceg.de>
10796      Branch: perl
10797            ! pod/perlfaq9.pod
10798 ____________________________________________________________________________
10799 [  8743] By: jhi                                   on 2001/02/09  17:25:12
10800         Log: Integrate change #8695 from maintperl.
10801              
10802              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
10803      Branch: perl
10804           !> thread.h
10805 ____________________________________________________________________________
10806 [  8742] By: jhi                                   on 2001/02/09  17:21:22
10807         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
10808              From: Andy Dougherty <doughera@lafayette.edu>
10809              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
10810              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
10811      Branch: perl
10812            ! embed.pl
10813 ____________________________________________________________________________
10814 [  8741] By: jhi                                   on 2001/02/09  17:05:19
10815         Log: Integrate changes #8738,8739,8740 from maintperl.
10816              
10817              Html files will be installed in a more logical and easier to
10818              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
10819              
10820              Html files will be generated with a header to make them look
10821              a little less bare.
10822              
10823              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
10824      Branch: perl
10825           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
10826 ____________________________________________________________________________
10827 [  8740] By: jhi                                   on 2001/02/09  17:03:46
10828         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
10829              From: "Brendan O'Dea" <bod@compusol.com.au>
10830              Date: Sun, 4 Feb 2001 11:17:56 +1100
10831              Message-ID: <20010204111756.A16301@compusol.com.au>
10832      Branch: maint-5.6/perl
10833            ! pod/perlfaq3.pod
10834 ____________________________________________________________________________
10835 [  8739] By: jhi                                   on 2001/02/09  17:01:59
10836         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
10837              From: "Indy Singh" <indy@nusphere.com>
10838              Date: Fri, 2 Feb 2001 15:09:59 -0500
10839              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
10840              
10841              Html files will be generated with a header to make them look
10842              a little less bare.
10843      Branch: maint-5.6/perl
10844            ! installhtml
10845 ____________________________________________________________________________
10846 [  8738] By: jhi                                   on 2001/02/09  16:58:48
10847         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
10848              From: "Indy Singh" <indy@nusphere.com>
10849              Date: Fri, 2 Feb 2001 15:08:23 -0500
10850              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
10851              
10852              Html files will be installed in a more logical and easier to
10853              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
10854      Branch: maint-5.6/perl
10855            ! win32/Makefile win32/makefile.mk
10856 ____________________________________________________________________________
10857 [  8737] By: jhi                                   on 2001/02/09  16:46:54
10858         Log: Integrate changes #8687,8736 from maintperl.
10859              
10860              HP-UX thread patches from Merijn H. Brand.
10861              
10862              Latin nit from Philip Newton.
10863      Branch: perl
10864           !> README.hpux hints/hpux.sh
10865 ____________________________________________________________________________
10866 [  8736] By: jhi                                   on 2001/02/09  16:42:31
10867         Log: Latin nit from Philip Newton.
10868      Branch: maint-5.6/perl
10869            ! README.hpux
10870 ____________________________________________________________________________
10871 [  8735] By: jhi                                   on 2001/02/09  16:24:03
10872         Log: Integrate changes #8704,8710 from pureperl.
10873              
10874              Fixed UMRs and leak in Perl_pmtrans()
10875              
10876              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
10877              associated UTFied tr/// code.  Also fixed scoping leak of
10878              PL_reg_start_tmp.
10879      Branch: perl
10880           !> op.c regcomp.c
10881 ____________________________________________________________________________
10882 [  8734] By: jhi                                   on 2001/02/09  15:40:21
10883         Log: Integrate change #8733 from maintperl.
10884              
10885              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
10886      Branch: perl
10887           !> pod/perlre.pod
10888 ____________________________________________________________________________
10889 [  8733] By: jhi                                   on 2001/02/09  15:35:47
10890         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
10891              From: Prymmer/Kahn <pvhp@best.com>
10892              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
10893              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
10894      Branch: maint-5.6/perl
10895            ! pod/perlre.pod
10896 ____________________________________________________________________________
10897 [  8732] By: jhi                                   on 2001/02/09  15:26:17
10898         Log: Rename README.posix-bc to README.bs2000 (to avoid the
10899              confusion of a "perlposix-bc.pod"), add a few missing
10900              arch pods, regen toc.
10901      Branch: maint-5.6/perl
10902           +> README.bs2000
10903            - README.posix-bc
10904            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
10905            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
10906 ____________________________________________________________________________
10907 [  8731] By: jhi                                   on 2001/02/09  15:23:39
10908         Log: De-cut-and-pasto.
10909      Branch: perl
10910            ! pod/perl.pod
10911 ____________________________________________________________________________
10912 [  8730] By: jhi                                   on 2001/02/09  15:11:13
10913         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
10914              when people think that perlposix-bc.pod tells anything about
10915              Perl and POSIX.  Regen toc.
10916      Branch: perl
10917           +> README.bs2000
10918            - README.posix-bc
10919            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
10920            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
10921 ____________________________________________________________________________
10922 [  8729] By: jhi                                   on 2001/02/09  14:52:28
10923         Log: The README.vmesa part of #8712 from maintperl.
10924      Branch: perl
10925            ! README.vmesa
10926 ____________________________________________________________________________
10927 [  8728] By: jhi                                   on 2001/02/09  14:46:06
10928         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
10929              From: Peter Prymmer <pvhp@forte.com>
10930              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
10931              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
10932      Branch: maint-5.6/perl
10933            ! README.vmesa win32/Makefile win32/makefile.mk
10934 ____________________________________________________________________________
10935 [  8727] By: jhi                                   on 2001/02/09  14:33:25
10936         Log: Integrate change #8712 from mainline.
10937              
10938              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
10939      Branch: maint-5.6/perl
10940           !> lib/Pod/Find.pm
10941 ____________________________________________________________________________
10942 [  8726] By: jhi                                   on 2001/02/09  14:30:28
10943         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
10944              From: Peter Prymmer <pvhp@forte.com>
10945              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
10946              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
10947      Branch: perl
10948            + t/lib/cgi-esc.t
10949            ! MANIFEST lib/CGI/Util.pm
10950 ____________________________________________________________________________
10951 [  8725] By: jhi                                   on 2001/02/09  04:56:47
10952         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
10953      Branch: maint-5.6/perl
10954            ! pod/perlport.pod
10955 ____________________________________________________________________________
10956 [  8724] By: jhi                                   on 2001/02/09  04:40:59
10957         Log: Integrate changes 7819,7820 from vmsperl into mainline.
10958              
10959              Add header for LIB$ prototypes (C. Berry)
10960              
10961              Convert fwrite()s to sockets to write()s, since some socket stacks
10962              don't take kindly to stdio.
10963              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
10964              (for often optional LNMs)
10965              Correct a few typos
10966              (C. Bailey)
10967      Branch: perl
10968           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
10969 ____________________________________________________________________________
10970 [  8723] By: jhi                                   on 2001/02/09  03:29:29
10971         Log: Integrate change #8722 from mainline.
10972              
10973              The Im() function wasn't returning zero for non-Math::Complex
10974              arguments.  The bug reported by John Gamble.
10975      Branch: maint-5.6/perl
10976           !> lib/Math/Complex.pm
10977 ____________________________________________________________________________
10978 [  8722] By: jhi                                   on 2001/02/09  03:28:33
10979         Log: The Im() function wasn't returning zero for non-Math::Complex
10980              arguments.  The bug reported by John Gamble.
10981      Branch: perl
10982            ! lib/Math/Complex.pm
10983 ____________________________________________________________________________
10984 [  8721] By: nick                                  on 2001/02/08  22:11:35
10985         Log: Correct the correction :-(
10986      Branch: perl
10987            ! perl.c
10988 ____________________________________________________________________________
10989 [  8720] By: bailey                                on 2001/02/08  20:59:22
10990         Log: Convert frwite()s to sockets to write()s, since some socket stacks
10991              don't take kindly to stdio.
10992              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
10993              (for often optional LNMs)
10994              Correct a few typos
10995              (C. Bailey)
10996      Branch: vmsperl
10997            ! vms/vms.c vms/vmsish.h
10998 ____________________________________________________________________________
10999 [  8719] By: bailey                                on 2001/02/08  20:51:02
11000         Log: Add header for LIB$ prototypes (C. Berry)
11001      Branch: vmsperl
11002            ! ext/Devel/DProf/DProf.xs
11003 ____________________________________________________________________________
11004 [  8718] By: bailey                                on 2001/02/08  20:49:00
11005         Log: SYN SYN
11006      Branch: vmsperl
11007           +> pod/perliol.pod t/lib/sample-tests/bailout
11008           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
11009           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
11010           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
11011           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
11012           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
11013           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
11014            - lib/unicode/Is/DCinital.pl
11015           !> (integrate 101 files)
11016 ____________________________________________________________________________
11017 [  8717] By: nick                                  on 2001/02/08  19:38:48
11018         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
11019              From: Robin Barker <rmb1@cise.npl.co.uk>
11020              Date: Thu, 8 Feb 2001 14:38:07 GMT
11021              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
11022      Branch: perl
11023            ! lib/CPAN.pm
11024 ____________________________________________________________________________
11025 [  8716] By: nick                                  on 2001/02/08  19:29:07
11026         Log: Generated files form 8713 etc.
11027      Branch: perl
11028            ! embed.h global.sym objXSUB.h perlapi.c proto.h
11029 ____________________________________________________________________________
11030 [  8715] By: nick                                  on 2001/02/08  19:26:08
11031         Log: Fixup non-ithread build after 8713
11032      Branch: perl
11033            ! perl.c
11034 ____________________________________________________________________________
11035 [  8714] By: nick                                  on 2001/02/08  19:17:45
11036         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
11037              From: nick@ccl4.org
11038              Date: Wed, 7 Feb 2001 00:27:47 +0000
11039              Message-Id: <20010207002747.B63724@plum.flirble.org>
11040      Branch: perl
11041            ! sv.c toke.c
11042 ____________________________________________________________________________
11043 [  8713] By: nick                                  on 2001/02/08  19:15:58
11044         Log: Subject: Re: [patch] Re: PL_ptr_table
11045              From: Doug Maceachern <dougm@covalent.net>
11046              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
11047              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
11048      Branch: perl
11049            ! embed.pl perl.c sv.c sv.h
11050 ____________________________________________________________________________
11051 [  8712] By: nick                                  on 2001/02/08  19:12:47
11052         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
11053              From: Peter Prymmer <pvhp@forte.com>
11054              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
11055              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
11056      Branch: perl
11057            ! lib/Pod/Find.pm
11058 ____________________________________________________________________________
11059 [  8711] By: nick                                  on 2001/02/07  21:06:11
11060         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
11061              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
11062              From: Alan Burlison <Alan.Burlison@uk.sun.com>
11063              Date: Tue, 06 Feb 2001 23:37:01 +0000
11064              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
11065      Branch: perl
11066            ! regcomp.c
11067 ____________________________________________________________________________
11068 [  8710] By: alanbur                               on 2001/02/07  00:22:04
11069         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
11070              associated UTFied tr/// code.  Also fixed scoping leak of
11071              PL_reg_start_tmp.
11072      Branch: maint-5.6/pureperl
11073            ! op.c regcomp.c
11074 ____________________________________________________________________________
11075 [  8709] By: nick                                  on 2001/02/06  21:16:49
11076         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
11077              From: Michael G Schwern <schwern@pobox.com>
11078              Date: Sun, 4 Feb 2001 19:47:14 -0500
11079              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
11080      Branch: perl
11081            ! pod/perlapi.pod pod/perlmodlib.PL
11082 ____________________________________________________________________________
11083 [  8708] By: nick                                  on 2001/02/06  20:41:20
11084         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
11085              From: Michael G Schwern <schwern@pobox.com>
11086              Date: Sun, 4 Feb 2001 21:17:49 -0500
11087              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
11088      Branch: perl
11089            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
11090            ! pod/perltootc.pod
11091 ____________________________________________________________________________
11092 [  8707] By: nick                                  on 2001/02/06  20:29:11
11093         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
11094              From: Michael G Schwern <schwern@pobox.com>
11095              Date: Tue, 6 Feb 2001 05:54:30 -0500
11096              Message-Id: <20010206055430.A951@blackrider.aocn.com>
11097      Branch: perl
11098            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
11099 ____________________________________________________________________________
11100 [  8706] By: nick                                  on 2001/02/06  20:21:40
11101         Log: Subject: RE: some win32 fixes
11102              Date: Tue, 6 Feb 2001 09:23:20 +0300
11103              From: Vadim Konovalov <vkonovalov@lucent.com>
11104              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
11105      Branch: perl
11106            ! toke.c win32/Makefile win32/config.bc win32/config.gc
11107            ! win32/config.vc win32/config_H.bc win32/makefile.mk
11108 ____________________________________________________________________________
11109 [  8705] By: alanbur                               on 2001/02/06  15:00:03
11110         Log: Synchronised with parent
11111      Branch: maint-5.6/pureperl
11112            ! regexec.c
11113           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
11114           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
11115 ____________________________________________________________________________
11116 [  8704] By: alanbur                               on 2001/02/06  14:55:24
11117         Log: Fixed UMRs and leak in Perl_pmtrans()
11118      Branch: maint-5.6/pureperl
11119            ! op.c
11120 ____________________________________________________________________________
11121 [  8703] By: gsar                                  on 2001/02/06  02:29:37
11122         Log: $(MAKE) distclean doesn't clean up properly on windows
11123      Branch: maint-5.6/perl
11124            ! win32/Makefile win32/makefile.mk
11125 ____________________________________________________________________________
11126 [  8702] By: gsar                                  on 2001/02/06  01:00:46
11127         Log: tweak change#8659 to keep it simple
11128      Branch: maint-5.6/perl
11129            ! utils/perldoc.PL
11130 ____________________________________________________________________________
11131 [  8701] By: gsar                                  on 2001/02/05  22:45:41
11132         Log: change#8693 was missing testsuite changes
11133      Branch: maint-5.6/perl
11134           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
11135 ____________________________________________________________________________
11136 [  8700] By: nick                                  on 2001/02/05  20:32:52
11137         Log: Integrate mainline
11138      Branch: perlio
11139           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
11140           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
11141           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
11142           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
11143           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
11144           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
11145           +> t/lib/test-harness.t
11146           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
11147           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
11148           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
11149           !> pod/perlutil.pod t/TEST utils/h2xs.PL
11150 ____________________________________________________________________________
11151 [  8699] By: nick                                  on 2001/02/05  19:41:07
11152         Log: Subject: perlfaq2, re: perlmongers
11153              From: David H. Adler <dha@panix.com>
11154              Date: Sun, 4 Feb 2001 23:48:23 -0500
11155              Message-Id: <20010204234823.A13429@panix.com>
11156      Branch: perl
11157            ! pod/perlfaq2.pod
11158 ____________________________________________________________________________
11159 [  8698] By: nick                                  on 2001/02/05  19:39:31
11160         Log: Missed file f#rom the testharness mess.
11161      Branch: perl
11162            + t/lib/test-harness.t
11163 ____________________________________________________________________________
11164 [  8697] By: nick                                  on 2001/02/05  19:37:21
11165         Log: Subject: [DOC PATCH] overload.pm nits
11166              From: John Tobey <jtobey@john-edwin-tobey.org>
11167              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
11168              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
11169      Branch: perl
11170            ! lib/overload.pm
11171 ____________________________________________________________________________
11172 [  8696] By: alanbur                               on 2001/02/05  11:56:00
11173         Log: Sync with parent
11174      Branch: maint-5.6/pureperl
11175           !> thread.h
11176 ____________________________________________________________________________
11177 [  8695] By: gsar                                  on 2001/02/05  03:27:34
11178         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
11179      Branch: maint-5.6/perl
11180            ! thread.h
11181 ____________________________________________________________________________
11182 [  8694] By: alanbur                               on 2001/02/05  00:07:47
11183         Log: Initial branch creation from //depot/maint-5.6/perl
11184      Branch: maint-5.6/pureperl
11185           +> (branch 1719 files)
11186 ____________________________________________________________________________
11187 [  8693] By: gsar                                  on 2001/02/04  22:38:49
11188         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
11189              changes)
11190      Branch: maint-5.6/perl
11191           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
11192           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
11193           !> ext/DB_File/version.c
11194 ____________________________________________________________________________
11195 [  8692] By: nick                                  on 2001/02/04  18:15:57
11196         Log: The missed t/TEST part of the grand testharness upgrade.
11197      Branch: perl
11198            ! t/TEST
11199 ____________________________________________________________________________
11200 [  8691] By: nick                                  on 2001/02/04  18:05:17
11201         Log: New improved test harness
11202              Subject: Re: [PATCH Test::Harness] Third time's a charm?
11203              From: Michael G Schwern <schwern@pobox.com>
11204              Date: Sun, 4 Feb 2001 08:01:20 -0500
11205              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
11206      Branch: perl
11207            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
11208            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
11209            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
11210            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
11211            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
11212            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
11213            ! MANIFEST lib/Test/Harness.pm
11214 ____________________________________________________________________________
11215 [  8690] By: nick                                  on 2001/02/04  17:57:51
11216         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
11217              From: Jonathan Stowe <gellyfish@gellyfish.com>
11218              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
11219              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
11220      Branch: perl
11221            ! utils/h2xs.PL
11222 ____________________________________________________________________________
11223 [  8689] By: nick                                  on 2001/02/04  17:55:24
11224         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
11225              From: Michael G Schwern <schwern@pobox.com>
11226              Date: Sat, 3 Feb 2001 22:46:38 -0500
11227              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
11228      Branch: perl
11229            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
11230            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
11231 ____________________________________________________________________________
11232 [  8688] By: nick                                  on 2001/02/04  17:43:55
11233         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
11234              length byfailing to spot lack of closing )
11235              From: nick@talking.bollo.cx
11236              Date: Sat, 03 Feb 2001 23:53:16 +0000
11237              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
11238      Branch: perl
11239            ! perlio.c pod/perldiag.pod
11240 ____________________________________________________________________________
11241 [  8687] By: jhi                                   on 2001/02/03  17:11:42
11242         Log: HP-UX thread patches from Merijn H. Brand.
11243      Branch: maint-5.6/perl
11244            ! README.hpux hints/hpux.sh
11245 ____________________________________________________________________________
11246 [  8686] By: jhi                                   on 2001/02/03  16:40:12
11247         Log: Metaconfig changes for #8685.
11248      Branch: metaconfig
11249            ! U/installdirs/instubperl.U
11250      Branch: metaconfig/U/perl
11251            ! Devel.U versiononly.U
11252 ____________________________________________________________________________
11253 [  8685] By: jhi                                   on 2001/02/03  16:39:49
11254         Log: For -Dusedevel builds turn off installusrbinperl and turn on
11255              versiononly, a combined idea of Richard Soderberg and Merijn
11256              H. Brand.  You can still override both of these from the command
11257              line if you need to, -Dinstallusrbinperl and -Uversiononly.
11258      Branch: perl
11259            ! Configure
11260 ____________________________________________________________________________
11261 [  8684] By: jhi                                   on 2001/02/03  16:16:34
11262         Log: Metaconfig unit fix for #8683.
11263      Branch: metaconfig
11264            ! U/compline/nblock_io.U
11265 ____________________________________________________________________________
11266 [  8683] By: jhi                                   on 2001/02/03  16:16:12
11267         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
11268              reported by Peter Prymmer for 5.6-TRIAL1.
11269      Branch: perl
11270            ! Configure
11271 ____________________________________________________________________________
11272 [  8682] By: jhi                                   on 2001/02/03  05:52:11
11273         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
11274              to work correctly.
11275      Branch: maint-5.6/perl
11276            ! hints/irix_6.sh
11277 ____________________________________________________________________________
11278 [  8681] By: jhi                                   on 2001/02/03  05:47:33
11279         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
11280      Branch: maint-5.6/perl
11281            ! pod/perlport.pod
11282 ____________________________________________________________________________
11283 [  8680] By: jhi                                   on 2001/02/02  21:39:49
11284         Log: perlport update from Peter Prymmer.
11285      Branch: maint-5.6/perl
11286            ! pod/perlport.pod
11287 ____________________________________________________________________________
11288 [  8679] By: nick                                  on 2001/02/02  20:50:48
11289         Log: Integrate mainline
11290      Branch: perlio
11291           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
11292           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
11293           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
11294 ____________________________________________________________________________
11295 [  8678] By: gsar                                  on 2001/02/02  16:02:12
11296         Log: note about bincompat, slightly modified (from Lupe Christoph)
11297      Branch: maint-5.6/perl
11298            ! README.solaris
11299 ____________________________________________________________________________
11300 [  8677] By: jhi                                   on 2001/02/02  15:46:20
11301         Log: Supported platforms updates.
11302      Branch: maint-5.6/perl
11303            ! pod/perlport.pod
11304 ____________________________________________________________________________
11305 [  8676] By: jhi                                   on 2001/02/02  03:41:26
11306         Log: A couple more perlfaq2 tweaks.
11307      Branch: maint-5.6/perl
11308            ! pod/perlfaq2.pod
11309 ____________________________________________________________________________
11310 [  8675] By: jhi                                   on 2001/02/02  03:17:44
11311         Log: Misedit in #8661.
11312      Branch: maint-5.6/perl
11313            ! Configure
11314 ____________________________________________________________________________
11315 [  8674] By: jhi                                   on 2001/02/02  03:14:38
11316         Log: Damien again.
11317      Branch: maint-5.6/perl
11318            ! pod/perlfaq2.pod
11319 ____________________________________________________________________________
11320 [  8673] By: jhi                                   on 2001/02/02  03:12:40
11321         Log: perlfaq update from Elaine Ashton.
11322      Branch: maint-5.6/perl
11323            ! pod/perlfaq2.pod
11324 ____________________________________________________________________________
11325 [  8672] By: jhi                                   on 2001/02/02  03:07:08
11326         Log: UTF-8 s/// patch from Inaba Hiroto.
11327      Branch: maint-5.6/perl
11328            ! pp_ctl.c pp_hot.c
11329 ____________________________________________________________________________
11330 [  8671] By: jhi                                   on 2001/02/01  22:34:31
11331         Log: Update Changes.
11332      Branch: perl
11333            ! Changes patchlevel.h
11334 ____________________________________________________________________________
11335 [  8670] By: jhi                                   on 2001/02/01  22:15:29
11336         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
11337              from maintperl.
11338              
11339              Upgrade to Getopt::Long 2.25, from Johan Vromans.
11340              
11341              more files need to be writable in the source distribution
11342              
11343              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
11344              
11345              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
11346              
11347              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
11348              
11349              Allow the float to be fuzzier.
11350              
11351              need to use INT2PTR instead of a straight cast or ia64 fails
11352              
11353              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
11354              
11355              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
11356      Branch: perl
11357           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
11358           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
11359           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
11360 ____________________________________________________________________________
11361 [  8669] By: jhi                                   on 2001/02/01  21:57:02
11362         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
11363              From: Robin Barker <rmb1@cise.npl.co.uk>
11364              Date: Thu, 1 Feb 2001 16:59:05 GMT
11365              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
11366      Branch: maint-5.6/perl
11367            ! pod/perlmodlib.PL
11368 ____________________________________________________________________________
11369 [  8668] By: nick                                  on 2001/02/01  19:41:40
11370         Log: Integrate mainline
11371      Branch: perlio
11372           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
11373           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
11374           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
11375 ____________________________________________________________________________
11376 [  8667] By: gsar                                  on 2001/02/01  16:59:11
11377         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
11378      Branch: maint-5.6/perl
11379            ! embed.pl embedvar.h
11380 ____________________________________________________________________________
11381 [  8666] By: gsar                                  on 2001/02/01  16:34:51
11382         Log: add missing entries to win32/config.?c
11383      Branch: maint-5.6/perl
11384            ! win32/config.bc win32/config.gc win32/config.vc
11385            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11386 ____________________________________________________________________________
11387 [  8665] By: jhi                                   on 2001/02/01  14:58:51
11388         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
11389              From: "Stephen P. Potter" <spp@spotter.yi.org>
11390              Date: Thu, 01 Feb 2001 10:45:46 -0500
11391              Message-Id: <200102011545.KAA31479@spotter.yi.org>
11392      Branch: maint-5.6/perl
11393            ! pod/perlfunc.pod
11394 ____________________________________________________________________________
11395 [  8664] By: gsar                                  on 2001/02/01  14:52:37
11396         Log: need to use INT2PTR instead of a straight cast or ia64 fails
11397              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
11398      Branch: maint-5.6/perl
11399            ! ext/POSIX/POSIX.xs
11400 ____________________________________________________________________________
11401 [  8663] By: jhi                                   on 2001/02/01  14:09:13
11402         Log: Allow the float to be fuzzier.
11403      Branch: maint-5.6/perl
11404            ! t/lib/peek.t
11405 ____________________________________________________________________________
11406 [  8662] By: jhi                                   on 2001/02/01  13:59:00
11407         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
11408              From: Robin Barker <rmb1@cise.npl.co.uk>
11409              Date: Thu, 1 Feb 2001 13:05:39 GMT
11410              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
11411      Branch: maint-5.6/perl
11412            ! pod/perlmodlib.pod
11413 ____________________________________________________________________________
11414 [  8661] By: jhi                                   on 2001/02/01  13:57:38
11415         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
11416              Date: Thu, 01 Feb 2001 14:15:41 +0100
11417              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11418              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
11419              
11420              Have the $ccflags in the gcc version test (strange, this change
11421              is claimed to be have been integrated already)
11422      Branch: maint-5.6/perl
11423            ! Configure
11424 ____________________________________________________________________________
11425 [  8660] By: jhi                                   on 2001/02/01  13:44:10
11426         Log: Integrate changes #7950,7964,7962 from mainline.
11427              
11428              Find the stdchar signedness using cpp, should fix some of
11429              the Solaris compiler warnings reported by Alan Burlison.
11430      Branch: maint-5.6/perl
11431           !> Configure config_h.SH
11432 ____________________________________________________________________________
11433 [  8659] By: jhi                                   on 2001/02/01  05:35:32
11434         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
11435              From: Jan Dubois <JanD@ActiveState.com>
11436              Date: Wed, 31 Jan 2001 21:17:03 -0800
11437              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
11438      Branch: maint-5.6/perl
11439            ! utils/perldoc.PL
11440 ____________________________________________________________________________
11441 [  8658] By: jhi                                   on 2001/02/01  04:33:17
11442         Log: Integrate the README.os390 and README.posix-bc parts of mainline
11443              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
11444              installperl parts were taken care of by #8657.)
11445      Branch: maint-5.6/perl
11446           !> README.os390 README.posix-bc
11447 ____________________________________________________________________________
11448 [  8657] By: jhi                                   on 2001/02/01  04:29:21
11449         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
11450              From: Peter Prymmer <pvhp@forte.com>
11451              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
11452              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
11453      Branch: maint-5.6/perl
11454            + ext/DynaLoader/dl_dllload.xs
11455            ! MANIFEST Makefile.SH hints/os390.sh installperl
11456 ____________________________________________________________________________
11457 [  8656] By: jhi                                   on 2001/02/01  04:25:45
11458         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
11459              From: Peter Prymmer <pvhp@forte.com>
11460              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
11461              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
11462      Branch: maint-5.6/perl
11463            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
11464 ____________________________________________________________________________
11465 [  8655] By: jhi                                   on 2001/02/01  04:14:47
11466         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
11467              From: troc@netrus.net
11468              Date: Wed, 31 Jan 2001 22:31:26 -0500
11469              Message-Id: <200102010331.WAA117.85@rocco.homenet>
11470      Branch: maint-5.6/perl
11471            ! os2/os2.c
11472 ____________________________________________________________________________
11473 [  8654] By: jhi                                   on 2001/02/01  04:12:52
11474         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
11475              as reported by Alan Burlison.
11476      Branch: maint-5.6/perl
11477            ! pp.h
11478 ____________________________________________________________________________
11479 [  8653] By: jhi                                   on 2001/02/01  04:05:12
11480         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
11481              From: dsugalski@northernlight.com
11482              Date: Wed, 31 Jan 2001 18:54:11 -0500
11483              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
11484      Branch: maint-5.6/perl
11485            ! configure.com
11486 ____________________________________________________________________________
11487 [  8652] By: jhi                                   on 2001/02/01  04:03:11
11488         Log: Misplaced #endif.
11489              
11490              Subject: [perl-5-6-1-trial2] patches for EPOC
11491              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11492              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
11493              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
11494      Branch: maint-5.6/perl
11495            ! epoc/epocish.c
11496 ____________________________________________________________________________
11497 [  8651] By: jhi                                   on 2001/02/01  04:00:25
11498         Log: Integrate changes #8647,8648,8650 from mainline.
11499              
11500              Macrofy a magic UTF-8 test.
11501              
11502              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
11503              
11504              Watch out for cross compiling for EPOC (usually done on linux).
11505      Branch: maint-5.6/perl
11506           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
11507 ____________________________________________________________________________
11508 [  8650] By: jhi                                   on 2001/02/01  03:56:20
11509         Log: Watch out for cross compiling for EPOC (usually done on linux)
11510              
11511              Subject: [perl-5-6-1-trial2] patches for EPOC
11512              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11513              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
11514              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
11515      Branch: perl
11516            ! ext/Errno/Errno_pm.PL
11517 ____________________________________________________________________________
11518 [  8649] By: gsar                                  on 2001/02/01  00:46:00
11519         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
11520      Branch: maint-5.6/perl
11521            ! sv.c
11522 ____________________________________________________________________________
11523 [  8648] By: jhi                                   on 2001/01/31  23:35:36
11524         Log: All the uses of PL_numeric_radix must be protected by
11525              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
11526              
11527              Subject: [perl-5-6-1-trial2] patches for EPOC
11528              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11529              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
11530              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
11531      Branch: perl
11532            ! sv.c
11533 ____________________________________________________________________________
11534 [  8647] By: jhi                                   on 2001/01/31  22:56:16
11535         Log: Macrofy a magic UTF-8 test.
11536      Branch: perl
11537            ! utf8.c utf8.h
11538 ____________________________________________________________________________
11539 [  8646] By: gsar                                  on 2001/01/31  15:55:12
11540         Log: update Changes
11541      Branch: maint-5.6/perl
11542            ! Changes
11543 ____________________________________________________________________________
11544 [  8645] By: gsar                                  on 2001/01/31  15:10:14
11545         Log: Configure tweak suggested by Peter Prymmer
11546      Branch: maint-5.6/perl
11547            ! Configure
11548 ____________________________________________________________________________
11549 [  8644] By: gsar                                  on 2001/01/31  15:06:32
11550         Log: more files need to be writable in the source distribution
11551      Branch: maint-5.6/perl
11552            ! Porting/makerel
11553 ____________________________________________________________________________
11554 [  8643] By: jhi                                   on 2001/01/31  14:59:46
11555         Log: Integrate changes #8258,8278,8279 from mainline.
11556              
11557              Make the large file tests more robust/talkative.
11558      Branch: maint-5.6/perl
11559           !> t/lib/syslfs.t t/op/lfs.t
11560 ____________________________________________________________________________
11561 [  8642] By: gsar                                  on 2001/01/31  14:53:48
11562         Log: integrate changes#8311,8334 from mainline
11563              
11564              Add a new MakeMaker variable PM_FILTER that defines a Unix
11565              filter to be run on each .pm during the pm_to_blib() phase,
11566              a fixed version of
11567              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
11568              
11569              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
11570              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
11571              accurate reading of the "atime".  
11572      Branch: maint-5.6/perl
11573           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
11574           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11575           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
11576 ____________________________________________________________________________
11577 [  8641] By: jhi                                   on 2001/01/31  14:46:37
11578         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
11579      Branch: maint-5.6/perl
11580            ! lib/Getopt/Long.pm
11581 ____________________________________________________________________________
11582 [  8640] By: gsar                                  on 2001/01/31  14:40:24
11583         Log: make regen_all
11584      Branch: maint-5.6/perl
11585            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
11586 ____________________________________________________________________________
11587 [  8639] By: gsar                                  on 2001/01/31  14:37:25
11588         Log: refresh windows config files
11589      Branch: maint-5.6/perl
11590            ! win32/Makefile win32/config_H.bc win32/config_H.gc
11591            ! win32/config_H.vc win32/makefile.mk
11592 ____________________________________________________________________________
11593 [  8638] By: gsar                                  on 2001/01/31  14:28:10
11594         Log: makefile tweaks for windows: introduce a bulk-switch to enable
11595              same options as ActivePerl; sync changes with makefile.mk
11596      Branch: maint-5.6/perl
11597            ! win32/Makefile win32/makefile.mk
11598 ____________________________________________________________________________
11599 [  8637] By: jhi                                   on 2001/01/31  04:41:30
11600         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
11601              From: Nicholas Clark <nick@ccl4.org>
11602              Date: Tue, 30 Jan 2001 19:51:05 +0000
11603              Message-ID: <20010130195105.R76607@plum.flirble.org> 
11604              
11605              op/inc cure.
11606      Branch: perl
11607            ! pp.c pp.h pp_hot.c t/op/arith.t
11608 ____________________________________________________________________________
11609 [  8636] By: jhi                                   on 2001/01/31  02:38:32
11610         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
11611              no perlio],8257,8380,8479,8515 from mainline.
11612              
11613              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
11614              
11615              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
11616              Subject: [PATCH perl@8133] fix-up for VMS extensions
11617              
11618              In VMS embedded perls couldn't access the statically built Socket.
11619              
11620              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
11621              
11622              Further VMS piping fixes from Charles Lane.
11623              
11624              Subject:  [PATCH] make t/op/misc.t work on VMS
11625              
11626              Add tracing for debugging extensions builds in VMS.
11627              
11628              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
11629      Branch: maint-5.6/perl
11630           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
11631           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
11632           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
11633 ____________________________________________________________________________
11634 [  8635] By: jhi                                   on 2001/01/31  01:46:41
11635         Log: Integrate change #7732 from mainline.
11636              
11637              Sparc 64-bit pack() fix from Jens Hamisch.
11638      Branch: maint-5.6/perl
11639           !> pp.c
11640 ____________________________________________________________________________
11641 [  8634] By: jhi                                   on 2001/01/31  01:41:16
11642         Log: One spot missing from #8626.
11643      Branch: maint-5.6/perl
11644            ! sv.c
11645 ____________________________________________________________________________
11646 [  8633] By: jhi                                   on 2001/01/31  00:49:17
11647         Log: Integrate change #7495 from mainline.
11648              
11649              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
11650      Branch: maint-5.6/perl
11651           !> MANIFEST ext/re/Makefile.PL
11652 ____________________________________________________________________________
11653 [  8632] By: jhi                                   on 2001/01/30  23:38:49
11654         Log: Integrate change #8396 from mainline.
11655              
11656              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
11657              better multicast support (resend)
11658      Branch: maint-5.6/perl
11659           !> ext/Socket/Socket.pm
11660 ____________________________________________________________________________
11661 [  8631] By: jhi                                   on 2001/01/30  23:28:03
11662         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
11663              
11664              More AIX lore. (7514, ext/re/hints/aix.pl)
11665              
11666              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
11667              
11668              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)
11669              
11670              Subject: [ID 20001214.002] Net::Ping patch
11671              
11672              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
11673              
11674              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
11675              
11676              Add ReuseAddr as a (preferred) alias for Reuse as we now
11677              also have ReusePort.
11678              
11679              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
11680      Branch: maint-5.6/perl
11681           +> ext/re/hints/aix.pl
11682           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
11683           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
11684 ____________________________________________________________________________
11685 [  8630] By: jhi                                   on 2001/01/30  23:03:59
11686         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
11687              
11688              read() documentation tweak for 20001121.004.
11689              
11690              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
11691      Branch: maint-5.6/perl
11692           !> pod/perlfunc.pod pod/perlre.pod
11693 ____________________________________________________________________________
11694 [  8629] By: jhi                                   on 2001/01/30  22:41:57
11695         Log: Integrate change #8098 from mainline.
11696              
11697              fastgetcwd is defined using a glob alias on a $^O dependent basis
11698              and there was no default assignment or perl subroutine.
11699      Branch: maint-5.6/perl
11700           !> lib/Cwd.pm
11701 ____________________________________________________________________________
11702 [  8628] By: jhi                                   on 2001/01/30  21:58:52
11703         Log: Integrate change #7866 from mainline.
11704              
11705              File::Temp 0.11.
11706      Branch: maint-5.6/perl
11707           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
11708 ____________________________________________________________________________
11709 [  8627] By: jhi                                   on 2001/01/30  21:39:44
11710         Log: Integrate changes #8075,8086,8228 from mainline.  
11711              
11712              Darwin is not Windows. (8075,8086)
11713              
11714              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
11715      Branch: maint-5.6/perl
11716           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
11717           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
11718           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
11719           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
11720 ____________________________________________________________________________
11721 [  8626] By: jhi                                   on 2001/01/30  21:22:11
11722         Log: Integrate with tweakery the change #8625 from mainline,
11723              the multibyte decimal separator fix ("fa_IR locale failure").
11724      Branch: maint-5.6/perl
11725            ! embedvar.h perlapi.h
11726           !> intrpvar.h perl.c perl.h sv.c util.c
11727 ____________________________________________________________________________
11728 [  8625] By: jhi                                   on 2001/01/30  20:26:33
11729         Log: Fix for the fa_IR locale failure.  The reason for the failure
11730              was that Perl was assuming the decimal separator aka the radix
11731              separator is one character.  The Farsi-Iranian locale crushed
11732              that bad assumption since there the separator is 'Momayyez',
11733              glyphwise looking somewhat like a slash, and in Unicode UTF-8
11734              encoded in two bytes, 0xd9 0xab.
11735      Branch: perl
11736            ! intrpvar.h perl.c perl.h sv.c util.c
11737 ____________________________________________________________________________
11738 [  8624] By: gsar                                  on 2001/01/30  20:17:03
11739         Log: regen_headers
11740      Branch: maint-5.6/perl
11741            ! Makefile.SH pod/perlintern.pod
11742 ____________________________________________________________________________
11743 [  8623] By: gsar                                  on 2001/01/30  19:42:34
11744         Log: backout change#7431 and its dependents (causes spurious rebuilds
11745              of autogenerated files)
11746              
11747              fix benign b.t failure
11748      Branch: maint-5.6/perl
11749            ! Makefile.SH t/lib/b.t
11750 ____________________________________________________________________________
11751 [  8622] By: jhi                                   on 2001/01/30  19:41:41
11752         Log: Microperl sync.
11753      Branch: perl
11754            ! mg.c perl.h
11755 ____________________________________________________________________________
11756 [  8621] By: gsar                                  on 2001/01/30  19:24:47
11757         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
11758              from mainline
11759              
11760              Subject: podlators 1.06 released
11761              
11762              Subject: [PATCH @8436] Eliminate op_children
11763              
11764              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
11765              
11766              (Replaced by #8448)  More op_children traces (cleanup of #8442).
11767              
11768              Subject: [PATCH #3 @8436] Re: Eliminate op_children
11769              Replace #8444 and #8445.
11770              
11771              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
11772              at the setting of the ofs_sv in new_struct_thread() as the
11773              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
11774              uninitialized fields are, uh, initialized with),
11775              SvREFCNT_inc()ing that invited a core dump.
11776              
11777              podlators 1.07, from Russ Allbery.
11778              
11779              Subject: [PATCH] regcomp.c old feature removal
11780              From: mjd@plover.com
11781              Date: 16 Jan 2001 14:43:18 -0000 
11782              Message-ID: <20010116144318.7140.qmail@plover.com> 
11783      Branch: maint-5.6/perl
11784           +> lib/Pod/Text/Overstrike.pm
11785           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
11786           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
11787           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
11788           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
11789           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
11790           !> util.c
11791 ____________________________________________________________________________
11792 [  8620] By: gsar                                  on 2001/01/30  18:48:32
11793         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
11794              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
11795              now fails one test)
11796              
11797              Subject: [PATCH] lvalue AUTOLOAD. No, really.
11798              
11799              Subject: [PATCH] Interesting syntax idea
11800              Make opens + bareword assigns do typeglob assigns.
11801              
11802              Tests for #8254.
11803              
11804              Subject: [PATCH @8269] Continue blocks and B::Deparse
11805              Make the peephole optimizer to bypass more null ops and
11806              and rewrite the deparse handling of continue blocks.
11807              
11808              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
11809              Doc tweak on #8313.
11810              
11811              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
11812              
11813              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
11814              
11815              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
11816              
11817              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
11818              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
11819              according to the platform.
11820              
11821              Subject: [PATCH @8404] Consolidated lvalue sub changes
11822              
11823              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
11824              
11825              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
11826              
11827              Subject: B::Concise -- an improved replacement for B::Terse 
11828              
11829              The B::Terse drop-in replacement wasn't quite drop-in.
11830              
11831              The LVRET macro needed an aTHX.
11832              
11833              Use the /^Perl_/-less form of is_lvalue_sub().
11834              
11835              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
11836      Branch: maint-5.6/perl
11837           +> ext/B/B/Concise.pm
11838           !> (integrate 27 files)
11839 ____________________________________________________________________________
11840 [  8619] By: nick                                  on 2001/01/30  18:40:28
11841         Log: Integrate mainline
11842      Branch: perlio
11843           !> (integrate 40 files)
11844 ____________________________________________________________________________
11845 [  8618] By: jhi                                   on 2001/01/30  18:37:18
11846         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
11847              Date: Mon, 29 Jan 2001 22:51:29 -0600
11848              From: "Craig A. Berry" <craigberry@mac.com>
11849              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
11850      Branch: perl
11851            ! vms/test.com
11852 ____________________________________________________________________________
11853 [  8617] By: jhi                                   on 2001/01/30  18:34:53
11854         Log: Subject: [PATCH] Add missing CV flags to dump.c
11855              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11856              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
11857              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
11858      Branch: perl
11859            ! dump.c
11860 ____________________________________________________________________________
11861 [  8616] By: jhi                                   on 2001/01/30  18:20:58
11862         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
11863              part isn't applicable to maintperl.
11864              
11865              UTF-8 nit from Inaba Hiroto.
11866      Branch: maint-5.6/perl
11867           !> pod/perlapi.pod utf8.c
11868 ____________________________________________________________________________
11869 [  8615] By: jhi                                   on 2001/01/30  18:18:51
11870         Log: UTF-8 nit from Inaba Hiroto.
11871      Branch: perl
11872            ! pod/perlapi.pod t/op/each.t utf8.c
11873 ____________________________________________________________________________
11874 [  8614] By: jhi                                   on 2001/01/30  18:13:38
11875         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
11876              
11877              perl's internal variables are not for public consumption,
11878              move their docs from perlapi.pod to perlintern.pod
11879              
11880              support for -Dusethreads build under HP-UX 10.20 and DCE threads
11881              library (11.0 and later have pthreads but 10.x don't)
11882              
11883              avoid uninitialized value warnings
11884              
11885              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
11886              gets weird results)
11887              
11888              perldoc nit on windows
11889              
11890              make it possible to run the tests outside the source tree
11891              (there's still a dependency on ../lib being the library
11892              location)
11893      Branch: perl
11894           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
11895           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
11896           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
11897           !> win32/bin/search.pl win32/vdir.h
11898 ____________________________________________________________________________
11899 [  8613] By: gsar                                  on 2001/01/30  16:39:59
11900         Log: make it possible to run the tests outside the source tree
11901              (there's still a dependency on ../lib being the library
11902              location)
11903      Branch: maint-5.6/perl
11904            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
11905 ____________________________________________________________________________
11906 [  8612] By: gsar                                  on 2001/01/30  16:31:12
11907         Log: perldoc nit on windows
11908      Branch: maint-5.6/perl
11909            ! utils/perldoc.PL
11910 ____________________________________________________________________________
11911 [  8611] By: gsar                                  on 2001/01/30  16:22:54
11912         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
11913              gets weird results)
11914      Branch: maint-5.6/perl
11915            ! win32/vdir.h
11916 ____________________________________________________________________________
11917 [  8610] By: gsar                                  on 2001/01/30  16:12:45
11918         Log: avoid uninitialized value warnings
11919      Branch: maint-5.6/perl
11920            ! win32/bin/search.pl
11921 ____________________________________________________________________________
11922 [  8609] By: gsar                                  on 2001/01/30  16:08:01
11923         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
11924              library (11.0 and later have pthreads but 10.x don't)
11925      Branch: maint-5.6/perl
11926            ! hints/hpux.sh thread.h
11927 ____________________________________________________________________________
11928 [  8608] By: gsar                                  on 2001/01/30  15:48:55
11929         Log: perl's internal variables are not for public consumption,
11930              move their docs from perlapi.pod to perlintern.pod
11931      Branch: maint-5.6/perl
11932            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
11933            ! thrdvar.h
11934 ____________________________________________________________________________
11935 [  8607] By: gsar                                  on 2001/01/30  15:44:27
11936         Log: mistakenly branched perl56delta.pod, revert
11937      Branch: maint-5.6/perl
11938            - pod/perl56delta.pod
11939           !> pod/perldelta.pod
11940 ____________________________________________________________________________
11941 [  8606] By: gsar                                  on 2001/01/30  14:20:24
11942         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
11943              dTHR which has been a noop for a while now, except for the
11944              compatibility definition in thread.h)
11945      Branch: maint-5.6/perl
11946           !> (integrate 45 files)
11947 ____________________________________________________________________________
11948 [  8605] By: jhi                                   on 2001/01/30  05:43:58
11949         Log: Mark the UTF-8 APIs as experimental.
11950      Branch: maint-5.6/perl
11951            ! embed.pl pod/perlapi.pod
11952 ____________________________________________________________________________
11953 [  8604] By: jhi                                   on 2001/01/30  05:38:40
11954         Log: Nits from earlier integrates.
11955      Branch: maint-5.6/perl
11956            ! lib/Carp/Heavy.pm
11957           !> sv.c
11958 ____________________________________________________________________________
11959 [  8603] By: jhi                                   on 2001/01/30  05:27:26
11960         Log: Regenerate Porting files.
11961      Branch: maint-5.6/perl
11962            ! Porting/Glossary Porting/config.sh Porting/config_H
11963 ____________________________________________________________________________
11964 [  8602] By: jhi                                   on 2001/01/30  05:14:59
11965         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
11966              8310,8339,8447,8492,8493,8505,8525: documentation changes.
11967              
11968              Subject: Re: perlfaq style changes
11969              
11970              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
11971              
11972              Subject: [PATCH] docs on NaN
11973              
11974              Subject: [patch] perlfaq7
11975              
11976              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
11977              
11978              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
11979              
11980              Subject: [PATCH] open() example in perlfunc.pod
11981              
11982              Podify README.mpeix (a new version from the web)
11983              
11984              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
11985              
11986              Subject: [PATCH] format and rewording in perlfaq.pod
11987              
11988              Subject: [PATCH] API Variable documentation   
11989              
11990              Memory management calls documentation.
11991              
11992              Subject: [PATCH: perl@8482] README.vms URL updates
11993              
11994              Subject: Minor typos in perlfaq2.pod
11995              
11996              Subject: [PATCH] pod/perlvar.pod
11997      Branch: maint-5.6/perl
11998           +> pod/perl56delta.pod
11999            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12000           !> README.amiga README.epoc README.mpeix README.vms
12001           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
12002           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
12003           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
12004           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
12005           !> pod/perlvar.pod thrdvar.h
12006 ____________________________________________________________________________
12007 [  8601] By: jhi                                   on 2001/01/30  04:38:35
12008         Log: Integrate changes #8036,8096,8253 from mainline:
12009              hints changes.
12010              
12011              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
12012              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
12013              
12014              Output the (apparent) version of gcc in Tru64.
12015      Branch: maint-5.6/perl
12016           +> ext/POSIX/hints/svr4.pl
12017           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
12018           !> hints/svr4.sh t/lib/bigfltpm.t
12019 ____________________________________________________________________________
12020 [  8600] By: jhi                                   on 2001/01/30  04:04:01
12021         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
12022              locale fixes.
12023              
12024              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
12025              
12026              Debian allows /usr/bin/locale to exist without any locales. (7868)
12027              
12028              Allow the locale test needing POSIX and the taint test
12029              needing IPC::SysV to run under 'minitest' (basically,
12030              bail out if loading the extension fails). (8384)
12031              
12032              Cleanup the locale.t output  (8480)
12033      Branch: maint-5.6/perl
12034           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
12035           !> t/pragma/locale.t
12036 ____________________________________________________________________________
12037 [  8599] By: jhi                                   on 2001/01/30  03:51:04
12038         Log: Missing generated files from #8598.
12039      Branch: maint-5.6/perl
12040            ! embed.h global.sym objXSUB.h perlapi.c proto.h
12041 ____________________________________________________________________________
12042 [  8598] By: jhi                                   on 2001/01/30  03:41:54
12043         Log: Integrate change #8555 from mainline, manually integrate parts
12044              of changes 8452 and 8583.
12045              
12046              Subject: [PATCH] utf8.c documentation (8452)
12047              
12048              No point in checking the length if the pointer is bogus. (8555)
12049              
12050              Introduce bytes_from_utf8() and implement sv_eq() using it,
12051              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
12052              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
12053              was malformed. (8583)
12054      Branch: maint-5.6/perl
12055            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
12056           !> pod/perlapi.pod sv.c utf8.c
12057 ____________________________________________________________________________
12058 [  8597] By: gsar                                  on 2001/01/30  02:37:26
12059         Log: get PERL_OBJECT build going again on windows
12060      Branch: maint-5.6/perl
12061            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
12062            ! pod/perlapi.pod proto.h sv.c
12063 ____________________________________________________________________________
12064 [  8596] By: jhi                                   on 2001/01/30  02:16:17
12065         Log: Signedness nit.
12066      Branch: perl
12067            ! sv.c
12068 ____________________________________________________________________________
12069 [  8595] By: jhi                                   on 2001/01/30  02:11:07
12070         Log: EBCDIC patch for Storable, from Peter Prymmer.
12071      Branch: perl
12072            ! t/lib/st-06compat.t
12073 ____________________________________________________________________________
12074 [  8594] By: jhi                                   on 2001/01/30  01:04:48
12075         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
12076              From: Peter Prymmer <pvhp@forte.com>
12077              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
12078              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
12079      Branch: perl
12080            ! t/lib/b.t
12081 ____________________________________________________________________________
12082 [  8593] By: jhi                                   on 2001/01/30  00:56:47
12083         Log: Subject: [PATCH: perl@8585] pod problems in io
12084              From: Peter Prymmer <pvhp@forte.com>
12085              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
12086              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
12087      Branch: perl
12088            ! pod/perlapio.pod pod/perliol.pod
12089 ____________________________________________________________________________
12090 [  8592] By: jhi                                   on 2001/01/30  00:48:20
12091         Log: Integrate perlio.
12092      Branch: perl
12093           !> pod/perlapio.pod pod/perliol.pod
12094 ____________________________________________________________________________
12095 [  8591] By: nick                                  on 2001/01/29  22:02:28
12096         Log: GNU 'merge' Simon's copy of perliol.pod with version
12097              patched by Craig's patch.
12098      Branch: perlio
12099            ! pod/perliol.pod
12100 ____________________________________________________________________________
12101 [  8590] By: nick                                  on 2001/01/29  21:55:10
12102         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
12103      Branch: perlio
12104            ! pod/perlapio.pod pod/perliol.pod
12105 ____________________________________________________________________________
12106 [  8589] By: jhi                                   on 2001/01/29  15:35:33
12107         Log: Integrate change #8586 from maint-5.6/perl.
12108              
12109              make the BOM detection code not call tell() until it has to
12110              (meant to fix esoteric compatibility issues where PL_rsfp
12111              is overridden)
12112      Branch: perl
12113           !> toke.c
12114 ____________________________________________________________________________
12115 [  8588] By: jhi                                   on 2001/01/29  15:29:11
12116         Log: Subject: MAking Solaris malloc() the default
12117              From: Lupe Christoph <lupe@lupe-christoph.de>
12118              Date: Mon, 29 Jan 2001 12:59:36 +0100
12119              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
12120              
12121              The README.solaris part slightly tweaked.
12122      Branch: perl
12123            ! README.solaris hints/solaris_2.sh
12124 ____________________________________________________________________________
12125 [  8587] By: jhi                                   on 2001/01/29  15:17:34
12126         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
12127              From: root@ak-75.mind.de
12128              Date: Sun, 28 Jan 2001 20:32:29 +0100
12129              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
12130      Branch: perl
12131            ! pod/perlre.pod
12132 ____________________________________________________________________________
12133 [  8586] By: gsar                                  on 2001/01/29  13:43:44
12134         Log: make the BOM detection code not call tell() until it has to
12135              (meant to fix esoteric compatibility issues where PL_rsfp
12136              is overridden)
12137      Branch: maint-5.6/perl
12138            ! toke.c
12139 ____________________________________________________________________________
12140 [  8585] By: jhi                                   on 2001/01/28  20:05:45
12141         Log: Update Changes.
12142      Branch: perl
12143            ! Changes patchlevel.h
12144 ____________________________________________________________________________
12145 [  8584] By: jhi                                   on 2001/01/28  19:30:02
12146         Log: Integrate perlio.
12147      Branch: perl
12148           +> pod/perliol.pod
12149           !> MANIFEST pod/perlapio.pod
12150 ____________________________________________________________________________
12151 [  8583] By: jhi                                   on 2001/01/28  19:28:40
12152         Log: Patch from Inaba Hiroto:
12153              - canonical UTF-8 hash keys: if a key string for a hash is
12154              UTF8-on, try downgrade the string and use it if
12155              unicode::distinct is not in effect.
12156              For the task, I added a function bytes_from_utf8() to utf8.c.
12157              It might resemble utf8_to_bytes() but it is not convenient
12158              to the task.
12159              Made a test for it and added to t/op/each.t
12160              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
12161              the mortal copy of the argument SV.
12162              And changed t/io/utf8.t test 18 which expects print() to
12163              upgrade its argument.
12164              - re-implement sv_eq with bytes_from_utf8()
12165              - some bug fixes
12166              - tr/// does not handle UTF8 range (\x{}-\x{})
12167              - \ before raw UTF8 character produced
12168              "Malformed UTF-8 character" warning.
12169              - "\x{100}\N{CENT SIGN}" is Malformed.
12170              Added tests for these 3.
12171              - and one silly bug (by me) with qu operator.
12172      Branch: perl
12173            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
12174            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
12175            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
12176 ____________________________________________________________________________
12177 [  8582] By: nick                                  on 2001/01/28  19:25:04
12178         Log: Add pod/perliol.pod to MANIFEST :-(
12179      Branch: perlio
12180            ! MANIFEST
12181 ____________________________________________________________________________
12182 [  8581] By: nick                                  on 2001/01/28  19:22:40
12183         Log: PerlIO documentation. Proofing and sub-editing requested.
12184      Branch: perlio
12185            + pod/perliol.pod
12186            ! pod/perlapio.pod
12187 ____________________________________________________________________________
12188 [  8580] By: jhi                                   on 2001/01/28  05:16:25
12189         Log: Revert the change to sv_2pv() done by #8054: Someone who
12190              did SvNV_set() on a scalar that also happened to be POK,
12191              followed by sv_2pv() won't get the right coercion anymore.
12192              [Sarathy]
12193      Branch: maint-5.6/perl
12194            ! sv.c
12195 ____________________________________________________________________________
12196 [  8579] By: jhi                                   on 2001/01/28  05:15:04
12197         Log: Remove the #8084 effect: do not allow -Q to be interpreted
12198              as -&Q(), this is too much wiggle room.
12199      Branch: maint-5.6/perl
12200            ! toke.c
12201 ____________________________________________________________________________
12202 [  8578] By: jhi                                   on 2001/01/28  05:12:45
12203         Log: Needed bits of #8439 (should have been in #8576),
12204              mainly for lval substr().
12205      Branch: maint-5.6/perl
12206            ! mg.c pp.c pp_hot.c
12207 ____________________________________________________________________________
12208 [  8577] By: jhi                                   on 2001/01/28  05:02:46
12209         Log: A missing check-in.
12210      Branch: maint-5.6/perl
12211            ! utf8.c
12212 ____________________________________________________________________________
12213 [  8576] By: jhi                                   on 2001/01/28  04:26:18
12214         Log: Integrate changes #8425,8436,8439,8517 from mainline.
12215              The 8439 was not truly integrated because it had too many
12216              dependencies on the development branch and because it introduced
12217              concepts too bold for a maintenance branch (such as the qu operator).
12218              
12219              Subject: [PATCH perl@8342] -Wformat
12220              
12221              Tighten some of the UTF-8 tests a bit.
12222              
12223              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
12224              - The substr lval was still not okay.
12225              - Now pp_stringify and sv_setsv copies source's UTF8 flag
12226              even if IN_BYTE.  pp_stringify is called from fold_constants
12227              at optimization phase and "\x{100}" was made SvUTF8_off under
12228              use bytes (the bytes pragma is for "byte semantics" and not
12229              for "do not produce UTF8 data")
12230      Branch: maint-5.6/perl
12231            ! t/lib/charnames.t t/op/substr.t toke.c
12232           !> sv.c t/pragma/utf8.t
12233 ____________________________________________________________________________
12234 [  8575] By: jhi                                   on 2001/01/28  04:01:51
12235         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
12236              
12237              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
12238              
12239              Subject: [ID 20001230.003] UTF-8 tr still hurts
12240              
12241              Test cases for #8385 (from Simon's "torture.pl")
12242              
12243              Start fixing UTF-8 lval substr() (8405)
12244      Branch: maint-5.6/perl
12245           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
12246           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
12247 ____________________________________________________________________________
12248 [  8574] By: jhi                                   on 2001/01/28  03:09:06
12249         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
12250              from mainline.
12251              
12252              UTF-8 cleanup.
12253              
12254              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
12255              
12256              "\x{FF}\xFF" was broken.
12257              
12258              Tests for #8329 and #8330.
12259              
12260              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
12261              
12262              IRIX compiler noticed that the bof initialization might be
12263              bypassed by control flow.
12264              
12265              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
12266      Branch: maint-5.6/perl
12267           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
12268           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
12269 ____________________________________________________________________________
12270 [  8573] By: jhi                                   on 2001/01/28  02:06:12
12271         Log: Retract #8552.
12272      Branch: perl
12273            ! lib/Text/Wrap.pm t/lib/textwrap.t
12274 ____________________________________________________________________________
12275 [  8572] By: jhi                                   on 2001/01/28  02:04:49
12276         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
12277              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
12278              not really integrated but instead salvaged by hand
12279              (they had too many dependencies on the development release
12280              to be cleanly integratable).
12281              
12282              Subject: more UTF8 test suites and an UTF8 patch
12283              
12284              Tweak for MULTIPLICITY/USE_PERLIO
12285              
12286              Signedness nit.
12287              
12288              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
12289              
12290              Use the UTF8_XXX macros in is_utf8_char().
12291              
12292              Rewrite pp_concat() in terms of sv_catsv().  The . operator
12293              should now be UTF-8-proof.
12294              
12295              Subject: [PATCH perl@8269] scanning two hex-constants
12296              fails on EBCDIC environment (script length.t)
12297              
12298              Add some Unicode chop() tests.
12299      Branch: maint-5.6/perl
12300            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
12301           !> sv.c t/op/chop.t utf8.h
12302 ____________________________________________________________________________
12303 [  8571] By: jhi                                   on 2001/01/28  00:35:59
12304         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
12305              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
12306              
12307              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
12308              
12309              The maxiters upper limit sanity check (guarding against
12310              non-progress) assumed bytes instead of characters in s///
12311              and split().
12312              
12313              Signedness nit.
12314              
12315              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
12316              join() should now be UTF-8-proof.
12317              
12318              More split // UTF-8 tests. (8250)
12319      Branch: maint-5.6/perl
12320           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
12321           !> util.c
12322 ____________________________________________________________________________
12323 [  8570] By: jhi                                   on 2001/01/27  22:15:46
12324         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
12325              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
12326              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
12327              8084,8204,8244,8333 from mainline.
12328              
12329              For -Q where Q might be a one-letter sub name one does no more
12330              get a warning about an unknown filetest (7941,7943,7944,8084).
12331              
12332              Subject: Re: [ID 20001130.011] expression parsing bug ?
12333              
12334              Make uv_to_utf8() to zero-terminate its output buffer.
12335              
12336              Split off t/op/length.t (7995)
12337              
12338              Split off t/op/utf8decode.t (7996)
12339              
12340              Remove an unnecessary 'use utf8' from the utf8.t (7998)
12341              
12342              Split off t/op/concat.t (8004)
12343              
12344              Split off t/op/ver.t (8005)
12345              
12346              Document utf8_length(), utf8_distance(), and utf8_hop().
12347              
12348              Document utf8_to_uv() better.
12349              
12350              Introduce macros for UTF8 decoding (8028,8033).
12351              
12352              Add test for reverse() (8030,8031).
12353              
12354              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
12355              
12356              Do not return the Unicode replacement character    on UTF-8
12357              decoding failure.
12358              
12359              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
12360              not this_utf8 i.e. the output string has one, but don't mess
12361              with source assumption. (8052,8053)
12362              
12363              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
12364              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
12365              was not expecting to be called with something that was already
12366              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
12367              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
12368              (8054)
12369              
12370              Recode the naughty binary bytes in utf8decode.t using the \xHH.
12371              
12372              Make some panic messages a bit more logical.
12373      Branch: maint-5.6/perl
12374           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
12375           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
12376           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
12377           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
12378           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
12379           !> utf8.c utf8.h
12380 ____________________________________________________________________________
12381 [  8569] By: jhi                                   on 2001/01/27  19:16:43
12382         Log: Integrate changes #7750 from perlio and #8566 from mainline.
12383      Branch: maint-5.6/perl
12384           !> regexec.c sv.c
12385 ____________________________________________________________________________
12386 [  8568] By: jhi                                   on 2001/01/27  18:06:51
12387         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
12388              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
12389              7935[-perlio.c],7936,7959,7965 from mainline.
12390              
12391              Change the "big byte" error message to "Wide character".
12392              (7355, the croak-if-wide-chars-in-print part ignored)
12393              
12394              Use UINT64_C().
12395              
12396              Introduce Perl_utf8_length().
12397              
12398              diff -se shows these as different (7753, forgotten check-ins)
12399              
12400              Subject: [PATCH] doop.c - UTF8 tr///
12401              
12402              If we use (aTHX_ ...) then put Perl_ on the front.
12403              
12404              Make utf8_length() and utf8_distance() to be less forgiving
12405              about bad UTF-8.
12406              
12407              Test line numbers are different with utf8.
12408              
12409              No need to scan till infinity, 13 is enough. (7872,7911)
12410              
12411              Subject: [PATCH] Tokeniser debugging
12412              
12413              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
12414              
12415              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
12416              
12417              Be more careful in Perl_sv_utf8_downgrade().
12418              
12419              Use DO_UTF8().
12420              
12421              Raw zero bytes in text files confuse at least GNU patch 2.1.
12422      Branch: maint-5.6/perl
12423           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
12424           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
12425           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
12426           !> t/pragma/utf8.t toke.c utf8.c utf8.h
12427 ____________________________________________________________________________
12428 [  8567] By: nick                                  on 2001/01/27  11:10:38
12429         Log: Integrate mainline
12430      Branch: perlio
12431           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
12432           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
12433           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
12434           !> toke.c
12435 ____________________________________________________________________________
12436 [  8566] By: jhi                                   on 2001/01/27  06:22:48
12437         Log: More documentation for the regexp context stack.
12438      Branch: perl
12439            ! regexec.c
12440 ____________________________________________________________________________
12441 [  8565] By: jhi                                   on 2001/01/27  05:21:57
12442         Log: Update Changes.
12443      Branch: perl
12444            ! Changes patchlevel.h
12445 ____________________________________________________________________________
12446 [  8564] By: jhi                                   on 2001/01/27  04:44:04
12447         Log: Threadedness patch for #8562 from Doug MacEachern.
12448      Branch: perl
12449            ! toke.c
12450 ____________________________________________________________________________
12451 [  8563] By: jhi                                   on 2001/01/27  04:26:24
12452         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
12453              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
12454              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
12455              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
12456      Branch: perl
12457            ! op.c
12458 ____________________________________________________________________________
12459 [  8562] By: jhi                                   on 2001/01/27  04:20:30
12460         Log: Subject: Re: Announce : Tokener reporting patch
12461              From: Simon Cozens <simon@cozens.net>
12462              Date: Mon, 22 Jan 2001 02:17:22 +0000
12463              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
12464      Branch: perl
12465            ! embed.h embed.pl proto.h toke.c
12466 ____________________________________________________________________________
12467 [  8561] By: jhi                                   on 2001/01/27  04:17:24
12468         Log: Forgot from #8545.  Oops.
12469      Branch: perl
12470            ! pp.c t/pragma/overload.t
12471 ____________________________________________________________________________
12472 [  8560] By: jhi                                   on 2001/01/27  03:01:47
12473         Log: A better module compilation test, use MANIFEST as suggested
12474              by Spider.
12475      Branch: perl
12476            ! t/lib/1_compile.t
12477 ____________________________________________________________________________
12478 [  8559] By: jhi                                   on 2001/01/27  02:50:48
12479         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
12480              From: Peter Prymmer <pvhp@forte.com>
12481              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
12482              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
12483      Branch: perl
12484            ! t/lib/b.t
12485 ____________________________________________________________________________
12486 [  8558] By: jhi                                   on 2001/01/27  02:27:05
12487         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
12488              From: Peter Prymmer <pvhp@forte.com>
12489              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
12490              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
12491      Branch: perl
12492            ! t/pragma/sub_lval.t
12493 ____________________________________________________________________________
12494 [  8557] By: jhi                                   on 2001/01/27  02:26:03
12495         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
12496              From: Peter Prymmer <pvhp@forte.com>
12497              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
12498              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
12499      Branch: perl
12500            ! t/lib/st-06compat.t
12501 ____________________________________________________________________________
12502 [  8556] By: jhi                                   on 2001/01/27  02:24:33
12503         Log: Subject: [PATCH: perl@8531] minor update to README.os390
12504              From: Peter Prymmer <pvhp@forte.com>
12505              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
12506              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
12507      Branch: perl
12508            ! README.os390
12509 ____________________________________________________________________________
12510 [  8555] By: jhi                                   on 2001/01/27  00:35:47
12511         Log: No point in checking the length before we know whether the pointer
12512              is bogus or not, fixes Abigail's odbm failures in Linux.
12513      Branch: perl
12514            ! sv.c
12515 ____________________________________________________________________________
12516 [  8554] By: nick                                  on 2001/01/26  19:01:31
12517         Log: Integrate mainline
12518      Branch: perlio
12519           !> lib/Text/Wrap.pm t/lib/textwrap.t
12520 ____________________________________________________________________________
12521 [  8553] By: jhi                                   on 2001/01/26  15:19:39
12522         Log: Integrate change #7792 from perlio (multiplicity fix),
12523              fix the AV leak in regex DEBUGGING (tiny part of the
12524              polymorphic regexp patch #8143).
12525      Branch: maint-5.6/perl
12526            ! regcomp.c
12527           !> scope.h
12528 ____________________________________________________________________________
12529 [  8552] By: jhi                                   on 2001/01/26  15:03:23
12530         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
12531              From: Michael G Schwern <schwern@pobox.com>
12532              Date: Fri, 26 Jan 2001 09:28:31 -0500
12533              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
12534      Branch: perl
12535            ! lib/Text/Wrap.pm t/lib/textwrap.t
12536 ____________________________________________________________________________
12537 [  8551] By: jhi                                   on 2001/01/26  02:33:19
12538         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
12539              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
12540              
12541              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
12542              
12543              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
12544              
12545              Message nit.
12546              
12547              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
12548              
12549              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
12550              
12551              (the cleanup of unused submatches in regtry() and regcppop())
12552              
12553              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
12554              stored and restored, and thusly was trounced by the utf8 swash
12555              routines.
12556              
12557              use utf8 not required to use \x{}.
12558              
12559              Removed two more tests that make no sense in UTF-8 since the test
12560              data is not in UTF-8.
12561              
12562              Get the three different space character classes right under utf8.
12563              
12564              Implement ANYOFUTF8 regprop() dumping.
12565              
12566              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
12567              
12568              Document the regex context pushing/popping a bit better.
12569      Branch: maint-5.6/perl
12570           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
12571           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
12572           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
12573           !> t/op/regmesg.t utf8.c
12574 ____________________________________________________________________________
12575 [  8550] By: nick                                  on 2001/01/25  19:42:30
12576         Log: Integrate mainline
12577      Branch: perlio
12578           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
12579           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
12580           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
12581           !> t/lib/bigint.t t/lib/bigintpm.t
12582 ____________________________________________________________________________
12583 [  8549] By: jhi                                   on 2001/01/25  15:22:28
12584         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
12585      Branch: maint-5.6/perl
12586            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
12587 ____________________________________________________________________________
12588 [  8548] By: jhi                                   on 2001/01/25  15:02:55
12589         Log: Integrate changes #7997,8063,8492,8547 from mainline.
12590              
12591              Subject: Re: STRLEN - what?
12592              
12593              Subject: [PATCH] perlguts.pod
12594              
12595              Memory management calls documentation.
12596              
12597              Layout using tabulator is not a good idea in a pod.
12598      Branch: maint-5.6/perl
12599           !> pod/perlguts.pod
12600 ____________________________________________________________________________
12601 [  8547] By: jhi                                   on 2001/01/25  14:49:05
12602         Log: Layout using tabulator is not a good idea in a pod.
12603      Branch: perl
12604            ! pod/perlguts.pod
12605 ____________________________________________________________________________
12606 [  8546] By: jhi                                   on 2001/01/25  14:31:12
12607         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
12608              from mainline.
12609              
12610              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
12611              
12612              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
12613              
12614              More Win32 editor/IDE/shell hints.
12615              
12616              More Win32 Perling.
12617              
12618              Yet another editor edit.
12619              
12620              Edit edit edit.
12621              
12622              IDE/editor section tweaking.
12623              
12624              Few more IDE/editor nits from p5p.
12625      Branch: maint-5.6/perl
12626           !> pod/perlfaq3.pod
12627 ____________________________________________________________________________
12628 [  8545] By: jhi                                   on 2001/01/25  04:16:32
12629         Log: Subject: [PATCH 5.7.0] overload int()
12630              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12631              Date: Wed, 24 Jan 2001 19:06:57 -0500
12632              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
12633      Branch: perl
12634            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
12635            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
12636            ! t/lib/bigintpm.t
12637 ____________________________________________________________________________
12638 [  8544] By: jhi                                   on 2001/01/25  04:15:11
12639         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
12640              From: Peter Prymmer <pvhp@forte.com>
12641              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
12642              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
12643      Branch: perl
12644            ! Makefile.SH README.os390 hints/os390.sh installperl
12645 ____________________________________________________________________________
12646 [  8543] By: jhi                                   on 2001/01/25  03:52:08
12647         Log: Integrate change #8462,8469 from mainline.
12648              
12649              In VMS Perl subversion (perl -V) is undef.
12650      Branch: maint-5.6/perl
12651           !> configure.com
12652 ____________________________________________________________________________
12653 [  8542] By: jhi                                   on 2001/01/25  03:44:55
12654         Log: Integrate changes #7835,7850,8315,8316 from mainline.
12655              
12656              Solaris hints.
12657      Branch: maint-5.6/perl
12658           !> hints/solaris_2.sh
12659 ____________________________________________________________________________
12660 [  8541] By: jhi                                   on 2001/01/25  03:39:28
12661         Log: Integrate #8336 from mainline.
12662      Branch: maint-5.6/perl
12663           !> hv.c
12664 ____________________________________________________________________________
12665 [  8540] By: jhi                                   on 2001/01/25  03:23:50
12666         Log: Retract #8539.
12667      Branch: maint-5.6/perl
12668            ! pod/perlfaq3.pod
12669 ____________________________________________________________________________
12670 [  8539] By: jhi                                   on 2001/01/25  03:21:55
12671         Log: (Retracted by #5940.)
12672      Branch: maint-5.6/perl
12673            ! pod/perlfaq3.pod
12674 ____________________________________________________________________________
12675 [  8538] By: jhi                                   on 2001/01/25  03:14:07
12676         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
12677              From: Peter Prymmer <pvhp@forte.com>
12678              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
12679              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
12680              
12681              The VMS bits.
12682      Branch: maint-5.6/perl
12683            ! configure.com vms/descrip_mms.template
12684 ____________________________________________________________________________
12685 [  8537] By: jhi                                   on 2001/01/25  03:06:09
12686         Log: Integrate #7710,7824,7973 from mainline.
12687      Branch: maint-5.6/perl
12688           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12689           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
12690           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
12691           !> vos/config.ga.def vos/config.ga.h win32/config.bc
12692           !> win32/config.gc win32/config.vc
12693 ____________________________________________________________________________
12694 [  8536] By: jhi                                   on 2001/01/24  13:50:20
12695         Log: Revert the edits made by me so far to the 5.6 branch since
12696              the TRIAL1 since I did edits when I should have been using
12697              integrates.  Bad programmer.   (Will integrate them properly later.)
12698              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
12699              The #8353 will not be reapplied at least for now since
12700              the UTF-8 hash keys need more thinking.
12701              (The patches #8347, #8354, #8454, #8473 were okay since they
12702              were original edits made specifically for the 5.6.1-TRIAL1.)
12703      Branch: maint-5.6/perl
12704            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12705            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
12706            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
12707            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
12708            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
12709            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
12710            ! win32/config.bc win32/config.gc win32/config.vc
12711 ____________________________________________________________________________
12712 [  8535] By: bailey                                on 2001/01/24  06:37:02
12713         Log: SYN SYN
12714      Branch: vmsperl
12715           +> (branch 26 files)
12716           !> (integrate 130 files)
12717 ____________________________________________________________________________
12718 [  8534] By: nick                                  on 2001/01/23  19:30:57
12719         Log: Integrate mainline.
12720      Branch: perlio
12721           !> Changes Configure Porting/Glossary Porting/config.sh
12722           !> Porting/config_H embed.h embed.pl ext/Encode/compile
12723           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
12724           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
12725           !> pod/perlvar.pod proto.h t/lib/1_compile.t
12726 ____________________________________________________________________________
12727 [  8533] By: jhi                                   on 2001/01/23  16:15:46
12728         Log: Forgotten from #8501.
12729      Branch: perl
12730            ! Porting/Glossary Porting/config.sh Porting/config_H
12731 ____________________________________________________________________________
12732 [  8532] By: jhi                                   on 2001/01/23  16:13:27
12733         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
12734              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
12735              Date: Mon, 22 Jan 2001 17:51:58 +0100
12736              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
12737      Branch: perl
12738            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
12739 ____________________________________________________________________________
12740 [  8531] By: jhi                                   on 2001/01/23  15:46:01
12741         Log: Update Changes.
12742      Branch: perl
12743            ! Changes patchlevel.h
12744 ____________________________________________________________________________
12745 [  8530] By: jhi                                   on 2001/01/23  15:38:39
12746         Log: De-cut-and-pasto.
12747      Branch: perl
12748            ! t/lib/1_compile.t
12749 ____________________________________________________________________________
12750 [  8529] By: jhi                                   on 2001/01/23  15:11:04
12751         Log: Document the mkdir trailing slashes case.
12752      Branch: perl
12753            ! pod/perlfunc.pod
12754 ____________________________________________________________________________
12755 [  8528] By: jhi                                   on 2001/01/23  15:08:28
12756         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
12757              get installed:
12758              
12759              Subject: lib/lib.pm
12760              From: <abigail@foad.org>
12761              Date: Mon, 28 Aug 2000 20:35:08 -0400
12762              Message-ID: <20000829003508.21281.qmail@foad.org>
12763      Branch: perl
12764            ! installperl
12765 ____________________________________________________________________________
12766 [  8527] By: jhi                                   on 2001/01/23  14:44:04
12767         Log: Metaconfig unit change for #8526.
12768      Branch: metaconfig
12769            ! U/threads/archname.U
12770 ____________________________________________________________________________
12771 [  8526] By: jhi                                   on 2001/01/23  14:43:19
12772         Log: Attach -perlio to the archname if so selected.
12773      Branch: perl
12774            ! Configure
12775 ____________________________________________________________________________
12776 [  8525] By: jhi                                   on 2001/01/23  14:24:01
12777         Log: Subject: [PATCH] pod/perlvar.pod
12778              From: abigail@foad.org
12779              Date: Tue, 23 Jan 2001 01:41:10 +0100
12780              Message-ID: <20010123004110.22259.qmail@foad.org>
12781      Branch: perl
12782            ! pod/perlvar.pod
12783 ____________________________________________________________________________
12784 [  8524] By: jhi                                   on 2001/01/23  14:22:32
12785         Log: A bug introduced in #8217 (the undefined variable in the
12786              lib/safe1_t #3) fixed, by Charles Lane:
12787              
12788              The earlier patch made it so that stuff running in Safe
12789              compartments could do a "caller" and see "main".  That
12790              little change in name is done right before the code in
12791              the compartment is run, and apparantly the parser
12792              was picking up the stash name before it got changed.
12793              
12794              (why it was threaded vs. unthreaded Perl that was sensitive to this
12795              I still don't know...and it probably doesn't matter).
12796              
12797              I tryed removing the stash name-change and saw that threaded Perl
12798              did indeed pass the lib/safe1.t tests.
12799              
12800              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
12801              do the name change (and to connect _ in the compartment to the global
12802              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
12803              to call _safe_pkg_prep when creating a new compartment.
12804              
12805              Passes all tests with threaded perl on linux; passes all tests
12806              with unthreaded perl on VMS.
12807              
12808              At some point I'll probably want to revisit Safe and Opcode to
12809              provide more sensible handling of global variables...and to get
12810              formats working in Safe compartments, which they don't do currently.
12811      Branch: perl
12812            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
12813 ____________________________________________________________________________
12814 [  8523] By: jhi                                   on 2001/01/23  14:11:58
12815         Log: Also the lib/Thread.pm itself needs to be ignored if
12816              the Thread extension hasn't been built.
12817      Branch: perl
12818            ! t/lib/1_compile.t
12819 ____________________________________________________________________________
12820 [  8522] By: jhi                                   on 2001/01/23  13:51:28
12821         Log: print() instead of warn() so that stderr doesn't get
12822              unncessarily polluted.
12823      Branch: perl
12824            ! ext/Encode/compile
12825 ____________________________________________________________________________
12826 [  8521] By: jhi                                   on 2001/01/23  13:49:48
12827         Log: Integrate perlio.
12828      Branch: perl
12829           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
12830           !> ext/Encode/encode.h
12831 ____________________________________________________________________________
12832 [  8520] By: nick                                  on 2001/01/22  21:44:00
12833         Log: More messing with Encode:
12834              Extra fields in header to allow multiple names and to record
12835              other things "compile" knows.
12836              Re-organise compile to factor out common output routines.
12837      Branch: perlio
12838            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
12839 ____________________________________________________________________________
12840 [  8519] By: nick                                  on 2001/01/22  20:33:50
12841         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
12842      Branch: perlio
12843            ! ext/Encode/Makefile.PL ext/Encode/compile
12844 ____________________________________________________________________________
12845 [  8518] By: nick                                  on 2001/01/22  20:28:13
12846         Log: Integrate mainline
12847      Branch: perlio
12848           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
12849           !> vos/config.alpha.def vos/config.alpha.h
12850 ____________________________________________________________________________
12851 [  8517] By: jhi                                   on 2001/01/22  15:37:17
12852         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
12853              by Inaba Hiroto.
12854      Branch: perl
12855            ! sv.c
12856 ____________________________________________________________________________
12857 [  8516] By: jhi                                   on 2001/01/22  14:55:15
12858         Log: More SIG_SIZE fixes.
12859      Branch: perl
12860            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
12861 ____________________________________________________________________________
12862 [  8515] By: jhi                                   on 2001/01/22  14:50:27
12863         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
12864              From: "Craig A. Berry" <craigberry@mac.com>
12865              Date: Mon, 22 Jan 2001 00:42:24 -0600
12866              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
12867      Branch: perl
12868            ! configure.com
12869 ____________________________________________________________________________
12870 [  8514] By: jhi                                   on 2001/01/22  14:31:17
12871         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
12872              From: "Craig A. Berry" <craigberry@mac.com>
12873              Date: Sun, 21 Jan 2001 23:03:25 -0600
12874              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
12875      Branch: perl
12876            ! configure.com
12877 ____________________________________________________________________________
12878 [  8513] By: jhi                                   on 2001/01/22  14:14:00
12879         Log: Add the .ucm encoding tables to the MANIFEST.
12880      Branch: perl
12881            ! MANIFEST
12882 ____________________________________________________________________________
12883 [  8512] By: jhi                                   on 2001/01/22  13:43:33
12884         Log: Integrate perlio.
12885      Branch: perl
12886           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
12887           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
12888           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
12889           +> ext/Encode/Encode/iso8859-10.ucm
12890           +> ext/Encode/Encode/iso8859-13.ucm
12891           +> ext/Encode/Encode/iso8859-14.ucm
12892           +> ext/Encode/Encode/iso8859-15.ucm
12893           +> ext/Encode/Encode/iso8859-16.ucm
12894           +> ext/Encode/Encode/iso8859-2.ucm
12895           +> ext/Encode/Encode/iso8859-3.ucm
12896           +> ext/Encode/Encode/iso8859-4.ucm
12897           +> ext/Encode/Encode/iso8859-5.ucm
12898           +> ext/Encode/Encode/iso8859-6.ucm
12899           +> ext/Encode/Encode/iso8859-7.ucm
12900           +> ext/Encode/Encode/iso8859-8.ucm
12901           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
12902           +> ext/Encode/Encode/symbol.ucm
12903           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
12904           !> perliol.h
12905 ____________________________________________________________________________
12906 [  8511] By: nick                                  on 2001/01/21  23:44:47
12907         Log: Make "real" layers of ":utf8" and ":raw".
12908              So now PERLIO=utf8 perl ...
12909              does what Andreas wanted.
12910              Fix arg passing in open.pm (still have a Carp issue).
12911      Branch: perlio
12912            ! lib/open.pm perlio.c perliol.h
12913 ____________________________________________________________________________
12914 [  8510] By: jhi                                   on 2001/01/21  22:56:53
12915         Log: Document the regex context pushing/popping a bit better.
12916      Branch: perl
12917            ! regexec.c
12918 ____________________________________________________________________________
12919 [  8509] By: jhi                                   on 2001/01/21  22:55:44
12920         Log: Tweak the mkdir trailing slash code some more.
12921              
12922              TO DO: the same handling should probably be done for
12923              all the other filesystem functions that can have directories
12924              as their arguments.
12925      Branch: perl
12926            ! pp_sys.c
12927 ____________________________________________________________________________
12928 [  8508] By: nick                                  on 2001/01/21  21:37:43
12929         Log: Switch "compiled in" encodings to .ucm format.
12930              (Leave others as .enc till we can run-time load .ucm,
12931              or find some other way to load them.)
12932      Branch: perlio
12933            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
12934            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
12935            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
12936            + ext/Encode/Encode/iso8859-10.ucm
12937            + ext/Encode/Encode/iso8859-13.ucm
12938            + ext/Encode/Encode/iso8859-14.ucm
12939            + ext/Encode/Encode/iso8859-15.ucm
12940            + ext/Encode/Encode/iso8859-16.ucm
12941            + ext/Encode/Encode/iso8859-2.ucm
12942            + ext/Encode/Encode/iso8859-3.ucm
12943            + ext/Encode/Encode/iso8859-4.ucm
12944            + ext/Encode/Encode/iso8859-5.ucm
12945            + ext/Encode/Encode/iso8859-6.ucm
12946            + ext/Encode/Encode/iso8859-7.ucm
12947            + ext/Encode/Encode/iso8859-8.ucm
12948            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
12949            + ext/Encode/Encode/symbol.ucm
12950            ! ext/Encode/Makefile.PL ext/Encode/compile
12951 ____________________________________________________________________________
12952 [  8507] By: nick                                  on 2001/01/21  21:02:03
12953         Log: Integrate (partial) mainline.
12954      Branch: perlio
12955           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
12956           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
12957           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12958 ____________________________________________________________________________
12959 [  8506] By: jhi                                   on 2001/01/21  20:09:30
12960         Log: Update Changes.
12961      Branch: perl
12962            ! Changes patchlevel.h
12963 ____________________________________________________________________________
12964 [  8505] By: jhi                                   on 2001/01/21  19:39:59
12965         Log: Subject: Minor typos in perlfaq2.pod
12966              From: "Stephen P. Potter" <spp@spotter.yi.org>
12967              Message-Id: <200101192101.QAA11911@spotter.yi.org>
12968              Date: Fri, 19 Jan 2001 16:01:13 -0500
12969              
12970              with a nit from Philip Netwon.
12971      Branch: perl
12972            ! pod/perlfaq2.pod
12973 ____________________________________________________________________________
12974 [  8504] By: jhi                                   on 2001/01/21  19:33:05
12975         Log: Metaconfig change for #8503.
12976      Branch: metaconfig
12977            ! U/threads/usethreads.U
12978 ____________________________________________________________________________
12979 [  8503] By: jhi                                   on 2001/01/21  19:32:21
12980         Log: Sanity check for conflicting thread flavours.
12981      Branch: perl
12982            ! Configure config_h.SH
12983 ____________________________________________________________________________
12984 [  8502] By: jhi                                   on 2001/01/21  19:23:00
12985         Log: Metaconfig change for #8501.
12986      Branch: metaconfig
12987            ! U/modified/sig_name.U
12988 ____________________________________________________________________________
12989 [  8501] By: jhi                                   on 2001/01/21  19:22:26
12990         Log: The SIG_SIZE is the number of the elements *excluding*
12991              the terminating NULL.
12992      Branch: perl
12993            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
12994            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
12995            ! win32/config_H.vc
12996 ____________________________________________________________________________
12997 [  8500] By: jhi                                   on 2001/01/21  18:31:31
12998         Log: Integrate perlio.
12999      Branch: perl
13000           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
13001           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
13002           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
13003           !> pp_sys.c proto.h sv.c
13004 ____________________________________________________________________________
13005 [  8499] By: jhi                                   on 2001/01/21  17:43:57
13006         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
13007              From: Hugo <hv@crypt.compulink.co.uk>
13008              Date: Sun, 21 Jan 2001 13:34:05 +0000
13009              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
13010              
13011              In sprintf UTF8ize only if necessary.
13012      Branch: perl
13013            ! sv.c
13014 ____________________________________________________________________________
13015 [  8498] By: nick                                  on 2001/01/21  16:25:32
13016         Log: Encode cleanup.
13017              Add command line control over "compile" so that Makefile.PL
13018              needs can be combined with other uses.
13019              Use command line options in Makefile.PL.
13020              Fix multi-byte parsing in .ucm files.
13021      Branch: perlio
13022            ! ext/Encode/Makefile.PL ext/Encode/compile
13023 ____________________________________________________________________________
13024 [  8497] By: nick                                  on 2001/01/21  12:56:27
13025         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
13026      Branch: perlio
13027            ! ext/Encode/Encode.xs
13028 ____________________________________________________________________________
13029 [  8496] By: nick                                  on 2001/01/21  12:18:45
13030         Log: Fixup after integrate:
13031              missed the .sym files that are changed by regen_headers
13032              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
13033      Branch: perlio
13034            ! global.sym pp.sym sv.c
13035 ____________________________________________________________________________
13036 [  8495] By: nick                                  on 2001/01/21  11:51:07
13037         Log: Integrate mainline.
13038      Branch: perlio
13039           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
13040           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
13041           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
13042           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
13043           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
13044           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
13045           !> win32/Makefile win32/makefile.mk
13046 ____________________________________________________________________________
13047 [  8494] By: jhi                                   on 2001/01/20  23:12:11
13048         Log: Forgot the expect_number() prototype.
13049      Branch: perl
13050            ! embed.h embed.pl proto.h
13051 ____________________________________________________________________________
13052 [  8493] By: jhi                                   on 2001/01/20  22:56:39
13053         Log: Subject: [PATCH: perl@8482] README.vms URL updates
13054              From: Peter Prymmer <pvhp@forte.com>
13055              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
13056              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
13057              
13058              Plus Craig A. Berry's suggestion to use compaq.com instead
13059              of digital.com.
13060      Branch: perl
13061            ! README.vms
13062 ____________________________________________________________________________
13063 [  8492] By: jhi                                   on 2001/01/20  22:50:05
13064         Log: Memory management calls documentation.
13065      Branch: perl
13066            ! pod/perlguts.pod
13067 ____________________________________________________________________________
13068 [  8491] By: jhi                                   on 2001/01/20  22:38:33
13069         Log: Signedness nit plus few memcpy/Copy nits.
13070      Branch: perl
13071            ! sv.c
13072 ____________________________________________________________________________
13073 [  8490] By: jhi                                   on 2001/01/20  22:25:53
13074         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
13075              From: Peter Prymmer <pvhp@forte.com>
13076              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
13077              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
13078      Branch: perl
13079            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
13080 ____________________________________________________________________________
13081 [  8489] By: jhi                                   on 2001/01/20  22:24:41
13082         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
13083              From: Peter Prymmer <pvhp@forte.com>
13084              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
13085              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
13086      Branch: perl
13087            ! win32/Makefile win32/makefile.mk
13088 ____________________________________________________________________________
13089 [  8488] By: jhi                                   on 2001/01/20  22:22:27
13090         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
13091              From: Peter Prymmer <pvhp@forte.com>
13092              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
13093              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
13094      Branch: perl
13095            ! Makefile.SH
13096 ____________________________________________________________________________
13097 [  8487] By: jhi                                   on 2001/01/20  22:21:18
13098         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
13099              From: Peter Prymmer <pvhp@forte.com>
13100              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
13101              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
13102      Branch: perl
13103            + ext/DynaLoader/dl_dllload.xs
13104            ! MANIFEST Makefile.SH hints/os390.sh
13105 ____________________________________________________________________________
13106 [  8486] By: jhi                                   on 2001/01/20  22:17:53
13107         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
13108              From: Peter Prymmer <pvhp@forte.com>
13109              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
13110              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
13111      Branch: perl
13112            ! README.os390 README.posix-bc
13113 ____________________________________________________________________________
13114 [  8485] By: jhi                                   on 2001/01/20  20:15:30
13115         Log: Document and test the new qu operator.
13116      Branch: perl
13117            + t/op/qu.t
13118            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
13119            ! pod/perlretut.pod pod/perlunicode.pod
13120 ____________________________________________________________________________
13121 [  8484] By: nick                                  on 2001/01/20  19:42:30
13122         Log: Infrastructure to allow:
13123              open($fh,"|-",@array);
13124              to be implemented
13125              i.e. mark pp_open as needing a stack mark, and make pp_open
13126              process its args in that style (and pass them _all_ to tied handles OPEN).
13127              Invent do_openn() which takes SV ** at allow it to see multiple args.
13128              Note this does not _do_ anything yet.
13129      Branch: perlio
13130            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
13131            ! perlapi.c pp_proto.h pp_sys.c proto.h
13132 ____________________________________________________________________________
13133 [  8483] By: nick                                  on 2001/01/20  17:23:14
13134         Log: Integrate mainline.
13135      Branch: perlio
13136           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
13137           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
13138 ____________________________________________________________________________
13139 [  8482] By: jhi                                   on 2001/01/19  15:37:49
13140         Log: Update Changes.
13141      Branch: perl
13142            ! Changes patchlevel.h
13143 ____________________________________________________________________________
13144 [  8481] By: jhi                                   on 2001/01/19  14:41:24
13145         Log: Subject: Re: new feature: s?printf parameter reordering 
13146              From: Hugo <hv@crypt.compulink.co.uk>
13147              Date: Thu, 11 Jan 2001 17:09:03 +0000
13148              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
13149              
13150              - support reordering for all parameters: %, *v, *, .*
13151              - lay down that the reordering specification must immediately
13152              follow that parameter: %3$, *v3$, *3$, .*3$
13153              - fix vectorisation of a zero-length string
13154              - factor out the code choosing the argument to format
13155              
13156              Possibly unwanted side-effects:
13157              - the special format specifiers ' +-0' must now precede any
13158              vectorisation specifier. Tests in op/sprintf and op/ver
13159              have been changed to reflect this.
13160              - sprintf.t test #214 changed its expectations because in many
13161              cases, the next parameter has already been consumed when an
13162              invalid type letter is detected.
13163              
13164              Probably wanted side-effects:
13165              - attempts to format a non-existent parameter will warn as if C<undef>
13166              - attempt to write to non-existent parameter with '%n' will complain
13167              of "attempt to modify read-only value" instead of being silent
13168      Branch: perl
13169            ! sv.c t/op/sprintf.t t/op/ver.t
13170 ____________________________________________________________________________
13171 [  8480] By: jhi                                   on 2001/01/19  14:08:37
13172         Log: Subject: PATCH pragma/locale.t
13173              From: andreas.koenig@anima.de (Andreas J. Koenig)
13174              Date: 18 Jan 2001 09:45:37 +0100
13175              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
13176      Branch: perl
13177            ! t/pragma/locale.t
13178 ____________________________________________________________________________
13179 [  8479] By: jhi                                   on 2001/01/19  13:19:58
13180         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
13181      Branch: perl
13182            ! configure.com
13183 ____________________________________________________________________________
13184 [  8478] By: jhi                                   on 2001/01/19  02:12:35
13185         Log: Automate 1_compile.t.
13186      Branch: perl
13187            ! t/lib/1_compile.t
13188 ____________________________________________________________________________
13189 [  8477] By: jhi                                   on 2001/01/19  01:49:56
13190         Log: Integrate perlio.
13191      Branch: perl
13192           !> sv.c win32/config.bc win32/config.gc win32/config.vc
13193           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13194 ____________________________________________________________________________
13195 [  8476] By: nick                                  on 2001/01/18  21:51:52
13196         Log: Integrate mainline
13197      Branch: perlio
13198           +> t/lib/1_compile.t t/lib/compmod.pl
13199           !> MANIFEST configure.com lib/unicode/distinct.pm
13200 ____________________________________________________________________________
13201 [  8475] By: nick                                  on 2001/01/18  21:48:02
13202         Log: Win32 "safe signals" co-existance fix.
13203              Fix SIG_SIZE value.
13204              Clear PL_sig_pending when cloning (fork).
13205      Branch: perlio
13206            ! sv.c win32/config.bc win32/config.gc win32/config.vc
13207            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13208 ____________________________________________________________________________
13209 [  8474] By: jhi                                   on 2001/01/18  14:40:57
13210         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
13211      Branch: perl
13212            ! t/lib/1_compile.t
13213 ____________________________________________________________________________
13214 [  8473] By: gsar                                  on 2001/01/18  11:42:31
13215         Log: unsubmitted trial1 change
13216      Branch: maint-5.6/perl
13217            ! Changes
13218 ____________________________________________________________________________
13219 [  8472] By: jhi                                   on 2001/01/18  04:30:24
13220         Log: The first bug found by 1_compile.t.
13221      Branch: perl
13222            ! lib/unicode/distinct.pm
13223 ____________________________________________________________________________
13224 [  8471] By: jhi                                   on 2001/01/18  04:29:42
13225         Log: Add Schwern's 1_compile test.  The compile_module script renamed
13226              to be a bit shorter for the 8.3 people.
13227      Branch: perl
13228            + t/lib/1_compile.t t/lib/compmod.pl
13229            ! MANIFEST
13230 ____________________________________________________________________________
13231 [  8470] By: jhi                                   on 2001/01/18  04:16:00
13232         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)
13233              From: Peter Prymmer <pvhp@forte.com>
13234              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
13235              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
13236              Replace #8463.
13237      Branch: maint-5.6/perl
13238            ! configure.com
13239 ____________________________________________________________________________
13240 [  8469] By: jhi                                   on 2001/01/18  04:13:02
13241         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)
13242              From: Peter Prymmer <pvhp@forte.com>
13243              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
13244              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
13245              Replace #8462.
13246      Branch: perl
13247            ! configure.com
13248 ____________________________________________________________________________
13249 [  8468] By: jhi                                   on 2001/01/18  03:42:08
13250         Log: Integrate perlio.
13251      Branch: perl
13252           !> gv.c mg.c perlio.c util.c
13253 ____________________________________________________________________________
13254 [  8467] By: nick                                  on 2001/01/17  22:41:10
13255         Log: "Safe" signals - trial implementation.
13256              gv.c tweaked to zero PL_sig_pend array
13257              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
13258              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
13259              Odd thing is that it "works" with PERLIO=stdio as well (linux).
13260      Branch: perlio
13261            ! gv.c mg.c perlio.c util.c
13262 ____________________________________________________________________________
13263 [  8466] By: nick                                  on 2001/01/17  20:40:20
13264         Log: Integrate mainline.
13265      Branch: perlio
13266           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13267           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
13268           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
13269           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13270           !> vos/config.ga.h win32/config.bc win32/config.gc
13271           !> win32/config.vc
13272 ____________________________________________________________________________
13273 [  8465] By: jhi                                   on 2001/01/17  18:37:13
13274         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
13275              From: Nicholas Clark <nick@ccl4.org>
13276              Date: Wed, 17 Jan 2001 17:31:33 +0000
13277              Message-ID: <20010117173133.I2633@plum.flirble.org>
13278      Branch: perl
13279            ! t/op/int.t
13280 ____________________________________________________________________________
13281 [  8464] By: jhi                                   on 2001/01/17  14:43:17
13282         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
13283              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
13284              Date: Wed, 17 Jan 2001 15:16:43 +0100
13285              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
13286              
13287              pp_int() was dropping an NV to the floor,
13288              int(279964589018079/59) either returned not an integer
13289              4745162525730.15, or one got "Attempt to free unreferenced scalar."
13290      Branch: perl
13291            ! pp.c
13292 ____________________________________________________________________________
13293 [  8463] By: jhi                                   on 2001/01/17  06:12:42
13294         Log: (Replaced by #8470)
13295              
13296              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)
13297              From: "Craig A. Berry" <craigberry@mac.com>
13298              Date: Tue, 16 Jan 2001 23:38:46 -0600
13299              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
13300      Branch: maint-5.6/perl
13301            ! configure.com
13302 ____________________________________________________________________________
13303 [  8462] By: jhi                                   on 2001/01/17  06:11:31
13304         Log: (Replaced by #8469)
13305              
13306              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)
13307              From: "Craig A. Berry" <craigberry@mac.com>
13308              Date: Tue, 16 Jan 2001 23:38:46 -0600
13309              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
13310      Branch: perl
13311            ! configure.com
13312 ____________________________________________________________________________
13313 [  8461] By: jhi                                   on 2001/01/17  05:56:12
13314         Log: Allow for one trailing slash in the directory of mkdir().
13315      Branch: perl
13316            ! pp_sys.c
13317 ____________________________________________________________________________
13318 [  8460] By: jhi                                   on 2001/01/17  03:26:01
13319         Log: Metaconfig unit changes for #8459.
13320      Branch: metaconfig
13321            ! U/modified/Loc.U U/modified/sig_name.U
13322 ____________________________________________________________________________
13323 [  8459] By: jhi                                   on 2001/01/17  03:24:48
13324         Log: Define SIG_SIZE, the number of elements in the sig_name and
13325              sig_num arrays, including the final NULL entry.
13326      Branch: perl
13327            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13328            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
13329            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
13330            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13331            ! win32/config.bc win32/config.gc win32/config.vc
13332 ____________________________________________________________________________
13333 [  8458] By: jhi                                   on 2001/01/17  01:41:33
13334         Log: Integrate perlio.
13335      Branch: perl
13336           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
13337           !> perlapi.h proto.h sv.c
13338 ____________________________________________________________________________
13339 [  8457] By: nick                                  on 2001/01/16  22:07:26
13340         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
13341              Provides all the "cost" but no benefit yet - it is to allow cost
13342              to be measured, and implementation experiments (just in mg.c?).
13343      Branch: perlio
13344            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
13345            ! perlapi.h proto.h sv.c
13346 ____________________________________________________________________________
13347 [  8456] By: nick                                  on 2001/01/16  21:07:07
13348         Log: Integrate mainline.
13349      Branch: perlio
13350           !> (integrate 51 files)
13351 ____________________________________________________________________________
13352 [  8455] By: jhi                                   on 2001/01/16  18:13:43
13353         Log: Subject: [PATCH] regcomp.c old feature removal
13354              From: mjd@plover.com
13355              Date: 16 Jan 2001 14:43:18 -0000 
13356              Message-ID: <20010116144318.7140.qmail@plover.com> 
13357      Branch: perl
13358            ! regcomp.c
13359 ____________________________________________________________________________
13360 [  8454] By: jhi                                   on 2001/01/16  16:12:39
13361         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
13362              From: "Indy Singh" <indy@nusphere.com>
13363              Date: Wed, 10 Jan 2001 20:17:49 -0500
13364              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
13365      Branch: maint-5.6/perl
13366            ! win32/Makefile
13367 ____________________________________________________________________________
13368 [  8453] By: jhi                                   on 2001/01/16  16:09:33
13369         Log: Update Changes.
13370      Branch: perl
13371            ! Changes patchlevel.h
13372 ____________________________________________________________________________
13373 [  8452] By: jhi                                   on 2001/01/16  15:42:04
13374         Log: Subject: Re: API Cleanup
13375              To: perl5-porters@perl.org
13376              Date: Tue, 16 Jan 2001 13:42:30 +0000
13377              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
13378              
13379              Subject: [PATCH] utf8.c documentation
13380              From: Simon Cozens <simon@cozens.net>
13381              Date: Tue, 16 Jan 2001 13:52:48 +0000
13382              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
13383              
13384              Subject: Re: API Cleanup
13385              From: Simon Cozens <simon@cozens.net>
13386              Date: Tue, 16 Jan 2001 14:58:55 +0000
13387              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
13388              
13389              UTF-8 doc patches.
13390      Branch: perl
13391            ! embed.pl pod/perlapi.pod utf8.c
13392 ____________________________________________________________________________
13393 [  8451] By: jhi                                   on 2001/01/16  14:41:39
13394         Log: podlators 1.07, from Russ Allbery.
13395      Branch: perl
13396            ! lib/Pod/Man.pm
13397 ____________________________________________________________________________
13398 [  8450] By: jhi                                   on 2001/01/16  14:24:19
13399         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
13400              From: "Indy Singh" <indy@nusphere.com>
13401              Date: Mon, 15 Jan 2001 20:59:40 -0500
13402              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
13403      Branch: perl
13404            ! win32/Makefile
13405 ____________________________________________________________________________
13406 [  8449] By: jhi                                   on 2001/01/16  03:42:55
13407         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
13408              at the setting of the ofs_sv in new_struct_thread() as the
13409              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
13410              that invited a core dump.
13411      Branch: perl
13412            ! util.c
13413 ____________________________________________________________________________
13414 [  8448] By: jhi                                   on 2001/01/16  01:49:07
13415         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
13416              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13417              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
13418              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
13419              
13420              Replace #8444 and #8445.
13421      Branch: perl
13422            ! ext/B/B.xs ext/B/B/Debug.pm
13423 ____________________________________________________________________________
13424 [  8447] By: jhi                                   on 2001/01/15  21:05:35
13425         Log: Subject: [PATCH] API Variable documentation   
13426              From: Simon Cozens <simon@cozens.net>
13427              Date: Mon, 15 Jan 2001 19:35:54 +0000
13428              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
13429      Branch: perl
13430            ! pod/perlapi.pod thrdvar.h
13431 ____________________________________________________________________________
13432 [  8446] By: jhi                                   on 2001/01/15  20:49:20
13433         Log: Signedness nit.
13434      Branch: perl
13435            ! pp_ctl.c
13436 ____________________________________________________________________________
13437 [  8445] By: jhi                                   on 2001/01/15  20:28:48
13438         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
13439      Branch: perl
13440            ! ext/B/B/Debug.pm
13441 ____________________________________________________________________________
13442 [  8444] By: jhi                                   on 2001/01/15  13:09:10
13443         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
13444      Branch: perl
13445            ! ext/B/B.xs
13446 ____________________________________________________________________________
13447 [  8443] By: jhi                                   on 2001/01/15  13:06:26
13448         Log: Missing from #8439.
13449      Branch: perl
13450            ! keywords.h mg.c
13451 ____________________________________________________________________________
13452 [  8442] By: jhi                                   on 2001/01/15  13:02:38
13453         Log: Subject: [PATCH @8436] Eliminate op_children
13454              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13455              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
13456              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
13457              
13458              Subject: [PATCH @8436] Re: Eliminate op_children
13459              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13460              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
13461              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
13462      Branch: perl
13463            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
13464            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
13465            ! op.c op.h
13466 ____________________________________________________________________________
13467 [  8441] By: jhi                                   on 2001/01/15  12:57:08
13468         Log: Use the /^Perl_/-less form of is_lvalue_sub().
13469      Branch: perl
13470            ! pp.h
13471 ____________________________________________________________________________
13472 [  8440] By: jhi                                   on 2001/01/15  05:13:09
13473         Log: Revert #8437 and #8438, the Linux large files story is more complex.
13474      Branch: metaconfig/U/perl
13475            ! d_fpos64_t.U d_off64_t.U
13476      Branch: perl
13477            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13478            ! config_h.SH configure.com epoc/config.sh perl.h
13479            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
13480            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13481            ! win32/config.bc win32/config.gc win32/config.vc
13482 ____________________________________________________________________________
13483 [  8439] By: jhi                                   on 2001/01/15  05:02:24
13484         Log: More UTF-8 patches from Inaba Hiroto.
13485              - The substr lval was still not okay.
13486              - Now pp_stringify and sv_setsv copies source's UTF8 flag
13487              even if IN_BYTE.  pp_stringify is called from fold_constants
13488              at optimization phase and "\x{100}" was made SvUTF8_off under
13489              use bytes (the bytes pragma is for "byte semantics" and not
13490              for "do not produce UTF8 data")
13491              - New `qu' operator to generate UTF8 string explicitly.
13492              Though I agree with the policy "0x00-0xff always produce bytes",
13493              sometimes want to such a string to be coded in UTF8.
13494              I can use pack"U0a*" but it requires more typing and has
13495              runtime overhead.
13496              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
13497              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
13498              string is not UTF8_on and has char 0x80-0xff.
13499              
13500              TODO: document and test qu.
13501      Branch: perl
13502            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
13503            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
13504            ! toke.c
13505 ____________________________________________________________________________
13506 [  8438] By: jhi                                   on 2001/01/14  05:10:23
13507         Log: Metaconfig unit changes for #8437.
13508      Branch: metaconfig/U/perl
13509            ! d_fpos64_t.U d_off64_t.U
13510 ____________________________________________________________________________
13511 [  8437] By: jhi                                   on 2001/01/14  04:55:34
13512         Log: Add <features.h> probing, seems to be needed for (some?)
13513              Linux largefileness.
13514      Branch: perl
13515            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13516            ! config_h.SH configure.com epoc/config.sh perl.h
13517            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
13518            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13519            ! win32/config.bc win32/config.gc win32/config.vc
13520 ____________________________________________________________________________
13521 [  8436] By: jhi                                   on 2001/01/13  17:47:21
13522         Log: Tighten some of the tests a bit.
13523      Branch: perl
13524            ! t/pragma/utf8.t
13525 ____________________________________________________________________________
13526 [  8435] By: jhi                                   on 2001/01/13  17:31:54
13527         Log: Integrate perlio.
13528      Branch: perl
13529           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
13530           !> win32/config_H.gc win32/config_H.vc
13531 ____________________________________________________________________________
13532 [  8434] By: nick                                  on 2001/01/13  11:36:53
13533         Log: Run dmake regen_config_h for Win32
13534      Branch: perlio
13535            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13536 ____________________________________________________________________________
13537 [  8433] By: nick                                  on 2001/01/13  11:31:55
13538         Log: VMS friendly patch to Encode compile process
13539      Branch: perlio
13540            ! ext/Encode/Makefile.PL ext/Encode/compile
13541 ____________________________________________________________________________
13542 [  8432] By: nick                                  on 2001/01/13  11:06:44
13543         Log: Integrate mainline
13544      Branch: perlio
13545           +> ext/B/B/Concise.pm
13546           !> (integrate 52 files)
13547 ____________________________________________________________________________
13548 [  8431] By: jhi                                   on 2001/01/13  05:55:55
13549         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
13550              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13551              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
13552              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
13553      Branch: perl
13554            ! ext/B/B/Concise.pm
13555 ____________________________________________________________________________
13556 [  8430] By: jhi                                   on 2001/01/13  04:24:18
13557         Log: The LVRET macro needed an aTHX.
13558      Branch: perl
13559            ! pp.h
13560 ____________________________________________________________________________
13561 [  8429] By: jhi                                   on 2001/01/13  02:12:42
13562         Log: Update Changes.
13563      Branch: perl
13564            ! Changes patchlevel.h
13565 ____________________________________________________________________________
13566 [  8428] By: jhi                                   on 2001/01/13  02:08:50
13567         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
13568              From: Peter Prymmer <pvhp@forte.com>
13569              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
13570              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
13571              
13572              Add a BEGIN guard for sloppy floating point division.
13573      Branch: perl
13574            ! lib/Math/BigInt.pm lib/bigint.pl
13575 ____________________________________________________________________________
13576 [  8427] By: jhi                                   on 2001/01/13  01:47:16
13577         Log: The B::Terse drop-in replacement wasn't quite drop-in.
13578      Branch: perl
13579            ! ext/B/B/Terse.pm
13580 ____________________________________________________________________________
13581 [  8426] By: jhi                                   on 2001/01/12  21:20:43
13582         Log: Use UVXf.
13583      Branch: perl
13584            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13585            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
13586            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
13587            ! vos/config.ga.def vos/config.ga.h win32/config.bc
13588            ! win32/config.gc win32/config.vc
13589 ____________________________________________________________________________
13590 [  8425] By: jhi                                   on 2001/01/12  20:20:14
13591         Log: Subject: [PATCH perl@8342] -Wformat
13592              From: Robin Barker <rmb1@cise.npl.co.uk>
13593              Date: Fri, 12 Jan 2001 20:03:14 GMT
13594              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
13595      Branch: perl
13596            ! ext/Encode/Encode.xs mg.c sv.c toke.c
13597 ____________________________________________________________________________
13598 [  8424] By: jhi                                   on 2001/01/12  20:01:48
13599         Log: Subject: B::Concise -- an improved replacement for B::Terse 
13600              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13601              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
13602              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
13603      Branch: perl
13604            + ext/B/B/Concise.pm
13605            ! MANIFEST ext/B/B/Terse.pm
13606 ____________________________________________________________________________
13607 [  8423] By: jhi                                   on 2001/01/12  19:24:02
13608         Log: The new metaconfig unit from the #8421.
13609      Branch: metaconfig/U/perl
13610            + d_sigprocmask.U
13611 ____________________________________________________________________________
13612 [  8422] By: jhi                                   on 2001/01/12  19:23:43
13613         Log: Forgot the microperl config from the #8421.
13614      Branch: perl
13615            ! uconfig.h uconfig.sh
13616 ____________________________________________________________________________
13617 [  8421] By: jhi                                   on 2001/01/12  19:05:27
13618         Log: Add sigprocmask() probe, regen Configure, regen toc.
13619      Branch: perl
13620            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13621            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
13622            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13623            ! vos/config.ga.h win32/config.bc win32/config.gc
13624            ! win32/config.vc
13625 ____________________________________________________________________________
13626 [  8420] By: jhi                                   on 2001/01/12  18:34:31
13627         Log: Add sockatmark() to the todo list.
13628      Branch: perl
13629            ! Todo-5.6
13630 ____________________________________________________________________________
13631 [  8419] By: jhi                                   on 2001/01/12  18:09:46
13632         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
13633      Branch: perl
13634            ! op.c
13635 ____________________________________________________________________________
13636 [  8418] By: jhi                                   on 2001/01/12  18:05:30
13637         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
13638              From: Radu Greab <radu@netsoft.ro>
13639              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
13640              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
13641      Branch: perl
13642            ! op.c t/pragma/sub_lval.t
13643 ____________________________________________________________________________
13644 [  8417] By: jhi                                   on 2001/01/12  16:09:09
13645         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
13646              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
13647              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
13648              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
13649      Branch: perl
13650            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
13651            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
13652            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
13653            ! t/pragma/sub_lval.t toke.c
13654 ____________________________________________________________________________
13655 [  8416] By: jhi                                   on 2001/01/12  15:42:06
13656         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
13657              From: "Richard Soderberg" <rs@crystalflame.net>
13658              Date: Fri, 12 Jan 2001 04:49:35 -0800
13659              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
13660              
13661              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
13662              according to the platform.
13663      Branch: perl
13664            ! op.c
13665 ____________________________________________________________________________
13666 [  8415] By: jhi                                   on 2001/01/12  15:33:41
13667         Log: One more UTF-8 fix from Inaba Hiroto.
13668      Branch: perl
13669            ! pp.c regexec.c t/pragma/utf8.t
13670 ____________________________________________________________________________
13671 [  8414] By: jhi                                   on 2001/01/12  15:30:18
13672         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
13673      Branch: perl
13674            ! regexec.c
13675 ____________________________________________________________________________
13676 [  8413] By: jhi                                   on 2001/01/12  15:22:10
13677         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
13678              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
13679              Date: Thu, 11 Jan 2001 12:53:36 +0100
13680              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
13681      Branch: perl
13682            ! toke.c
13683 ____________________________________________________________________________
13684 [  8412] By: jhi                                   on 2001/01/12  15:20:25
13685         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
13686              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
13687              Date: Fri, 12 Jan 2001 14:37:55 +0100
13688              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
13689      Branch: perl
13690            ! hints/posix-bc.sh
13691 ____________________________________________________________________________
13692 [  8411] By: jhi                                   on 2001/01/12  15:14:14
13693         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
13694              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
13695              Date: Fri, 12 Jan 2001 10:42:21 +0100
13696              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
13697      Branch: perl
13698            ! t/op/regmesg.t
13699 ____________________________________________________________________________
13700 [  8410] By: jhi                                   on 2001/01/12  05:48:55
13701         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
13702              From: Nicholas Clark <nick@ccl4.org> 
13703              Date: Sun, 7 Jan 2001 19:47:14 +0000
13704              Message-ID: <20010107194714.B1048@plum.flirble.org>
13705      Branch: perl
13706            ! t/op/numconvert.t
13707 ____________________________________________________________________________
13708 [  8409] By: jhi                                   on 2001/01/12  05:41:28
13709         Log: Integrate perlio.
13710      Branch: perl
13711           !> mg.c scope.h
13712 ____________________________________________________________________________
13713 [  8408] By: nick                                  on 2001/01/11  22:43:28
13714         Log: Remove variables that were used in experiments.
13715      Branch: perlio
13716            ! mg.c
13717 ____________________________________________________________________________
13718 [  8407] By: nick                                  on 2001/01/11  20:57:44
13719         Log: Catch die in %SIG handler and unblock the signal before re-dying.
13720              This make Linux work _without_ sigsetjmp().
13721              Turn off sigsetjmp() to see what else it does.
13722              May need Configure probe for sigprocmask() if anything has sigaction()
13723              but not sigprocmask().
13724      Branch: perlio
13725            ! mg.c scope.h
13726 ____________________________________________________________________________
13727 [  8406] By: nick                                  on 2001/01/11  19:32:07
13728         Log: Integrate mainline
13729      Branch: perlio
13730           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
13731           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
13732           !> t/op/substr.t
13733 ____________________________________________________________________________
13734 [  8405] By: jhi                                   on 2001/01/11  17:11:01
13735         Log: Fix UTF-8 lval substr().
13736      Branch: perl
13737            ! mg.c t/op/substr.t
13738 ____________________________________________________________________________
13739 [  8404] By: jhi                                   on 2001/01/11  05:13:58
13740         Log: Update Changes.
13741      Branch: perl
13742            ! Changes patchlevel.h
13743 ____________________________________________________________________________
13744 [  8403] By: jhi                                   on 2001/01/11  04:38:24
13745         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
13746              From: Hugo <hv@crypt.compulink.co.uk>
13747              Date: Mon, 30 Oct 2000 01:33:26 +0000
13748              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
13749      Branch: perl
13750            ! regexec.c t/op/re_tests
13751 ____________________________________________________________________________
13752 [  8402] By: jhi                                   on 2001/01/11  04:26:12
13753         Log: Integrate perlio.
13754      Branch: perl
13755           !> scope.h util.c
13756 ____________________________________________________________________________
13757 [  8401] By: nick                                  on 2001/01/10  22:52:55
13758         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
13759              (So Alan and Ilya can try setting via hints.)
13760              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
13761              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
13762              doing the save everywhere seems to restart read() correctly, but just
13763              doing it once "round" the handler does not.
13764      Branch: perlio
13765            ! scope.h
13766 ____________________________________________________________________________
13767 [  8400] By: jhi                                   on 2001/01/10  21:57:54
13768         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
13769              of IRIX, HP-UX is unaffected.
13770      Branch: perl
13771            ! perl.h
13772 ____________________________________________________________________________
13773 [  8399] By: nick                                  on 2001/01/10  21:29:19
13774         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
13775      Branch: perlio
13776            ! util.c
13777 ____________________________________________________________________________
13778 [  8398] By: jhi                                   on 2001/01/10  20:55:31
13779         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
13780              also have ReusePort.
13781      Branch: perl
13782            ! ext/IO/lib/IO/Socket/INET.pm
13783 ____________________________________________________________________________
13784 [  8397] By: jhi                                   on 2001/01/10  20:50:57
13785         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
13786              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
13787              Date: Wed, 10 Jan 2001 01:38:13 -0800
13788              Message-ID: <20010110013813.B41744@yahoo-inc.com>
13789      Branch: perl
13790            ! ext/IO/lib/IO/Socket/INET.pm
13791 ____________________________________________________________________________
13792 [  8396] By: jhi                                   on 2001/01/10  20:49:30
13793         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
13794              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
13795              Date: Wed, 10 Jan 2001 01:37:32 -0800
13796              Message-ID: <20010110013732.A41744@yahoo-inc.com>
13797      Branch: perl
13798            ! ext/Socket/Socket.pm
13799 ____________________________________________________________________________
13800 [  8395] By: jhi                                   on 2001/01/10  20:41:37
13801         Log: Test for bug id 20010105.016 (fixed by #8378).
13802      Branch: perl
13803            ! t/op/split.t
13804 ____________________________________________________________________________
13805 [  8394] By: jhi                                   on 2001/01/10  20:26:32
13806         Log: Integrate perlio.
13807      Branch: perl
13808            ! util.c
13809 ____________________________________________________________________________
13810 [  8393] By: nick                                  on 2001/01/10  19:34:30
13811         Log: Back out Simon's pid hackery for now.
13812      Branch: perlio
13813            ! util.c
13814 ____________________________________________________________________________
13815 [  8392] By: nick                                  on 2001/01/10  19:23:13
13816         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
13817      Branch: perlio
13818           !> (integrate 29 files)
13819 ____________________________________________________________________________
13820 [  8391] By: jhi                                   on 2001/01/10  18:43:15
13821         Log: Subject: [PATCH] Fix my_pclose segfault
13822              From: Simon Cozens <simon@cozens.net>
13823              Date: Wed, 10 Jan 2001 18:39:35 +0000
13824              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
13825      Branch: perl
13826            ! util.c
13827 ____________________________________________________________________________
13828 [  8390] By: jhi                                   on 2001/01/10  18:42:08
13829         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
13830              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13831              Date:     Wed, 10 Jan 2001 13:23:02 EST
13832              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
13833      Branch: perl
13834            ! ext/Opcode/Opcode.xs
13835 ____________________________________________________________________________
13836 [  8389] By: jhi                                   on 2001/01/10  15:16:07
13837         Log: Turn off the integer preservation for now.
13838      Branch: perl
13839            ! perl.h
13840 ____________________________________________________________________________
13841 [  8388] By: jhi                                   on 2001/01/10  15:01:25
13842         Log: Few more IDE/editor nits from p5p.
13843      Branch: perl
13844            ! pod/perlfaq3.pod
13845 ____________________________________________________________________________
13846 [  8387] By: jhi                                   on 2001/01/10  06:53:16
13847         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
13848              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
13849              Date: Tue, 9 Jan 2001 23:16:02 +0000
13850              Message-ID: <20010109231602.A81101@plum.flirble.org>
13851      Branch: perl
13852            ! sv.c
13853 ____________________________________________________________________________
13854 [  8386] By: jhi                                   on 2001/01/10  03:17:54
13855         Log: Test cases for #8385 (from Simon's "torture.pl")
13856      Branch: perl
13857            ! t/op/tr.t
13858 ____________________________________________________________________________
13859 [  8385] By: jhi                                   on 2001/01/10  03:17:11
13860         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
13861              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
13862              Date: Wed, 10 Jan 2001 11:39:39 +0900
13863              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
13864              
13865              Some more UTF-8 tr cases fixed.
13866      Branch: perl
13867            ! doop.c
13868 ____________________________________________________________________________
13869 [  8384] By: jhi                                   on 2001/01/09  22:45:40
13870         Log: Allow the locale test needing POSIX and the taint test
13871              needing IPC::SysV to run under 'minitest' (basically,
13872              bail out if loading the extension fails)
13873      Branch: perl
13874            ! t/op/misc.t t/op/taint.t
13875 ____________________________________________________________________________
13876 [  8383] By: jhi                                   on 2001/01/09  21:36:04
13877         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
13878              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13879              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
13880              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
13881      Branch: perl
13882            ! t/io/openpid.t
13883 ____________________________________________________________________________
13884 [  8382] By: jhi                                   on 2001/01/09  21:06:08
13885         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
13886              Should finish up the bug id 20001205.022.
13887      Branch: perl
13888            ! pp.c pp_hot.c scope.c
13889 ____________________________________________________________________________
13890 [  8381] By: jhi                                   on 2001/01/09  18:27:43
13891         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
13892              From: Andy Dougherty <doughera@lafayette.edu>
13893              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
13894              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
13895              
13896              More robust yacc/bison error detection.
13897      Branch: perl
13898            ! t/comp/proto.t
13899 ____________________________________________________________________________
13900 [  8380] By: jhi                                   on 2001/01/09  15:21:38
13901         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
13902              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13903              Date:     Tue, 9 Jan 2001 07:53:55 EST
13904              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
13905      Branch: perl
13906            ! t/op/misc.t vms/test.com
13907 ____________________________________________________________________________
13908 [  8379] By: jhi                                   on 2001/01/09  15:20:38
13909         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
13910              From: jhi@cc.hut.fi
13911              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
13912              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
13913              
13914              The #8378 fixed this.
13915      Branch: perl
13916            ! t/op/tr.t
13917 ____________________________________________________________________________
13918 [  8378] By: jhi                                   on 2001/01/09  15:05:32
13919         Log: Subject: One more patch for UTF8 
13920              From: Inaba Hiroto <inaba@st.rim.or.jp>
13921              Date: Tue, 09 Jan 2001 01:04:32 +0900
13922              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
13923              
13924              UTF-8 fixes for 'x' and tr///.
13925      Branch: perl
13926            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
13927            ! regcomp.c regexec.c toke.c utf8.c
13928 ____________________________________________________________________________
13929 [  8377] By: jhi                                   on 2001/01/09  14:32:17
13930         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
13931      Branch: perl
13932            ! t/op/length.t
13933 ____________________________________________________________________________
13934 [  8376] By: jhi                                   on 2001/01/09  04:32:32
13935         Log: integrate changes #7775, #8316, #8316 from mainline
13936      Branch: maint-5.6/perl
13937            ! hints/solaris_2.sh
13938 ____________________________________________________________________________
13939 [  8375] By: jhi                                   on 2001/01/09  04:26:43
13940         Log: Update Changes.
13941      Branch: perl
13942            ! Changes patchlevel.h
13943 ____________________________________________________________________________
13944 [  8374] By: jhi                                   on 2001/01/09  04:14:32
13945         Log: IDE/editor section tweaking.
13946      Branch: perl
13947            ! pod/perlfaq3.pod
13948 ____________________________________________________________________________
13949 [  8373] By: jhi                                   on 2001/01/09  02:38:26
13950         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
13951              From: Peter Prymmer <pvhp@forte.com>
13952              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
13953              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
13954              
13955              In preparation os OS/390 dynamic loading.
13956      Branch: perl
13957            ! README.os390 hints/os390.sh
13958 ____________________________________________________________________________
13959 [  8372] By: jhi                                   on 2001/01/09  00:24:30
13960         Log: Integrate with perlio.
13961      Branch: perl
13962           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
13963 ____________________________________________________________________________
13964 [  8371] By: nick                                  on 2001/01/08  23:54:33
13965         Log: Fix "scalars leaked" bugs caused by overload magic
13966              (Highlighted by Ilya's DESTROY optimization.)
13967      Branch: perlio
13968            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
13969 ____________________________________________________________________________
13970 [  8370] By: nick                                  on 2001/01/08  20:19:41
13971         Log: Integrate mainline
13972      Branch: perlio
13973           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
13974           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
13975           !> t/op/64bitint.t
13976 ____________________________________________________________________________
13977 [  8369] By: jhi                                   on 2001/01/08  17:30:52
13978         Log: save_delete() Safefree() doesn't (anymore?) work with shared
13979              strings, one test failure in op/misc and almost all of lib/b.
13980              (Outcomments #8369.)
13981      Branch: perl
13982            ! scope.c
13983 ____________________________________________________________________________
13984 [  8368] By: jhi                                   on 2001/01/08  14:47:10
13985         Log: (Outcommented by #8369.)
13986              
13987              Subject: Re: Perl BugID 20001205.022 ---- save_delete
13988              From: Simon Cozens <simon@cozens.net>
13989              Date: Sat, 6 Jan 2001 11:48:40 +0000
13990              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
13991              
13992              The save_delete() does need the Safefree.
13993      Branch: perl
13994            ! scope.c
13995 ____________________________________________________________________________
13996 [  8367] By: bailey                                on 2001/01/08  08:53:52
13997         Log: Once again syncing after too long an absence
13998      Branch: vmsperl
13999           +> (branch 55 files)
14000            - MAINTAIN fix_pl vos/config.def vos/config.h
14001            - vos/config_h.SH_orig
14002           !> (integrate 498 files)
14003 ____________________________________________________________________________
14004 [  8366] By: jhi                                   on 2001/01/08  02:42:59
14005         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
14006              From: nick@ccl4.org
14007              Date: Sun, 7 Jan 2001 21:07:18 +0000
14008              Message-Id: <20010107210717.D1048@plum.flirble.org>
14009      Branch: perl
14010            ! sv.c t/op/64bitint.t
14011 ____________________________________________________________________________
14012 [  8365] By: jhi                                   on 2001/01/08  02:35:16
14013         Log: Subject: [PATCH] environ nit
14014              From: Simon Cozens <simon@cozens.net>
14015              Date: Sun, 7 Jan 2001 17:57:07 +0000
14016              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
14017              
14018              Use environ only if we have it.
14019      Branch: perl
14020            ! mg.c
14021 ____________________________________________________________________________
14022 [  8364] By: jhi                                   on 2001/01/08  02:24:51
14023         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
14024      Branch: perl
14025            ! ext/GDBM_File/GDBM_File.xs
14026 ____________________________________________________________________________
14027 [  8363] By: jhi                                   on 2001/01/08  02:19:24
14028         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
14029              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
14030              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
14031              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
14032      Branch: perl
14033            ! dump.c op.c
14034 ____________________________________________________________________________
14035 [  8362] By: jhi                                   on 2001/01/08  02:17:43
14036         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
14037              From: Doug MacEachern <dougm@covalent.net>
14038              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
14039              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
14040              
14041              Allow AUTOLOAD to be an xsub and allow such xsubs
14042              to avoid use of $AUTOLOAD.
14043      Branch: perl
14044            ! gv.c
14045 ____________________________________________________________________________
14046 [  8361] By: jhi                                   on 2001/01/08  02:16:07
14047         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
14048              From: Radu Greab <radu@netsoft.ro>
14049              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
14050              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
14051              
14052              No need for the potentially unportable $SIG{CHLD}.
14053      Branch: perl
14054            ! t/io/pipe.t
14055 ____________________________________________________________________________
14056 [  8360] By: jhi                                   on 2001/01/08  01:58:23
14057         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
14058      Branch: perl
14059            ! lib/Getopt/Long.pm
14060 ____________________________________________________________________________
14061 [  8359] By: jhi                                   on 2001/01/08  01:55:44
14062         Log: Integrate perlio.
14063      Branch: perl
14064           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
14065           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
14066           !> utf8.c win32/Makefile
14067 ____________________________________________________________________________
14068 [  8358] By: jhi                                   on 2001/01/07  21:16:50
14069         Log: Update the EPOC cross SDK URL.
14070      Branch: perl
14071            ! README.epoc
14072 ____________________________________________________________________________
14073 [  8357] By: jhi                                   on 2001/01/07  21:16:09
14074         Log: Update the EPOC cross SDK URL.
14075      Branch: maint-5.6/perl
14076            ! README.epoc
14077 ____________________________________________________________________________
14078 [  8356] By: nick                                  on 2001/01/06  21:47:52
14079         Log: FILE * in XS code for PerlIO world:
14080              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
14081              - Add FILE * T_STDIO typemap.
14082              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
14083      Branch: perlio
14084            ! lib/ExtUtils/typemap perlio.c perlio.h
14085 ____________________________________________________________________________
14086 [  8355] By: jhi                                   on 2001/01/06  20:27:15
14087         Log: integrate change #8336 from mainline
14088              
14089              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
14090      Branch: maint-5.6/perl
14091            ! hv.c
14092 ____________________________________________________________________________
14093 [  8354] By: jhi                                   on 2001/01/06  20:24:29
14094         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
14095              From: Robin Barker <rmb1@cise.npl.co.uk>
14096              Date: Fri, 22 Dec 2000 12:17:38 GMT
14097              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
14098              
14099              The patch reformats some long =item lines so they give
14100              correct output via pod2man | nroff -man
14101              
14102              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
14103              From: Robin Barker <rmb1@cise.npl.co.uk>
14104              Date: Tue, 2 Jan 2001 15:35:03 GMT
14105              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
14106              
14107              Here is a _further_ patch which corrects a few more errors:
14108              * an empty C<=item> in CPAN.pm
14109              * patching the wrong file (pod/perlamiga.pod not README.amiga)
14110              * leaving empty C<=item>s which formatted incorrectly
14111              * over long C<=item>s revealed by latest patch to Pod::Man
14112      Branch: maint-5.6/perl
14113            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
14114            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
14115            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
14116            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
14117            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
14118            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
14119 ____________________________________________________________________________
14120 [  8353] By: jhi                                   on 2001/01/06  20:21:10
14121         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
14122              
14123              UTF-8 hash keys.
14124      Branch: maint-5.6/perl
14125            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
14126 ____________________________________________________________________________
14127 [  8352] By: jhi                                   on 2001/01/06  20:18:44
14128         Log: Forgotten from #8438.
14129      Branch: maint-5.6/perl
14130            ! epoc/epocish.h
14131 ____________________________________________________________________________
14132 [  8351] By: jhi                                   on 2001/01/06  20:18:12
14133         Log: Forgotten from #8347.
14134      Branch: maint-5.6/perl
14135            ! config_h.SH
14136 ____________________________________________________________________________
14137 [  8350] By: jhi                                   on 2001/01/06  20:00:19
14138         Log: Thinko in #8347.
14139      Branch: maint-5.6/perl
14140            ! regcomp.c
14141 ____________________________________________________________________________
14142 [  8349] By: jhi                                   on 2001/01/06  18:05:30
14143         Log: Copy the FAQ3 IDE section from the development branch,
14144              changes originally by Peter Prymmer.
14145      Branch: maint-5.6/perl
14146            ! pod/perlfaq3.pod
14147 ____________________________________________________________________________
14148 [  8348] By: jhi                                   on 2001/01/06  18:03:02
14149         Log: EPOC updates for TRIAL1.
14150              
14151              Subject: [5.6.1 trial1] EPOC update
14152              From: Olaf Flebbe <O.Flebbe@science-computing.de>
14153              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
14154              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
14155              
14156              Subject: epoc patch2 for perl-5.6.1-trial1
14157              From: Olaf Flebbe <O.Flebbe@science-computing.de>
14158              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
14159              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
14160      Branch: maint-5.6/perl
14161            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
14162            ! epoc/epocish.c
14163 ____________________________________________________________________________
14164 [  8347] By: jhi                                   on 2001/01/06  17:29:10
14165         Log: integrate changes #7710,7824,7973 from mainline,
14166              plus VMS nits from Peter Prymmer and Dan Sugalski.
14167              
14168              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
14169              library (getprotobyname and getprotobynumber are outversioned by
14170              the same calls in libc, at least for xlc version 3.
14171              
14172              Add HAS_SBRK_PROTO.
14173              
14174              Fixes for signedness warnings noticed by VMSperlers.
14175      Branch: maint-5.6/perl
14176            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14177            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
14178            ! sv.c vms/descrip_mms.template vos/config.alpha.def
14179            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14180            ! win32/config.bc win32/config.gc win32/config.vc
14181 ____________________________________________________________________________
14182 [  8346] By: nick                                  on 2001/01/06  14:36:01
14183         Log: Fixup accumulated integrate muddles (perlio == devperl again)
14184      Branch: perlio
14185            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
14186 ____________________________________________________________________________
14187 [  8345] By: nick                                  on 2001/01/06  14:24:58
14188         Log: Integrate mainline
14189      Branch: perlio
14190           !> (integrate 55 files)
14191 ____________________________________________________________________________
14192 [  8344] By: jhi                                   on 2001/01/06  02:24:02
14193         Log: Subject: [patch] PerlIO_cleanup() prototype
14194              From: Doug MacEachern <dougm@covalent.net>
14195              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
14196              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
14197      Branch: perl
14198            ! perlio.h
14199 ____________________________________________________________________________
14200 [  8343] By: jhi                                   on 2001/01/06  01:04:09
14201         Log: IRIX compiler noticed that the bof initialization might be
14202              bypassed by control flow.
14203      Branch: perl
14204            ! toke.c
14205 ____________________________________________________________________________
14206 [  8342] By: jhi                                   on 2001/01/06  00:10:48
14207         Log: Update Changes.
14208      Branch: perl
14209            ! Changes patchlevel.h
14210 ____________________________________________________________________________
14211 [  8341] By: jhi                                   on 2001/01/05  23:52:33
14212         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
14213      Branch: perl
14214            ! toke.c
14215 ____________________________________________________________________________
14216 [  8340] By: jhi                                   on 2001/01/05  22:44:08
14217         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
14218              From: Radu Greab <radu@netsoft.ro>
14219              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
14220              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
14221      Branch: perl
14222            ! t/io/pipe.t util.c
14223 ____________________________________________________________________________
14224 [  8339] By: jhi                                   on 2001/01/05  22:35:17
14225         Log: Subject: [PATCH] format and rewording in perlfaq.pod
14226              From: Robin Barker <rmb1@cise.npl.co.uk>
14227              Date: Fri, 5 Jan 2001 18:51:20 GMT
14228              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
14229      Branch: perl
14230            ! pod/perlfaq.pod
14231 ____________________________________________________________________________
14232 [  8338] By: jhi                                   on 2001/01/05  22:31:17
14233         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
14234              From: Peter Prymmer <pvhp@forte.com>
14235              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
14236              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
14237      Branch: perl
14238            ! utils/perlbug.PL
14239 ____________________________________________________________________________
14240 [  8337] By: jhi                                   on 2001/01/05  18:15:11
14241         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
14242              From: Robin Barker <rmb1@cise.npl.co.uk>
14243              Date: Tue, 2 Jan 2001 15:24:07 GMT
14244              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
14245              
14246              If you call configure as C<./Configure> or C<sh ./Configure>,
14247              $src is set to the absolute path name, not '.'.
14248              
14249              This, in turn, means -Dmksymlink tries to do its stuff because
14250              it does not think it is in the src directory.
14251              
14252              (plus a metaconfig nitfix)
14253      Branch: metaconfig
14254            ! U/compline/ccflags.U U/modified/src.U
14255      Branch: perl
14256            ! Configure config_h.SH
14257 ____________________________________________________________________________
14258 [  8336] By: jhi                                   on 2001/01/05  17:48:32
14259         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
14260              From: Alan Burlison <Alan.Burlison@uk.sun.com>
14261              Message-ID: <3A5606C4.473D2226@uk.sun.com>
14262              Date: Fri, 05 Jan 2001 17:39:16 +0000
14263      Branch: perl
14264            ! hv.c
14265 ____________________________________________________________________________
14266 [  8335] By: jhi                                   on 2001/01/05  16:05:44
14267         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
14268      Branch: perl
14269            ! lib/Getopt/Long.pm
14270 ____________________________________________________________________________
14271 [  8334] By: jhi                                   on 2001/01/05  16:00:51
14272         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
14273              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
14274              Date: Fri, 05 Jan 2001 13:46:51 +0100
14275              Message-ID: <13693.978698811@nice.ram.loc>
14276              
14277              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
14278              accurate reading of the "atime".  
14279      Branch: perl
14280            ! t/io/fs.t
14281 ____________________________________________________________________________
14282 [  8333] By: jhi                                   on 2001/01/05  15:57:37
14283         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
14284              From: Simon Cozens <simon@cozens.net>
14285              Date: Fri, 8 Dec 2000 13:33:31 +0000
14286              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
14287              
14288              A lost patch fragment.
14289      Branch: perl
14290            ! doop.c
14291 ____________________________________________________________________________
14292 [  8332] By: jhi                                   on 2001/01/05  15:40:42
14293         Log: Do away with strncpy() and a fixed length buffer.
14294      Branch: perl
14295            ! utf8.c
14296 ____________________________________________________________________________
14297 [  8331] By: jhi                                   on 2001/01/05  15:03:07
14298         Log: Tests for #8329 and #8330.
14299      Branch: perl
14300            ! t/op/bop.t
14301 ____________________________________________________________________________
14302 [  8330] By: jhi                                   on 2001/01/05  15:02:38
14303         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
14304              raw 8-bit form to the UTF-8 string.
14305      Branch: perl
14306            ! toke.c
14307 ____________________________________________________________________________
14308 [  8329] By: jhi                                   on 2001/01/05  14:55:13
14309         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
14310              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14311              Date: Fri, 5 Jan 2001 12:28:52 +0100
14312              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
14313              
14314              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
14315              no effect.  (changed the strncpy() to Copy())
14316      Branch: perl
14317            ! toke.c
14318 ____________________________________________________________________________
14319 [  8328] By: jhi                                   on 2001/01/05  06:44:27
14320         Log: UTF-8 cleanup.
14321      Branch: perl
14322            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
14323            ! regexec.c sv.c toke.c
14324 ____________________________________________________________________________
14325 [  8327] By: jhi                                   on 2001/01/05  01:11:29
14326         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')
14327              From: Radu Greab <radu@netsoft.ro>
14328              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
14329              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
14330              
14331              Cleans up Harness to not use FileHandle, which uses IO.
14332      Branch: perl
14333            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
14334 ____________________________________________________________________________
14335 [  8326] By: jhi                                   on 2001/01/05  00:56:37
14336         Log: Update Changes.
14337      Branch: perl
14338            ! Changes patchlevel.h
14339 ____________________________________________________________________________
14340 [  8325] By: jhi                                   on 2001/01/05  00:53:18
14341         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
14342              From: Peter Prymmer <pvhp@forte.com>
14343              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
14344              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
14345              
14346              plus a couple more tailing whitespace removals.
14347      Branch: perl
14348            ! win32/Makefile
14349 ____________________________________________________________________________
14350 [  8324] By: jhi                                   on 2001/01/05  00:47:39
14351         Log: Add some Unicode chop() tests.
14352      Branch: perl
14353            ! t/op/chop.t
14354 ____________________________________________________________________________
14355 [  8323] By: jhi                                   on 2001/01/05  00:47:23
14356         Log: Unify UTF-8 malformedness handling.
14357      Branch: perl
14358            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
14359 ____________________________________________________________________________
14360 [  8322] By: jhi                                   on 2001/01/04  22:21:54
14361         Log: The new $issymlink was unknown to Mksymlinks.
14362      Branch: metaconfig/U/perl
14363            ! Mksymlinks.U issymlink.U
14364      Branch: perl
14365            ! Configure config_h.SH
14366 ____________________________________________________________________________
14367 [  8321] By: jhi                                   on 2001/01/04  21:51:05
14368         Log: The test didn't work under the core test framework.
14369      Branch: perl
14370            ! t/lib/st-lock.t
14371 ____________________________________________________________________________
14372 [  8320] By: jhi                                   on 2001/01/04  21:14:22
14373         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
14374      Branch: perl
14375            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
14376 ____________________________________________________________________________
14377 [  8319] By: jhi                                   on 2001/01/04  20:46:17
14378         Log: Typo in #8312 when manually appying a problematic patch fragment.
14379      Branch: perl
14380            ! ext/Storable/Storable.xs
14381 ____________________________________________________________________________
14382 [  8318] By: jhi                                   on 2001/01/04  20:43:01
14383         Log: The $sh_c didn't fly.
14384      Branch: metaconfig
14385            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
14386            ! U/modified/Loc.U U/modified/myhostname.U
14387            ! U/modified/spitshell.U
14388      Branch: metaconfig/U/perl
14389            ! issymlink.U
14390      Branch: perl
14391            ! Configure config_h.SH
14392 ____________________________________________________________________________
14393 [  8317] By: jhi                                   on 2001/01/04  19:58:01
14394         Log: AIX builtin test -h is broken, changes based on
14395              
14396              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
14397              Date: Tue, 02 Jan 2001 11:24:39 +0100
14398              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14399              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
14400      Branch: metaconfig
14401            + U/modified/spitshell.U
14402            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
14403            ! U/modified/Loc.U U/modified/myhostname.U
14404      Branch: metaconfig/U/perl
14405            ! Mksymlinks.U issymlink.U
14406      Branch: perl
14407            ! Configure
14408 ____________________________________________________________________________
14409 [  8316] By: jhi                                   on 2001/01/04  19:02:22
14410         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
14411              From: Andy Dougherty <doughera@lafayette.edu>
14412              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
14413              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
14414              
14415              Beware of GNU ld.
14416      Branch: perl
14417            ! hints/solaris_2.sh
14418 ____________________________________________________________________________
14419 [  8315] By: jhi                                   on 2001/01/04  18:56:48
14420         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
14421              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
14422              Date: Wed, 3 Jan 2001 07:58:51 +0100
14423              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
14424      Branch: perl
14425            ! hints/solaris_2.sh
14426 ____________________________________________________________________________
14427 [  8314] By: jhi                                   on 2001/01/04  18:54:07
14428         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
14429              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
14430              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
14431              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
14432              
14433              Doc tweak on #8313.
14434      Branch: perl
14435            ! ext/B/B/Deparse.pm
14436 ____________________________________________________________________________
14437 [  8313] By: jhi                                   on 2001/01/04  18:52:27
14438         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
14439              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
14440              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
14441              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
14442              
14443              Make the peephole optimizer to bypass more null ops and
14444              and rewrite the deparse handling of continue blocks.
14445      Branch: perl
14446            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
14447 ____________________________________________________________________________
14448 [  8312] By: jhi                                   on 2001/01/04  18:47:39
14449         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
14450      Branch: perl
14451            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
14452            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
14453            ! t/lib/st-lock.t
14454 ____________________________________________________________________________
14455 [  8311] By: jhi                                   on 2001/01/04  18:36:08
14456         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
14457              filter to be run on each .pm during the pm_to_blib() phase,
14458              a fixed version of
14459              
14460              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
14461              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
14462              Date: Wed, 03 Jan 2001 22:01:30 +0100
14463              Message-ID: <5296.978555690@nice.ram.loc>
14464      Branch: perl
14465            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
14466            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
14467            ! lib/ExtUtils/MakeMaker.pm
14468 ____________________________________________________________________________
14469 [  8310] By: jhi                                   on 2001/01/04  18:32:54
14470         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
14471              From: Robin Barker <rmb1@cise.npl.co.uk>
14472              Date: Tue, 2 Jan 2001 15:35:03 GMT
14473              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
14474      Branch: perl
14475            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
14476            ! pod/perlrequick.pod
14477 ____________________________________________________________________________
14478 [  8309] By: jhi                                   on 2001/01/04  18:29:07
14479         Log: Subject: Re: [patch] static-ize XS()
14480              From: Doug MacEachern <dougm@covalent.net>
14481              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
14482              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
14483              
14484              Provide prototypes for the XS functions.
14485      Branch: perl
14486            ! lib/ExtUtils/xsubpp
14487 ____________________________________________________________________________
14488 [  8308] By: jhi                                   on 2001/01/04  18:27:44
14489         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
14490              From: Doug MacEachern <dougm@covalent.net>
14491              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
14492              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
14493      Branch: perl
14494            ! lib/ExtUtils/typemap
14495 ____________________________________________________________________________
14496 [  8307] By: jhi                                   on 2001/01/04  18:25:25
14497         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
14498              From: Doug MacEachern <dougm@covalent.net>
14499              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
14500              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
14501              
14502              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
14503      Branch: perl
14504            ! lib/ExtUtils/MM_Unix.pm
14505 ____________________________________________________________________________
14506 [  8306] By: jhi                                   on 2001/01/04  18:23:00
14507         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
14508              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14509              Date: Thu, 4 Jan 2001 12:47:10 +0100 
14510              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
14511              
14512              The toke.c part only, patching embed.h and proto.h is futile.
14513      Branch: perl
14514            ! toke.c
14515 ____________________________________________________________________________
14516 [  8305] By: jhi                                   on 2001/01/04  18:05:51
14517         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
14518              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14519              Date: Thu, 4 Jan 2001 17:50:12 +0100 
14520              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
14521      Branch: perl
14522            ! toke.c
14523 ____________________________________________________________________________
14524 [  8304] By: jhi                                   on 2001/01/04  18:03:26
14525         Log: Subject: [PATCH perl@8269]
14526              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14527              Date: Thu, 4 Jan 2001 12:53:39 +0100 
14528              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
14529              
14530              If running byacc write-enable also perly.h.
14531      Branch: perl
14532            ! Makefile.SH
14533 ____________________________________________________________________________
14534 [  8303] By: jhi                                   on 2001/01/04  15:40:49
14535         Log: Rewrite pp_concat() in terms of sv_catsv().
14536      Branch: perl
14537            ! pp_hot.c
14538 ____________________________________________________________________________
14539 [  8302] By: nick                                  on 2001/01/03  22:43:22
14540         Log: Integrate mainline.
14541      Branch: perlio
14542           !> ext/Encode/Encode.xs sv.c utf8.c
14543 ____________________________________________________________________________
14544 [  8301] By: jhi                                   on 2001/01/02  23:40:26
14545         Log: Variable naming tweak.
14546      Branch: perl
14547            ! sv.c
14548 ____________________________________________________________________________
14549 [  8300] By: jhi                                   on 2001/01/02  23:40:02
14550         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
14551              in is_utf8_string().
14552      Branch: perl
14553            ! utf8.c
14554 ____________________________________________________________________________
14555 [  8299] By: jhi                                   on 2001/01/02  22:14:40
14556         Log: Integrate perlio.
14557      Branch: perl
14558           !> pp.c pp_hot.c win32/Makefile
14559 ____________________________________________________________________________
14560 [  8298] By: nick                                  on 2001/01/02  22:03:06
14561         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
14562      Branch: perlio
14563            ! pp.c pp_hot.c
14564 ____________________________________________________________________________
14565 [  8297] By: jhi                                   on 2001/01/02  04:26:28
14566         Log: Signedness nit.
14567      Branch: perl
14568            ! ext/Encode/Encode.xs
14569 ____________________________________________________________________________
14570 [  8296] By: nick                                  on 2001/01/01  23:49:36
14571         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
14572      Branch: perlio
14573            ! win32/Makefile
14574 ____________________________________________________________________________
14575 [  8295] By: jhi                                   on 2001/01/01  23:05:48
14576         Log: Integrate perlio.
14577      Branch: perl
14578           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
14579           !> t/lib/encode.t
14580 ____________________________________________________________________________
14581 [  8294] By: nick                                  on 2001/01/01  22:48:34
14582         Log: Integrate mainline
14583      Branch: perlio
14584            ! pp_hot.c t/lib/encode.t
14585           !> (integrate 65 files)
14586 ____________________________________________________________________________
14587 [  8293] By: nick                                  on 2001/01/01  21:58:50
14588         Log: More rigor in UTF-8-ness of Encode's toUnicode
14589              XS export some of the utf8 internal functions.
14590              Test some of the functions.
14591              Fix pp_concat() bug shown by said tests.
14592      Branch: perlio
14593            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
14594            ! t/lib/encode.t
14595 ____________________________________________________________________________
14596 [  8292] By: jhi                                   on 2001/01/01  18:11:44
14597         Log: Integrate perlio.
14598      Branch: perl
14599           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
14600           !> ext/Encode/encengine.c ext/Encode/encode.h
14601 ____________________________________________________________________________
14602 [  8291] By: jhi                                   on 2001/01/01  18:10:58
14603         Log: Podify README.mpeix (a new version from the web),
14604              add a dummy NAME to Carp::Heavy, regen toc.
14605      Branch: perl
14606            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
14607            ! pod/perltoc.pod
14608 ____________________________________________________________________________
14609 [  8290] By: nick                                  on 2001/01/01  17:43:47
14610         Log: Loose the "Loading..." warning.
14611              Another bug in fallback support
14612      Branch: perlio
14613            ! ext/Encode/Encode.pm ext/Encode/encengine.c
14614 ____________________________________________________________________________
14615 [  8289] By: jhi                                   on 2001/01/01  00:01:57
14616         Log: Bump up Larry's copyright.
14617      Branch: perl
14618            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
14619            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
14620            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
14621            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
14622            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
14623            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
14624            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
14625            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
14626 ____________________________________________________________________________
14627 [  8288] By: nick                                  on 2000/12/31  21:27:53
14628         Log: Fix .ucm reading - forgot a chr()
14629              Start of .ucm write (for .enc to .ucm)
14630      Branch: perlio
14631            ! ext/Encode/compile
14632 ____________________________________________________________________________
14633 [  8287] By: jhi                                   on 2000/12/31  18:15:56
14634         Log: Comment away a diagnostic message as noted by Craig A. Berry
14635              (the unexpected message was confusing testing)
14636      Branch: perl
14637            ! ext/Encode/Encode.pm
14638 ____________________________________________________________________________
14639 [  8286] By: jhi                                   on 2000/12/31  18:14:51
14640         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
14641              Date: Sun, 31 Dec 2000 11:17:37 -0600
14642              From: "Craig A. Berry" <craigberry@mac.com>
14643              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
14644      Branch: perl
14645            ! ext/Encode/Makefile.PL
14646 ____________________________________________________________________________
14647 [  8285] By: nick                                  on 2000/12/31  18:11:54
14648         Log: Start of support of ICU-style .ucm files:
14649              - teach compile how to read a .ucm file
14650              - first guess at how to represent fallbacks in "tries".
14651              - use fallbacks if check == 0
14652              - new return code to indicate we used one.
14653      Branch: perlio
14654            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
14655            ! ext/Encode/encengine.c ext/Encode/encode.h
14656 ____________________________________________________________________________
14657 [  8284] By: jhi                                   on 2000/12/31  18:04:41
14658         Log: Pacify picky VMS compiler.
14659              
14660              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
14661              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14662              Date: Sat, 30 Dec 2000 18:10:02 -0600
14663              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
14664      Branch: perl
14665            ! sv.c
14666 ____________________________________________________________________________
14667 [  8283] By: jhi                                   on 2000/12/31  16:11:47
14668         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
14669      Branch: perl
14670            ! t/lib/glob-basic.t
14671 ____________________________________________________________________________
14672 [  8282] By: jhi                                   on 2000/12/31  15:26:11
14673         Log: Integrate perlio.
14674      Branch: perl
14675           !> makedef.pl opcode.pl os2/os2.c perlio.c
14676 ____________________________________________________________________________
14677 [  8281] By: nick                                  on 2000/12/31  10:06:15
14678         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
14679              is available to be exported
14680      Branch: perlio
14681            ! makedef.pl perlio.c
14682 ____________________________________________________________________________
14683 [  8280] By: nick                                  on 2000/12/31  09:41:26
14684         Log: Ilya's OS2 patch (testing for damage on Win32)
14685      Branch: perlio
14686            ! makedef.pl opcode.pl os2/os2.c
14687 ____________________________________________________________________________
14688 [  8279] By: jhi                                   on 2000/12/30  21:52:07
14689         Log: Test nits.
14690      Branch: perl
14691            ! t/lib/syslfs.t t/op/lfs.t
14692 ____________________________________________________________________________
14693 [  8278] By: jhi                                   on 2000/12/30  21:47:49
14694         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
14695              From: andreas.koenig@anima.de (Andreas J. Koenig)
14696              Date: 30 Dec 2000 22:35:37 +0100
14697              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
14698              
14699              The 32-bit wraparound test wasn't quite right.
14700      Branch: perl
14701            ! t/lib/syslfs.t t/op/lfs.t
14702 ____________________________________________________________________________
14703 [  8277] By: jhi                                   on 2000/12/30  21:33:44
14704         Log: Subject: [PATCH] open() example in perlfunc.pod 
14705              From: Karsten Sperling <s_sperli@ira.uka.de>
14706              Date: Sat, 30 Dec 2000 22:27:09 +0100
14707              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
14708      Branch: perl
14709            ! pod/perlfunc.pod
14710 ____________________________________________________________________________
14711 [  8276] By: jhi                                   on 2000/12/30  20:32:40
14712         Log: Not quite that many tests yet.
14713      Branch: perl
14714            ! t/op/pat.t
14715 ____________________________________________________________________________
14716 [  8275] By: jhi                                   on 2000/12/30  20:26:58
14717         Log: Integrate perlio.
14718      Branch: perl
14719           !> toke.c
14720 ____________________________________________________________________________
14721 [  8274] By: jhi                                   on 2000/12/30  20:24:56
14722         Log: Signedness nit.
14723      Branch: perl
14724            ! utf8.c
14725 ____________________________________________________________________________
14726 [  8273] By: jhi                                   on 2000/12/30  20:15:46
14727         Log: Add a test case for 20000731.001 which was fixed by the #8267.
14728      Branch: perl
14729            ! t/op/pat.t
14730 ____________________________________________________________________________
14731 [  8272] By: nick                                  on 2000/12/30  19:47:51
14732         Log: Tweak for MULTIPLICITY/USE_PERLIO
14733      Branch: perlio
14734            ! toke.c
14735 ____________________________________________________________________________
14736 [  8271] By: nick                                  on 2000/12/30  19:46:45
14737         Log: Integrate mainline
14738      Branch: perlio
14739           +> lib/unicode/distinct.pm
14740           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
14741           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
14742           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
14743 ____________________________________________________________________________
14744 [  8270] By: jhi                                   on 2000/12/30  19:39:50
14745         Log: Subject: RE: perl@8269
14746              From: "Richard Soderberg" <rs@crystalflame.net>
14747              Date: Sat, 30 Dec 2000 11:36:27 -0800
14748              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
14749              
14750              A missing aTHX_.
14751      Branch: perl
14752            ! toke.c
14753 ____________________________________________________________________________
14754 [  8269] By: jhi                                   on 2000/12/30  18:55:48
14755         Log: Update Changes.
14756      Branch: perl
14757            ! Changes patchlevel.h
14758 ____________________________________________________________________________
14759 [  8268] By: jhi                                   on 2000/12/30  17:18:40
14760         Log: Add a test for Unicode split //.  The #8267 was the cure.
14761      Branch: perl
14762            ! t/op/split.t
14763 ____________________________________________________________________________
14764 [  8267] By: jhi                                   on 2000/12/30  17:14:19
14765         Log: Subject: more UTF8 test suites and an UTF8 patch
14766              From: Inaba Hiroto <inaba@st.rim.or.jp>
14767              Date: Sat, 30 Dec 2000 14:27:10 +0900
14768              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
14769              
14770              Just the patch part for now, and the pragma renamed
14771              as unicode::distinct.
14772      Branch: perl
14773            + lib/unicode/distinct.pm
14774            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
14775            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
14776            ! regcomp.h regexec.c sv.c toke.c utf8.c
14777 ____________________________________________________________________________
14778 [  8266] By: nick                                  on 2000/12/30  16:40:49
14779         Log: Integrate mainline
14780      Branch: perlio
14781           +> lib/Pod/Text/Overstrike.pm
14782           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
14783           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
14784           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
14785           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
14786           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
14787 ____________________________________________________________________________
14788 [  8265] By: jhi                                   on 2000/12/30  07:28:55
14789         Log: The sv_catsv() fix, take two.
14790      Branch: perl
14791            ! sv.c t/op/join.t
14792 ____________________________________________________________________________
14793 [  8264] By: jhi                                   on 2000/12/30  06:19:18
14794         Log: Undo all the join-related changes since #8248: relevant
14795              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
14796              The new sv_catsv() doesn't fly so it must go back to
14797              the drawing board.
14798      Branch: perl
14799            ! sv.c t/op/join.t t/pragma/utf8.t
14800 ____________________________________________________________________________
14801 [  8263] By: jhi                                   on 2000/12/30  01:08:32
14802         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
14803      Branch: perl
14804            ! sv.c
14805 ____________________________________________________________________________
14806 [  8262] By: jhi                                   on 2000/12/30  00:45:14
14807         Log: Retract #8261.
14808      Branch: perl
14809            ! hv.c util.c
14810 ____________________________________________________________________________
14811 [  8261] By: jhi                                   on 2000/12/30  00:38:32
14812         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
14813      Branch: perl
14814            ! hv.c util.c
14815 ____________________________________________________________________________
14816 [  8260] By: jhi                                   on 2000/12/29  22:51:33
14817         Log: (Retracted by #8264)  More fixing for #8251.
14818      Branch: perl
14819            ! sv.c
14820 ____________________________________________________________________________
14821 [  8259] By: jhi                                   on 2000/12/29  18:27:30
14822         Log: Subject: podlators 1.06 released
14823              From: Russ Allbery <rra@stanford.edu>
14824              Date: 25 Dec 2000 05:09:30 -0800
14825              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
14826      Branch: perl
14827            + lib/Pod/Text/Overstrike.pm
14828            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
14829            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
14830 ____________________________________________________________________________
14831 [  8258] By: jhi                                   on 2000/12/29  18:20:45
14832         Log: Make the large file tests more robust/talkative as suggested by
14833              
14834              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
14835              From: andreas.koenig@anima.de (Andreas J. Koenig)
14836              Date: 29 Dec 2000 14:23:01 +0100
14837              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
14838      Branch: perl
14839            ! t/lib/syslfs.t t/op/lfs.t
14840 ____________________________________________________________________________
14841 [  8257] By: jhi                                   on 2000/12/29  17:48:04
14842         Log: Further VMS piping fixes from Charles Lane:
14843              
14844              In summary, error messages produced when a subprocess terminated
14845              abnormally were being sent not just to the parent process, but to
14846              grandparents, because of default values for error output that were
14847              not completely overridden when the subprocess was started.
14848              
14849              This patch fixes this behavior by defining user-mode (i.e., temporary
14850              for the duration of the program) logical names for SYS$OUTPUT and
14851              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
14852              changes to make it so that the user-mode logicals are the ones that
14853              control where Perl's error messages go if it terminates abnormally.
14854              
14855              I also added some gratuitous fixes to the indentation of braces in
14856              the piping code.  It just looked ugly, before.
14857      Branch: perl
14858            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
14859 ____________________________________________________________________________
14860 [  8256] By: jhi                                   on 2000/12/29  17:45:12
14861         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
14862              From: "Casey R. Tweten" <crt@kiski.net>
14863              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
14864              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
14865              
14866              Tests for for #8240.
14867      Branch: perl
14868            ! t/pragma/constant.t
14869 ____________________________________________________________________________
14870 [  8255] By: jhi                                   on 2000/12/29  17:43:07
14871         Log: Subject: Re: [PATCH] Interesting syntax idea
14872              From: Simon Cozens <simon@cozens.net>
14873              Date: Fri, 29 Dec 2000 14:34:04 +0000
14874              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
14875              
14876              Tests for #8254.
14877      Branch: perl
14878            ! t/pragma/sub_lval.t
14879 ____________________________________________________________________________
14880 [  8254] By: jhi                                   on 2000/12/29  17:42:11
14881         Log: Subject: [PATCH] Interesting syntax idea
14882              From: Simon Cozens <simon@cozens.net>
14883              Date: Wed, 27 Dec 2000 05:08:57 +0000
14884              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
14885              
14886              Make opens + bareword assigns do typeglob assigns.
14887      Branch: perl
14888            ! op.c
14889 ____________________________________________________________________________
14890 [  8253] By: jhi                                   on 2000/12/29  17:36:45
14891         Log: Output the (apparent) version of gcc, as suggested by
14892              
14893              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
14894              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
14895              Date: 26 Dec 2000 04:29:17 -0500
14896              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
14897              
14898              (The patch as such didn't any more apply as the misparsing had
14899              already been addressed in #6474.)  Also change the wording about
14900              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
14901      Branch: perl
14902            ! hints/dec_osf.sh
14903 ____________________________________________________________________________
14904 [  8252] By: nick                                  on 2000/12/29  12:14:31
14905         Log: Integrate mainline
14906      Branch: perlio
14907           !> (integrate 27 files)
14908 ____________________________________________________________________________
14909 [  8251] By: jhi                                   on 2000/12/29  08:45:46
14910         Log: (Retracted by #8264)
14911              
14912              (Fixed by #8260.)
14913              
14914              sv_catsv() needs one more byte space than seems reasonable.
14915              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
14916              Curiouser and curiouser.
14917      Branch: perl
14918            ! sv.c
14919 ____________________________________________________________________________
14920 [  8250] By: jhi                                   on 2000/12/29  07:57:52
14921         Log: More split // UTF-8 tests.
14922      Branch: perl
14923            ! t/pragma/utf8.t
14924 ____________________________________________________________________________
14925 [  8249] By: jhi                                   on 2000/12/29  07:54:51
14926         Log: (Retracted by #8264)  More join() testing which was good because
14927              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
14928      Branch: perl
14929            ! pp.c t/op/join.t utf8.c utf8.h
14930 ____________________________________________________________________________
14931 [  8248] By: jhi                                   on 2000/12/29  07:08:32
14932         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
14933              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
14934              that the only cases to care about are byte+byte and byte+character.
14935              
14936              TODO: See how well pp_concat() could be implemented in terms
14937              of sv_catsv().
14938      Branch: perl
14939            ! doop.c sv.c t/op/join.t utf8.h
14940 ____________________________________________________________________________
14941 [  8247] By: jhi                                   on 2000/12/29  06:35:23
14942         Log: Signedness nit.
14943      Branch: perl
14944            ! pp_hot.c
14945 ____________________________________________________________________________
14946 [  8246] By: jhi                                   on 2000/12/29  01:23:31
14947         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
14948              From: Lupe Christoph <lupe@lupe-christoph.de>
14949              Date: Thu, 28 Dec 2000 23:00:00 +0100
14950              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
14951              
14952              Suggest rsync --delete --dry-run.
14953      Branch: perl
14954            ! pod/perlhack.pod
14955 ____________________________________________________________________________
14956 [  8245] By: jhi                                   on 2000/12/28  23:57:05
14957         Log: The maxiters upper limit sanity check (guarding against
14958              non-progress) assumed bytes instead of characters in s///
14959              and split().
14960      Branch: perl
14961            ! pp.c pp_hot.c
14962 ____________________________________________________________________________
14963 [  8244] By: jhi                                   on 2000/12/28  23:34:08
14964         Log: Make some panic messages a bit more logical.
14965      Branch: perl
14966            ! doop.c pod/perldiag.pod pp.c pp_hot.c
14967 ____________________________________________________________________________
14968 [  8243] By: jhi                                   on 2000/12/28  22:59:16
14969         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
14970              From: Simon Cozens <simon@cozens.net>
14971              Date: Wed, 27 Dec 2000 02:30:03 +0000
14972              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
14973      Branch: perl
14974            ! pp.c t/pragma/sub_lval.t
14975 ____________________________________________________________________________
14976 [  8242] By: jhi                                   on 2000/12/28  22:56:53
14977         Log: Subject: [PATCH blead] Fix B::Terse indentation
14978              From: Daniel Chetlin <daniel@chetlin.com>
14979              Date: Wed, 27 Dec 2000 06:43:30 -0800
14980              Message-ID: <20001227064329.B9573@darkstar>
14981      Branch: perl
14982            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
14983 ____________________________________________________________________________
14984 [  8241] By: jhi                                   on 2000/12/28  22:48:59
14985         Log: The latter patch from the
14986              
14987              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
14988              From: Peter Prymmer <pvhp@forte.com> 
14989              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
14990              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
14991              
14992              (the former patch from the above should have been
14993              taken care of by Nick I-S)
14994      Branch: perl
14995            ! win32/Makefile
14996 ____________________________________________________________________________
14997 [  8240] By: jhi                                   on 2000/12/28  22:45:22
14998         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
14999              From: "Casey R. Tweten" <crt@kiski.net>
15000              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
15001              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
15002      Branch: perl
15003            ! lib/constant.pm
15004 ____________________________________________________________________________
15005 [  8239] By: jhi                                   on 2000/12/28  22:37:45
15006         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
15007              From: Simon Cozens <simon@cozens.net>
15008              Date: Wed, 27 Dec 2000 14:12:44 +0000
15009              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
15010      Branch: perl
15011            ! t/op/method.t t/op/sort.t toke.c
15012 ____________________________________________________________________________
15013 [  8238] By: jhi                                   on 2000/12/28  22:30:32
15014         Log: Subject: [PATCH perl@8229] Call.pm
15015              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
15016              Date: Mon, 25 Dec 2000 10:47:15 -0000
15017              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
15018      Branch: perl
15019            ! ext/Filter/Util/Call/Call.pm
15020 ____________________________________________________________________________
15021 [  8237] By: jhi                                   on 2000/12/28  22:19:21
15022         Log: Subject: [PATCH blead] Fix problem with `&' prototype
15023              From: Daniel Chetlin <daniel@chetlin.com>
15024              Date: Wed, 27 Dec 2000 15:55:32 -0800
15025              Message-ID: <20001227155532.D9573@darkstar>
15026      Branch: perl
15027            ! op.c t/comp/proto.t
15028 ____________________________________________________________________________
15029 [  8236] By: jhi                                   on 2000/12/28  22:09:25
15030         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
15031              From: Daniel Chetlin <daniel@chetlin.com>
15032              Date: Sun, 24 Dec 2000 04:09:49 -0800
15033              Message-ID: <20001224040949.B3090@darkstar>
15034      Branch: perl
15035            ! gv.c mg.c t/op/attrs.t
15036 ____________________________________________________________________________
15037 [  8235] By: jhi                                   on 2000/12/28  22:07:11
15038         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
15039              From: Jan Dubois <jand@ActiveState.com>
15040              Date: Tue, 26 Dec 2000 20:57:31 -0800
15041              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
15042      Branch: perl
15043            ! win32/win32.c
15044 ____________________________________________________________________________
15045 [  8234] By: jhi                                   on 2000/12/28  21:52:42
15046         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
15047              From: Simon Cozens <simon@cozens.net>
15048              Date: Thu, 28 Dec 2000 20:33:13 +0000
15049              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
15050      Branch: perl
15051            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
15052 ____________________________________________________________________________
15053 [  8233] By: jhi                                   on 2000/12/28  19:40:49
15054         Log: Integrate perlio.
15055      Branch: perl
15056           !> ext/Encode/Makefile.PL ext/Encode/compile
15057 ____________________________________________________________________________
15058 [  8232] By: nick                                  on 2000/12/23  16:06:00
15059         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
15060              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
15061      Branch: perlio
15062            ! ext/Encode/Makefile.PL
15063 ____________________________________________________________________________
15064 [  8231] By: nick                                  on 2000/12/23  14:30:34
15065         Log: "Compiled" encode build cleanup
15066              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
15067              - .c files do not export sub-tables
15068      Branch: perlio
15069            ! ext/Encode/Makefile.PL ext/Encode/compile
15070 ____________________________________________________________________________
15071 [  8230] By: nick                                  on 2000/12/23  12:50:37
15072         Log: Integrate mainline
15073      Branch: perlio
15074           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
15075           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
15076           !> pod/perl5004delta.pod pod/perl5005delta.pod
15077           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
15078           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
15079           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
15080           !> pod/perlsub.pod
15081 ____________________________________________________________________________
15082 [  8229] By: jhi                                   on 2000/12/22  15:32:12
15083         Log: Integrate perlio.
15084      Branch: perl
15085           +> win32/distclean.bat
15086           !> MANIFEST t/io/utf8.t
15087 ____________________________________________________________________________
15088 [  8228] By: jhi                                   on 2000/12/22  15:29:40
15089         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
15090              From: Robin Barker <rmb1@cise.npl.co.uk>
15091              Date: Fri, 22 Dec 2000 12:17:38 GMT
15092              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
15093      Branch: perl
15094            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
15095            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
15096            ! pod/perl5004delta.pod pod/perl5005delta.pod
15097            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
15098            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
15099            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
15100            ! pod/perlsub.pod
15101 ____________________________________________________________________________
15102 [  8227] By: jhi                                   on 2000/12/22  15:24:28
15103         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
15104              From: "John L. Allen" <allen@grumman.com>
15105              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
15106              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
15107              
15108              Document APPLLIB_EXP.
15109      Branch: perl
15110            ! INSTALL
15111 ____________________________________________________________________________
15112 [  8226] By: nick                                  on 2000/12/21  22:11:50
15113         Log: Handy script for when one forgets to "dmake clean" 
15114      Branch: perlio
15115            + win32/distclean.bat
15116            ! MANIFEST
15117 ____________________________________________________________________________
15118 [  8225] By: nick                                  on 2000/12/21  21:54:04
15119         Log: CRLF platform issue with io/utf8 fix.
15120      Branch: perlio
15121            ! t/io/utf8.t
15122 ____________________________________________________________________________
15123 [  8224] By: nick                                  on 2000/12/21  21:02:20
15124         Log: Integrate mainline
15125      Branch: perlio
15126           !> Changes Configure Makefile.SH Porting/Glossary
15127           !> Porting/config.sh Porting/config_H configure.com
15128           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
15129           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
15130           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
15131           !> win32/config.bc win32/config.gc win32/config.vc
15132 ____________________________________________________________________________
15133 [  8223] By: jhi                                   on 2000/12/21  17:09:16
15134         Log: Update Changes.
15135      Branch: perl
15136            ! Changes patchlevel.h
15137 ____________________________________________________________________________
15138 [  8222] By: jhi                                   on 2000/12/21  16:24:01
15139         Log: Metaconfig unit changes for #8221.
15140      Branch: metaconfig/U/perl
15141           +> issymlink.U
15142            - testsyml.U
15143            ! Mksymlinks.U
15144 ____________________________________________________________________________
15145 [  8221] By: jhi                                   on 2000/12/21  16:23:48
15146         Log: Rename testsyml to issymlink.
15147      Branch: perl
15148            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15149            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
15150            ! win32/config.vc
15151 ____________________________________________________________________________
15152 [  8220] By: jhi                                   on 2000/12/21  15:47:26
15153         Log: Robustness support for #8218 (symlink forest) since the GNU
15154              tools seem to be overly picky about symlinkage depths.
15155      Branch: perl
15156            ! Makefile.SH t/io/fs.t
15157 ____________________________________________________________________________
15158 [  8219] By: jhi                                   on 2000/12/21  15:38:27
15159         Log: Metaconfig changes for #8218.
15160      Branch: metaconfig
15161            ! U/modified/Oldconfig.U
15162      Branch: metaconfig/U/perl
15163            + Mksymlinks.U
15164            ! testsyml.U
15165 ____________________________________________________________________________
15166 [  8218] By: jhi                                   on 2000/12/21  15:37:57
15167         Log: Add Configure option -Dmksymlinks which will create a symlink
15168              forest if the current/build differs from the source directory.
15169              TODO: mkdir -p is not portable.
15170      Branch: perl
15171            ! Configure
15172 ____________________________________________________________________________
15173 [  8217] By: jhi                                   on 2000/12/21  14:39:12
15174         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
15175              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
15176              Date: Thu, 21 Dec 2000 09:38:18 GMT
15177              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
15178              
15179              The ofs became an SV.
15180      Branch: perl
15181            ! ext/Thread/Thread.xs
15182 ____________________________________________________________________________
15183 [  8216] By: jhi                                   on 2000/12/21  05:40:21
15184         Log: The polymorphism seems to have fixed 20000517.001.
15185      Branch: perl
15186            ! t/pragma/utf8.t
15187 ____________________________________________________________________________
15188 [  8215] By: jhi                                   on 2000/12/21  04:44:52
15189         Log: read() documentation tweak for 20001121.004.
15190      Branch: perl
15191            ! pod/perlfunc.pod
15192 ____________________________________________________________________________
15193 [  8214] By: jhi                                   on 2000/12/21  03:54:11
15194         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
15195      Branch: perl
15196            ! pp_sys.c t/op/misc.t
15197 ____________________________________________________________________________
15198 [  8213] By: jhi                                   on 2000/12/21  00:28:10
15199         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
15200              From: Peter Prymmer <pvhp@forte.com>
15201              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
15202              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
15203      Branch: perl
15204            ! configure.com
15205 ____________________________________________________________________________
15206 [  8212] By: jhi                                   on 2000/12/21  00:26:21
15207         Log: Edit edit edit.
15208      Branch: perl
15209            ! pod/perlfaq3.pod
15210 ____________________________________________________________________________
15211 [  8211] By: jhi                                   on 2000/12/20  18:52:46
15212         Log: Update Changes.
15213      Branch: perl
15214            ! Changes patchlevel.h
15215 ____________________________________________________________________________
15216 [  8210] By: jhi                                   on 2000/12/20  18:34:47
15217         Log: Yet another editor edit.
15218      Branch: perl
15219            ! pod/perlfaq3.pod
15220 ____________________________________________________________________________
15221 [  8209] By: jhi                                   on 2000/12/20  15:33:28
15222         Log: More Win32 Perling.
15223      Branch: perl
15224            ! pod/perlfaq3.pod
15225 ____________________________________________________________________________
15226 [  8208] By: jhi                                   on 2000/12/20  15:07:46
15227         Log: More Win32 editor/IDE/shell hints.
15228      Branch: perl
15229            ! pod/perlfaq3.pod
15230 ____________________________________________________________________________
15231 [  8207] By: jhi                                   on 2000/12/20  03:54:08
15232         Log: Subject: [PATCH] obscure timing knowledge
15233              From: Nicholas Clark <nick@ccl4.org>
15234              Date: Tue, 19 Dec 2000 19:22:31 +0000
15235              Message-ID: <20001219192231.F2827@plum.flirble.org>
15236      Branch: perl
15237            ! sv.c
15238 ____________________________________________________________________________
15239 [  8206] By: jhi                                   on 2000/12/20  03:45:57
15240         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
15241              From: Spider Boardman <spider@leggy.zk3.dec.com>
15242              Date: Tue, 19 Dec 2000 21:30:16 -0500
15243              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
15244      Branch: perl
15245            ! sv.c
15246 ____________________________________________________________________________
15247 [  8205] By: jhi                                   on 2000/12/19  23:02:01
15248         Log: Update Changes.
15249      Branch: perl
15250            ! Changes patchlevel.h
15251 ____________________________________________________________________________
15252 [  8204] By: jhi                                   on 2000/12/19  22:58:18
15253         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
15254              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
15255              on editors and diffing/patching.
15256      Branch: perl
15257            ! t/op/utf8decode.t
15258 ____________________________________________________________________________
15259 [  8203] By: nick                                  on 2000/12/19  21:36:16
15260         Log: Integrate mainline (forgot my own change...)
15261      Branch: perlio
15262           !> ext/Encode/compile
15263 ____________________________________________________________________________
15264 [  8202] By: nick                                  on 2000/12/19  21:34:42
15265         Log: Integrate mainline.
15266      Branch: perlio
15267           !> (integrate 61 files)
15268 ____________________________________________________________________________
15269 [  8201] By: nick                                  on 2000/12/19  21:34:06
15270         Log: Avoid looking for File::Glob when we don't need it.
15271      Branch: perl
15272            ! ext/Encode/compile
15273 ____________________________________________________________________________
15274 [  8200] By: jhi                                   on 2000/12/19  18:35:49
15275         Log: Update Changes.
15276      Branch: perl
15277            ! Changes patchlevel.h
15278 ____________________________________________________________________________
15279 [  8199] By: jhi                                   on 2000/12/19  18:35:07
15280         Log: Microperl tweaks.
15281      Branch: perl
15282            ! sv.c uconfig.h uconfig.sh
15283 ____________________________________________________________________________
15284 [  8198] By: jhi                                   on 2000/12/19  18:29:59
15285         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
15286      Branch: perl
15287            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15288            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
15289 ____________________________________________________________________________
15290 [  8197] By: jhi                                   on 2000/12/19  17:55:29
15291         Log: In VMS embedded perls couldn't access the statically built Socket,
15292              from Charles Lane.
15293      Branch: perl
15294            ! configure.com
15295 ____________________________________________________________________________
15296 [  8196] By: jhi                                   on 2000/12/19  17:49:50
15297         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
15298              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
15299              Date: Sun, 17 Dec 2000 19:11:44 -0000
15300              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
15301      Branch: perl
15302            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15303            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
15304 ____________________________________________________________________________
15305 [  8195] By: jhi                                   on 2000/12/19  17:47:53
15306         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
15307              From: Jonathan Stowe <gellyfish@gellyfish.com>
15308              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
15309              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
15310      Branch: perl
15311            ! utils/h2xs.PL
15312 ____________________________________________________________________________
15313 [  8194] By: jhi                                   on 2000/12/19  17:46:28
15314         Log: Subject: Re: useless use of void context work-around
15315              From: andreas.koenig@anima.de (Andreas J. Koenig)
15316              Date: 16 Dec 2000 15:13:36 +0100
15317              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
15318              
15319              Document (comment) the q(di ds ig) trick in the code.
15320      Branch: perl
15321            ! op.c
15322 ____________________________________________________________________________
15323 [  8193] By: jhi                                   on 2000/12/19  17:10:57
15324         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
15325              From: "Mark J. Reed" <mreed@strange.turner.com>
15326              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
15327              Message-Id: <200012160222.VAA13986@strange.turner.com>
15328      Branch: perl
15329            ! ext/Sys/Syslog/Syslog.pm
15330 ____________________________________________________________________________
15331 [  8192] By: jhi                                   on 2000/12/19  17:07:45
15332         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
15333              From: Nicholas Clark <nick@ccl4.org>
15334              Date: Sat, 16 Dec 2000 19:03:13 +0000
15335              Message-ID: <20001216190313.D68304@plum.flirble.org>
15336      Branch: perl
15337            ! t/op/64bitint.t
15338 ____________________________________________________________________________
15339 [  8191] By: jhi                                   on 2000/12/19  17:06:13
15340         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
15341              From: Dominic Dunlop <domo@computer.org>
15342              Date: Mon, 18 Dec 2000 12:00:15 +0100
15343              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
15344              
15345              This patchlet is needed in order that perl can be statically linked.  
15346      Branch: perl
15347            ! regexec.c
15348 ____________________________________________________________________________
15349 [  8190] By: jhi                                   on 2000/12/19  17:03:08
15350         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
15351              From: "Craig A. Berry" <craig.berry@psinetcs.com>
15352              Date: Sun, 17 Dec 2000 00:18:35 -0600
15353              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
15354      Branch: perl
15355            ! perlio.h vms/gen_shrfls.pl
15356 ____________________________________________________________________________
15357 [  8189] By: jhi                                   on 2000/12/19  16:20:28
15358         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
15359              From: Prymmer/Kahn <pvhp@best.com>
15360              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
15361              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
15362              
15363              A better version of #8188.
15364      Branch: perl
15365            ! pod/perlfaq3.pod
15366 ____________________________________________________________________________
15367 [  8188] By: jhi                                   on 2000/12/19  15:57:06
15368         Log: (Replaced by #8189)
15369              
15370              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
15371              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
15372              From: Prymmer/Kahn <pvhp@best.com>
15373              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
15374              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
15375              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
15376              Date: Mon, 18 Dec 2000 11:10:45 -0500
15377              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
15378      Branch: perl
15379            ! pod/perlfaq3.pod
15380 ____________________________________________________________________________
15381 [  8187] By: jhi                                   on 2000/12/19  15:54:19
15382         Log: Email address fix for Anton Berezin.
15383      Branch: perl
15384            ! AUTHORS
15385 ____________________________________________________________________________
15386 [  8186] By: jhi                                   on 2000/12/19  15:38:54
15387         Log: Subject: [PATCH perl@8102] cygwin port
15388              From: "Eric Fifer" <efifer@dircon.co.uk> 
15389              Date: Thu, 14 Dec 2000 13:41:29 -0000
15390              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
15391              
15392              When compiling modules the data item that is being imported
15393              from libperl.dll needs to be tagged as imported/shared data:
15394              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
15395      Branch: perl
15396            ! perliol.h
15397 ____________________________________________________________________________
15398 [  8185] By: jhi                                   on 2000/12/19  14:53:24
15399         Log: Regen uconfig.h and uconfig.sh.
15400      Branch: perl
15401            ! uconfig.h uconfig.sh
15402 ____________________________________________________________________________
15403 [  8184] By: jhi                                   on 2000/12/18  20:43:49
15404         Log: Comments work so much better when they are closed.
15405      Branch: perl
15406            ! regcomp.c
15407 ____________________________________________________________________________
15408 [  8183] By: jhi                                   on 2000/12/18  18:04:02
15409         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
15410              Fixes the bug 20001218.016.
15411      Branch: perl
15412            ! regcomp.c
15413 ____________________________________________________________________________
15414 [  8182] By: gsar                                  on 2000/12/18  09:53:47
15415         Log: delete spurious files
15416      Branch: maint-5.6/perl
15417            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
15418            - vos/config.h vos/config_h.SH_orig
15419 ____________________________________________________________________________
15420 [  8181] By: gsar                                  on 2000/12/18  09:46:08
15421         Log: regen perltoc
15422      Branch: maint-5.6/perl
15423            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
15424 ____________________________________________________________________________
15425 [  8180] By: gsar                                  on 2000/12/18  09:20:27
15426         Log: integrate changes#7924..7926,7946,7952 from mainline
15427      Branch: maint-5.6/perl
15428           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
15429           !> lib/File/stat.pm t/lib/class-struct.t
15430 ____________________________________________________________________________
15431 [  8179] By: gsar                                  on 2000/12/18  08:55:54
15432         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
15433              7918,7919,7988,8907 from mainline (various)
15434      Branch: maint-5.6/perl
15435           +> t/lib/class-struct.t
15436           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
15437           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
15438           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
15439 ____________________________________________________________________________
15440 [  8178] By: gsar                                  on 2000/12/18  08:16:30
15441         Log: avoid redefinition warnings on windows due to sys/socket.h getting
15442              #included before win32.h
15443      Branch: maint-5.6/perl
15444            ! win32/include/sys/socket.h
15445 ____________________________________________________________________________
15446 [  8177] By: gsar                                  on 2000/12/18  05:24:04
15447         Log: make regen_headers; fix POSIX.xs problems; remove outdated
15448              code from sys/socket.h that makes build fail now
15449      Branch: maint-5.6/perl
15450            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
15451            ! pod/perlapi.pod
15452           !> win32/include/sys/socket.h
15453 ____________________________________________________________________________
15454 [  8176] By: gsar                                  on 2000/12/18  05:20:17
15455         Log: update Changes
15456      Branch: maint-5.6/perl
15457            ! Changes patchlevel.h
15458 ____________________________________________________________________________
15459 [  8175] By: gsar                                  on 2000/12/18  04:57:48
15460         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
15461              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
15462              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
15463              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
15464              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
15465              7823,7825,7838
15466      Branch: maint-5.6/perl
15467           +> lib/File/Spec/Epoc.pm
15468           !> (integrate 88 files)
15469 ____________________________________________________________________________
15470 [  8174] By: gsar                                  on 2000/12/18  03:53:09
15471         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
15472              7625..7629,7631..7634,7637,7639,7642 from mainline
15473      Branch: maint-5.6/perl
15474           +> README.solaris
15475           !> (integrate 26 files)
15476 ____________________________________________________________________________
15477 [  8173] By: gsar                                  on 2000/12/18  03:37:02
15478         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
15479              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
15480              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
15481              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
15482      Branch: maint-5.6/perl
15483           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
15484            - MAINTAIN
15485           !> (integrate 111 files)
15486 ____________________________________________________________________________
15487 [  8172] By: jhi                                   on 2000/12/18  02:49:27
15488         Log: Regen pods.
15489      Branch: perl
15490            ! pod/perlmodlib.pod pod/perltoc.pod
15491 ____________________________________________________________________________
15492 [  8171] By: gsar                                  on 2000/12/18  02:49:24
15493         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
15494              7465..7471 from mainline
15495              
15496              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
15497              in platforms that strictly require all the symbols being present
15498              at link time.
15499              
15500              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
15501              
15502              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
15503              
15504              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
15505              
15506              Subject: [PATCH] todo
15507              
15508              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
15509              
15510              Use $sort, $uniq (and $tr) consistently as wondered
15511              by Nicholas Clark.
15512              
15513              Too enthusiastic editing in #7460.
15514              
15515              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
15516              
15517              Upgrade to CPAN 1.58_55.
15518              Subject: CPAN.pm status
15519              
15520              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
15521              
15522              Make target reordering to avoid pointless re-makes.
15523              Subject: Re: Total re-make of 'make okfile' after 7451 ?
15524              
15525              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
15526              
15527              Subject: DOC PATCH 5.6.0
15528              
15529              Add the repository doc by Malcolm, Sarathy, and by Simon,
15530              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
15531      Branch: maint-5.6/perl
15532           +> Porting/repository.pod
15533           !> Configure MANIFEST Makefile.SH README.dos README.os2
15534           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
15535           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
15536           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
15537 ____________________________________________________________________________
15538 [  8169] By: gsar                                  on 2000/12/18  02:33:34
15539         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
15540              7435..7441,7445 from mainline
15541              
15542              Make the UTF-8 decoding stricter and more verbose when
15543              malformation happens.  This involved adding an argument
15544              to utf8_to_uv_chk(), which involved changing its prototype,
15545              and prefer STRLEN over I32 for the UTF-8 length, which as
15546              a domino effect necessitated changing the prototypes of
15547              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
15548              The stricter UTF-8 decoding checking uses Markus Kuhn's
15549              UTF-8 Decode Stress Tester from
15550              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
15551              
15552              Run vms/vms_yfix.pl, should have done that after changing
15553              perly.c in #7382.
15554              
15555              Subject: [PATCH 5.7.0] static linking with uninstalled perl
15556              
15557              (Replaced by #7440.)
15558              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
15559              
15560              Fix the bug ID 20001024.005, the bug introduced by #7416.
15561              
15562              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
15563              
15564              Fix the bug reported in
15565              From: andreas.koenig@anima.de (Andreas J. Koenig)
15566              Also make is_utf8_char() stricter.
15567              
15568              Missed the header file changes from #7425.
15569              
15570              Check if stdio supports tweaking lval and cnt simultaneously.
15571              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
15572              
15573              Stratus VOS updates from Paul Green.
15574              
15575              Podify README.epoc and README.vos.
15576              
15577              Add targets to Makefile.SH, most importantly
15578              'regen_all' which also remembers to update vms/perly*.
15579              
15580              Subject: Minor update to find2perl, for portability
15581              
15582              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
15583              
15584              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
15585              
15586              Rename UTF8LEN() to be UNISKIP(), too confusing to have
15587              UTF8LEN() and UTF8SKIP(). 
15588              
15589              Allow poking holes at the UTF-8 decoding strictness.
15590              
15591              Continue the internal UTF-8 API tweaking.
15592              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
15593              used much more than the simpler API, now called utf8_to_uv_simple().
15594              Still not quite happy with API, too much partial duplication
15595              of functionality.
15596              
15597              A new version of making the syslog test more robust.
15598              (Replaces #7421.)
15599              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
15600              
15601              buildtoc target tweaks.
15602              
15603              Integrate with vmsperl #7430 by Charles Bailey:
15604              
15605              Cleanup from prior patch (Charles Lane?):
15606              - improve handling of MFDs in Basename and Path
15607              - default to no xsubpp line # munging when building debug images
15608      Branch: maint-5.6/perl
15609           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15610           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
15611           !> (integrate 67 files)
15612 ____________________________________________________________________________
15613 [  8168] By: gsar                                  on 2000/12/18  02:05:49
15614         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
15615              
15616              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
15617              From: Martin Husemann <martin@duskware.de>
15618              
15619              Subject: [PATCH 5.7.0] restore match data on backtracing
15620              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15621      Branch: maint-5.6/perl
15622           !> regcomp.c regexec.c t/op/re_tests
15623 ____________________________________________________________________________
15624 [  8167] By: gsar                                  on 2000/12/18  01:55:22
15625         Log: integrate changes#7858,7986 from mainline
15626              
15627              C<foreach my $x ...> in pseudo-fork()ed process may diddle
15628              parent's memory; fix it by keeping track of the actual pad
15629              offset rather than a raw pointer (this change is probably also
15630              relevant to non-ithreads case to avoid fallout from reallocs of
15631              the pad array, but is currently only enabled for the ithreads
15632              case in the interests of minimal disruption to existing "well
15633              tested" code)
15634              
15635              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
15636              due to the notorious GetFileType() bug in Windows 9x, which fstat()
15637              tickles)
15638      Branch: maint-5.6/perl
15639           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
15640           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
15641           !> win32/win32.c win32/win32.h win32/win32sck.c
15642 ____________________________________________________________________________
15643 [  8166] By: gsar                                  on 2000/12/18  01:52:59
15644         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
15645              from mainline (xsubpp and ExtUtils::LibList fixups, various
15646              other small items)
15647      Branch: maint-5.6/perl
15648           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
15649           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
15650           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
15651           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
15652           !> win32/bin/search.pl
15653 ____________________________________________________________________________
15654 [  8165] By: gsar                                  on 2000/12/18  01:28:45
15655         Log: integrate changes#7533,7563,7611,7623 from mainline (various
15656              malloc.c embellishments)
15657      Branch: maint-5.6/perl
15658           !> malloc.c pod/perldiag.pod
15659 ____________________________________________________________________________
15660 [  8164] By: gsar                                  on 2000/12/18  01:23:33
15661         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
15662              fixups)
15663      Branch: maint-5.6/perl
15664           !> utils/h2xs.PL
15665 ____________________________________________________________________________
15666 [  8163] By: gsar                                  on 2000/12/18  01:17:50
15667         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
15668              fixups)
15669      Branch: maint-5.6/perl
15670           !> Makefile.SH utils/perlbug.PL
15671 ____________________________________________________________________________
15672 [  8162] By: gsar                                  on 2000/12/18  00:25:43
15673         Log: always export Perl_deb() (it is required by re.xs whether
15674              Perl is built with or without -DDEBUGGING)
15675      Branch: maint-5.6/perl
15676            ! makedef.pl
15677 ____________________________________________________________________________
15678 [  8161] By: gsar                                  on 2000/12/18  00:23:38
15679         Log: integrate change#7414 from mainline
15680              
15681              Undo the basename() part of #7412 since the lib/basename
15682              tests would need upgrading too.
15683              
15684              squelch two tests in tr.t that rely on tr/// paranoia change
15685              that's not in 5.6.x
15686      Branch: maint-5.6/perl
15687            ! t/op/tr.t
15688           !> lib/File/Basename.pm
15689 ____________________________________________________________________________
15690 [  8160] By: gsar                                  on 2000/12/18  00:05:30
15691         Log: missing change in previous integrate
15692      Branch: maint-5.6/perl
15693           !> README.aix
15694 ____________________________________________________________________________
15695 [  8159] By: gsar                                  on 2000/12/18  00:03:38
15696         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
15697              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
15698              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
15699              7410..7413 from mainline
15700      Branch: maint-5.6/perl
15701           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
15702           +> t/lib/tie-splice.t
15703            - lib/unicode/Is/DCinital.pl
15704           !> (integrate 112 files)
15705 ____________________________________________________________________________
15706 [  8158] By: jhi                                   on 2000/12/17  23:04:24
15707         Log: Subject: [PATCHES] RE: perl@8150 
15708              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
15709              Date: Sun, 17 Dec 2000 21:46:39 +0100
15710              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
15711              
15712              Neither cygwin has a getpwuid() one can trust on.
15713      Branch: perl
15714            ! t/lib/glob-basic.t
15715 ____________________________________________________________________________
15716 [  8157] By: jhi                                   on 2000/12/17  23:01:54
15717         Log: More MAN.PODS => {} fixes.
15718      Branch: perl
15719            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
15720            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
15721            ! os2/OS2/REXX/Makefile.PL
15722 ____________________________________________________________________________
15723 [  8156] By: gsar                                  on 2000/12/17  22:49:13
15724         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
15725              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
15726              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
15727              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
15728              7201,7204 from mainline
15729      Branch: maint-5.6/perl
15730           !> (integrate 121 files)
15731 ____________________________________________________________________________
15732 [  8155] By: jhi                                   on 2000/12/17  22:30:58
15733         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
15734              From: "Craig A. Berry" <craigberry@mac.com>
15735              Date: Sun, 17 Dec 2000 13:09:28 -0600
15736              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
15737              
15738              MAN.PODS => ' ' is naughty.
15739      Branch: perl
15740            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
15741 ____________________________________________________________________________
15742 [  8154] By: nick                                  on 2000/12/17  22:07:13
15743         Log: MULTIPLICITY nit.
15744      Branch: perl
15745            ! mg.c
15746 ____________________________________________________________________________
15747 [  8153] By: gsar                                  on 2000/12/17  21:23:05
15748         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
15749              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
15750              from mainline
15751              
15752              Document the SvIOK_.*UV().
15753              
15754              Update Unicode todo list.
15755              
15756              Guard against bad string->int conversion for quads.
15757              
15758              Subject: small apidoc fix
15759              
15760              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
15761              
15762              Subject: [PATCH] Tied filehandle documentation
15763              
15764              Subject: [PATCH] Modernize Opcode.pm documentation
15765              
15766              Make Data::Dumper (non-XS) to work with changed semantics of ref().
15767              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
15768              [applied even though said semantics didn't change in 5.6.x]
15769              
15770              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
15771              
15772              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
15773              
15774              Fix the URL, but the server is still missing in action.
15775              Subject: [ID 20000905.002] perlfaq1.pod URL error
15776              
15777              Subject: [ID 20000903.001] \w in utf8-strings
15778              
15779              Fix the ccversion detection for 5.1 and beyond.
15780              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
15781              
15782              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
15783              
15784              Subject: [ID 20000904.008] Tiny fix for perldiag
15785              
15786              Subject: Re: [ID 20000906.004] segfault with bad perl statement
15787              
15788              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
15789              
15790              Subject: [ID 20000908.002] perlipc documentation bug.
15791              
15792              Subject: [PATCH lib/Benchmark.pm]
15793              
15794              Re-allow vec() for characters > 255.
15795              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
15796              
15797              Do away with memory models cruft.  Sorry, PDP users.
15798              
15799              Continue #7041.
15800              
15801              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
15802              
15803              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
15804              
15805              Upgrade to CPAN 1.57_65, from Andreas König.
15806              
15807              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
15808              by Russ Allbery.
15809              
15810              Silence t/pod/*.t about alternate quote-mappings now implemented
15811              by Pod::Text, from Brad Appleton.
15812              
15813              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
15814              Subject: borland C++ win32.c tweak
15815              
15816              C<@a = @b = split(...)> optimization coredumps under ithreads
15817              (missed a spot when fixing up op_pmreplroot hack for ithreads)
15818              
15819              Document the SvUTF8*().
15820              
15821              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
15822              
15823              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
15824              
15825              Do in VMS as the #7054 does.
15826              
15827              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
15828              
15829              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
15830              
15831              Subject: [patch: perl@7045] vms updates
15832              
15833              Test for the #7049.
15834              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
15835              
15836              Break up the myconfig lines a bit.
15837              Subject: perlbug/perl -V output format
15838              
15839              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
15840              
15841              The #7054 truncated Configure badly.
15842              
15843              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
15844              initialization in all the threads on Windows
15845              
15846              Allow for whitespace between "#" and "line" in cpp output.
15847              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
15848              
15849              Remove vestiges of tr//CU.
15850              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
15851              
15852              The return value of setlocale must be copied away.
15853              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
15854              
15855              Allow chop() and chomp() to be overridden.
15856              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
15857              
15858              Hints optimization.
15859              Subject: Minor nit
15860              
15861              Subject: [PATCH] de-wall t/README
15862              
15863              Subject: Re: Two advertising clauses need to be removed
15864      Branch: maint-5.6/perl
15865           !> (integrate 75 files)
15866 ____________________________________________________________________________
15867 [  8152] By: gsar                                  on 2000/12/17  20:30:11
15868         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
15869              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
15870              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
15871              
15872              Don't attach -ld to the archname if pointless.
15873              
15874              Document UNTIE in a very minimalistic way.
15875              
15876              POSIX doesn't report long double values under -Duselongdouble
15877              when the long doubles are "real" (bigger than doubles).
15878              
15879              More author updates.
15880              
15881              Try to deduce NV_MAX.  Really should be Configure fodder.
15882              
15883              :: not allowed in pathnames, change to .
15884              Subject: [PATCH perl@6938] cygwin port
15885              
15886              Forget about NV_MAX (#6951).  Various floating point tweaks,
15887              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
15888              
15889              Move the Solaris 7 scan to use64bitall, make the
15890              failure to find 64-bot sparc libc to mention the
15891              possibility of being in an intel, from Lupe and Alan.
15892              
15893              Regen perltoc.
15894              
15895              AUTHORS tweaks, from Peter Prymmer.
15896              
15897              More address tweaking.
15898              
15899              Small tweaks all over.
15900              
15901              File::Temp patches from Andreas König,
15902              
15903              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
15904              
15905              Subject: CPAN.pm beta 1.57_57 for the core
15906              
15907              Part of the solution.
15908              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
15909              
15910              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
15911              
15912              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
15913              
15914              Add the overload warnings to perldiag.
15915              
15916              Drop unused argument.
15917              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
15918              
15919              Subject: Nit in Configure (bleadperl@6961)
15920              
15921              Update to PodParser 1.18, from Brad Appleton.
15922              
15923              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
15924              
15925              Subject: [PATCH: 6948] add SCNfldbl to configure.com
15926              
15927              Document UNTIE. Also tweak implementation to suppress the 'inner references'
15928              warning when UNTIE exists and instead pass the cound of extra references to
15929              the UNTIE method.
15930              
15931              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
15932              so that case-ignoring systems like DCL can tell them from
15933              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
15934              
15935              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
15936              
15937              Feature ordering tweak.
15938              
15939              Regen perltoc.
15940              
15941              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
15942              
15943              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
15944              
15945              Subject: http:// in L<>
15946              
15947              Detypo.
15948              
15949              change#6791 accidentally clobbered change#6710, put it back
15950              
15951              Only the first line, thank you very much.
15952              
15953              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
15954              plus rework the http: spots as suggested by Tom Christiansen,
15955              plus regen perltoc.
15956              
15957              Undo part of change 6489 which looks like a bulk edit which
15958              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
15959              The supressing of main:: on return from select() is undesirable.
15960              
15961              Apparently avoiding the swapping is too costly.
15962              
15963              Various Configure nits by Philip Newton,
15964              plus the ebcdic one by me.
15965              
15966              Make certain cc is set before trying to run it.
15967              
15968              If overloaded %{} etc. return the object do not loop.
15969              Thus  sub deref { $_[0] } functions if object is wanted type.
15970              
15971              Update perlhist.
15972              
15973              More %{} and other deref special casing - do not pass to 'nomethod'.
15974      Branch: maint-5.6/perl
15975           !> (integrate 59 files)
15976 ____________________________________________________________________________
15977 [  8151] By: gsar                                  on 2000/12/17  19:14:38
15978         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
15979              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
15980              
15981              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
15982              
15983              Make the epsilon to be relative, not absolute.
15984              
15985              Put back the flags dump as reasoned in
15986              Subject: Re: [PATCH] Glob dumping
15987              
15988              Introduce ccname to keep track of what compiler kind of we have.
15989              
15990              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
15991              
15992              Put back the slice accidentally removed by #6907.
15993              
15994              Reset archname and archname64 always, forcing them be
15995              recomputed at each Configure run, make Configure and
15996              the hints files agree on the naming of largefiles variables.
15997              
15998              Don't say "Perl 5.0 source kit".
15999              
16000              Subject: [PATCH] fix misc cast warnings
16001              
16002              Subject: typos in pods
16003              
16004              NVs not necessarily doubles, as pointed out by Yitzchak.
16005              
16006              Subject: [PATCH 6889] add a few ldbl formats to configure.com
16007              
16008              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
16009              
16010              Better options for rsync.
16011              
16012              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
16013              
16014              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
16015              
16016              Subject: [PATCH] Re: UNTIE method 
16017              
16018              A better fix for the Socket building problem from Craig Berry.
16019              
16020              Retract the dummy test, skip the security tests (instead of failing),
16021              explain what the warnings mean.
16022              
16023              Heap decorruption.
16024              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
16025              
16026              Update to Unicode 3.0.1.
16027              
16028              Missed one Unicode file.
16029              
16030              Subject: Re: typos in pods
16031              
16032              The #6929 was too skimpy.
16033              
16034              sscanf() may be the only way to read long doubles from strings.
16035              
16036              Reveal Borland's isnan.
16037              Subject: build with BC++ tweak
16038              
16039              Issue useful diagnostic on unknown pod commands.
16040              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
16041              
16042              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
16043              
16044              Clarify the third case of ftmp-security warnings.
16045              
16046              Make -Dusemorebits find long doubles in Solaris.
16047              
16048              Wrap the test in eval.
16049      Branch: maint-5.6/perl
16050           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
16051           +> lib/unicode/PropList.txt lib/unicode/README.perl
16052           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
16053           +> lib/unicode/Unicode.301 vms/vmspipe.com
16054            - lib/unicode/Props.txt lib/unicode/UCD300.html
16055            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
16056           !> (integrate 305 files)
16057 ____________________________________________________________________________
16058 [  8150] By: jhi                                   on 2000/12/17  18:47:57
16059         Log: Uncheckedin generated files.
16060      Branch: perl
16061            ! global.sym perlapi.c pod/perlapi.pod
16062 ____________________________________________________________________________
16063 [  8149] By: jhi                                   on 2000/12/17  18:41:22
16064         Log: Update Changes.
16065      Branch: perl
16066            ! Changes patchlevel.h
16067 ____________________________________________________________________________
16068 [  8148] By: jhi                                   on 2000/12/17  18:39:16
16069         Log: Subject: [PATCH] Fcntl constants speedup
16070              From: Nicholas Clark <nick@ccl4.org>
16071              Date: Sun, 17 Dec 2000 16:29:24 +0000
16072              Message-ID: <20001217162924.E97668@plum.flirble.org>
16073              
16074              Use IVs for the Fcntl constants instead of NVs.
16075      Branch: perl
16076            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
16077 ____________________________________________________________________________
16078 [  8147] By: jhi                                   on 2000/12/17  18:33:41
16079         Log: Add test for #8145 (binmode() warning), add warning for
16080              ioctl() and sockpair(), document them. (fileno() cannot
16081              be tripwired with the same kind of warning because
16082              'defined fileno($foo)' seems to be an idiom.)
16083      Branch: perl
16084            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
16085 ____________________________________________________________________________
16086 [  8146] By: gsar                                  on 2000/12/17  18:09:08
16087         Log: update Changes
16088      Branch: maint-5.6/perl
16089            ! Changes
16090 ____________________________________________________________________________
16091 [  8145] By: jhi                                   on 2000/12/17  17:39:35
16092         Log: Subject: [PATCH] Re: The long awaited feature ...
16093              From: Simon Cozens <simon@cozens.net>
16094              Date: Sun, 17 Dec 2000 12:31:56 +0000
16095              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
16096              
16097              Add a warning to binmode() about using bad filehandles
16098              (can happen e.g. if someone forgets the filehandle argument)
16099      Branch: perl
16100            ! pp_sys.c
16101 ____________________________________________________________________________
16102 [  8144] By: jhi                                   on 2000/12/17  17:33:48
16103         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
16104              From: Jonathan Stowe <gellyfish@gellyfish.com>
16105              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
16106              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
16107      Branch: perl
16108            ! lib/Net/Ping.pm
16109 ____________________________________________________________________________
16110 [  8143] By: jhi                                   on 2000/12/17  05:31:37
16111         Log: Polymorphic regexps.
16112              
16113              Fixes at least the bugs 20001028.003 (both of them...) and
16114              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
16115              also to be fixed by now, probably already before this patch.
16116      Branch: perl
16117            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
16118            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
16119            ! t/op/utf8decode.t t/pragma/utf8.t
16120 ____________________________________________________________________________
16121 [  8142] By: jhi                                   on 2000/12/16  17:16:05
16122         Log: Subject: [patch perl@8102] dos/djgpp update
16123              From: Laszlo Molnar <ml1050@freemail.hu>
16124              Date: Sat, 16 Dec 2000 01:40:52 +0100
16125              Message-ID: <20001216014052.A335@freemail.hu>
16126      Branch: perl
16127            ! djgpp/config.over t/base/commonsense.t
16128 ____________________________________________________________________________
16129 [  8141] By: jhi                                   on 2000/12/16  17:09:27
16130         Log: Few uncheckedin files.
16131      Branch: perl
16132            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
16133 ____________________________________________________________________________
16134 [  8140] By: nick                                  on 2000/12/15  22:14:31
16135         Log: Integrate mainline
16136      Branch: perlio
16137           !> (integrate 53 files)
16138 ____________________________________________________________________________
16139 [  8139] By: jhi                                   on 2000/12/15  19:49:49
16140         Log: One more IVUV tweak from Nicholas Clark.
16141      Branch: perl
16142            ! sv.c
16143 ____________________________________________________________________________
16144 [  8138] By: jhi                                   on 2000/12/15  19:17:06
16145         Log: Return of the IVUV-preservation, now seems to be happy even
16146              in Digital UNIX (the broken strtoul brokenness detection
16147              seems to have been the fly in the ointment).
16148      Branch: perl
16149            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16150            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
16151            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
16152            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
16153            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16154            ! vos/config.ga.h win32/config.bc win32/config.gc
16155            ! win32/config.vc
16156 ____________________________________________________________________________
16157 [  8137] By: jhi                                   on 2000/12/15  18:12:14
16158         Log: Metaconfig unit change for #8136.
16159      Branch: metaconfig
16160            ! U/modified/d_strtoul.U
16161      Branch: metaconfig/U/perl
16162            ! d_strtoull.U d_strtouq.U
16163 ____________________________________________________________________________
16164 [  8136] By: jhi                                   on 2000/12/15  18:11:35
16165         Log: I don't think it's sensible or portable to test the strtou*
16166              on /^-/ strings.
16167      Branch: perl
16168            ! Configure
16169 ____________________________________________________________________________
16170 [  8135] By: jhi                                   on 2000/12/15  17:18:49
16171         Log: Metaconfig unit change for #8134.
16172      Branch: metaconfig
16173            ! U/modified/d_strtoul.U
16174 ____________________________________________________________________________
16175 [  8134] By: jhi                                   on 2000/12/15  17:14:13
16176         Log: If longsize is 8 we don't need a LL suffix for integer constants.
16177      Branch: perl
16178            ! Configure config_h.SH
16179 ____________________________________________________________________________
16180 [  8133] By: jhi                                   on 2000/12/15  16:00:23
16181         Log: Update Changes.
16182      Branch: perl
16183            ! Changes patchlevel.h
16184 ____________________________________________________________________________
16185 [  8132] By: jhi                                   on 2000/12/15  15:44:16
16186         Log: Some compilers get huffy if you do not cast a const pointer
16187              to a non-const when assigning.
16188      Branch: perl
16189            ! gv.c
16190 ____________________________________________________________________________
16191 [  8131] By: jhi                                   on 2000/12/15  15:38:30
16192         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
16193              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16194              Date: Fri, 15 Dec 2000 05:26:57 -0500
16195              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
16196      Branch: perl
16197            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
16198            ! t/pragma/overload.t
16199 ____________________________________________________________________________
16200 [  8130] By: jhi                                   on 2000/12/15  15:36:08
16201         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
16202              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16203              Date: Thu, 14 Dec 2000 22:02:43 -0500
16204              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
16205      Branch: perl
16206            ! gv.c perl.h
16207 ____________________________________________________________________________
16208 [  8129] By: jhi                                   on 2000/12/15  15:34:16
16209         Log: Subject: PATCH: h2xs nit
16210              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16211              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
16212              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
16213              
16214              Add a template README.
16215      Branch: perl
16216            ! utils/h2xs.PL
16217 ____________________________________________________________________________
16218 [  8128] By: jhi                                   on 2000/12/15  15:32:22
16219         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
16220      Branch: perl
16221            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
16222 ____________________________________________________________________________
16223 [  8127] By: jhi                                   on 2000/12/15  15:19:34
16224         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
16225              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16226              Date:     Thu, 14 Dec 2000 20:04:42 EST
16227              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
16228      Branch: perl
16229            ! ext/Opcode/Opcode.xs
16230 ____________________________________________________________________________
16231 [  8126] By: jhi                                   on 2000/12/15  15:17:49
16232         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
16233              From: Peter Prymmer <pvhp@forte.com>
16234              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
16235              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
16236      Branch: perl
16237            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
16238            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
16239            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
16240 ____________________________________________________________________________
16241 [  8125] By: jhi                                   on 2000/12/15  15:11:05
16242         Log: This seems to be a stage sane and stable enough to checkin.
16243              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
16244      Branch: perl
16245            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
16246            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
16247            ! t/op/cmp.t t/op/numconvert.t
16248 ____________________________________________________________________________
16249 [  8124] By: jhi                                   on 2000/12/15  04:20:26
16250         Log: Something is really wonky.
16251      Branch: perl
16252            ! sv.c
16253 ____________________________________________________________________________
16254 [  8123] By: jhi                                   on 2000/12/15  04:00:50
16255         Log: Fixes for the IV UV patches to compile in Digital UNIX.
16256      Branch: perl
16257            ! sv.c
16258 ____________________________________________________________________________
16259 [  8122] By: jhi                                   on 2000/12/15  02:53:40
16260         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
16261              From: "Craig A. Berry" <craigberry@mac.com>
16262              Date: Thu, 14 Dec 2000 19:10:49 -0600
16263              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
16264      Branch: perl
16265            ! vms/vms.c
16266 ____________________________________________________________________________
16267 [  8121] By: jhi                                   on 2000/12/15  02:50:00
16268         Log: Metaconfig changes for #8120.
16269      Branch: metaconfig
16270            + U/modified/d_strtoul.U
16271      Branch: metaconfig/U/perl
16272            ! d_strtoull.U d_strtouq.U
16273 ____________________________________________________________________________
16274 [  8120] By: jhi                                   on 2000/12/15  02:49:42
16275         Log: From: Nicholas Clark <nick@ccl4.org> 
16276              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
16277              Date: Thu, 14 Dec 2000 18:38:57 +0000
16278              Message-ID: <20001214183857.B97909@plum.flirble.org>
16279      Branch: perl
16280            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16281            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
16282            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
16283            ! vos/config.ga.def vos/config.ga.h win32/config.bc
16284            ! win32/config.gc win32/config.vc
16285 ____________________________________________________________________________
16286 [  8119] By: jhi                                   on 2000/12/14  23:40:58
16287         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
16288              From: Nicholas Clark <nick@ccl4.org>
16289              Date: Wed, 13 Dec 2000 20:08:50 +0000
16290              Message-ID: <20001213200849.B71166@plum.flirble.org>
16291      Branch: perl
16292            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
16293            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
16294 ____________________________________________________________________________
16295 [  8118] By: jhi                                   on 2000/12/14  22:46:26
16296         Log: Integrate perlio.
16297      Branch: perl
16298           !> MANIFEST ext/Encode/compile makedef.pl
16299 ____________________________________________________________________________
16300 [  8117] By: nick                                  on 2000/12/14  22:38:53
16301         Log: Win32 tweaks to get Encode to build
16302              - temp hack to makedef.pl till PerlIO is properly "exported".
16303              - MSVC dislikes  
16304              static encpage_t foo[];
16305              so make 'em extern for now.
16306      Branch: perlio
16307            ! ext/Encode/compile makedef.pl
16308 ____________________________________________________________________________
16309 [  8116] By: nick                                  on 2000/12/14  22:00:53
16310         Log: Document the new files
16311      Branch: perlio
16312            ! MANIFEST
16313 ____________________________________________________________________________
16314 [  8115] By: jhi                                   on 2000/12/14  21:58:01
16315         Log: MANIFEST new files of #8114.
16316      Branch: perl
16317            ! MANIFEST
16318 ____________________________________________________________________________
16319 [  8114] By: jhi                                   on 2000/12/14  21:50:49
16320         Log: Integrate perlio.
16321      Branch: perl
16322           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
16323           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
16324           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
16325           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
16326           !> ext/Encode/Makefile.PL
16327 ____________________________________________________________________________
16328 [  8113] By: jhi                                   on 2000/12/14  21:48:49
16329         Log: The documentation part of the
16330              
16331              Subject: [ID 20001214.002] Net::Ping patch
16332              From: Jonathan Stowe <gellyfish@gellyfish.com>
16333              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
16334              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
16335              since the #7529 had already addressed the same problem.
16336      Branch: perl
16337            ! lib/Net/Ping.pm
16338 ____________________________________________________________________________
16339 [  8112] By: jhi                                   on 2000/12/14  21:42:57
16340         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
16341              From: Dominic Dunlop <domo@computer.org>
16342              Date: Tue, 12 Dec 2000 10:47:10 +0100
16343              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
16344              
16345              Document how elusive subroutines can be.
16346      Branch: perl
16347            ! pod/perlfunc.pod
16348 ____________________________________________________________________________
16349 [  8111] By: jhi                                   on 2000/12/14  21:38:05
16350         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
16351              From: Dominic Dunlop <domo@computer.org>
16352              Date: Thu, 14 Dec 2000 10:13:51 +0100
16353              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
16354      Branch: perl
16355            ! ext/POSIX/POSIX.pod
16356 ____________________________________________________________________________
16357 [  8110] By: jhi                                   on 2000/12/14  21:36:32
16358         Log: Subject: [patch] perlfaq7
16359              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
16360              Date: Thu, 14 Dec 2000 15:31:07 +0100
16361              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
16362      Branch: perl
16363            ! pod/perlfaq7.pod
16364 ____________________________________________________________________________
16365 [  8109] By: jhi                                   on 2000/12/14  21:29:20
16366         Log: Subject: [8104] Encode
16367              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16368              Date: Thu, 14 Dec 2000 14:49:34 +0100
16369              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
16370              
16371              Type casting for nervous compilers.
16372      Branch: perl
16373            ! ext/Encode/Encode.xs
16374 ____________________________________________________________________________
16375 [  8108] By: jhi                                   on 2000/12/14  21:26:17
16376         Log: Subject: [8104] DB_File
16377              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16378              Date: Thu, 14 Dec 2000 14:49:35 +0100
16379              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
16380              
16381              Type definition incorrect for DB 2.7.7.  Not known when it
16382              changed, so only changed it for a known revision.
16383      Branch: perl
16384            ! ext/DB_File/DB_File.xs
16385 ____________________________________________________________________________
16386 [  8107] By: jhi                                   on 2000/12/14  21:23:41
16387         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
16388              From: Peter Prymmer <pvhp@forte.com>
16389              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
16390              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
16391              
16392              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
16393      Branch: perl
16394            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
16395            ! ext/Encode/Encode/posix-bc.enc
16396 ____________________________________________________________________________
16397 [  8106] By: nick                                  on 2000/12/14  20:36:13
16398         Log: "Cold" build correction to Encode's Makefile.PL
16399      Branch: perlio
16400            ! ext/Encode/Makefile.PL
16401 ____________________________________________________________________________
16402 [  8105] By: nick                                  on 2000/12/14  20:09:37
16403         Log: "Compiled" encodings.
16404              Correct replacement character in EBCDIC .enc files
16405              Add 0x7F to ASCII repertoire.
16406      Branch: perlio
16407            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
16408            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
16409            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
16410            ! ext/Encode/Makefile.PL ext/Encode/compile
16411            ! ext/Encode/encengine.c ext/Encode/encode.h
16412 ____________________________________________________________________________
16413 [  8104] By: nick                                  on 2000/12/14  00:38:20
16414         Log: Integrate mainline
16415      Branch: perlio
16416           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
16417           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
16418           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
16419           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
16420           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
16421           !> t/lib/db-hash.t t/lib/db-recno.t
16422 ____________________________________________________________________________
16423 [  8103] By: nick                                  on 2000/12/13  23:16:13
16424         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
16425              so far and so it does not get lost.
16426      Branch: perlio
16427            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
16428 ____________________________________________________________________________
16429 [  8102] By: jhi                                   on 2000/12/13  17:14:22
16430         Log: Update Changes.
16431      Branch: perl
16432            ! Changes patchlevel.h
16433 ____________________________________________________________________________
16434 [  8101] By: jhi                                   on 2000/12/13  16:53:41
16435         Log: Move the proto of start_glob() to a better place; regen api files.
16436      Branch: perl
16437            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
16438 ____________________________________________________________________________
16439 [  8100] By: jhi                                   on 2000/12/13  16:47:11
16440         Log: Metaconfig change for #8099.
16441      Branch: metaconfig
16442            ! U/modified/Head.U
16443 ____________________________________________________________________________
16444 [  8099] By: jhi                                   on 2000/12/13  16:46:48
16445         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
16446              From: Andy Dougherty <doughera@lafayette.edu>
16447              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
16448              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
16449      Branch: perl
16450            ! Configure
16451 ____________________________________________________________________________
16452 [  8098] By: jhi                                   on 2000/12/13  16:39:02
16453         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
16454              From: rspier@pobox.com (Robert Spier)
16455              Date: Tue, 12 Dec 2000 21:12:39 -0500
16456              Message-ID: <14902.56087.678086.725773@rls.cx>
16457              
16458              fastgetcwd is defined using a glob alias on a $^O dependent basis -
16459              and there was no default assignment or perl subroutine.
16460      Branch: perl
16461            ! lib/Cwd.pm
16462 ____________________________________________________________________________
16463 [  8097] By: jhi                                   on 2000/12/13  16:16:01
16464         Log: Subject: [PATCH] move startglob out of pp_hot.c
16465              From: Nicholas Clark <nick@ccl4.org>
16466              Date: Mon, 11 Dec 2000 23:16:39 +0000
16467              Message-ID: <20001211231638.A55550@plum.flirble.org>
16468      Branch: perl
16469            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
16470 ____________________________________________________________________________
16471 [  8096] By: jhi                                   on 2000/12/13  15:26:23
16472         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
16473              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
16474              Date: Wed, 13 Dec 2000 14:01:37 +0100
16475              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
16476              
16477              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
16478              in turn requires libpthread in libswanted.
16479      Branch: perl
16480            ! hints/hpux.sh
16481 ____________________________________________________________________________
16482 [  8095] By: jhi                                   on 2000/12/12  19:51:05
16483         Log: The integration wars continue.
16484      Branch: perl
16485           !> sv.c
16486 ____________________________________________________________________________
16487 [  8094] By: jhi                                   on 2000/12/12  19:48:26
16488         Log: Subject: [PATCH perl@8070] DB_File-1.74  
16489              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
16490              Date: Mon, 11 Dec 2000 23:07:17 -0000
16491              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
16492      Branch: perl
16493            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16494            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
16495            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
16496            ! t/lib/db-recno.t
16497 ____________________________________________________________________________
16498 [  8093] By: nick                                  on 2000/12/12  19:42:13
16499         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
16500      Branch: perlio
16501            ! sv.c
16502           !> lib/File/DosGlob.pm
16503 ____________________________________________________________________________
16504 [  8092] By: jhi                                   on 2000/12/12  19:28:11
16505         Log: Integrate perlio.
16506      Branch: perl
16507           !> sv.c
16508 ____________________________________________________________________________
16509 [  8091] By: nick                                  on 2000/12/12  18:49:45
16510         Log: Fix for Tk, and upgrading shared SVs.
16511      Branch: perlio
16512            ! sv.c
16513 ____________________________________________________________________________
16514 [  8090] By: jhi                                   on 2000/12/12  16:48:59
16515         Log: Subject: [PATCH] Re: Breadperl & Tk
16516              From: Nick Ing-Simmons <nik@tiuk.ti.com>
16517              Date: Tue, 12 Dec 2000 14:48:27 GMT
16518              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
16519      Branch: perl
16520            ! sv.c
16521 ____________________________________________________________________________
16522 [  8089] By: jhi                                   on 2000/12/12  03:37:19
16523         Log: Subject: DosGlob.pm diff for bash style brace expansion.
16524              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
16525              Date: Fri, 8 Dec 2000 10:45:30 -0600
16526              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
16527      Branch: perl
16528            ! lib/File/DosGlob.pm
16529 ____________________________________________________________________________
16530 [  8088] By: nick                                  on 2000/12/11  23:59:59
16531         Log: Integrate mainline
16532      Branch: perlio
16533           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
16534           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
16535           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
16536           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
16537           !> t/op/local.t t/pragma/warn/toke toke.c
16538 ____________________________________________________________________________
16539 [  8087] By: jhi                                   on 2000/12/11  23:20:23
16540         Log: Integrate perlio.
16541      Branch: perl
16542           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
16543 ____________________________________________________________________________
16544 [  8086] By: jhi                                   on 2000/12/11  22:50:59
16545         Log: Tune further the OS detection of CGI.
16546      Branch: perl
16547            ! lib/CGI.pm
16548 ____________________________________________________________________________
16549 [  8085] By: nick                                  on 2000/12/11  22:50:46
16550         Log: Finish 1st pass of "encoding" layer e.g. :
16551              open($fh,"<encoding(iso8859-7)",$greek) || die;
16552      Branch: perlio
16553            ! ext/Encode/Encode.xs perlio.c perliol.h
16554 ____________________________________________________________________________
16555 [  8084] By: jhi                                   on 2000/12/11  22:32:06
16556         Log: Revert the -f ambiguousity patch, seems to cause
16557              too much hassle (the interpret -Q as a function
16558              where Q is not a known filetest part is left in).
16559      Branch: perl
16560            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
16561            ! toke.c
16562 ____________________________________________________________________________
16563 [  8083] By: jhi                                   on 2000/12/11  22:27:23
16564         Log: (accidentally empty check-in)
16565      Branch: perl
16566            ! lib/File/DosGlob.pm
16567 ____________________________________________________________________________
16568 [  8082] By: nick                                  on 2000/12/11  19:09:51
16569         Log: Restore mmap function (broken by tweaks to shared buffer
16570              layer for encode(xxxx)).
16571      Branch: perlio
16572            ! perlio.c
16573 ____________________________________________________________________________
16574 [  8081] By: jhi                                   on 2000/12/11  18:29:13
16575         Log: Subject: Re: The long awaited feature ...
16576              From: Simon Cozens <simon@cozens.net>
16577              Date: Mon, 11 Dec 2000 15:54:24 +0000
16578              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
16579              
16580              More io/utf8 tests.
16581      Branch: perl
16582            ! t/io/utf8.t
16583 ____________________________________________________________________________
16584 [  8080] By: jhi                                   on 2000/12/11  18:19:36
16585         Log: Subject: PATCH MakeMaker manpage clarification
16586              From: andreas.koenig@anima.de (Andreas J. Koenig)
16587              Date: 10 Dec 2000 20:46:13 +0100
16588              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
16589      Branch: perl
16590            ! lib/ExtUtils/MakeMaker.pm
16591 ____________________________________________________________________________
16592 [  8079] By: jhi                                   on 2000/12/11  15:35:07
16593         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
16594              From: Simon Cozens <simon@cozens.net>
16595              Date: Sun, 10 Dec 2000 19:06:19 +0000
16596              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
16597      Branch: perl
16598            ! ext/B/B/Deparse.pm t/lib/b.t
16599 ____________________________________________________________________________
16600 [  8078] By: jhi                                   on 2000/12/11  15:09:11
16601         Log: Subject: [PATCH] docs on NaN
16602              From: Nicholas Clark <nick@ccl4.org>
16603              Date: Mon, 11 Dec 2000 01:48:38 +0000
16604              Message-ID: <20001211014838.B99205@plum.flirble.org>
16605      Branch: perl
16606            ! pod/perlop.pod
16607 ____________________________________________________________________________
16608 [  8077] By: jhi                                   on 2000/12/11  15:02:21
16609         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
16610              From: Simon Cozens <simon@cozens.net>
16611              Date: Mon, 11 Dec 2000 01:21:45 +0000
16612              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
16613      Branch: perl
16614            ! pp.c pp_hot.c scope.c t/op/local.t
16615 ____________________________________________________________________________
16616 [  8076] By: nick                                  on 2000/12/10  20:43:32
16617         Log: Not merge worthy...
16618              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
16619              syntax is modelled on attributes.
16620              Untested fix for io/utf8 on Win32 etc.
16621              Very clumsy start to the encode layer.
16622      Branch: perlio
16623            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
16624 ____________________________________________________________________________
16625 [  8075] By: jhi                                   on 2000/12/10  18:39:33
16626         Log: Darwin is not Windows.
16627      Branch: perl
16628            ! lib/CGI.pm
16629 ____________________________________________________________________________
16630 [  8074] By: jhi                                   on 2000/12/10  18:31:27
16631         Log: Subject: Ambiguous -%c() resolved as a file test
16632              From: "Paul Marquess" <Paul.Marquess@openwave.com>
16633              Date: Sun, 10 Dec 2000 15:35:07 -0000
16634              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
16635      Branch: perl
16636            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
16637 ____________________________________________________________________________
16638 [  8073] By: jhi                                   on 2000/12/10  18:16:29
16639         Log: Subject: PATCH installperl misinformed 
16640              From: andreas.koenig@anima.de (Andreas J. Koenig)
16641              Date: 10 Dec 2000 13:01:32 +0100 
16642              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
16643      Branch: perl
16644            ! installperl
16645 ____________________________________________________________________________
16646 [  8072] By: jhi                                   on 2000/12/10  18:07:55
16647         Log: The walkoptree confusion rages; walkoptree() seems to be coming
16648              from B.xs, while walkoptree_slow() comes from B.pm.
16649      Branch: perl
16650            ! ext/B/B.pm
16651 ____________________________________________________________________________
16652 [  8071] By: nick                                  on 2000/12/10  11:45:47
16653         Log: Integrate mainline
16654      Branch: perlio
16655           +> t/base/commonsense.t
16656           !> (integrate 37 files)
16657 ____________________________________________________________________________
16658 [  8070] By: jhi                                   on 2000/12/10  04:46:21
16659         Log: Update Changes.
16660      Branch: perl
16661            ! Changes patchlevel.h
16662 ____________________________________________________________________________
16663 [  8069] By: jhi                                   on 2000/12/10  04:39:19
16664         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
16665              From: andreas.koenig@anima.de (Andreas J. Koenig)
16666              Date: 09 Dec 2000 17:14:25 +0100
16667              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
16668      Branch: perl
16669            + t/base/commonsense.t
16670            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
16671 ____________________________________________________________________________
16672 [  8068] By: jhi                                   on 2000/12/10  04:17:36
16673         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
16674              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
16675              Date: Sat, 9 Dec 2000 16:47:22 -0000
16676              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
16677      Branch: perl
16678            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
16679            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
16680            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
16681            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
16682            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
16683            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
16684            ! t/lib/sdbm.t
16685 ____________________________________________________________________________
16686 [  8067] By: jhi                                   on 2000/12/10  03:52:02
16687         Log: Test case for #8066.
16688      Branch: perl
16689            ! t/op/misc.t
16690 ____________________________________________________________________________
16691 [  8066] By: jhi                                   on 2000/12/10  03:50:30
16692         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
16693              From: Simon Cozens <simon@cozens.net>
16694              Date: Sun, 10 Dec 2000 00:55:37 +0000
16695              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
16696      Branch: perl
16697            ! pp_sys.c
16698 ____________________________________________________________________________
16699 [  8065] By: jhi                                   on 2000/12/10  03:44:52
16700         Log: Test case for #8064.
16701      Branch: perl
16702            ! t/comp/proto.t
16703 ____________________________________________________________________________
16704 [  8064] By: jhi                                   on 2000/12/10  03:42:32
16705         Log: Subject: Re: prototype of substr
16706              From: Simon Cozens <simon@cozens.net>
16707              Date: Sun, 10 Dec 2000 00:13:33 +0000
16708              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
16709              
16710              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
16711      Branch: perl
16712            ! pp.c
16713 ____________________________________________________________________________
16714 [  8063] By: jhi                                   on 2000/12/10  03:39:42
16715         Log: Subject: [PATCH] perlguts.pod
16716              From: Simon Cozens <simon@cozens.net>
16717              Date: Sun, 10 Dec 2000 00:06:47 +0000
16718              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
16719              
16720              Documentation of the different types of ops,
16721              plus the functions in dump.c
16722      Branch: perl
16723            ! pod/perlguts.pod
16724 ____________________________________________________________________________
16725 [  8062] By: jhi                                   on 2000/12/10  03:30:04
16726         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
16727              From: Nicholas Clark <nick@talking.bollo.cx>
16728              Date: Sat, 09 Dec 2000 18:57:25 +0000
16729              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
16730              
16731              Be more robust in weird hostname setups.
16732      Branch: perl
16733            ! t/lib/net-hostent.t
16734 ____________________________________________________________________________
16735 [  8061] By: jhi                                   on 2000/12/10  03:28:21
16736         Log: Pacify fussy compiler. 
16737      Branch: perl
16738            ! pp_sys.c
16739 ____________________________________________________________________________
16740 [  8060] By: jhi                                   on 2000/12/10  02:52:46
16741         Log: Integrate perlio.
16742      Branch: perl
16743           !> pp_sys.c t/io/utf8.t
16744 ____________________________________________________________________________
16745 [  8059] By: nick                                  on 2000/12/09  23:40:14
16746         Log: read/sysread/recv should now be utf8 aware.
16747              Basic test for utf8 read.
16748      Branch: perlio
16749            ! pp_sys.c t/io/utf8.t
16750 ____________________________________________________________________________
16751 [  8058] By: jhi                                   on 2000/12/09  21:56:02
16752         Log: Integrate perlio.
16753      Branch: perl
16754           +> t/io/utf8.t
16755           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
16756 ____________________________________________________________________________
16757 [  8057] By: jhi                                   on 2000/12/09  21:53:35
16758         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
16759              From: Inaba Hiroto <inaba@st.rim.or.jp>
16760              Date: Sun, 10 Dec 2000 05:53:21 +0900
16761              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
16762              
16763              Tests for #8056.
16764      Branch: perl
16765            ! t/op/each.t
16766 ____________________________________________________________________________
16767 [  8056] By: jhi                                   on 2000/12/09  21:51:16
16768         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
16769              From: Inaba Hiroto <inaba@st.rim.or.jp>
16770              Date: Sat, 09 Dec 2000 18:02:00 +0900
16771              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
16772              
16773              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
16774      Branch: perl
16775            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
16776 ____________________________________________________________________________
16777 [  8055] By: nick                                  on 2000/12/09  20:11:48
16778         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
16779              than raw PerlIO_write() - does not seem to break any tests.
16780      Branch: perlio
16781            ! pp_sys.c
16782 ____________________________________________________________________________
16783 [  8054] By: nick                                  on 2000/12/09  19:47:30
16784         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
16785              (sysread, recv and write i.e. formats still to do...)
16786              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
16787              open($fh,">:utf8","name")
16788              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
16789              so no extra overhead is involved.
16790              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
16791              to a non-utf8 stream.
16792              Add initial io/utf8.t
16793              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
16794              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
16795              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
16796      Branch: perlio
16797            + t/io/utf8.t
16798            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
16799 ____________________________________________________________________________
16800 [  8053] By: nick                                  on 2000/12/09  19:26:37
16801         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
16802              was only testing this_utf8.
16803      Branch: perlio
16804            ! toke.c
16805 ____________________________________________________________________________
16806 [  8052] By: nick                                  on 2000/12/09  19:09:41
16807         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
16808              i.e. the output string has one, but don't mess with source assumption.
16809      Branch: perlio
16810            ! toke.c
16811 ____________________________________________________________________________
16812 [  8051] By: jhi                                   on 2000/12/09  16:55:17
16813         Log: Integrate perlio.
16814      Branch: perl
16815           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
16816           !> sv.c thrdvar.h util.c
16817 ____________________________________________________________________________
16818 [  8050] By: jhi                                   on 2000/12/09  16:48:07
16819         Log: Nits noticed by Peter Prymmer.
16820      Branch: perl
16821            ! lib/ExtUtils/MM_VMS.pm
16822 ____________________________________________________________________________
16823 [  8049] By: nick                                  on 2000/12/09  13:49:40
16824         Log: UTF8 output prework.
16825              - Store $\ and $, as SVs so they can have SvUTF8 flag
16826              - use do_print() rather than raw PerlIO_write() to print them.
16827      Branch: perlio
16828            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
16829            ! thrdvar.h util.c
16830 ____________________________________________________________________________
16831 [  8048] By: nick                                  on 2000/12/09  12:30:43
16832         Log: Integrate mainline.
16833      Branch: perlio
16834           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
16835           +> t/op/reverse.t
16836           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
16837           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
16838           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
16839           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
16840           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
16841           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
16842 ____________________________________________________________________________
16843 [  8047] By: jhi                                   on 2000/12/09  00:23:27
16844         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
16845              From: Michael G Schwern <schwern@pobox.com>
16846              Date: Fri, 8 Dec 2000 14:43:04 -0600
16847      Branch: perl
16848            ! lib/ExtUtils/MM_VMS.pm
16849 ____________________________________________________________________________
16850 [  8046] By: jhi                                   on 2000/12/08  23:10:27
16851         Log: A missed check-in.
16852      Branch: perl
16853            ! lib/ExtUtils/Manifest.pm
16854 ____________________________________________________________________________
16855 [  8045] By: jhi                                   on 2000/12/08  21:57:12
16856         Log: (null check-in)
16857      Branch: perl
16858            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
16859 ____________________________________________________________________________
16860 [  8044] By: jhi                                   on 2000/12/08  21:11:06
16861         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
16862              at the final draft stage.
16863      Branch: perl
16864            + ext/Encode/Encode/iso8859-16.enc
16865            ! MANIFEST
16866 ____________________________________________________________________________
16867 [  8043] By: jhi                                   on 2000/12/08  16:39:04
16868         Log: Update Changes.
16869      Branch: perl
16870            ! Changes patchlevel.h
16871 ____________________________________________________________________________
16872 [  8042] By: jhi                                   on 2000/12/08  16:33:39
16873         Log: Do not return the Unicode replacement character if UTF-8
16874              decoding goes awry, it should be up to the caller to decide.
16875      Branch: perl
16876            ! pod/perlapi.pod utf8.c
16877 ____________________________________________________________________________
16878 [  8041] By: jhi                                   on 2000/12/08  16:22:28
16879         Log: metaconfig maintenance.
16880      Branch: metaconfig
16881            ! U/modified/stdchar.U
16882      Branch: metaconfig/U/perl
16883            + testsyml.U
16884 ____________________________________________________________________________
16885 [  8040] By: jhi                                   on 2000/12/08  16:03:08
16886         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
16887              From: sthoenna@efn.org
16888              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
16889              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
16890      Branch: perl
16891            ! Changes lib/ExtUtils/MM_OS2.pm
16892 ____________________________________________________________________________
16893 [  8039] By: jhi                                   on 2000/12/08  15:57:11
16894         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
16895              From: Simon Cozens <simon@cozens.net>
16896              Date: Fri, 8 Dec 2000 13:33:31 +0000
16897              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
16898              
16899              (The pp_hot part needed a rewrite.)
16900      Branch: perl
16901            ! doop.c pp_hot.c utf8.c
16902 ____________________________________________________________________________
16903 [  8038] By: jhi                                   on 2000/12/08  15:25:08
16904         Log: Subject: djSP
16905              From: Michael Stevens <michael@etla.org>
16906              Date: Wed, 6 Dec 2000 23:24:01 +0000
16907              Message-ID: <20001206232400.A21381@firedrake.org>
16908              
16909              Plus a note from Nick Ing-Simmons.
16910      Branch: perl
16911            ! pp.h
16912 ____________________________________________________________________________
16913 [  8037] By: jhi                                   on 2000/12/08  15:18:35
16914         Log: Filetype is text.
16915      Branch: perl
16916            ! t/op/utf8decode.t
16917 ____________________________________________________________________________
16918 [  8036] By: jhi                                   on 2000/12/08  03:31:27
16919         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
16920              From: Andy Dougherty <doughera@lafayette.edu>
16921              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
16922              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
16923              
16924              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
16925              From: Andy Dougherty <doughera@lafayette.edu>
16926              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
16927              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
16928      Branch: perl
16929            + ext/POSIX/hints/svr4.pl
16930            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
16931 ____________________________________________________________________________
16932 [  8035] By: jhi                                   on 2000/12/08  03:26:01
16933         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
16934              From: Andy Dougherty <doughera@lafayette.edu>
16935              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
16936              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
16937      Branch: perl
16938            ! t/README t/base/term.t
16939 ____________________________________________________________________________
16940 [  8034] By: jhi                                   on 2000/12/08  03:21:59
16941         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
16942              From: mjd@plover.com  
16943              Date: 7 Dec 2000 21:04:20 -0000
16944              Message-ID: <20001207210420.22282.qmail@plover.com>
16945              
16946              Plus -z doc.
16947      Branch: perl
16948            ! pod/perlfunc.pod
16949 ____________________________________________________________________________
16950 [  8033] By: jhi                                   on 2000/12/08  03:19:03
16951         Log: Use the UTF8 macros a bit.  They can't be used with abandon
16952              everywhere because we do generate illegal UTF-8 in some situations.
16953              This is of course naughty.
16954      Branch: perl
16955            ! pod/perlapi.pod utf8.c utf8.h
16956 ____________________________________________________________________________
16957 [  8032] By: jhi                                   on 2000/12/08  03:00:09
16958         Log: Out of sync?
16959      Branch: perl
16960            ! t/pragma/warn/utf8
16961 ____________________________________________________________________________
16962 [  8031] By: jhi                                   on 2000/12/08  02:22:39
16963         Log: Cnt spl.
16964      Branch: perl
16965            ! MANIFEST
16966 ____________________________________________________________________________
16967 [  8030] By: jhi                                   on 2000/12/08  01:23:54
16968         Log: Add test for reverse().
16969      Branch: perl
16970            + t/op/reverse.t
16971            ! MANIFEST
16972 ____________________________________________________________________________
16973 [  8029] By: jhi                                   on 2000/12/08  01:21:47
16974         Log: Integrate perlio.
16975      Branch: perl
16976           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
16977           !> perlio.c perlio.h perlsdio.h warnings.pl
16978 ____________________________________________________________________________
16979 [  8028] By: jhi                                   on 2000/12/08  01:19:08
16980         Log: Introduce macros for UTF8 decoding.
16981      Branch: perl
16982            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
16983 ____________________________________________________________________________
16984 [  8027] By: nick                                  on 2000/12/07  22:18:19
16985         Log: Integrate mainline
16986      Branch: perlio
16987           !> embed.pl pod/perlapi.pod utf8.c
16988 ____________________________________________________________________________
16989 [  8026] By: nick                                  on 2000/12/07  21:45:08
16990         Log: Various oddities p4 diff -se showed up
16991              Remove 'our' from warnings.pl
16992      Branch: perlio
16993            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
16994 ____________________________________________________________________________
16995 [  8025] By: nick                                  on 2000/12/07  21:43:32
16996         Log: Change PerlIO_(get|set)pos to take SV *
16997              Should fix, OS/2, VMS, (sfio??)
16998      Branch: perlio
16999            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
17000 ____________________________________________________________________________
17001 [  8024] By: jhi                                   on 2000/12/07  19:05:32
17002         Log: Document utf8_to_uv() better.
17003      Branch: perl
17004            ! pod/perlapi.pod utf8.c
17005 ____________________________________________________________________________
17006 [  8023] By: jhi                                   on 2000/12/07  18:23:47
17007         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
17008      Branch: perl
17009            ! embed.pl pod/perlapi.pod utf8.c
17010 ____________________________________________________________________________
17011 [  8022] By: jhi                                   on 2000/12/07  04:13:51
17012         Log: Integrate perlio.
17013      Branch: perl
17014           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
17015           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
17016           !> win32/makefile.mk
17017 ____________________________________________________________________________
17018 [  8021] By: nick                                  on 2000/12/07  00:28:14
17019         Log: Various attempts at MSVC debug - not sure what has
17020              changed but works now. 
17021              Seems atexit() _may_ work for DLLs built with MSVC so don't
17022              call cleanup that way.
17023      Branch: perlio
17024            ! perlio.c win32/makefile.mk
17025 ____________________________________________________________________________
17026 [  8020] By: nick                                  on 2000/12/06  19:57:20
17027         Log: Integrate mainline
17028      Branch: perlio
17029           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
17030           !> (integrate 75 files)
17031 ____________________________________________________________________________
17032 [  8019] By: nick                                  on 2000/12/06  19:28:21
17033         Log: Add useperlio to config.vc
17034              Turn off binmode in config_H.PL
17035              Regen all the config_H.xx
17036              Attempt to get debugging build with MSVC.
17037      Branch: perlio
17038            ! win32/config.vc win32/config_H.bc win32/config_H.gc
17039            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
17040 ____________________________________________________________________________
17041 [  8018] By: nick                                  on 2000/12/06  19:21:57
17042         Log: Test various dup/external program options on all platforms.
17043      Branch: perlio
17044            ! t/io/dup.t
17045 ____________________________________________________________________________
17046 [  8017] By: nick                                  on 2000/12/06  19:20:47
17047         Log: Fix harness to be less picky
17048      Branch: perlio
17049            ! lib/Test/Harness.pm
17050 ____________________________________________________________________________
17051 [  8016] By: jhi                                   on 2000/12/06  16:45:12
17052         Log: Update Changes.
17053      Branch: perl
17054            ! Changes patchlevel.h
17055 ____________________________________________________________________________
17056 [  8015] By: jhi                                   on 2000/12/06  16:41:03
17057         Log: Test \x{...} with ord().
17058      Branch: perl
17059            ! t/op/ord.t
17060 ____________________________________________________________________________
17061 [  8014] By: jhi                                   on 2000/12/06  16:20:33
17062         Log: Test tweak because of #8013.
17063      Branch: perl
17064            ! t/lib/b.t
17065 ____________________________________________________________________________
17066 [  8013] By: jhi                                   on 2000/12/06  16:09:09
17067         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
17068              From: Michael G Schwern <schwern@pobox.com>
17069              Date: Tue, 5 Dec 2000 21:23:28 -0500
17070              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
17071              
17072              Carp::Heavy parts not very applicable because of recent changes.
17073      Branch: perl
17074            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
17075            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
17076            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
17077            ! lib/Exporter.pm lib/Exporter/Heavy.pm
17078            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
17079            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
17080            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
17081            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
17082            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
17083            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
17084            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
17085            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
17086            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
17087            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
17088            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
17089            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
17090            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
17091            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
17092            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
17093            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
17094            ! warnings.pl
17095 ____________________________________________________________________________
17096 [  8012] By: jhi                                   on 2000/12/06  15:22:38
17097         Log: Subject: [PATCH] Re: New harness is failing things
17098              From: Nick Ing-Simmons <nik@tiuk.ti.com>
17099              Date: Wed, 6 Dec 2000 13:00:30 GMT
17100              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
17101      Branch: perl
17102            ! lib/Test/Harness.pm
17103 ____________________________________________________________________________
17104 [  8011] By: jhi                                   on 2000/12/06  15:12:08
17105         Log: Subject: installhtml changes
17106              From: Michael Stevens <michael@etla.org>
17107              Date: Wed, 6 Dec 2000 13:15:53 +0000
17108              Message-ID: <20001206131553.A27317@firedrake.org>
17109      Branch: perl
17110            ! installhtml
17111 ____________________________________________________________________________
17112 [  8010] By: jhi                                   on 2000/12/06  15:06:05
17113         Log: Subject: the dTHR hits
17114              From: Michael Stevens <michael@etla.org>
17115              Date: Wed, 6 Dec 2000 12:06:03 +0000
17116              Message-ID: <20001206120603.A24581@firedrake.org>
17117              
17118              More, errrm, less dTHRs.
17119      Branch: perl
17120            ! bytecode.pl ext/B/B/C.pm
17121 ____________________________________________________________________________
17122 [  8009] By: jhi                                   on 2000/12/06  15:04:25
17123         Log: Subject: MakeMaker mailing list gone?
17124              From: Michael G Schwern <schwern@pobox.com>
17125              Date: Tue, 5 Dec 2000 19:29:59 -0500
17126              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
17127              
17128              The MakeMaker mailing list is dead, perlbug is the right
17129              address to report bugs.
17130      Branch: perl
17131            ! lib/ExtUtils/MakeMaker.pm
17132 ____________________________________________________________________________
17133 [  8008] By: jhi                                   on 2000/12/06  15:00:32
17134         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
17135              From: Michael G Schwern <schwern@pobox.com>
17136              Date: Tue, 5 Dec 2000 19:21:21 -0500
17137              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
17138              
17139              Add a default MANIFEST skip that ignores things like
17140              version control files, editor temporary files, and the Makefile.
17141      Branch: perl
17142            + lib/ExtUtils/MANIFEST.SKIP
17143            ! MANIFEST lib/ExtUtils/Manifest.pm
17144 ____________________________________________________________________________
17145 [  8007] By: jhi                                   on 2000/12/06  14:57:20
17146         Log: In Amiga more manual hackery of the scripts seems to be needed,
17147              from Jan-Erik Karlsson.  Why Configure does not get this right
17148              is unknown, may be shell-induced.
17149      Branch: perl
17150            ! README.amiga
17151 ____________________________________________________________________________
17152 [  8006] By: jhi                                   on 2000/12/05  23:53:12
17153         Log: Add TOPm1s to peek at the second topmost stack item.
17154      Branch: perl
17155            ! pp.h
17156 ____________________________________________________________________________
17157 [  8005] By: jhi                                   on 2000/12/05  23:13:55
17158         Log: Avaunt, you foul UTF-8 tests.
17159      Branch: perl
17160            ! t/op/ver.t t/pragma/utf8.t
17161 ____________________________________________________________________________
17162 [  8004] By: jhi                                   on 2000/12/05  23:09:54
17163         Log: Continue utf8 dispersal. 
17164      Branch: perl
17165            + t/op/concat.t
17166            ! MANIFEST t/pragma/utf8.t
17167 ____________________________________________________________________________
17168 [  8003] By: nick                                  on 2000/12/05  23:02:39
17169         Log: Integrate mainline.
17170      Branch: perlio
17171           +> t/op/length.t t/op/utf8decode.t
17172           !> (integrate 69 files)
17173 ____________________________________________________________________________
17174 [  8002] By: jhi                                   on 2000/12/05  22:59:28
17175         Log: Integrate perlio.
17176      Branch: perl
17177           !> iperlsys.h perl.c perlio.c win32/perllib.c
17178 ____________________________________________________________________________
17179 [  8001] By: nick                                  on 2000/12/05  22:07:52
17180         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
17181              - calloc/free suffer from damage on TerminateThread()
17182              - use PerlMemShared (as originally planned) now fixed
17183              - avoid doing anything important on DLL "detach".
17184      Branch: perlio
17185            ! perl.c perlio.c win32/perllib.c
17186 ____________________________________________________________________________
17187 [  8000] By: nick                                  on 2000/12/05  21:05:09
17188         Log: Fix gross PerlMemShared issue.
17189      Branch: perlio
17190            ! iperlsys.h
17191 ____________________________________________________________________________
17192 [  7999] By: jhi                                   on 2000/12/05  20:46:58
17193         Log: Test for Unicode (UTF-8) hash keys.
17194      Branch: perl
17195            ! t/op/each.t
17196 ____________________________________________________________________________
17197 [  7998] By: jhi                                   on 2000/12/05  20:30:35
17198         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
17199              is now always UTF-8), empty line cosmetics.
17200      Branch: perl
17201            ! t/pragma/utf8.t
17202 ____________________________________________________________________________
17203 [  7997] By: jhi                                   on 2000/12/05  20:15:40
17204         Log: Subject: Re: STRLEN - what?
17205              From: Andy Dougherty <doughera@lafayette.edu>
17206              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
17207              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
17208              
17209              Explain STRLEN.
17210      Branch: perl
17211            ! pod/perlguts.pod
17212 ____________________________________________________________________________
17213 [  7996] By: jhi                                   on 2000/12/05  20:13:34
17214         Log: Split off the UTF-8 decoder tests, make them to check also
17215              the error message.
17216      Branch: perl
17217            + t/op/utf8decode.t
17218            ! MANIFEST t/pragma/utf8.t utf8.c
17219 ____________________________________________________________________________
17220 [  7995] By: jhi                                   on 2000/12/05  16:39:47
17221         Log: Start migrating bits of pragma/utf8 to elsewhere
17222              (since the long term plan is to obsolete 'use utf8').
17223      Branch: perl
17224            + t/op/length.t
17225            ! MANIFEST t/pragma/utf8.t
17226 ____________________________________________________________________________
17227 [  7994] By: jhi                                   on 2000/12/05  16:30:21
17228         Log: Fix a manual edit typo from #7993, fix the message formatting
17229              for Unicode, add few our declarations.
17230      Branch: perl
17231            ! lib/Carp/Heavy.pm
17232 ____________________________________________________________________________
17233 [  7993] By: jhi                                   on 2000/12/05  16:09:15
17234         Log: Subject: Need help with warnings :-(
17235              From: "Ben Tilly" <ben_tilly@hotmail.com>
17236              Date: Tue, 05 Dec 2000 01:35:54 -0500
17237              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
17238              
17239              Subject: UPDATE: Carp/Heavy now passes all tests
17240              From: "Ben Tilly" <ben_tilly@hotmail.com>
17241              Date: Tue, 05 Dec 2000 07:59:41 -0500
17242              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
17243              
17244              The Brave New Carp.
17245      Branch: perl
17246            ! lib/Carp.pm lib/Carp/Heavy.pm
17247 ____________________________________________________________________________
17248 [  7992] By: jhi                                   on 2000/12/05  15:55:08
17249         Log: Subject: [PATCH perl@7979] cygwin port
17250              From: "Eric Fifer" <efifer@dircon.co.uk>
17251              Date: Tue, 5 Dec 2000 14:04:09 -0000
17252              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
17253      Branch: perl
17254            ! t/lib/net-hostent.t
17255 ____________________________________________________________________________
17256 [  7991] By: jhi                                   on 2000/12/05  15:52:34
17257         Log: Subject: Re: [PATCH] The largest hoax of all times?
17258              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17259              Date: Tue, 5 Dec 2000 00:40:25 -0500
17260              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
17261              
17262              Subject: Re: [PATCH] The largest hoax of all times?
17263              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17264              Date: Mon, 4 Dec 2000 23:55:53 -0500
17265              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
17266              
17267              Subject: Re: [PATCH] The largest hoax of all times?
17268              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17269              Date: Tue, 5 Dec 2000 01:28:45 -0500
17270              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
17271              
17272              Fix the unpredictable order of DESTROYs.
17273      Branch: perl
17274            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
17275            ! sv.c sv.h t/op/ref.t
17276 ____________________________________________________________________________
17277 [  7990] By: jhi                                   on 2000/12/05  14:38:53
17278         Log: Subject: [PATCH] shrink pp_hot fractionally
17279              From: Nicholas Clark <nick@ccl4.org>
17280              Date: Tue, 5 Dec 2000 12:44:31 +0000
17281              Message-ID: <20001205124431.E74518@plum.flirble.org>
17282              
17283              Use report_evil_fh().
17284      Branch: perl
17285            ! opcode.pl opnames.h pp_hot.c util.c
17286 ____________________________________________________________________________
17287 [  7989] By: jhi                                   on 2000/12/05  14:21:27
17288         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
17289              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17290              Date: Mon, 04 Dec 2000 22:21:59 -0800
17291              Message-ID: <HmIL6gzkgepS092yn@efn.org>
17292              
17293              Harness shouldn't ignore responses like "ok 3\r\r\n".
17294      Branch: perl
17295            ! lib/Test/Harness.pm
17296 ____________________________________________________________________________
17297 [  7988] By: jhi                                   on 2000/12/05  13:51:28
17298         Log: Integrate the "skip" messages to explain().
17299      Branch: perl
17300            ! t/lib/syslfs.t t/op/lfs.t
17301 ____________________________________________________________________________
17302 [  7987] By: jhi                                   on 2000/12/05  12:34:54
17303         Log: The one that got away in #7984.
17304              
17305              Subject: Re: dTHR - what and why?
17306              From: Michael Stevens <michael@etla.org> 
17307              Date: Tue, 5 Dec 2000 11:15:52 +0000
17308              Message-ID: <20001205111552.A4647@firedrake.org>
17309      Branch: perl
17310            ! sv.h
17311 ____________________________________________________________________________
17312 [  7986] By: gsar                                  on 2000/12/05  09:14:44
17313         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
17314              due to the notorious GetFileType() bug in Windows 9x, which fstat()
17315              tickles)
17316      Branch: perl
17317            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
17318 ____________________________________________________________________________
17319 [  7985] By: jhi                                   on 2000/12/05  05:49:03
17320         Log: Integrate perlio.
17321      Branch: perl
17322           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
17323           !> win32/perlhost.h win32/perllib.c
17324 ____________________________________________________________________________
17325 [  7984] By: jhi                                   on 2000/12/05  05:48:16
17326         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
17327      Branch: perl
17328            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
17329            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
17330            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
17331            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
17332            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
17333            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
17334            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
17335            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
17336            ! win32/win32.c
17337 ____________________________________________________________________________
17338 [  7983] By: nick                                  on 2000/12/04  23:27:43
17339         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
17340      Branch: perlio
17341            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
17342            ! win32/perlhost.h win32/perllib.c
17343 ____________________________________________________________________________
17344 [  7982] By: jhi                                   on 2000/12/04  19:44:09
17345         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
17346              uncovered by #7980.
17347      Branch: perl
17348            ! op.c
17349 ____________________________________________________________________________
17350 [  7981] By: jhi                                   on 2000/12/04  19:42:07
17351         Log: Subject: [PATCH] Trivial dump.c feature
17352              From: Simon Cozens <simon@cozens.net>
17353              Date: Mon, 4 Dec 2000 18:08:38 +0000
17354              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
17355              
17356              Show whether a constant is UTF-8.
17357      Branch: perl
17358            ! dump.c
17359 ____________________________________________________________________________
17360 [  7980] By: jhi                                   on 2000/12/04  19:36:51
17361         Log: UTF-8 hash keys, patch from Inaba Hiroto.
17362      Branch: perl
17363            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
17364 ____________________________________________________________________________
17365 [  7979] By: jhi                                   on 2000/12/04  17:36:28
17366         Log: Update Changes.
17367      Branch: perl
17368            ! Changes patchlevel.h
17369 ____________________________________________________________________________
17370 [  7978] By: jhi                                   on 2000/12/04  16:42:17
17371         Log: Retract #7977, still too volatile (the euphemism of the day
17372              for unfinished and buggy :-)
17373      Branch: perl
17374            ! doop.c hv.c pp.c sv.h
17375 ____________________________________________________________________________
17376 [  7977] By: jhi                                   on 2000/12/04  16:25:15
17377         Log: (Retracted by #7978, too shaky yet.)
17378              
17379              Subject: Re: utf8 in hash keys, implementor missing
17380              From: Simon Cozens <simon@cozens.net>
17381              Date: Sat, 2 Dec 2000 19:49:35 +0000
17382              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
17383              
17384              The first step at UTF-8 hash keys.
17385      Branch: perl
17386            ! doop.c hv.c pp.c sv.h
17387 ____________________________________________________________________________
17388 [  7976] By: jhi                                   on 2000/12/04  16:13:53
17389         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
17390              From: sthoenna@efn.org
17391              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
17392              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
17393      Branch: perl
17394            ! os2/os2.c perlio.c
17395 ____________________________________________________________________________
17396 [  7975] By: jhi                                   on 2000/12/04  16:05:25
17397         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
17398              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17399              Date: Thu, 30 Nov 2000 20:50:37 -0800
17400              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
17401      Branch: perl
17402            ! os2/os2.c
17403 ____________________________________________________________________________
17404 [  7974] By: jhi                                   on 2000/12/04  16:03:57
17405         Log: Subject: [PATCH] ++ 20% faster
17406              From: Nicholas Clark <nick@ccl4.org>
17407              Date: Mon, 4 Dec 2000 12:17:27 +0000
17408              Message-ID: <20001204121726.B52976@plum.flirble.org>
17409              
17410              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
17411      Branch: perl
17412            ! sv.c
17413 ____________________________________________________________________________
17414 [  7973] By: jhi                                   on 2000/12/04  16:00:48
17415         Log: 
17416              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
17417              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17418              Date: Mon, 04 Dec 2000 12:30:45 +0100
17419              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
17420              
17421              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
17422              library (getprotobyname and getprotobynumber are outversioned by
17423              the same calls in libc, at least for xlc version 3.
17424      Branch: perl
17425            ! hints/aix.sh
17426 ____________________________________________________________________________
17427 [  7972] By: jhi                                   on 2000/12/04  02:58:31
17428         Log: Integrate perlio.
17429      Branch: perl
17430           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
17431           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
17432           !> win32/win32.h win32/win32iop.h win32/win32thread.h
17433 ____________________________________________________________________________
17434 [  7971] By: nick                                  on 2000/12/04  00:24:33
17435         Log: Quieten some noise in Win32 builds:
17436              - win32.h is included after <sys/socket.h>, so need to 
17437              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
17438              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
17439      Branch: perlio
17440            ! doio.c perl.h toke.c win32/win32.h
17441 ____________________________________________________________________________
17442 [  7970] By: nick                                  on 2000/12/03  22:57:46
17443         Log: PERL_IMPLICIT_SYS compiles but does not work.
17444      Branch: perlio
17445            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
17446            ! win32/perlhost.h win32/perllib.c win32/win32.h
17447            ! win32/win32iop.h win32/win32thread.h
17448 ____________________________________________________________________________
17449 [  7969] By: jhi                                   on 2000/12/03  22:12:58
17450         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
17451              used to swash_init(), makes regprop() dumps more informative
17452              (+utf8::IsAlpha, -utf8::IsDigit, for example).
17453      Branch: perl
17454            ! regcomp.c regexec.c
17455 ____________________________________________________________________________
17456 [  7968] By: jhi                                   on 2000/12/03  21:39:56
17457         Log: Implement ANYOFUTF8 regprop() dumping.
17458      Branch: perl
17459            ! regcomp.c
17460 ____________________________________________________________________________
17461 [  7967] By: jhi                                   on 2000/12/03  20:57:19
17462         Log: Make uv_to_utf8() to zero-terminate its output buffer,
17463              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
17464      Branch: perl
17465            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
17466 ____________________________________________________________________________
17467 [  7966] By: nick                                  on 2000/12/03  18:41:21
17468         Log: Integrate mainline (STDCHAR)
17469      Branch: perlio
17470           !> Configure t/pragma/utf8.t
17471 ____________________________________________________________________________
17472 [  7965] By: jhi                                   on 2000/12/03  17:58:20
17473         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
17474      Branch: perl
17475            ! t/pragma/utf8.t
17476 ____________________________________________________________________________
17477 [  7964] By: jhi                                   on 2000/12/03  17:35:56
17478         Log: Integrate perlio.
17479      Branch: perl
17480           !> iperlsys.h perlio.c
17481 ____________________________________________________________________________
17482 [  7963] By: jhi                                   on 2000/12/03  17:33:55
17483         Log: Metaconfig unit change for #7962.
17484      Branch: metaconfig
17485            ! U/modified/stdchar.U
17486 ____________________________________________________________________________
17487 [  7962] By: jhi                                   on 2000/12/03  17:33:27
17488         Log: Untangle the <stdio.h> #include nest for the stdchar test,
17489              from Andy Dougherty.
17490      Branch: perl
17491            ! Configure
17492 ____________________________________________________________________________
17493 [  7961] By: nick                                  on 2000/12/03  16:53:00
17494         Log: Make iperlsys.h vector stdio not PerlIO.
17495      Branch: perlio
17496            ! iperlsys.h perlio.c
17497 ____________________________________________________________________________
17498 [  7960] By: nick                                  on 2000/12/03  14:43:01
17499         Log: Integrate mainline
17500      Branch: perlio
17501           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
17502           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
17503 ____________________________________________________________________________
17504 [  7959] By: jhi                                   on 2000/12/03  08:16:36
17505         Log: Use DO_UTF8().
17506      Branch: perl
17507            ! op.c
17508 ____________________________________________________________________________
17509 [  7958] By: jhi                                   on 2000/12/02  18:33:05
17510         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
17511              From: Mike Guy <mjtg@cam.ac.uk>         
17512              Date: Sat, 02 Dec 2000 17:27:13 +0000
17513              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
17514              
17515              An extraneous argument.
17516      Branch: perl
17517            ! toke.c
17518 ____________________________________________________________________________
17519 [  7957] By: jhi                                   on 2000/12/02  18:22:32
17520         Log: A missing hunk.
17521      Branch: perl
17522            ! t/lib/net-hostent.t
17523 ____________________________________________________________________________
17524 [  7956] By: jhi                                   on 2000/12/02  18:06:20
17525         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
17526              From: Nicholas Clark <nick@ccl4.org>
17527              Date: Sat, 2 Dec 2000 14:28:27 +0000
17528              Message-ID: <20001202142827.A12308@plum.flirble.org>
17529              
17530              Test robustness.
17531      Branch: perl
17532            ! t/lib/net-hostent.t
17533 ____________________________________________________________________________
17534 [  7955] By: jhi                                   on 2000/12/02  17:58:06
17535         Log: Metaconfig unit change for #7954.
17536      Branch: metaconfig
17537            ! U/modified/stdchar.U
17538 ____________________________________________________________________________
17539 [  7954] By: jhi                                   on 2000/12/02  17:54:32
17540         Log: An inconvenient hang would happen if the stdio _ptr wasn't
17541              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
17542              would be grepping stdin for all eternity for the _ptr.)
17543      Branch: perl
17544            ! Configure
17545 ____________________________________________________________________________
17546 [  7953] By: jhi                                   on 2000/12/02  00:07:15
17547         Log: Update Changes.
17548      Branch: perl
17549            ! Changes patchlevel.h
17550 ____________________________________________________________________________
17551 [  7952] By: jhi                                   on 2000/12/01  23:54:47
17552         Log: Subject: Re: long shell lines
17553              From: Andy Dougherty <doughera@lafayette.edu>
17554              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
17555              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
17556              
17557              Split overly long shell command lines.
17558      Branch: perl
17559            ! lib/ExtUtils/MM_Unix.pm
17560 ____________________________________________________________________________
17561 [  7951] By: jhi                                   on 2000/12/01  23:48:02
17562         Log: The metaconfig unit change for #7950.
17563      Branch: metaconfig
17564            + U/modified/stdchar.U
17565 ____________________________________________________________________________
17566 [  7950] By: jhi                                   on 2000/12/01  23:47:39
17567         Log: Try to find stdchar also from <stdio_impl.h>.
17568      Branch: perl
17569            ! Configure config_h.SH
17570 ____________________________________________________________________________
17571 [  7949] By: jhi                                   on 2000/12/01  23:46:45
17572         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
17573              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
17574              Date: Fri, 1 Dec 2000 16:26:08 -0500
17575              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
17576              
17577              Reword the diagnostic message.
17578      Branch: perl
17579            ! pod/perldiag.pod
17580 ____________________________________________________________________________
17581 [  7948] By: nick                                  on 2000/12/01  22:49:43
17582         Log: Integrate mainline (for s/y/m as sub names stuff).
17583      Branch: perlio
17584           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
17585           !> t/pragma/warn/toke toke.c
17586 ____________________________________________________________________________
17587 [  7947] By: jhi                                   on 2000/12/01  20:55:41
17588         Log: Integrate perlio.
17589      Branch: perl
17590           !> perlio.c perliol.h t/io/pipe.t
17591 ____________________________________________________________________________
17592 [  7946] By: jhi                                   on 2000/12/01  20:36:51
17593         Log: Upgrade to CPAN 1.59_51, from Andreas König.
17594      Branch: perl
17595            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
17596 ____________________________________________________________________________
17597 [  7945] By: nick                                  on 2000/12/01  20:31:32
17598         Log: Integrate mainline
17599      Branch: perlio
17600           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
17601           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
17602           +> t/lib/net-hostent.t
17603           !> (integrate 35 files)
17604 ____________________________________________________________________________
17605 [  7944] By: jhi                                   on 2000/12/01  20:23:29
17606         Log: Some help for 20001130.011.  Now one gets warnings like
17607              "Ambiguous -f() resolved as a file test ..."
17608      Branch: perl
17609            ! pod/perldiag.pod t/pragma/warn/toke toke.c
17610 ____________________________________________________________________________
17611 [  7943] By: jhi                                   on 2000/12/01  19:44:44
17612         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
17613              that also breaks using them as methods. 
17614      Branch: perl
17615            ! pod/perldiag.pod t/op/misc.t toke.c
17616 ____________________________________________________________________________
17617 [  7942] By: nick                                  on 2000/12/01  17:56:46
17618         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
17619              Make 'unix' pass most tests
17620              - do unread by temporary push of layer ("pending") holding unread chars
17621              - fast_gets is now based on per-handle flag
17622              - relax one of io/pipe.t tests to allow print to fail and close to
17623              succeed so that it passes on unbuffered "unix" layer.
17624              Remaining fail is sporadic and a genuine race condition between
17625              parent/child in fork test.
17626      Branch: perlio
17627            ! perlio.c perliol.h t/io/pipe.t
17628 ____________________________________________________________________________
17629 [  7941] By: jhi                                   on 2000/12/01  15:28:58
17630         Log: (Retracted by #7943.)
17631              
17632              Reserve the short named string operator names.
17633      Branch: perl
17634            ! pod/perldiag.pod t/op/misc.t toke.c
17635 ____________________________________________________________________________
17636 [  7940] By: jhi                                   on 2000/12/01  06:45:53
17637         Log: Get the three different space character classes right under utf8.
17638      Branch: perl
17639            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
17640            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
17641            ! regexec.c t/op/pat.t utf8.c
17642 ____________________________________________________________________________
17643 [  7939] By: jhi                                   on 2000/12/01  03:26:26
17644         Log: Two more tests that make no sense in UTF-8 since the test
17645              data is not in UTF-8.
17646      Branch: perl
17647            ! t/op/regexp.t
17648 ____________________________________________________________________________
17649 [  7938] By: jhi                                   on 2000/12/01  03:20:39
17650         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
17651              should it be required inside regexen?
17652      Branch: perl
17653            ! regcomp.c t/op/regmesg.t
17654 ____________________________________________________________________________
17655 [  7937] By: jhi                                   on 2000/12/01  02:58:53
17656         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
17657              stored and restored, and thusly was trounced by the utf8 swash
17658              routines.
17659      Branch: perl
17660            ! regcomp.c
17661 ____________________________________________________________________________
17662 [  7936] By: jhi                                   on 2000/11/30  20:41:39
17663         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
17664              Why the different platforms behave so differently (core dump vs
17665              no core dump) on this bug is a but of a mystery, but if I had to
17666              guess I would mumble something like 'alignment'.
17667      Branch: perl
17668            ! sv.c
17669 ____________________________________________________________________________
17670 [  7935] By: jhi                                   on 2000/11/30  16:17:02
17671         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
17672              From: Robin Barker <rmb1@cise.npl.co.uk>
17673              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
17674              Date: Thu, 30 Nov 2000 14:27:12 GMT
17675      Branch: perl
17676            ! perlio.c toke.c
17677 ____________________________________________________________________________
17678 [  7934] By: jhi                                   on 2000/11/30  16:04:49
17679         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
17680      Branch: perl
17681            ! t/lib/net-hostent.t
17682 ____________________________________________________________________________
17683 [  7933] By: jhi                                   on 2000/11/30  06:07:26
17684         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
17685              From: Peter Prymmer <pvhp@forte.com>
17686              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
17687              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
17688              
17689              In VMS the localhost may be LOCALHOST.
17690      Branch: perl
17691            ! t/lib/net-hostent.t
17692 ____________________________________________________________________________
17693 [  7932] By: jhi                                   on 2000/11/30  01:11:11
17694         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
17695              From: Peter Prymmer <pvhp@forte.com>
17696              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
17697              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
17698              
17699              plus regen perlapi.pod.
17700      Branch: perl
17701            ! pod/perlapi.pod utf8.c
17702 ____________________________________________________________________________
17703 [  7931] By: jhi                                   on 2000/11/30  01:06:19
17704         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
17705              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17706              Date:     Wed, 29 Nov 2000 17:15:11 EST
17707              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
17708      Branch: perl
17709            ! t/lib/filter-util.pl t/lib/filter-util.t
17710 ____________________________________________________________________________
17711 [  7930] By: jhi                                   on 2000/11/29  18:51:55
17712         Log: Update Changes.
17713      Branch: perl
17714            ! Changes patchlevel.h
17715 ____________________________________________________________________________
17716 [  7929] By: jhi                                   on 2000/11/29  18:50:55
17717         Log: Update the va_copy() metaconfig unit.
17718      Branch: metaconfig/U/perl
17719            ! need_va_copy.U
17720 ____________________________________________________________________________
17721 [  7928] By: jhi                                   on 2000/11/29  17:50:43
17722         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
17723              From: Dominic Dunlop <domo@computer.org>
17724              Date: Tue, 28 Nov 2000 16:41:57 +0100
17725              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
17726              
17727              Patch to catch a core dump in the Configure va_copy test.
17728      Branch: perl
17729            ! Configure config_h.SH
17730 ____________________________________________________________________________
17731 [  7927] By: jhi                                   on 2000/11/29  17:31:59
17732         Log: Retract #7921, the patch shouldn't be needed.
17733      Branch: perl
17734            ! sv.c
17735 ____________________________________________________________________________
17736 [  7926] By: jhi                                   on 2000/11/29  17:01:41
17737         Log: Make the Class::Struct import() wiser.
17738      Branch: perl
17739            ! lib/Class/Struct.pm t/lib/class-struct.t
17740 ____________________________________________________________________________
17741 [  7925] By: jhi                                   on 2000/11/29  16:36:33
17742         Log: All the core library users of Class::Struct seem to be
17743              using "use Class::Struct 'struct';" instead of the bare
17744              "use Class::Struct;", which isn't documented in Class::Struct.
17745              This can't be right.
17746      Branch: perl
17747            ! lib/File/stat.pm
17748 ____________________________________________________________________________
17749 [  7924] By: jhi                                   on 2000/11/29  16:32:15
17750         Log: A test works better if it has the right 1..$n output.
17751      Branch: perl
17752            ! t/lib/class-struct.t
17753 ____________________________________________________________________________
17754 [  7923] By: jhi                                   on 2000/11/29  16:29:11
17755         Log: Forgot to MANIFEST the new Net::hostent test.
17756      Branch: perl
17757            ! MANIFEST
17758 ____________________________________________________________________________
17759 [  7922] By: jhi                                   on 2000/11/29  16:27:49
17760         Log: Integrate perlio.
17761      Branch: perl
17762           !> iperlsys.h perlio.c
17763 ____________________________________________________________________________
17764 [  7921] By: jhi                                   on 2000/11/29  16:27:10
17765         Log: (Retracted by #7927.)
17766              
17767              Subject: [PATCH] Is infinity a number?
17768              From: Simon Cozens <simon@cozens.net>
17769              Date: Wed, 29 Nov 2000 14:48:20 +0000
17770              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
17771      Branch: perl
17772            ! sv.c
17773 ____________________________________________________________________________
17774 [  7920] By: jhi                                   on 2000/11/29  16:23:02
17775         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
17776              From: rspier@pobox.com (Robert Spier)
17777              Date: Wed, 29 Nov 2000 02:17:49 -0500
17778              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
17779              
17780              Add a test for Net::hostent.
17781      Branch: perl
17782            + t/lib/net-hostent.t
17783 ____________________________________________________________________________
17784 [  7919] By: jhi                                   on 2000/11/29  16:21:31
17785         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
17786              add a test for Class::Struct.
17787      Branch: perl
17788            + t/lib/class-struct.t
17789            ! MANIFEST lib/Class/Struct.pm
17790 ____________________________________________________________________________
17791 [  7918] By: jhi                                   on 2000/11/29  15:48:40
17792         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
17793              From: rspier@pobox.com (Robert Spier)
17794              Date: Wed, 29 Nov 2000 02:25:39 -0500
17795              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
17796              
17797              More checking in case someone has broken their services or
17798              protocol databases.
17799      Branch: perl
17800            ! ext/Sys/Syslog/Syslog.pm
17801 ____________________________________________________________________________
17802 [  7917] By: jhi                                   on 2000/11/29  15:46:25
17803         Log: Subject: [PATCH] $^O  win32 -> MSWin32
17804              From: rspier@pobox.com (Robert Spier)
17805              Date: Wed, 29 Nov 2000 02:17:38 -0500
17806              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
17807              
17808              plus similar nits for vms, err, VMS, and UNICOS.
17809      Branch: perl
17810            ! t/lib/syslfs.t t/op/lfs.t
17811 ____________________________________________________________________________
17812 [  7916] By: jhi                                   on 2000/11/29  15:42:51
17813         Log: Subject: [PATCH] Tokeniser debugging
17814              From: Simon Cozens <simon@cozens.net>
17815              Date: Wed, 29 Nov 2000 14:15:45 +0000
17816              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
17817      Branch: perl
17818            ! perl.c perl.h pod/perlrun.pod toke.c
17819 ____________________________________________________________________________
17820 [  7915] By: jhi                                   on 2000/11/29  15:41:36
17821         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
17822              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17823              Date: Wed, 29 Nov 2000 02:13:14 -0500
17824              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
17825              
17826              OUT keyword nits.
17827              
17828              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
17829              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17830              Date: Wed, 29 Nov 2000 03:09:04 -0500
17831              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
17832              
17833              OUT and IN_OUT documentation.
17834      Branch: perl
17835            ! lib/ExtUtils/xsubpp pod/perlxs.pod
17836 ____________________________________________________________________________
17837 [  7914] By: jhi                                   on 2000/11/29  03:35:01
17838         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
17839              From: John Tobey <jtobey@john-edwin-tobey.org>
17840              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
17841              Message-Id: <m140e1N-000FOoC@feynman.localnet>
17842              
17843              plus a performance speedup noticed by Sarathy.
17844      Branch: perl
17845            ! op.c
17846 ____________________________________________________________________________
17847 [  7913] By: jhi                                   on 2000/11/29  03:16:59
17848         Log: Use "1 while unlink" so that VMS gets clean, too.
17849      Branch: perl
17850            ! t/lib/filter-util.t
17851 ____________________________________________________________________________
17852 [  7912] By: jhi                                   on 2000/11/29  03:09:08
17853         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
17854              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17855              Date: Tue, 28 Nov 2000 03:27:09 -0500
17856              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
17857      Branch: perl
17858            ! lib/ExtUtils/xsubpp
17859 ____________________________________________________________________________
17860 [  7911] By: jhi                                   on 2000/11/29  03:06:30
17861         Log: This should have been part of #7872: no need to scan UTF-8
17862              until eternity.
17863      Branch: perl
17864            ! utf8.c
17865 ____________________________________________________________________________
17866 [  7910] By: jhi                                   on 2000/11/29  02:50:04
17867         Log: One more perltie.pod nit from Casey R. Tweten.
17868      Branch: perl
17869            ! pod/perltie.pod
17870 ____________________________________________________________________________
17871 [  7909] By: jhi                                   on 2000/11/29  02:44:23
17872         Log: Document the known sprintf test failures, exact standard
17873              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
17874      Branch: perl
17875            ! pod/perldelta.pod t/op/sprintf.t
17876 ____________________________________________________________________________
17877 [  7908] By: jhi                                   on 2000/11/29  02:36:23
17878         Log: Add the Encoding table format documentation.
17879      Branch: perl
17880            + ext/Encode/Encode/EncodeFormat.pod
17881            ! MANIFEST
17882 ____________________________________________________________________________
17883 [  7907] By: jhi                                   on 2000/11/29  02:07:24
17884         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
17885              From: "Casey R. Tweten" <crt@kiski.net>
17886              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
17887              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
17888              
17889              Subject: Re: [PATCH] Updating perltie.pod for arrays
17890              From: "Casey R. Tweten" <crt@kiski.net>
17891              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
17892              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
17893      Branch: perl
17894            ! pod/perltie.pod
17895 ____________________________________________________________________________
17896 [  7906] By: nick                                  on 2000/11/28  22:40:59
17897         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
17898      Branch: perlio
17899            ! iperlsys.h perlio.c
17900 ____________________________________________________________________________
17901 [  7905] By: nick                                  on 2000/11/28  22:04:34
17902         Log: Integrate mainline
17903      Branch: perlio
17904           !> (integrate 39 files)
17905 ____________________________________________________________________________
17906 [  7904] By: jhi                                   on 2000/11/28  16:44:43
17907         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
17908              From: Nicholas Clark <nick@babyhippo.co.uk>
17909              Date: Tue, 28 Nov 2000 11:16:57 +0000
17910              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
17911      Branch: perl
17912            ! pod/perlipc.pod
17913 ____________________________________________________________________________
17914 [  7903] By: jhi                                   on 2000/11/28  16:40:31
17915         Log: Subject: [PATCH] Updating perltie.pod for arrays
17916              From: "Casey R. Tweten" <crt@kiski.net>
17917              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
17918              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
17919      Branch: perl
17920            ! pod/perltie.pod
17921 ____________________________________________________________________________
17922 [  7902] By: jhi                                   on 2000/11/28  16:39:37
17923         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
17924              From: Robin Barker <rmb1@cise.npl.co.uk>
17925              Date: Mon, 27 Nov 2000 17:56:44 GMT
17926              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
17927      Branch: perl
17928            ! pod/perlfunc.pod t/op/split.t
17929 ____________________________________________________________________________
17930 [  7901] By: jhi                                   on 2000/11/28  16:28:04
17931         Log: setmode() is a DOSish-only thing.
17932      Branch: perl
17933            ! perlio.c
17934 ____________________________________________________________________________
17935 [  7900] By: jhi                                   on 2000/11/28  16:21:46
17936         Log: Subject: [PATCH] perlcc.PL cleanups
17937              From: Simon Cozens <simon@cozens.net>
17938              Date: Tue, 28 Nov 2000 12:44:35 +0000
17939              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
17940      Branch: perl
17941            ! utils/perlcc.PL
17942 ____________________________________________________________________________
17943 [  7899] By: gsar                                  on 2000/11/28  06:32:55
17944         Log: reintegrate files missed by change#7895
17945      Branch: maint-5.6/perl
17946           +> ext/ByteLoader/bytecode.h utils/Makefile
17947            - utils/perlbc.PL
17948 ____________________________________________________________________________
17949 [  7897] By: gsar                                  on 2000/11/27  18:22:47
17950         Log: can't integrate these two files, for some reason
17951      Branch: maint-5.6/perl
17952            - ext/ByteLoader/bytecode.h utils/Makefile
17953 ____________________________________________________________________________
17954 [  7895] By: gsar                                  on 2000/11/27  18:11:21
17955         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
17956              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
17957              6757..6890,6892..6901 from mainline
17958              
17959              Bytecompiler patches from Benjamin Stuhl.
17960              
17961              More bytecompiler.
17962              
17963              Subject: [PATCH blead] B:: missing dependency
17964              
17965              Subject: [PATCH: 6757] configure.com updates and syslog build
17966              
17967              Long double Gconvert fixes from Yitzchak Scott-Thoennes
17968              and Spider Boardman.
17969              
17970              Subject: [PATCH blead] nextchar() abuse misses an optimisation
17971              
17972              Long double fixes from Spider Boardman.
17973              
17974              Make the selection of NVff et al stricter.
17975              
17976              cSVOPo_*v things index into the current PL_curpad
17977              under ithreads, which is different from the curpad
17978              used by the XSUB.  (In other words, the code as-is
17979              before this patch wouldn't work under ithreads.)
17980              
17981              Be portable.
17982              
17983              VMS MMS (make) wants null action.
17984              
17985              Mac and other portability updates from Chris Nandor.
17986              
17987              Storable support, v-version fixes.
17988              Subject: CPAN.pm beta for testing available
17989              
17990              Portability fix from Hugo van der Sanden.
17991              
17992              Bad makefile.
17993              
17994              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
17995              
17996              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
17997              
17998              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
17999              
18000              Replace #6705 with a minimal doc patch.
18001              Subject: [PATCH 5.6.0] replace change #6705
18002              
18003              Drop the separate perlbc, perlcc -b should be enough.
18004              
18005              installperl couldn't tell whether it had run tests or not.
18006              Subject: [PATCH] Re: installperl and t/TEST
18007              
18008              Add silencer flags to installperl.
18009              Subject: [PATCH] Making installperl silent.
18010              
18011              Make "make install" by default silent.  A new "install-verbose"
18012              target is verbose.
18013              
18014              More liberal parsing of version numbers.
18015              Subject: Re: CPAN.pm beta for testing available
18016              
18017              Create directories in silence.
18018              Subject: [PATCH] Another silencer for MakeMaker
18019              
18020              DOS patches and portability/porting notes, from Tim Jenness.
18021              
18022              Make installman to recognize the silence flag -S.
18023              
18024              Actually do something with the silencer option.
18025              
18026              Continue silencing.
18027              
18028              Show the doc file, not the temp file.
18029              
18030              Regen perltoc.
18031              
18032              Subject: [PATCH] More silencing of installman.
18033              
18034              Better wording for the vec lvalue diagnostic.
18035              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
18036              
18037              Subject: [PATCH: 6805] several more tweaks to configure.com
18038              
18039              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
18040              
18041              Missing parts of 
18042              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
18043              
18044              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
18045              (applied slightly modified)
18046              
18047              installperl --verbose and --silent.
18048              Subject: Re: [PATCH] More silencing of installman.
18049              
18050              Add install-silent target.
18051              
18052              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
18053              the problem reported in
18054              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
18055              
18056              Tweak the sfio/useperlio logic, hopefully as wished in
18057              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
18058              
18059              One forgotten file from #6816.
18060              
18061              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
18062              
18063              Remove duplicately applied patch shards.
18064              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
18065              
18066              Support preserving extremely big/small angles.
18067              
18068              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
18069              
18070              Subject: [PATCH] installation not quite silent yet.
18071              
18072              Update the test count.
18073              
18074              Use UVxf, PTR2UV, NVff.
18075              
18076              Document PTR2XX and INT2PTR.
18077              
18078              no-install target a la make -n.
18079              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
18080              
18081              grep -e isn't portable.
18082              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
18083              
18084              Can't get the test to reliably work thanks to the
18085              inaccurateness of floating point.  "Resolves" bug ids
18086              20000826.003, 20000826.009, 20000826.010,
18087              
18088              Subject: installman buglet
18089              
18090              DJGPP update from Laszlo Molnar.
18091              
18092              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
18093              
18094              Passing -R in ldflags makes now it to appear in the default
18095              for lddlflags, just like with -L.
18096              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
18097              
18098              Test nit.
18099              
18100              Use the actual thread type, not the pointer-to-struct.
18101              
18102              Provice virtual $Config{ccflags_nolargefiles} etc. 
18103              
18104              display_format used as a class method without arguments was broken,
18105              reported in
18106              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
18107              
18108              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
18109              
18110              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
18111              
18112              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
18113              
18114              opmini.o may be left around if a build is interrupted.
18115              
18116              Typo in #6858.
18117              
18118              Fix for ID 20000828.001, long doubles were not formatted
18119              correctly (showed up in $], which stopped installing perl).
18120              
18121              An attempt to fix the problem reported in
18122              Subject: Building perl@6856 using gcc/AIX 4.3.3 
18123              I can't test this properly since the gcc installation I have
18124              access to seems to be botched (gcc is calling the AIX cpp,
18125              a losing proposition...)
18126              
18127              Add -ld to archname on long tr...double platforms.
18128              
18129              Subject: hv.h Doc Patch
18130              
18131              Potential cruft.
18132              
18133              Subject: [PATCH bleedperl@6856] warnings fixes
18134              
18135              -S is the silent flag, -s is the strip flag.
18136              Subject: [PATCH] Re: [PATCH] make no-install          
18137              
18138              Take out the SUIDMAIL thing, that will not be
18139              a problem in 5.7.*.
18140              
18141              Subject: [PATCH bleedperl@6866] spellings
18142              
18143              Subject: [PATCH] Re: files not cleaned even by veryclean
18144              
18145              Use minimal @INC in tests, most of the time just '../lib',
18146              so that we simply can't pick up stuff from other Perls than
18147              the one we are testing.  Pointed out by
18148              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
18149              
18150              Update to Getopt::Long 2.24, from Johan Vromans.
18151              
18152              Fix for thinko in #6848.
18153              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
18154              
18155              Patches all over for people and the files they (hopefully) care about.
18156              
18157              Subject: Net::protoent does not export 'getproto'
18158              
18159              Missed a change in #6869.
18160              
18161              Subject: [PATCH] Warnings in B::Deparse
18162              
18163              Subject: [PATCH] Glob dumping
18164              
18165              Disable one of the tests for now.
18166              
18167              Disabling the one test is a bit tricky.
18168              
18169              Don't forget to tidy up.
18170              
18171              The #6881 removed one dump line.
18172              
18173              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
18174              
18175              Under usethreads the dumped variable is IN_PAD.
18176              Subject: Re: [PATCH] Glob dumping
18177              
18178              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
18179              
18180              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
18181              
18182              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
18183              
18184              Regen Configure for #6894.
18185              
18186              Subject: [PATCH: 6889] updates to perlebcdic.pod
18187              
18188              Undo namespace pollution of #6878.
18189              Subject: Re: Net::protoent does not export 'getproto'
18190              
18191              Admit that we are leaking scalars.
18192              
18193              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
18194      Branch: maint-5.6/perl
18195           !> (integrate 271 files)
18196 ____________________________________________________________________________
18197 [  7894] By: gsar                                  on 2000/11/27  16:00:34
18198         Log: a couple of nits
18199      Branch: maint-5.6/perl
18200            ! MANIFEST pp_sys.c
18201 ____________________________________________________________________________
18202 [  7893] By: gsar                                  on 2000/11/27  15:10:56
18203         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
18204              6740..6745,6747..6757,6760
18205              
18206              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
18207              
18208              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
18209              
18210              Doc nits spotted by Richard Soderberg.
18211              
18212              move WNOHANG definition to where other such things are
18213              
18214              Make $Config{byteorder} more magical so that it is
18215              dynamically computed: nice for 'fat binaries'.
18216              Subject: [PATCH]: default byteorder
18217              
18218              Subject: [PATCH] Cwd.pm now uses strict
18219              
18220              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
18221              
18222              Get -DLEAKTEST to compile (not necessarily to work, mind)
18223              Subject: [ID 20000724.006] -DLEAKTEST problem
18224              
18225              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
18226              
18227              Add perlebcdic from Peter Prymmer, regen toc.
18228              
18229              Don't propose using modules built for 5.005 if no binary
18230              compatibility with 5.005 is attempted.
18231              
18232              Do not use prototyping here.
18233              Subject: [ID 20000817.016] [PATCH] Peek.xs
18234              
18235              Document what the backtick returns if the command fails.
18236              
18237              Add byteorder to the myconfig output.
18238              
18239              Introduce NVef, NVff, and NVgf, use the middle one.
18240              (helps for lib/peek + Linux + long doubles)  Reported in
18241              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
18242              Use NVs in POSIX math, not doubles.
18243              Subject: [ID 20000817.014] POSIX & modfl
18244              
18245              Subject: [PATCH 5.6.0+] newSVrv() memory leak
18246              
18247              The byteorder code in #6671 was wrong.
18248              
18249              Fix the lib/complex failure of
18250              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
18251              Linux long double accuracy issue: something that
18252              when printed with %g looks like "2" but int() of it is 1.
18253              
18254              Propagate new Configure vars.
18255              
18256              Unbuffer the output.
18257              
18258              Subject: [PATCH] perltrap.pod spring cleaning
18259              
18260              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
18261              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
18262              
18263              Tiny Getopt::Long patch from Johan Vromans.
18264              
18265              Document code point which makes if (defined %stash::) to work
18266              (noted by Spider Boardman).
18267              
18268              Subject: [PATCH perl@6698] cygwin port
18269              
18270              Document the NDBM_File and ODBM_File as SDBM_File
18271              was documented in #6417.
18272              
18273              The new tests were missing from #6415.
18274              
18275              Add [[:blank:]] as suggested in
18276              Subject: [ID 20000716.024] [=cc=] / [:blank:]
18277              (the [=cc=] has already been taken care of by #6439
18278              so the whole bug report can be closed)
18279              and make [[:space:]] to be equivalent to isspace(3)
18280              (as opposed to \s, which is isSPACE()).  The difference
18281              is that now [[:space:]] matches the mythical vertical tab,
18282              while \s doesn't.
18283              
18284              Don't eat leading os from index entries.
18285              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
18286              
18287              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
18288              
18289              Typo in pp_complement().
18290              Subject: [PATCH perl-current] Deparse
18291              
18292              Add warnif(), check warnings further up the stack,
18293              all the warnings functions now can take an optional object reference.
18294              Subject: [PATCH bleedperl@6691] warnings pragma update
18295              
18296              Fix a core dump in lib/selfloader under -DDEBUGGING.
18297              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
18298              
18299              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
18300              
18301              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
18302              
18303              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
18304              Put back the long double avoidance code to POSIX.xs
18305              because VMS seems to need it still.
18306              
18307              Introduce a 'veryclean' target that is like 'distclean'
18308              but also removes *~ and *.orig.
18309              
18310              Subject: [ID 20000817.023] endianness description in perlfunc.pod
18311              
18312              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
18313              
18314              Let's try #6717 again.
18315              
18316              UTF8 concat fixes.
18317              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
18318              
18319              pp_open() could pass an uninitialized filename down to do_open9().
18320              
18321              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
18322              
18323              Update to CGI 2.72, from Lincoln Stein.
18324              
18325              Subject: [PATCH] Silence MakeMaker (Was: installman)
18326              
18327              Use temporary directory instead of current directory.
18328              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
18329              
18330              Document odd vs even subreleases and -Dusedevel.
18331              
18332              The veryclean target needs to clobber.
18333              
18334              Use File::Spec->tmpdir().
18335              
18336              Document the number of exponent digits.
18337              
18338              Mention perlebcdic and perlposix-bc.
18339              
18340              s/this one/the 5.6.0 release/
18341              
18342              The #6724 is here.
18343              
18344              The correct cleaning order is an art.
18345              
18346              small tweaks for change#6705: avoid C++ style comments in C code;
18347              use Perl's malloc API rather than the low level system one
18348              
18349              Array context keeps slithering in.
18350              
18351              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
18352              
18353              Subject: [PATCH] os2.c fix for use64bitint
18354              
18355              Update to Pod::LaTeX 0.53.
18356              Subject: [PATCH] lib/Pod/LaTeX.pm updates
18357              
18358              Document the endianness of Alpha more precisely.
18359              
18360              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
18361              
18362              Rename the macro argument because some preprocessors
18363              can't tell the difference and expand arguments also inside
18364              double quoted strings.
18365              
18366              free TLS slot properly on Windows
18367              
18368              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
18369              
18370              Unicos/mk requires elaborate paranoia.
18371              
18372              Tweak the floating point output routine preferences.
18373              
18374              Also under djgpp the timestamps are funky.
18375              
18376              Apply some PodParser 1.18 patches; the Pod/Find.pm
18377              patches cannot be applied since #6712 conflicts.
18378              
18379              Use PodParser 1.18 new test.
18380              
18381              A pod nit.
18382              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
18383              
18384              Be verydeepclean.
18385      Branch: maint-5.6/perl
18386           +> pod/perlebcdic.pod
18387           !> (integrate 106 files)
18388 ____________________________________________________________________________
18389 [  7892] By: jhi                                   on 2000/11/27  15:02:32
18390         Log: Update Changes.
18391      Branch: perl
18392            ! Changes patchlevel.h
18393 ____________________________________________________________________________
18394 [  7891] By: jhi                                   on 2000/11/27  14:57:23
18395         Log: Subject: Re: perlfaq style changes
18396              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18397              Date: Sat, 25 Nov 2000 23:32:26 -0800
18398              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
18399              
18400              plus a note from Ronald Kimball.
18401      Branch: perl
18402            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
18403 ____________________________________________________________________________
18404 [  7890] By: jhi                                   on 2000/11/27  14:53:14
18405         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
18406              From: Benjamin Holzman <bah@ecnvantage.com>
18407              Date: Sun, 26 Nov 2000 16:27:33 -0500
18408              Message-ID: <20001126162733.J25040@ecnvantage.com>
18409      Branch: perl
18410            ! gv.c
18411 ____________________________________________________________________________
18412 [  7889] By: jhi                                   on 2000/11/27  14:43:11
18413         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
18414              From: lvirden@cas.org
18415              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
18416              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
18417      Branch: perl
18418            ! README.amiga
18419 ____________________________________________________________________________
18420 [  7888] By: jhi                                   on 2000/11/27  14:32:34
18421         Log: Restore also the locale test to no-sprintf-taint state.
18422              Fixes the bug 20001127.003.
18423      Branch: perl
18424            ! sv.c t/pragma/locale.t
18425 ____________________________________________________________________________
18426 [  7887] By: gsar                                  on 2000/11/27  14:13:05
18427         Log: integrate changes#6613..6616,6620..6665 from mainline
18428              
18429              VMS configure.com update continues.
18430              
18431              Subject: Test fails / warnings with perl-current #6612
18432              
18433              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
18434              
18435              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
18436              
18437              For now remove the mail code.
18438              
18439              Subject: Re: [PATCH] @+, @- readonly
18440              
18441              Subject: warning: storage class after type is obsolescent
18442              
18443              Subject: sfio2000
18444              
18445              Subject: Re: File::Temp problems on VMS in bleedperl
18446              
18447              README.os2 update.
18448              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
18449              
18450              Make the user to give up his firstborn, err, to knowingly
18451              verify installing an unstable developer release.  Also bump
18452              the release to 5.7.0, but leave a patch tag in the local
18453              patches saying that this is not yet the real thing.
18454              
18455              Update (kinda) to Test 1.14, from Joshua Pritikin.
18456              
18457              make ok etc also for win32.
18458              
18459              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
18460              
18461              Don't blow limited stacks, a lower number is enough to
18462              tickle the lookbehind limit.
18463              
18464              Use -Dusedevel; regen Configure and the respective Porting stuff.
18465              
18466              Subject: [PATCH] debugger exit code should reflect user exit code
18467              
18468              Subject: [PATCH perl@6620] cygwin port
18469              
18470              Missed a file from #6638.
18471              
18472              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)
18473              
18474              magic callbacks all need to have same type signature
18475              
18476              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
18477              
18478              Fix a dependency problem.
18479              Subject: [PATCH: 6640] VMS Makefile.SH update
18480              
18481              The numeric locale was reset to "C" by s?printf and never restored.
18482              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
18483              No test since adding the failing example to locale.t
18484              does not fail -- probably because the locale settings are so
18485              thoroughly tweaked by that time.  Running the example standalone
18486              does fail, though.  UPDATE: test case added at change #7540.
18487              
18488              Subject: [ID 20000324.040] minor fix to perlhpux.pod
18489              
18490              Update to CPAN 1.57.
18491              
18492              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
18493              
18494              Change the perlbug address to perl.org since it's more forgiving.
18495              
18496              Change the regx compilation error markers to use = instead of <
18497              since pod makes using the latter quite messy.  Reported in
18498              ID 20000814.006 by Abigail and in
18499              Subject: Unknown escape E<> ?
18500              
18501              Update to perldebtut 1.9, from Richard Foley.
18502              
18503              check that the number pseudo children doesn't exceed
18504              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
18505              the WaitForMultipleObjects() limit that would cause wait()
18506              to crash)
18507              wait() and waitpid() could potentially be rewritten to use
18508              more than one thread to do the waiting to eliminate this
18509              limitation
18510              
18511              change#6328 could make close(SOCKET) return false on windows
18512              when it shouldn't
18513              
18514              pod nit seen in passing
18515              
18516              on windows, the return values from wait() and waitpid() don't
18517              match those of pseudo-pids
18518              
18519              waitpid() now handles externally spawned pids correctly;
18520              fixes for backtick/wait/waitpid failures on Windows 9x
18521              these changes make the pid returned by process functions on
18522              Windows 9x always positive by clearing the high bit (which
18523              is always set on Win9x); pseudo-process PIDs are likewise
18524              always negative now on Win9x (just as on NT/2000)
18525              
18526              trailing new %ENV entries weren't being pushed into the real
18527              environment of subprocesses on Windows
18528              
18529              Tweak the regex compilation errors once more.
18530              
18531              avoid warnings from dense compiler
18532              
18533              add "ok" targets from change#6632 in makefile.mk
18534      Branch: maint-5.6/perl
18535            - lib/Pod/PlainText.pm vms/configure.com
18536           !> (integrate 66 files)
18537 ____________________________________________________________________________
18538 [  7886] By: jhi                                   on 2000/11/27  13:54:18
18539         Log: __FUNCTION__ isn't portable and trying to emulate it leads
18540              into practically spelling out the name of the function.
18541              Takes care of the bug 20001127.001.
18542      Branch: perl
18543            ! perlio.c
18544 ____________________________________________________________________________
18545 [  7885] By: gsar                                  on 2000/11/27  13:53:18
18546         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
18547              6610..6611 from mainline
18548              
18549              Make regular expression parse error messages easier to understand.
18550              Subject: Re: enhanced(?) regex error messages
18551              
18552              Tiny tidying on report_evil_fh().
18553              
18554              Subject: Re: enhanced(?) regex error messages 
18555              plus Capitalize the error messages, plus perldiag them.
18556              
18557              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
18558              
18559              Document here-doc better.
18560              
18561              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
18562              
18563              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
18564              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
18565              (either perlbug or p5p ate the original), plus regen
18566              perlapi and perltoc. 
18567              
18568              Regen global.sym.
18569              
18570              Double check that we have a dirhandle.
18571              
18572              Subject: Re: enhanced(?) regex error messages
18573              (plus two small patches sent privately)
18574              (this still seems to leave few test failures)
18575              
18576              warn is a macro, avoid using at a variable to avoid warnings
18577              in some configurations; readdir.t is too conservative in
18578              estimating number of *.t's
18579              
18580              Get back into sync with Jeffrey on the enhanced regex warnings.
18581              
18582              Subject: [PATCH 5.6.0] cygwin port
18583              
18584              Zero entries were skipped, fix from Adrian Goalby
18585              <argoalby@yahoo.co.uk>
18586              
18587              Subject: Remove dead entry in perldiag
18588              
18589              Amend the description of Perl6.
18590              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
18591              
18592              detypo
18593              
18594              It's the 2ndO'ROSSC.
18595              
18596              Revert the sv.c part of #6559, a better fix is needed.
18597              
18598              Iterating perl6 description.
18599              
18600              Update to Term::ANSIColor 1.03, from Russ Allbery.
18601              
18602              Update to Getopt::Long 2.23_05, from Johan Vromans.
18603              
18604              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
18605              
18606              Update to Pod::Parser 1.17, from Brad Appleton.
18607              
18608              Update to CPAN 1.56, from Andreas König.
18609              
18610              Update to CGI 2.70, from Lincoln Stein.
18611              
18612              Put back the std @INC thing.
18613              
18614              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
18615              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
18616              
18617              Document the IO::Select timeout.
18618              
18619              sleep(1) does not necessarily return 1.
18620              Subject: [PATCH bleadperl] op/lex_assign.t  
18621              
18622              Subject: debugger "d" command doesnt check line number
18623              
18624              B::Deparse didn't do sub attributes.
18625              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
18626              
18627              Preprocessing and postprocessing for File::Find.
18628              Subject: Patch to Find::File.pm to allow alphabetical results
18629              
18630              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
18631              
18632              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
18633              
18634              Subject: Re: [ID 20000730.003] utf8::length() bad
18635              
18636              Subject: Getting perlio and threads to compile
18637              (the Solaris version changes in Configure skipped)
18638              
18639              Tests for #6589.
18640              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
18641              
18642              Add Perl debugging tutorial, regen toc. 
18643              Subject: perldebtut.pod
18644              
18645              Add a few missing files, update MANIFEST.
18646              
18647              Rewrite of vms/subconfigure.com as configure.com,
18648              from Peter Prymmer and the vmsperl crew.
18649              
18650              Should have deleted this in #6603.
18651              
18652              Fix the test for 5005threads.
18653              
18654              Fix-n-skip the tests under 5005threads.
18655              
18656              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
18657              
18658              Upgrade to CGI 2.71, from Lincoln Stein.
18659      Branch: maint-5.6/perl
18660           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
18661           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
18662           +> t/op/regmesg.t t/pod/find.t vms/configure.com
18663            - vms/subconfigure.com
18664            ! lib/lib.pm
18665           !> (integrate 115 files)
18666 ____________________________________________________________________________
18667 [  7884] By: jhi                                   on 2000/11/27  13:44:33
18668         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
18669              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18670              Date:     Mon, 27 Nov 2000 08:23:54 EST
18671              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
18672      Branch: perl
18673            ! vms/descrip_mms.template vms/test.com
18674 ____________________________________________________________________________
18675 [  7883] By: gsar                                  on 2000/11/27  11:50:46
18676         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
18677              6511..6513,6515..6523,6525..6536
18678              
18679              The swallow_bom() saga continues.  The #23 of require.t
18680              (UTF16-LE) still fails (silently, no output) but the #22
18681              (UTF16-BE) seems to be working now.  The root of the
18682              failure may be in sv_gets(): is it UTF-16LE-aware,
18683              especially when it comes to line endings? 
18684              
18685              Document the problem with -P in HP-UX and its workaround.
18686              
18687              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
18688              (aka ID 20000730.002)
18689              
18690              Subject: fix and question re: waitpid() under win32
18691              
18692              Make the safety catch for buggy gccs work with triple version
18693              numbers like 2.95.2.  Reported in
18694              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
18695              
18696              In Digital UNIX warn if gcc explicitly chosen because even
18697              2.95.2 is known to cause problems.
18698              
18699              Make chr() for values >127 to create utf8 when under utf8.
18700              
18701              various syntax errors and such (not fixed: comp/require.t#22 coredump
18702              on Windows)
18703              
18704              Stash away the largefiles flags and libswanted.
18705              
18706              BOM patching from Simon Cozens.
18707              
18708              If gccosandvers is equal to osname, clear gccosandvers.
18709              
18710              Make p4desc to skip non-mainperl branches by default.
18711              
18712              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
18713              
18714              The test from this
18715              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
18716              
18717              In new BSDs changes to argv[] do not show up in ps(1) output,
18718              instead one must use setproctitle().  This was already addressed
18719              by change #6457, but the below has a new variant for FreeBSD 4.0
18720              or later, and the matter is also documented more.
18721              
18722              FreeBSD 3.* updates from
18723              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
18724              
18725              regen_headers, regen perltoc.
18726              
18727              Document in one place the memory abstractions used in Perl core.
18728              
18729              memcpy has n o in it, as pinted ut by Sarathy.
18730              
18731              Remove the extraneous "main::" prefix from all the
18732              "opened only for", "on closed", and "never opened" warnings.
18733              
18734              The name of a filehandle does not have <these>.
18735              
18736              The tr utf8 patching continues.
18737              
18738              The new setproctitle() feature is available only in 
18739              bleeding edge FreeBSD.  From Paul Saab.
18740              
18741              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
18742              
18743              Dump UVs as UVs in Data::Dumper.
18744              
18745              detypo #6494
18746              
18747              Document the IVdf UVuf UVof UVxf.
18748              
18749              require.t needs binmode() to work on windows
18750              
18751              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
18752              that are hopefully soon put into use.
18753              
18754              Allow "no Module;" even if there is no 'unimport'.
18755              
18756              Better skip message for the test; one of the two problems in
18757              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
18758              
18759              The subtest 4 may fail also on VOBS, as pointed out
18760              by Nick Ing-Simmons in November 1999, bug id 19991124.003
18761              (but the failure in that bug report isn't the subtest 4).
18762              
18763              Be more informative on what is skipped and why,
18764              also repeat the list at the end.
18765              
18766              Add a URL for FSF.
18767              
18768              Subject: [PATCH] sv.h documentation - SvLEN
18769              
18770              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
18771              
18772              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
18773              
18774              Subject: [PATCH] bad cppsymbols on os2 + Configure question
18775              
18776              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
18777              
18778              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
18779              mention the idea of @( and @)
18780              
18781              This is 6512.  Really.
18782              
18783              Subject: [ID 19990721.004] Documentation bug in perlfunc
18784              
18785              Subject: Minor tweak to perlvar.pod
18786              
18787              In the warnings call filehandles consistently so;
18788              add "unopened" warning for stat().
18789              
18790              After the #6519 a warning about stat() is just that,
18791              not about a filetest, which now have their own warning.
18792              
18793              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
18794              
18795              Subject: Re: Array vs. List context
18796              
18797              Subject: New perlcc, take 2
18798              
18799              Weed buglets pointed out by
18800              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
18801              
18802              gcc versions might have (parentheses) in them.
18803              
18804              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
18805              
18806              Essential prototype changes were missing from #6527.
18807              Also make report_evil_fh() more bomb-proof.
18808              
18809              Zap lib/Sys directory when cleaning up.
18810              
18811              Change the Policy policy: now -Dprefix= with an existing
18812              Policy.sh and prefix == siteprefix == vendorprefix, then all
18813              of them follow along the new prefix.
18814              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
18815              
18816              Continue fixing the io warnings.  This also
18817              sort of fixes bug ID 20000802.003: the core dump
18818              is no more.  Whether the current behaviour is correct
18819              (giving a warning: "Not a format reference"), is another matter.
18820              
18821              Have symbols for the IoTYPEs.
18822              
18823              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
18824              
18825              Document a bit that UDP is not what you might think.
18826              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
18827              tr memory corruption fix from Simon Cozens.
18828              
18829              Plug the security hole described in the Aug 05 2000 bugtraq message
18830              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
18831              The security hole exists only in suidperls, which isn't
18832              installed or even built by default.
18833      Branch: maint-5.6/perl
18834           !> (integrate 71 files)
18835 ____________________________________________________________________________
18836 [  7882] By: gsar                                  on 2000/11/27  10:25:36
18837         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
18838              from mainline
18839              
18840              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
18841              to be fatal errors (instead of by default ignoring them, and
18842              ignoring with a bug: even though -w gave an error, the opening [
18843              was left in)  Reported in:
18844              
18845              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
18846              
18847              Subject: [PATCH] split /^/
18848              
18849              MacOS nits from Matthias Neeracher.
18850              
18851              More split() doc and test patches from Mike Guy.
18852              
18853              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
18854              from Graham Barr in the module list.
18855              
18856              docfix from Peter Scott <Peter@PSDT.com>.
18857              
18858              File::Temp patches for VMS and OS/2 from Tim Jenness.
18859              
18860              open() wariness in perlbug.
18861              
18862              Subject: [PATCH] minor doc change - perlguts
18863              
18864              Subject: Minor doc patch: handy.h
18865              
18866              Be wary of close()s, too.
18867              
18868              Further File::Temp patches from Yitzchak Scott-Thoennes
18869              and Craig A. Berry.
18870              
18871              Subject: [PATCH] fixes bug 20000508.004
18872              
18873              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
18874              
18875              Allow "no AutoLoader;", based on change #6444,
18876              suggested by Graham Barr.
18877              
18878              Use setproctitle() if available to modify $0.
18879              
18880              Warn if the version of the operating system used to compile gcc
18881              differs from the current version of the operating system.
18882              Also display the gcc compilation os and version in myconfig.
18883              Inspiration from
18884              
18885              Tiny fixes for #6460.
18886              
18887              The problem described in this
18888              Subject: [ID 20000322.018] named chars aren't magical enough
18889              has been fixed in perl 5.6.0 but just in case added a test
18890              to keep it away.  (The report from Joseph Hall.)
18891              
18892              Tune the comments and hopefully stop a memory leak.
18893              
18894              Subject: UTF8 concat
18895              (with a memory leak fixed, plus a few casts added)
18896              This also seems to help for
18897              Subject: [ID 20000716.015] join UTF8 weirdness
18898              
18899              Do not upgrade SVs into utf8 just because they participate
18900              in eq or cmp.  Reported and fix suggested in
18901              Subject: [ID 20000720.009] sv_eq UTF8 bug
18902              
18903              Fix the HALF_UPGRADE() macro introduced in #6263.
18904              
18905              Find green threads before native threads.
18906              Subject: Re: Patch to jpl/JNI/Makefile.PL
18907      Branch: maint-5.6/perl
18908           !> (integrate 30 files)
18909 ____________________________________________________________________________
18910 [  7881] By: jhi                                   on 2000/11/27  05:48:41
18911         Log: It seems that *both* the unused submatch loop cleanup
18912              codes are needed.
18913      Branch: perl
18914            ! regexec.c
18915 ____________________________________________________________________________
18916 [  7880] By: jhi                                   on 2000/11/27  04:50:07
18917         Log: Clean .exists deeper.
18918      Branch: perl
18919            ! Makefile.SH
18920 ____________________________________________________________________________
18921 [  7879] By: jhi                                   on 2000/11/27  02:31:35
18922         Log: The code in regcppop() (see #7878) contains the correct lower
18923              limit for the unused submatch 'cleanup' loop so that under
18924              "use utf8" the following code wouldn't dump core:
18925              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
18926              the cleanup loop in regtry() stomped beyond allocated area
18927              in the startp[] array.  Therefore, copied the correct lower
18928              loop limit (*PL_reglastparen) to regtry().  Note: something
18929              may still not be quite right: why was the _higher_ loop limit
18930              (prog->nparens) different in the utf8 case?
18931              
18932              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
18933              without core dumps, there were about 17 of them before
18934              the patch (with us since Perl 5.7.0).  Two failures, still:
18935              496 and 505 (though these may not be severe).
18936              
18937              Patch #7881 is also needed since both the cleanup loops
18938              seem to be needed.
18939              
18940              Also, the t/op/pat#44 seems to core dump under utf8.
18941              Plus a couple of failures.  UGH-8.
18942      Branch: perl
18943            ! regexec.c
18944 ____________________________________________________________________________
18945 [  7878] By: jhi                                   on 2000/11/27  02:21:17
18946         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
18947              the code in regcppop() seems to be redundant for the test suite --
18948              but it contains a germ of truth, and it needed for the build
18949              process itself: see #7879 and #7881.
18950      Branch: perl
18951            ! regexec.c
18952 ____________________________________________________________________________
18953 [  7877] By: jhi                                   on 2000/11/27  01:53:09
18954         Log: Comment on comment.
18955      Branch: perl
18956            ! regexec.c
18957 ____________________________________________________________________________
18958 [  7876] By: jhi                                   on 2000/11/27  00:49:59
18959         Log: Adjust the docs to agree with #7875.
18960      Branch: perl
18961            ! pod/perllocale.pod
18962 ____________________________________________________________________________
18963 [  7875] By: jhi                                   on 2000/11/27  00:49:27
18964         Log: Retract #7863.  It makes more sense not to taint formatted output,
18965              not even by sprintf().
18966      Branch: perl
18967            ! sv.c
18968 ____________________________________________________________________________
18969 [  7874] By: jhi                                   on 2000/11/26  23:36:02
18970         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
18971              Not really fixed (should really dump the UTF-8 charclass),
18972              but stopped displaying the garbage.
18973              
18974              Also add a note on the (missing) Unicode PSXSPC and BLANK.
18975      Branch: perl
18976            ! regcomp.c
18977 ____________________________________________________________________________
18978 [  7873] By: jhi                                   on 2000/11/26  21:31:13
18979         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
18980      Branch: perl
18981            ! regexec.c
18982 ____________________________________________________________________________
18983 [  7872] By: jhi                                   on 2000/11/26  21:06:04
18984         Log: No need to scan till infinity, 13 is enough.
18985      Branch: perl
18986            ! handy.h utf8.c
18987 ____________________________________________________________________________
18988 [  7871] By: jhi                                   on 2000/11/26  20:20:32
18989         Log: Test line numbers are different with utf8.
18990      Branch: perl
18991            ! t/op/re_tests
18992 ____________________________________________________________________________
18993 [  7870] By: jhi                                   on 2000/11/26  20:10:12
18994         Log: Message nit.
18995      Branch: perl
18996            ! regcomp.c
18997 ____________________________________________________________________________
18998 [  7869] By: jhi                                   on 2000/11/26  19:01:05
18999         Log: Make utf8_length() and utf8_distance() (the latter of which
19000              is unused at the moment) to be less forgiving about bad UTF-8.
19001      Branch: perl
19002            ! embed.h embed.pl objXSUB.h proto.h utf8.c
19003 ____________________________________________________________________________
19004 [  7868] By: jhi                                   on 2000/11/26  18:45:56
19005         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
19006              From: Benjamin Holzman <bah@ecnvantage.com>
19007              Date: Sat, 25 Nov 2000 20:40:20 -0500       
19008              Message-ID: <20001125204020.A25040@ecnvantage.com>              
19009              
19010              Debian allows installing /usr/bin/locale without installing
19011              any locales, an error message will ensue.
19012      Branch: perl
19013            ! t/pragma/locale.t
19014 ____________________________________________________________________________
19015 [  7867] By: jhi                                   on 2000/11/26  18:31:12
19016         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
19017              From: Benjamin Holzman <bah@ecnvantage.com>
19018              Date: Sun, 26 Nov 2000 02:42:34 -0500
19019              Message-ID: <20001126024234.G25040@ecnvantage.com>
19020              
19021              Patch for the bug 20000212.002.
19022      Branch: perl
19023            ! sv.c t/op/array.t
19024 ____________________________________________________________________________
19025 [  7866] By: jhi                                   on 2000/11/26  18:28:09
19026         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
19027              From: Tim Jenness <t.jenness@jach.hawaii.edu>
19028              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
19029              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
19030              
19031              File::Temp 0.11.
19032      Branch: perl
19033            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
19034 ____________________________________________________________________________
19035 [  7865] By: jhi                                   on 2000/11/26  18:24:22
19036         Log: The metaconfig unit change for #7864.
19037      Branch: metaconfig/U/perl
19038            ! need_va_copy.U
19039 ____________________________________________________________________________
19040 [  7864] By: jhi                                   on 2000/11/26  18:23:41
19041         Log: Make the va_copy() test not to be so talkative.
19042      Branch: perl
19043            ! Configure config_h.SH
19044 ____________________________________________________________________________
19045 [  7863] By: jhi                                   on 2000/11/26  18:11:02
19046         Log: Fix locale inconsistencies unearthed by Hugo's work.
19047              Now the floating point sprintf really does taint the result
19048              string as perllocale promises (has promised for a long time)
19049              if "use locale" is in the lexical scope.
19050      Branch: perl
19051            ! sv.c t/pragma/locale.t
19052 ____________________________________________________________________________
19053 [  7862] By: jhi                                   on 2000/11/26  00:35:15
19054         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
19055              From: Nicholas Clark <nick@ccl4.org>
19056              Date: Sun, 26 Nov 2000 00:07:50 +0000
19057              Message-ID: <20001126000750.A22446@plum.flirble.org>
19058              
19059              Infinit.
19060      Branch: perl
19061            ! sv.c
19062 ____________________________________________________________________________
19063 [  7861] By: jhi                                   on 2000/11/26  00:01:26
19064         Log: Integrate perlio.
19065      Branch: perl
19066           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
19067 ____________________________________________________________________________
19068 [  7860] By: nick                                  on 2000/11/25  22:04:17
19069         Log: Correct relative path from new ext\Filter\Util\Call location
19070              back to miniperl.
19071      Branch: perlio
19072            ! win32/makefile.mk
19073 ____________________________________________________________________________
19074 [  7859] By: nick                                  on 2000/11/25  21:26:54
19075         Log: Integrate mainline.
19076      Branch: perlio
19077           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
19078           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
19079           +> t/lib/filter-util.t
19080            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
19081            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
19082            - t/lib/filt-util.t
19083           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
19084           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
19085           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
19086           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
19087           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
19088           !> win32/makefile.mk
19089 ____________________________________________________________________________
19090 [  7858] By: gsar                                  on 2000/11/25  20:52:17
19091         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
19092              parent's memory; fix it by keeping track of the actual pad
19093              offset rather than a raw pointer (this change is probably also
19094              relevant to non-ithreads case to avoid fallout from reallocs of
19095              the pad array, but is currently only enabled for the ithreads
19096              case in the interests of minimal disruption to existing "well
19097              tested" code)
19098      Branch: perl
19099            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
19100            ! proto.h scope.c scope.h sv.c t/op/fork.t
19101 ____________________________________________________________________________
19102 [  7857] By: nick                                  on 2000/11/25  20:01:28
19103         Log: All tests pass on Win32/gcc/USE_PERLIO.
19104              - when crlf layer is pushed make unix-level binary.
19105              - remove :crlf injection in pp_backtick in pp_sys.c
19106              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
19107      Branch: perlio
19108            ! doio.c perlio.c pp_sys.c win32/makefile.mk
19109 ____________________________________________________________________________
19110 [  7856] By: jhi                                   on 2000/11/25  18:38:30
19111         Log: Update the metaconfig units for #7855.
19112      Branch: metaconfig/U/perl
19113            ! useperlio.U usesocks.U
19114 ____________________________________________________________________________
19115 [  7855] By: jhi                                   on 2000/11/25  18:37:54
19116         Log: Undo the SOCKS workarounds, instead start using PerlIO
19117              if SOCKS is selected.
19118              
19119              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
19120              From: Jens Hamisch <jens@Strawberry.COM>
19121              Date: Fri, 24 Nov 2000 18:31:30 +0100
19122              Message-ID: <20001124183130.E28337@Strawberry.COM>
19123              
19124              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
19125              From: Jens Hamisch <jens@Strawberry.COM>
19126              Date: Fri, 24 Nov 2000 19:11:51 +0100
19127              Message-ID: <20001124191151.A28753@Strawberry.COM>
19128      Branch: perl
19129            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
19130            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
19131 ____________________________________________________________________________
19132 [  7854] By: jhi                                   on 2000/11/25  17:39:08
19133         Log: Undo #7848.  Some of the code seems to use walkoptree(),
19134              some walkoptree_slow().  An unfinished renaming?
19135              Now the sub is walkoptree() (which is @EXPORT_OK),
19136              the walkoptree_slow() is a typeglob alias to walkoptree.
19137              This makes the tests to pass, at least.
19138      Branch: perl
19139            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
19140 ____________________________________________________________________________
19141 [  7853] By: nick                                  on 2000/11/24  22:24:33
19142         Log: Re-arrange crlf vs binary for platforms that care.
19143              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
19144              Lip-service to making stdio layer work on such platfroms (untested).
19145              Now fails 3 tests rather than one, checkin to see if I can debug 
19146              the issue under linux. (Do not merge.)
19147      Branch: perlio
19148            ! doio.c perlio.c perliol.h
19149 ____________________________________________________________________________
19150 [  7852] By: jhi                                   on 2000/11/24  18:57:39
19151         Log: AUTHORS edits.
19152      Branch: perl
19153            ! AUTHORS
19154 ____________________________________________________________________________
19155 [  7851] By: jhi                                   on 2000/11/24  17:34:56
19156         Log: Add Jan-Erik Karlsson.
19157      Branch: perl
19158            ! AUTHORS
19159 ____________________________________________________________________________
19160 [  7850] By: jhi                                   on 2000/11/24  17:27:56
19161         Log: Configure should find stdchar on its own.
19162      Branch: perl
19163            ! hints/solaris_2.sh
19164 ____________________________________________________________________________
19165 [  7849] By: jhi                                   on 2000/11/24  17:24:55
19166         Log: Subject: PATCH over 7848: Filter test flawed
19167              From: andreas.koenig@anima.de (Andreas J. Koenig)
19168              Date: 24 Nov 2000 10:28:29 +0100
19169              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
19170      Branch: perl
19171            ! t/lib/filter-util.t
19172 ____________________________________________________________________________
19173 [  7848] By: jhi                                   on 2000/11/24  17:22:15
19174         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
19175              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
19176              Date: Fri, 24 Nov 2000 16:12:58 +0000
19177              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
19178      Branch: perl
19179            ! ext/B/B.pm
19180 ____________________________________________________________________________
19181 [  7847] By: jhi                                   on 2000/11/24  03:07:01
19182         Log: Integrate perlio.
19183      Branch: perl
19184           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
19185           !> win32/makefile.mk
19186 ____________________________________________________________________________
19187 [  7846] By: gsar                                  on 2000/11/24  00:55:57
19188         Log: integrate changes#6415..6418,6420..6438 from mainline
19189              
19190              Fix the bitvector ops for utf8 (tricky since past 7 bits
19191              the utf8 'characters' can be more than one octet).
19192              
19193              MPE/ix updates for perl 5.6.0 from Mark Bixby.
19194              
19195              Subject: SDBM_File documentation
19196              
19197              Detypo.
19198              
19199              Decutandpasto.
19200              
19201              Send all installperl messages to STDERR and be -w clean.
19202              
19203              Out-of-date note removed.
19204              
19205              Protect against "wild next"s, that is, callbacks doing "next"
19206              instead of "return".
19207              
19208              Use STDOUT consistently.
19209              
19210              The output might have been produced in the wrong order.
19211              
19212              A missing 'break' after the [[:space:]] switch case.
19213              
19214              Add tests for
19215              [ID 19991110.003] another matching finding by pcre author
19216              which has already been fixed by some patch, as verified in
19217              
19218              Documentation to explain the behaviour of map().
19219              
19220              Add an optimization for map-maps-a-list-element-to-more-list-elements
19221              case, but add also notes explaining the relationship of this
19222              patch and the earlier notes by Sarathy.
19223              
19224              Subject: [ID 20000716.023] syslog test fails without sockets
19225              
19226              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
19227              Test cases for #6431.
19228              
19229              File::Spec::VMS fixup for tmpdir from Craig Berry.
19230              
19231              Make the "uninit variable" warning to say "concat or string"
19232              or "join or string" when in concat or join .
19233              
19234              Get UTF16 BOMs working.  Patch from
19235              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
19236              
19237              Subject: [PATCH] Make large file tests deal with SIGXFSZ
19238              
19239              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
19240              
19241              Subject: [PATCH] av.c apidoc
19242      Branch: maint-5.6/perl
19243           !> (integrate 43 files)
19244 ____________________________________________________________________________
19245 [  7845] By: gsar                                  on 2000/11/24  00:20:45
19246         Log: integrate changes#6406..6414 from mainline
19247              
19248              Merge perlhacktut into perlhack, update perlguts.
19249              
19250              Fix AutoSplit to use File::Spec the right way in VMS,
19251              from Peter Prymmer.
19252              
19253              The bug report
19254              [ID 19991110.002] minimal matching discrepancy found by pcre author
19255              seems to have been fixed (though differently from what was suggested
19256              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
19257              
19258              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
19259              not in pod, from Peter Prymmer
19260              
19261              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
19262              From: Hugo <hv@crypt.compulink.co.uk>
19263              Date: Fri, 14 Jul 2000 23:05:20 +0100
19264              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
19265              
19266              Didn't anymore apply, but that point still could use another fix.
19267              
19268              lib/b test fixes from Peter Prymmer.
19269              
19270              More docs for sv functions.
19271              
19272              perlvms.pod whitespace cleanup to keep pod utils happy.
19273              
19274              another VMS build tweak from Peter Prymmer
19275      Branch: maint-5.6/perl
19276           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
19277           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
19278           !> vms/descrip_mms.template vms/perlvms.pod
19279 ____________________________________________________________________________
19280 [  7844] By: nick                                  on 2000/11/23  23:42:45
19281         Log: Win32/perlio Now just fails one io/argv.t test - lack 
19282              of default :crlf on standard streams.
19283      Branch: perlio
19284            ! doio.c perlio.c
19285 ____________________________________________________________________________
19286 [  7843] By: nick                                  on 2000/11/23  23:04:05
19287         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
19288              peek fail is showing a real problem (multiple crlf layers
19289              are getting pushed.)
19290      Branch: perlio
19291            ! doio.c perlio.c win32/makefile.mk
19292 ____________________________________________________________________________
19293 [  7842] By: nick                                  on 2000/11/23  19:46:23
19294         Log: Implement PerlIO_binmode()
19295              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
19296              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
19297              make binmode in t/lib/io_tell.t unconditional so that works.
19298              Checkin just so Win32 machine can see these changes.
19299      Branch: perlio
19300            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
19301 ____________________________________________________________________________
19302 [  7841] By: jhi                                   on 2000/11/23  19:30:00
19303         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
19304      Branch: perl
19305            ! README.amiga
19306 ____________________________________________________________________________
19307 [  7840] By: jhi                                   on 2000/11/23  17:18:02
19308         Log: SOCKS wrestling continues, patches from Jens Hamisch.
19309      Branch: perl
19310            ! doio.c embed.h embed.pl perlsdio.h proto.h
19311 ____________________________________________________________________________
19312 [  7839] By: jhi                                   on 2000/11/23  16:54:14
19313         Log: Push Filter::Util::Call one level deeper.
19314      Branch: perl
19315            + t/lib/filter-util.t
19316           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
19317           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
19318            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
19319            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
19320            - t/lib/filt-util.t
19321            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
19322            ! win32/Makefile win32/makefile.mk
19323 ____________________________________________________________________________
19324 [  7838] By: jhi                                   on 2000/11/23  16:52:40
19325         Log: Reach back one higher up when searching for PERL_SRC.
19326      Branch: perl
19327            ! lib/ExtUtils/MM_Unix.pm
19328 ____________________________________________________________________________
19329 [  7837] By: jhi                                   on 2000/11/23  16:05:41
19330         Log: Subject: Re: perl@7826
19331              Date: Thu, 23 Nov 2000 02:20:25 -0600
19332              From: "Craig A. Berry" <craigberry@mac.com>
19333              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
19334              
19335              Make VMS to like Filter::Util::Call. 
19336      Branch: perl
19337            ! configure.com ext/Filter/Util/Makefile.PL
19338 ____________________________________________________________________________
19339 [  7836] By: nick                                  on 2000/11/23  16:04:08
19340         Log: Implement crlf layer - not ready for merge.
19341      Branch: perlio
19342            ! perlio.c win32/makefile.mk
19343 ____________________________________________________________________________
19344 [  7835] By: jhi                                   on 2000/11/23  15:56:52
19345         Log: STDCHAR is different in Sparc v9 vs x86.
19346      Branch: perl
19347            ! hints/solaris_2.sh
19348 ____________________________________________________________________________
19349 [  7834] By: jhi                                   on 2000/11/23  15:50:47
19350         Log: The type needs to be visible to protos.
19351      Branch: perl
19352            ! perl.h
19353 ____________________________________________________________________________
19354 [  7833] By: jhi                                   on 2000/11/23  15:40:46
19355         Log: Finish unfinished SOCKS workaround changes.
19356      Branch: perl
19357            ! doio.c
19358 ____________________________________________________________________________
19359 [  7832] By: jhi                                   on 2000/11/23  15:33:30
19360         Log: Integrate perlio.
19361      Branch: perl
19362           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19363           !> win32/makefile.mk
19364 ____________________________________________________________________________
19365 [  7831] By: nick                                  on 2000/11/23  10:31:07
19366         Log: Correct makefile.mk dependancies for ext/Filter/Util
19367              Build ext/Encode
19368              Run dmake regen_config_h
19369      Branch: perlio
19370            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19371            ! win32/makefile.mk
19372 ____________________________________________________________________________
19373 [  7830] By: nick                                  on 2000/11/23  08:05:07
19374         Log: Integrate mainline
19375      Branch: perlio
19376           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
19377           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
19378           +> t/lib/filt-util.pl t/lib/filt-util.t
19379           !> (integrate 41 files)
19380 ____________________________________________________________________________
19381 [  7829] By: gsar                                  on 2000/11/23  03:07:11
19382         Log: build the Filter extension on windows
19383      Branch: perl
19384            ! win32/Makefile win32/makefile.mk
19385 ____________________________________________________________________________
19386 [  7828] By: gsar                                  on 2000/11/23  02:46:35
19387         Log: regenerate win32/config* and fix some inconsistencies in the
19388              makefiles; always export Perl_deb() because it is needed
19389              by ext/re/* (whether perl itself is built with -DDEBUGGING
19390              or not)
19391      Branch: perl
19392            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
19393            ! win32/config_H.vc win32/makefile.mk
19394 ____________________________________________________________________________
19395 [  7827] By: gsar                                  on 2000/11/23  02:18:38
19396         Log: get sources building on windows+MSVC again (untested with other
19397              compilers)
19398      Branch: perl
19399            ! win32/include/sys/socket.h win32/perllib.c
19400 ____________________________________________________________________________
19401 [  7826] By: jhi                                   on 2000/11/23  01:18:26
19402         Log: Update Changes.
19403      Branch: perl
19404            ! Changes patchlevel.h
19405 ____________________________________________________________________________
19406 [  7825] By: jhi                                   on 2000/11/23  00:20:41
19407         Log: Subject: Re: av.c patch (having slight problems)
19408              From: "Ben Tilly" <ben_tilly@hotmail.com>
19409              Date: Tue, 21 Nov 2000 23:29:31 -0500
19410              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
19411              
19412              unshift() speedup.
19413      Branch: perl
19414            ! av.c
19415 ____________________________________________________________________________
19416 [  7824] By: jhi                                   on 2000/11/22  23:59:15
19417         Log: Fixes for signedness warnings noticed by VMSperlers.
19418      Branch: perl
19419            ! ext/Storable/Storable.xs regcomp.c sv.c
19420 ____________________________________________________________________________
19421 [  7823] By: jhi                                   on 2000/11/22  23:19:31
19422         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
19423              From: Peter Prymmer <pvhp@forte.com>
19424              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
19425              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
19426      Branch: perl
19427            ! t/pragma/warn/pp_hot
19428 ____________________________________________________________________________
19429 [  7822] By: jhi                                   on 2000/11/22  22:52:20
19430         Log: Be clean.
19431      Branch: perl
19432            ! Makefile.SH
19433 ____________________________________________________________________________
19434 [  7821] By: jhi                                   on 2000/11/22  22:46:39
19435         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
19436              by Damian Conway, as suggested by Paul Marquess.
19437      Branch: perl
19438            + lib/Filter/Simple.pm
19439 ____________________________________________________________________________
19440 [  7820] By: jhi                                   on 2000/11/22  22:45:51
19441         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
19442      Branch: perl
19443            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
19444            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
19445            + t/lib/filt-util.t
19446            ! MANIFEST
19447 ____________________________________________________________________________
19448 [  7819] By: jhi                                   on 2000/11/22  22:03:27
19449         Log: Integrate perlio.
19450      Branch: perl
19451           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
19452           !> win32/makefile.mk
19453 ____________________________________________________________________________
19454 [  7818] By: jhi                                   on 2000/11/22  21:56:02
19455         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
19456      Branch: perl
19457            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
19458            ! t/lib/io_sock.t
19459 ____________________________________________________________________________
19460 [  7817] By: jhi                                   on 2000/11/22  21:39:49
19461         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
19462              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19463              Date: Wed, 22 Nov 2000 16:08:12 -0500
19464              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
19465      Branch: perl
19466            ! lib/ExtUtils/Liblist.pm
19467 ____________________________________________________________________________
19468 [  7816] By: jhi                                   on 2000/11/22  21:38:25
19469         Log: Go ahead and #include <unistd.h> in perl.h.
19470      Branch: perl
19471            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
19472            ! util.c
19473 ____________________________________________________________________________
19474 [  7815] By: jhi                                   on 2000/11/22  21:22:52
19475         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
19476              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19477              Date: Mon, 20 Nov 2000 18:30:52 -0500
19478              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
19479      Branch: perl
19480            ! pod/perlre.pod regcomp.c t/op/re_tests
19481 ____________________________________________________________________________
19482 [  7814] By: jhi                                   on 2000/11/22  21:21:46
19483         Log: Subject: [PATCH 5.7.0] Liblist finally works
19484              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19485              Date: Tue, 21 Nov 2000 22:02:17 -0500
19486              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
19487      Branch: perl
19488            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
19489            ! lib/ExtUtils/MakeMaker.pm
19490 ____________________________________________________________________________
19491 [  7813] By: jhi                                   on 2000/11/22  21:20:23
19492         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
19493              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19494              Date: Wed, 22 Nov 2000 17:53:15 +0100
19495              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
19496              
19497              AIX dynaloader and perlio patch.
19498      Branch: perl
19499            ! ext/DynaLoader/dl_aix.xs
19500 ____________________________________________________________________________
19501 [  7812] By: jhi                                   on 2000/11/22  21:17:52
19502         Log: (Accidentally empty patch.)
19503      Branch: perl
19504            ! av.c
19505 ____________________________________________________________________________
19506 [  7811] By: jhi                                   on 2000/11/22  21:16:31
19507         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
19508              From: Peter Prymmer <pvhp@forte.com>
19509              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
19510              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
19511      Branch: perl
19512            ! vms/test.com
19513 ____________________________________________________________________________
19514 [  7810] By: jhi                                   on 2000/11/22  21:15:36
19515         Log: Subject: Re: perl@7777 
19516              From: "John P. Linderman" <jpl@research.att.com>
19517              Date: Wed, 22 Nov 2000 13:11:11 -0500
19518              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
19519              
19520              Detypoing.
19521      Branch: perl
19522            ! lib/CPAN.pm
19523 ____________________________________________________________________________
19524 [  7809] By: jhi                                   on 2000/11/22  21:14:19
19525         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
19526              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19527              Date:     Wed, 22 Nov 2000 13:51:37 EST
19528              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
19529      Branch: perl
19530            ! perlsdio.h
19531 ____________________________________________________________________________
19532 [  7808] By: jhi                                   on 2000/11/22  21:13:27
19533         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
19534              From: Casey Tweten <crt@kiski.net>
19535              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
19536              Message-Id: <200011201653.LAA10194@home.kiski.net>
19537      Branch: perl
19538            ! t/lib/io_udp.t
19539 ____________________________________________________________________________
19540 [  7807] By: jhi                                   on 2000/11/22  21:12:35
19541         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
19542              From: Casey Tweten <crt@kiski.net>
19543              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
19544              Message-Id: <200011201636.LAA07227@home.kiski.net>
19545      Branch: perl
19546            ! t/lib/io_sock.t
19547 ____________________________________________________________________________
19548 [  7806] By: jhi                                   on 2000/11/22  21:10:59
19549         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
19550              From: "Casey R. Tweten" <crt@kiski.net>
19551              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
19552              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
19553      Branch: perl
19554            ! utils/h2xs.PL
19555 ____________________________________________________________________________
19556 [  7805] By: nick                                  on 2000/11/22  21:05:06
19557         Log: Integrate mainline
19558      Branch: perlio
19559           !> Changes Porting/genlog ext/DB_File/DB_File.xs
19560           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
19561           !> utils/perlbug.PL
19562 ____________________________________________________________________________
19563 [  7804] By: jhi                                   on 2000/11/22  21:01:12
19564         Log: Subject: [PATCH] Test.pm POD peculiarity
19565              From: "Casey R. Tweten" <crt@kiski.net>
19566              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
19567              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
19568      Branch: perl
19569            ! lib/Test.pm
19570 ____________________________________________________________________________
19571 [  7803] By: jhi                                   on 2000/11/22  20:59:59
19572         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
19573              From: "Philip Newton" <pnewton@gmx.de>
19574              Date: Wed, 22 Nov 2000 14:25:53 +0100
19575              Message-Id: <3A1BD771.25462.1939FAD@localhost>
19576              
19577              Be case-understanding also on 's', and use the -oi of sendmail
19578              not to terminate the transmission on a lone '.'.
19579      Branch: perl
19580            ! utils/perlbug.PL
19581 ____________________________________________________________________________
19582 [  7802] By: nick                                  on 2000/11/22  20:51:42
19583         Log: Win32 PerlIO intermediate state now working as expected.
19584              - In current state we are still using C runtime in text/binary
19585              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
19586              - PERLIO=stdio and PERLIO=unix pass all expected tests.
19587              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
19588              and PerlIO_seek() and the dummy crlf layer is not making adjustments
19589              for CRLF translation happening in C runtime. All other tests pass.
19590              
19591              Added note to README.win32 to point out the snags of doing a perl build
19592              with Norton AntiVirus turned on.
19593              
19594              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
19595              which file a fail comes from.
19596              
19597              Updated "canned" config.h to match the one generated.
19598      Branch: perlio
19599            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
19600            ! win32/makefile.mk
19601 ____________________________________________________________________________
19602 [  7801] By: jhi                                   on 2000/11/22  06:50:20
19603         Log: Nickety nits.
19604      Branch: perl
19605            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
19606 ____________________________________________________________________________
19607 [  7800] By: jhi                                   on 2000/11/22  01:29:55
19608         Log: Changes had accidentally gone too silent on non-main branches.
19609      Branch: perl
19610            ! Changes Porting/genlog patchlevel.h
19611 ____________________________________________________________________________
19612 [  7799] By: gsar                                  on 2000/11/22  01:02:56
19613         Log: some lib_pm.PL changes snuck in via change#7772
19614      Branch: maint-5.6/perl
19615            ! Makefile.SH
19616 ____________________________________________________________________________
19617 [  7798] By: nick                                  on 2000/11/21  21:59:40
19618         Log: Integrate mainline
19619      Branch: perlio
19620           !> (integrate 28 files)
19621 ____________________________________________________________________________
19622 [  7797] By: jhi                                   on 2000/11/21  21:01:45
19623         Log: Integrate perlio.
19624      Branch: perl
19625           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
19626 ____________________________________________________________________________
19627 [  7796] By: nick                                  on 2000/11/21  20:36:22
19628         Log: Win32 builds and runs (mostly) with USE_PERLIO.
19629              PERLIO=perlio passes all tests. 
19630              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
19631      Branch: perlio
19632            ! perlio.c win32/perllib.c win32/win32.c
19633 ____________________________________________________________________________
19634 [  7795] By: jhi                                   on 2000/11/21  19:03:44
19635         Log: Update Changes.
19636      Branch: perl
19637            ! Changes patchlevel.h
19638 ____________________________________________________________________________
19639 [  7794] By: jhi                                   on 2000/11/21  18:56:34
19640         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
19641              From: "Craig A. Berry" <craigberry@mac.com>
19642              Date: Mon, 20 Nov 2000 20:27:06 -0600
19643              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
19644              
19645              A cut-and-pasto.
19646      Branch: perl
19647            ! perlio.h
19648 ____________________________________________________________________________
19649 [  7793] By: jhi                                   on 2000/11/21  18:54:41
19650         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
19651              From: Dominic Dunlop <domo@computer.org> 
19652              Date: Mon, 20 Nov 2000 18:55:29 +0100
19653              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
19654              
19655              va_copy() and the need of it.
19656              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
19657      Branch: metaconfig/U/perl
19658            + need_va_copy.U
19659      Branch: perl
19660            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19661            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
19662            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
19663            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
19664            ! win32/config.bc win32/config.gc win32/config.vc
19665 ____________________________________________________________________________
19666 [  7792] By: jhi                                   on 2000/11/21  17:04:10
19667         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
19668      Branch: perl
19669           !> scope.h
19670 ____________________________________________________________________________
19671 [  7791] By: jhi                                   on 2000/11/21  17:01:16
19672         Log: Export the SOCKS workaround symbols only if necessary.
19673      Branch: perl
19674            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
19675 ____________________________________________________________________________
19676 [  7790] By: nick                                  on 2000/11/20  23:57:11
19677         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
19678      Branch: perlio
19679            ! scope.h
19680 ____________________________________________________________________________
19681 [  7789] By: nick                                  on 2000/11/20  23:38:33
19682         Log: Integrate mainline
19683      Branch: perlio
19684           +> lib/File/Spec/Epoc.pm
19685           !> (integrate 34 files)
19686 ____________________________________________________________________________
19687 [  7788] By: nick                                  on 2000/11/20  23:20:18
19688         Log: Make extra buffer layer work (dummy crlf layer)
19689      Branch: perlio
19690            ! doio.c perlio.c perlio.h
19691 ____________________________________________________________________________
19692 [  7787] By: jhi                                   on 2000/11/20  22:44:04
19693         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
19694              From: Peter Prymmer <pvhp@forte.com>
19695              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
19696              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
19697      Branch: perl
19698            ! t/pragma/locale.t
19699 ____________________________________________________________________________
19700 [  7786] By: jhi                                   on 2000/11/20  22:29:10
19701         Log: Subject: DOC PATCH 5.6.0 perlreftut
19702              From: mjd@plover.com
19703              Date: 20 Nov 2000 19:45:06 -0000
19704              Message-ID: <20001120194506.9505.qmail@plover.com>
19705      Branch: perl
19706            ! pod/perlreftut.pod
19707 ____________________________________________________________________________
19708 [  7785] By: jhi                                   on 2000/11/20  22:27:44
19709         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
19710              From: David Dyck <dcd@tc.fluke.com>
19711              Date: Mon, 20 Nov 2000 11:43:40 -0800
19712              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
19713      Branch: perl
19714            ! lib/Cwd.pm
19715 ____________________________________________________________________________
19716 [  7784] By: jhi                                   on 2000/11/20  22:23:21
19717         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
19718              Date: Mon, 20 Nov 2000 17:06:10 -0500
19719              To: Mailing list Perl5 <perl5-porters@perl.org>
19720              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
19721      Branch: perl
19722            ! pp_ctl.c t/op/pat.t
19723 ____________________________________________________________________________
19724 [  7783] By: jhi                                   on 2000/11/20  22:11:18
19725         Log: Subject: [PATCH] doop.c - UTF8 tr///               
19726              From: Simon Cozens <simon@cozens.net>
19727              Date: Sat, 18 Nov 2000 18:49:30 +0000
19728              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
19729              
19730              Subject: Re: [PATCH] doop.c - UTF8 tr///           
19731              From: Simon Cozens <simon@cozens.net>
19732              Date: Mon, 20 Nov 2000 20:45:22 +0000
19733              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
19734              
19735              Make tr on UTF-8 better but still not correct.
19736      Branch: perl
19737            ! doop.c
19738 ____________________________________________________________________________
19739 [  7782] By: jhi                                   on 2000/11/20  22:02:16
19740         Log: Remove the shared object before attempting to create
19741              (by linking) a new one.  E.g. in AIX not removing
19742              becomes quite painful if one tries to do more than one
19743              build in the same tree (an interrupted build, for example),
19744              since the AIX' shared dynaloader seemingly keeps the shared
19745              objects open and therefore 'busy' for quite a while, even when
19746              nobody is using the objects, leading into link failures.
19747      Branch: perl
19748            ! lib/ExtUtils/MM_Unix.pm
19749 ____________________________________________________________________________
19750 [  7781] By: gsar                                  on 2000/11/20  19:02:55
19751         Log: type mismatch due to faulty integration
19752      Branch: maint-5.6/perl
19753            ! toke.c win32/Makefile
19754 ____________________________________________________________________________
19755 [  7780] By: gsar                                  on 2000/11/20  17:31:55
19756         Log: integrate changes#6392,6394..6399,6401..6404
19757              
19758              The {multiplier} of a fixed substring was overlooked which
19759              caused a wrong initial search offset for that substring.
19760              
19761              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
19762              From: Hugo <hv@crypt.compulink.co.uk>
19763              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
19764              Date: Thu, 13 Jul 2000 19:27:13 +0100
19765              
19766              Fix the BOM bug: not a byteorder bug, a signedness bug.
19767              
19768              Replace change #6337 with a better one.
19769              
19770              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
19771              From: Hugo <hv@crypt.compulink.co.uk>
19772              Date: Fri, 14 Jul 2000 04:16:20 +0100
19773              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
19774              
19775              MakeMaker should not remove editor backups (*~) on `make clean`
19776              by default (completes change#6383)
19777              
19778              move new variables to the end of the interpreter structure (for
19779              bincompat in code that doesn't #include XSUB.h)
19780              
19781              rename totally bletcherous SvLOCK() thingy (doesn't do what the
19782              name suggests anyway)
19783              
19784              various cleanups (typos, misformatted code, and small bugs)
19785              
19786              typecasts needed for change#6394
19787              
19788              typos in change#6399, regen headers
19789              
19790              inconsistent types needs casts
19791              
19792              PERL_OBJECT build tweaks
19793      Branch: maint-5.6/perl
19794           !> MANIFEST doop.c embed.h embed.pl embedvar.h
19795           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
19796           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
19797           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
19798           !> toke.c util.c
19799 ____________________________________________________________________________
19800 [  7779] By: gsar                                  on 2000/11/20  17:06:29
19801         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
19802              
19803              Cosmetics and perldelta.
19804              
19805              Fix nits noticed by Boston.pm.
19806              
19807              Do the cc sanity check both before the hints and
19808              after the cc selction.
19809              
19810              get sprintf.t to adjust properly for 3-digit exponents
19811              
19812              don't clobber *.orig files on *clean targets
19813              
19814              fix bugs in processing %v-*d and similar format specs (from
19815              Avi Finkel <avi@finkel.org>)
19816              
19817              sprintf test tweaks (from Dominic Dunlop)
19818              
19819              new selfloader.t in change#6183 doesn't close DATA handles,
19820              and thus fails to clean up tmp files on dosish platforms
19821              
19822              typos (spotted by Peter Prymmer)
19823              
19824              typo fix from Craig Berry
19825      Branch: maint-5.6/perl
19826           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
19827           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
19828           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
19829           !> x2p/Makefile.SH
19830 ____________________________________________________________________________
19831 [  7778] By: gsar                                  on 2000/11/20  16:46:51
19832         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
19833              
19834              Subject: Re: format bug report  [Patch]
19835              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19836              Date: Wed, 05 Jul 2000 13:12:52 +0200
19837              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
19838              
19839              Subject: Re: format bug report  [Patch]
19840              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19841              Date: Wed, 05 Jul 2000 14:10:01 +0200
19842              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
19843              
19844              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
19845              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19846              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
19847              Date: Fri, 07 Jul 2000 17:57:16 +0100
19848              
19849              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
19850              To: perl5-porters@perl.org
19851              From: Karsten Sperling <spiff@phreax.net>
19852              Date: Mon, 10 Jul 2000 15:12:52 +0200
19853              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
19854              
19855              README.posix-bc podified from Thomas Dorner.
19856              
19857              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
19858              From: Dominic Dunlop <domo@computer.org>
19859              Date: Tue, 11 Jul 2000 12:27:33 +0200
19860              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
19861              
19862              Typo in #6341.
19863              
19864              Fix for
19865              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
19866              From: Roderick Schertler <roderick@argon.org>
19867              Date: Tue, 11 Jul 2000 13:55:05 -0400
19868              Message-Id: <200007111755.NAA05077@jones.argon.org>
19869              
19870              Minor cleanups on the booklist.
19871              
19872              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
19873              regen perltoc.
19874              
19875              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
19876      Branch: maint-5.6/perl
19877           +> pod/perlbook.pod
19878           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
19879           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
19880           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
19881 ____________________________________________________________________________
19882 [  7777] By: jhi                                   on 2000/11/20  16:08:49
19883         Log: Update Changes.
19884      Branch: perl
19885            ! Changes patchlevel.h
19886 ____________________________________________________________________________
19887 [  7776] By: jhi                                   on 2000/11/20  15:27:56
19888         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
19889              This may be overly harsh but until proven otherwise, we think this
19890              way, or until we have a simple test for Configure (having to start
19891              up servers is does not count as simple) to check for the problems.
19892      Branch: perl
19893            ! perl.h
19894 ____________________________________________________________________________
19895 [  7775] By: jhi                                   on 2000/11/20  15:22:17
19896         Log: Solaris hints tweaks.
19897      Branch: perl
19898            ! hints/solaris_2.sh
19899 ____________________________________________________________________________
19900 [  7774] By: jhi                                   on 2000/11/20  15:01:20
19901         Log: Add a workaround to SOCKS 64-bit problems.
19902      Branch: perl
19903            ! doio.c embed.h embed.pl perlsdio.h proto.h
19904 ____________________________________________________________________________
19905 [  7773] By: jhi                                   on 2000/11/20  14:51:47
19906         Log: sysseek() instead of seek().
19907      Branch: perl
19908            ! t/lib/syslfs.t
19909 ____________________________________________________________________________
19910 [  7772] By: gsar                                  on 2000/11/20  13:06:23
19911         Log: integrate changes#6315..6319,6321..6331,6333..6338
19912              
19913              Integrate with Sarathy, preliminary fix for unicos
19914              alignment problems in [ID 20000612.002] Perl problem on Cray system.
19915              
19916              some debugger output does not go to the socket when RemotePort is set
19917              
19918              winsock cleanup never done on Windows (leads to handle leaks)
19919              
19920              fix UNC path handling on Windows under ithreads, and chdir()
19921              return value when given a non-existent directory
19922              
19923              Autogenerate pod/Makefile and pod/buildtoc.
19924              buildtoc also checks whether the existin pods are
19925              mentioned in MANIFEST and perl.pod, and vice versa.
19926              (None of the thusly found discrepancies fixed yet.)
19927              roffitall also needs to be autogenerated similarly but it
19928              seems so badly out of date that I didn't touch it yet.
19929              
19930              Config is being used.
19931              
19932              Add =head1 NAMEs so that buildtoc is happy.
19933              (The CGI::Util nit reported to Lincoln.)
19934              
19935              Fix complaints of buildtoc.
19936              
19937              Fix the alignment problem in Crays ([ID 20000612.002]).
19938              
19939              Remove perlbook, update perlfaq book listing,
19940              rearrange perl.pod, regenerate perltoc.
19941              
19942              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
19943              was cast to an unsigned (32-bit) integer with wild abandon.
19944              
19945              winsock options weren't being set in all threads under ithreads
19946              (caused send()s from second and subsequent threads to fail)
19947              
19948              accept() leaks memory on windows due to incorrect ordering of
19949              closesocket() and fclose() calls
19950              
19951              Reorder perl.pod once more.
19952              
19953              More POSIX.pod tweaks.
19954              
19955              Sprinkle ldlibpath.
19956              
19957              Precedence goof, fix based on
19958              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
19959              From: Hugo <hv@crypt.compulink.co.uk>
19960              Date: Tue, 11 Jul 2000 12:52:38 +0100
19961              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
19962              
19963              Subject: PATCH perlguts.pod: Document D and d magic types
19964              From: mjd@plover.com
19965              Date: 5 Jul 2000 18:01:51 -0000
19966              Message-ID: <20000705180151.29413.qmail@plover.com>
19967              
19968              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
19969              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
19970              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
19971              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
19972              
19973              Subject: [PATCH cfgperl] $& segfaults if you trick it
19974              From: simon@brecon.co.uk (Simon Cozens)
19975              Date: 7 Jul 2000 11:26:09 GMT
19976              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
19977              
19978              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
19979              From: Hugo <hv@crypt.compulink.co.uk>
19980              Date: Tue, 11 Jul 2000 12:44:50 +0100
19981              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
19982              
19983              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
19984              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19985              Date: Tue, 11 Jul 2000 13:50:51 +0100
19986              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
19987      Branch: maint-5.6/perl
19988           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
19989           +> pod/buildtoc.PL
19990            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
19991           !> (integrate 26 files)
19992 ____________________________________________________________________________
19993 [  7771] By: gsar                                  on 2000/11/20  12:31:42
19994         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
19995              6310,6311,6314
19996              
19997              Subject: [PATCH bleedperl] File::Spec 0.82 beta
19998              From: Barrie Slaymaker <barries@jester.slaysys.com>
19999              Date: Wed, 28 Jun 2000 11:35:29 -0400
20000              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
20001              
20002              tweak perlembed for multiplicity/usethreads sanity; correct notes
20003              about Windows
20004              
20005              localize %INC in a Safe compartment so that use/require work
20006              (many other magic globals probably need similar treatment)
20007              
20008              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
20009              when @_ is modified, causing coredumps
20010              
20011              slurp mode fix in change#4736 still not quite right
20012              
20013              Point to perlipc for more SysV IPC examples.
20014              
20015              Elaborate POSIX.pod.  Still needs work.
20016              
20017              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
20018              
20019              fix large memory leak that has been around for ever, masked by
20020              -DPURIFY (most of the arenas were never freed!)
20021              
20022              fix memory leak on Windows (PL_sys_intern contents were never
20023              freed)
20024              
20025              PERL_OBJECT build tweak
20026              
20027              adjust change#6299
20028              
20029              remove rel2abs prototypes (from Barrie Slaymaker)
20030              
20031              missing perldiag entry for unpack("w",...) diagnostic (from
20032              Andreas Koenig)
20033              
20034              better diagnostic on Frob->stuff() when Frob:: doesn't exist
20035              (from Richard Soderberg <rs@oregonnet.com>)
20036              
20037              Win32 patches for cfgperl from Sarathy.
20038              
20039              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
20040              
20041              More POSIX.pod embellishment.
20042              
20043              tyop in change#6306
20044      Branch: maint-5.6/perl
20045           !> (integrate 44 files)
20046 ____________________________________________________________________________
20047 [  7770] By: gsar                                  on 2000/11/20  11:51:00
20048         Log: integrate changes#6268..6282 from cfgperl branch
20049              
20050              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
20051              From: Dominic Dunlop <domo@computer.org>
20052              Date: Thu, 29 Jun 2000 12:32:39 +0200
20053              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
20054              
20055              Regen headers for #6261 (and update embed.pl for this) and #6267,
20056              silence few compiler warnings.
20057              
20058              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
20059              From: Nicholas Clark <nick@talking.bollo.cx>
20060              Date: Fri, 23 Jun 2000 16:21:15 +0100
20061              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
20062              
20063              Subject: PATCH pod/perltie.pod
20064              From: Ian Phillipps <Ian.Phillipps@iname.com>
20065              Date: Fri, 16 Jun 2000 00:17:19 +0100
20066              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
20067              (only the first hunk, the second hunk had already been done
20068              by some other patch)
20069              
20070              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
20071              From: Tom Phoenix <rootbeer@redcat.com>
20072              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
20073              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
20074              
20075              Subject: [PATCH] xsub attributes
20076              From: Doug MacEachern <dougm@covalent.net>
20077              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
20078              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
20079              
20080              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
20081              From: Andy Dougherty <doughera@lafayette.edu>
20082              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
20083              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
20084              
20085              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
20086              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
20087              Date: Tue, 13 Jun 2000 02:43:48 -0500
20088              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
20089              
20090              Subject: [PATCH] Re: eval documentation: context
20091              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20092              Date: Mon, 12 Jun 2000 15:07:29 +0100
20093              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
20094              
20095              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
20096              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20097              Date: Mon, 12 Jun 2000 14:55:59 +0100
20098              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
20099              
20100              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
20101              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
20102              Date: Fri, 09 Jun 2000 12:39:27 -0400
20103              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
20104              (plus update the version "number" of Text::Wrap)
20105              
20106              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
20107              From: Tim Ayers <tayers@bridge.com>
20108              Date: Thu, 08 Jun 2000 08:11:06 +0200
20109              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
20110              [resent by Richard Foley, Message-Id probably wrong]
20111              
20112              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
20113              From: rspier@pobox.com (Robert Spier)
20114              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
20115              Message-ID: <14654.31913.845602.610277@rls.cx>
20116              
20117              Subject: [PATCH 5.6.0] utils/h2xs.PL
20118              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
20119              Date: Wed, 7 Jun 2000 04:02:04 -0500
20120              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
20121              
20122              Subject: [PATCH 5.6.0]ITHREADs for VMS
20123              From: Dan Sugalski <dan@sidhe.org>
20124              Date: Tue, 06 Jun 2000 11:59:50 -0400
20125              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
20126      Branch: maint-5.6/perl
20127           !> (integrate 31 files)
20128 ____________________________________________________________________________
20129 [  7769] By: gsar                                  on 2000/11/20  11:29:06
20130         Log: integrate changes#6261..6266 from cfgperl
20131              
20132              Subject: Re: [PATCH cfgperl] BOMs away!
20133              From: simon@brecon.co.uk (Simon Cozens)
20134              Date: 17 Jun 2000 11:49:57 GMT
20135              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
20136              
20137              Subject: 5.6.0 Patch for EPOC
20138              From: Olaf Flebbe <o.flebbe@gmx.de>
20139              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
20140              Message-ID: <23449.960929969@www11.gmx.net>
20141              
20142              tr fixes from Simon Cozens
20143              
20144              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
20145              From: Marty Lucich <marty@netcom.com>
20146              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
20147              Message-Id: <200006282116.OAA11148@netcom.com>
20148              ccdlflags update (the BSD/OS 4.1 part had already been taken
20149              care of by #6141).
20150              
20151              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
20152              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20153              Date: Wed, 28 Jun 2000 17:50:12 -0700
20154              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
20155              
20156              Subject: [PATCH 5.6.0] cygwin port
20157              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
20158              From: "Fifer, Eric" <EFifer@sanwaint.com>
20159              Date: Thu, 29 Jun 2000 12:58:29 +0100
20160      Branch: maint-5.6/perl
20161           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
20162           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
20163           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
20164           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
20165 ____________________________________________________________________________
20166 [  7768] By: gsar                                  on 2000/11/20  11:13:44
20167         Log: integrate changes#6252..6256,6259..6260
20168              
20169              Paranoia tweak on #6249.
20170              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
20171              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
20172              Date: Sun, 25 Jun 2000 23:43:12 -0400
20173              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
20174              
20175              Subject: tr///, help wanted.
20176              From: simon@brecon.co.uk (Simon Cozens)
20177              Date: 28 Jun 2000 11:29:04 GMT
20178              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
20179              
20180              small thinko tweaks
20181              
20182              tweaks from Simon Conzes to further fix tr/// under utf8
20183              
20184              perlnewmod was missing from MANIFEST.
20185              
20186              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
20187              From: simon@brecon.co.uk (Simon Cozens)
20188              Date: 17 Jun 2000 11:56:44 GMT
20189              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
20190              pack U0, pack C0
20191      Branch: maint-5.6/perl
20192           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
20193           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
20194           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
20195           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
20196 ____________________________________________________________________________
20197 [  7767] By: gsar                                  on 2000/11/20  10:51:38
20198         Log: integrate change#6250 from cfgperl
20199              
20200              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
20201              From: Doug MacEachern <dougm@covalent.net>
20202              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
20203              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
20204      Branch: maint-5.6/perl
20205           +> t/op/my_stash.t
20206           !> MANIFEST embed.pl global.sym proto.h toke.c
20207 ____________________________________________________________________________
20208 [  7766] By: gsar                                  on 2000/11/20  10:48:34
20209         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
20210              
20211              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
20212              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
20213              Date: Mon, 26 Jun 2000 18:40:14 +0100
20214              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
20215              
20216              Subject: [PATCH] bytes<->utf8 fixes
20217              From: simon@brecon.co.uk (Simon Cozens)
20218              Date: 26 Jun 2000 04:55:45 GMT
20219              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
20220              
20221              Subject: [PATCH] is_utf8_string
20222              From: simon@brecon.co.uk (Simon Cozens)
20223              Date: 26 Jun 2000 02:25:59 GMT
20224              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
20225              
20226              Subject: [PATCH] avoid mg_ptr in '*' magic
20227              From: Doug MacEachern <dougm@covalent.net>
20228              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
20229              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
20230              
20231              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
20232              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
20233              Date: Sat, 24 Jun 2000 13:06:20 +0100
20234              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
20235              
20236              Allow for standalone testing.
20237              
20238              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
20239              From: Mark-Jason Dominus <mjd@plover.com>
20240              Date: Tue, 27 Jun 2000 22:36:42 -0400
20241              Message-ID: <20000628023642.12166.qmail@plover.com>
20242              
20243              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
20244              From: Frank Tobin <ftobin@uiuc.edu>
20245              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
20246              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
20247      Branch: maint-5.6/perl
20248           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
20249           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
20250           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
20251           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
20252           !> utf8.c utils/h2xs.PL
20253 ____________________________________________________________________________
20254 [  7765] By: gsar                                  on 2000/11/20  10:29:13
20255         Log: integrate change#6239 from cfgperl
20256              
20257              Configure maintenance.  Sever some dependency cycles,
20258              separate gccversion from the cc unit,
20259              address [ID 20000623.006] Configure script patch for using gcc on AIX
20260              (but solve it a little bit differently),
20261              unduplex some accidentally duplicated units,
20262              suggest using gcc if no cc available
20263              (p5p thread: "Solaris configure: counterproposal", 1999-09)
20264      Branch: maint-5.6/perl
20265           !> Configure Todo-5.6 config_h.SH
20266 ____________________________________________________________________________
20267 [  7764] By: gsar                                  on 2000/11/20  10:25:55
20268         Log: integrate changes#6233..6238 from cfgperl
20269              
20270              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
20271              From: Mark-Jason Dominus <mjd@plover.com>
20272              Date: Fri, 16 Jun 2000 20:53:04 -0400
20273              Message-ID: <20000617005304.8008.qmail@plover.com>
20274              
20275              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
20276              because when run as services (Win32ese for daemons)
20277              no environment variables are set and tmpdir ends up as /tmp,
20278              which is ambiguous.
20279              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
20280              From: matt@sergeant.org
20281              Date: 16 Jun 2000 16:30:43 -0000
20282              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
20283              
20284              The thread begun by
20285              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
20286              From: Kevin.Ruscoe@ubsw.com
20287              Date: Fri, 16 Jun 2000 16:38:51 +0100
20288              Message-Id: <H000019b03c300d6@MHS>
20289              
20290              Tweak embed.pl, regen headers.
20291              
20292              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
20293              From: Dan Sugalski <dan@sidhe.org>
20294              Date: Fri, 23 Jun 2000 17:00:00 -0400
20295              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
20296      Branch: maint-5.6/perl
20297           !> (integrate 27 files)
20298 ____________________________________________________________________________
20299 [  7763] By: gsar                                  on 2000/11/20  10:08:08
20300         Log: s/perl56delta/perldelta/g
20301      Branch: maint-5.6/perl
20302            ! pod/Makefile
20303 ____________________________________________________________________________
20304 [  7762] By: gsar                                  on 2000/11/20  10:04:00
20305         Log: integrate changes#6225,6229,6231,6232 from cfgperl
20306              
20307              Add source code filenames to apidoc.
20308              From: simon@brecon.co.uk (Simon Cozens)
20309              Subject: [PATCH embed.pl] Source X-ref
20310              Date: 22 Jun 2000 02:18:49 GMT
20311              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
20312              
20313              Subject: README.hpux version 0.6.1
20314              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
20315              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
20316              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
20317              
20318              Subject: [PATCH 5.6.0] cygwin port
20319              From: "Fifer, Eric" <EFifer@sanwaint.com>
20320              Date: Tue, 20 Jun 2000 14:30:58 +0100
20321              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
20322              
20323              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
20324              From: simon@brecon.co.uk (Simon Cozens)
20325              Date: 19 Jun 2000 15:18:27 GMT
20326              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
20327              
20328              plus update pod/Makefile and regenerate perltoc
20329      Branch: maint-5.6/perl
20330           +> pod/perlutil.pod
20331           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
20332           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
20333 ____________________________________________________________________________
20334 [  7761] By: jhi                                   on 2000/11/20  04:09:55
20335         Log: Miraculous typo.
20336      Branch: perl
20337            ! t/op/pat.t
20338 ____________________________________________________________________________
20339 [  7760] By: jhi                                   on 2000/11/20  04:06:08
20340         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
20341              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20342              Date: Sun, 19 Nov 2000 22:30:26 -0500
20343              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
20344      Branch: perl
20345            ! regexec.c scope.h t/op/pat.t
20346 ____________________________________________________________________________
20347 [  7759] By: jhi                                   on 2000/11/20  02:05:22
20348         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
20349      Branch: perl
20350            ! perl.h
20351 ____________________________________________________________________________
20352 [  7758] By: jhi                                   on 2000/11/20  01:58:11
20353         Log: Subject: [perl 7711: EPOC] updates
20354              From: Olaf Flebbe <o.flebbe@gmx.de>
20355              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
20356              Message-ID: <25575.974658810@www23.gmx.net>               
20357      Branch: perl
20358            + lib/File/Spec/Epoc.pm
20359            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
20360            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
20361            ! lib/File/Spec.pm perl.c sv.c
20362 ____________________________________________________________________________
20363 [  7757] By: jhi                                   on 2000/11/20  01:53:11
20364         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
20365      Branch: perl
20366            ! MANIFEST
20367 ____________________________________________________________________________
20368 [  7756] By: jhi                                   on 2000/11/20  01:47:22
20369         Log: Integrate perlio.
20370      Branch: perl
20371            - ext/re/hints/MSWin32.pl
20372           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
20373           !> win32/config.gc win32/config_H.gc win32/win32sck.c
20374 ____________________________________________________________________________
20375 [  7755] By: nick                                  on 2000/11/19  20:57:17
20376         Log: Add dummy crlf layer (just as buffer)
20377              Correct 1st bug - one layer of indirection.
20378      Branch: perlio
20379            ! perlio.c perlio.h perliol.h
20380 ____________________________________________________________________________
20381 [  7754] By: nick                                  on 2000/11/19  20:56:12
20382         Log: Work-round to Perl_deb_nocontext is no longer required
20383      Branch: perlio
20384            - ext/re/hints/MSWin32.pl
20385 ____________________________________________________________________________
20386 [  7753] By: nick                                  on 2000/11/19  20:01:16
20387         Log: diff -se shows these as different
20388      Branch: perlio
20389            ! global.sym pod/perlapi.pod
20390 ____________________________________________________________________________
20391 [  7752] By: nick                                  on 2000/11/19  18:57:30
20392         Log: Configure GCC/Win32 build -Duseperlio
20393              Fix a couple of gross issues
20394              - double-include of ../deb.o in re.dll
20395              - win32sck.c needs PerlIO and FILE 
20396      Branch: perlio
20397            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
20398            ! win32/win32sck.c
20399 ____________________________________________________________________________
20400 [  7751] By: nick                                  on 2000/11/19  17:05:36
20401         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
20402      Branch: perlio
20403            ! perlio.c
20404 ____________________________________________________________________________
20405 [  7750] By: nick                                  on 2000/11/19  16:57:14
20406         Log: Missing aTHX_
20407      Branch: perlio
20408            ! sv.c
20409 ____________________________________________________________________________
20410 [  7749] By: jhi                                   on 2000/11/19  16:28:40
20411         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
20412              From: "Peter J. Farley III" <pjfarley@banet.net>
20413              Date: Sun, 19 Nov 2000 01:42:58 -0500
20414              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
20415      Branch: perl
20416            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
20417 ____________________________________________________________________________
20418 [  7748] By: jhi                                   on 2000/11/19  16:08:10
20419         Log: Subject: podlators 1.05 available        
20420              From: Russ Allbery <rra@stanford.edu>   
20421              Date: 18 Nov 2000 22:04:28 -0800
20422              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
20423      Branch: perl
20424            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
20425 ____________________________________________________________________________
20426 [  7747] By: nick                                  on 2000/11/19  11:19:39
20427         Log: Integrate mainline
20428      Branch: perlio
20429           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
20430           !> util.c
20431 ____________________________________________________________________________
20432 [  7746] By: jhi                                   on 2000/11/19  06:42:22
20433         Log: Make hex scanning warn on "\x{x}" and "\xx".
20434              "\x" and and hex("x") are still valid.
20435      Branch: perl
20436            ! util.c
20437 ____________________________________________________________________________
20438 [  7745] By: nick                                  on 2000/11/18  22:52:28
20439         Log: Integrate mainline
20440      Branch: perlio
20441           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
20442           !> perl.h perlio.c proto.h regcomp.c regcomp.h
20443 ____________________________________________________________________________
20444 [  7744] By: jhi                                   on 2000/11/18  22:50:28
20445         Log: Introduce Perl_utf8_length().  Use it.
20446      Branch: perl
20447            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
20448 ____________________________________________________________________________
20449 [  7743] By: jhi                                   on 2000/11/18  22:38:51
20450         Log: Compiler denit.
20451      Branch: perl
20452            ! perlio.c
20453 ____________________________________________________________________________
20454 [  7742] By: jhi                                   on 2000/11/18  20:33:05
20455         Log: Integrate perlio.
20456      Branch: perl
20457           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
20458           !> perlio.h pp_ctl.c pp_sys.c sv.c
20459 ____________________________________________________________________________
20460 [  7741] By: jhi                                   on 2000/11/18  20:31:27
20461         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
20462              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20463              Date: Fri, 17 Nov 2000 20:35:11 -0500
20464              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
20465              
20466              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
20467              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20468              Date: Fri, 17 Nov 2000 21:03:47 -0500
20469              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
20470              
20471              Plus a little bit of tweaking in pregcomp().
20472      Branch: perl
20473            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
20474 ____________________________________________________________________________
20475 [  7740] By: nick                                  on 2000/11/18  20:17:22
20476         Log: Lexical use open ... support:
20477              add ->cop_io to COP structure in cop.h.
20478              Make mg.c and gv.c associate it with ${^OPEN}.
20479              Make lib/open.pm set it.
20480              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
20481              manner similar to ->cop_warnings.
20482              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
20483              call new PerlIO_apply_layers().
20484              Declare latter in perlio.h and define in perlio.c
20485      Branch: perlio
20486            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
20487            ! perlio.h pp_ctl.c pp_sys.c sv.c
20488 ____________________________________________________________________________
20489 [  7739] By: jhi                                   on 2000/11/18  19:54:00
20490         Log: Integrate perlio.
20491      Branch: perl
20492           !> doio.c perlio.c pp.c
20493 ____________________________________________________________________________
20494 [  7738] By: jhi                                   on 2000/11/18  17:16:13
20495         Log: Subject: [PATCH 5.7.0] etags broken again
20496              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20497              Date: Sat, 18 Nov 2000 02:41:36 -0500
20498              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
20499      Branch: perl
20500            ! emacs/ptags
20501 ____________________________________________________________________________
20502 [  7737] By: jhi                                   on 2000/11/18  17:12:18
20503         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
20504      Branch: perl
20505            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
20506 ____________________________________________________________________________
20507 [  7736] By: nick                                  on 2000/11/18  14:06:20
20508         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
20509              part to be isolated.
20510      Branch: perlio
20511            ! doio.c perlio.c
20512 ____________________________________________________________________________
20513 [  7735] By: nick                                  on 2000/11/18  11:03:32
20514         Log: Integrate mainline
20515      Branch: perlio
20516           !> Changes README.amiga README.win32 patchlevel.h
20517           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
20518 ____________________________________________________________________________
20519 [  7734] By: jhi                                   on 2000/11/18  01:18:56
20520         Log: Update Changes.
20521      Branch: perl
20522            ! Changes patchlevel.h
20523 ____________________________________________________________________________
20524 [  7733] By: jhi                                   on 2000/11/18  00:32:54
20525         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
20526              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20527              Date: Fri, 17 Nov 2000 17:28:02 -0500
20528              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
20529      Branch: perl
20530            ! regcomp.c regexec.c t/op/re_tests
20531 ____________________________________________________________________________
20532 [  7732] By: jhi                                   on 2000/11/18  00:28:56
20533         Log: Sparc 64-bit pack() fix from Jens Hamisch.
20534      Branch: perl
20535            ! pp.c
20536 ____________________________________________________________________________
20537 [  7731] By: jhi                                   on 2000/11/18  00:18:39
20538         Log: Explain in more detail the {} syntax ambiguousity.
20539              
20540              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
20541              From: Nicholas Clark <nick@ccl4.org>
20542              Date: Fri, 17 Nov 2000 22:10:28 +0000
20543              Message-ID: <20001117221028.A88930@plum.flirble.org>
20544      Branch: perl
20545            ! pod/perlfunc.pod
20546 ____________________________________________________________________________
20547 [  7730] By: jhi                                   on 2000/11/18  00:12:18
20548         Log: Subject: Fix for README.amiga (20000323.033)
20549              From: "Stephen P. Potter" <spp@spotter.yi.org>
20550              Date: Fri, 17 Nov 2000 12:25:51 -0500
20551              Message-Id: <200011171725.MAA05768@spotter.yi.org>
20552      Branch: perl
20553            ! README.amiga
20554 ____________________________________________________________________________
20555 [  7729] By: jhi                                   on 2000/11/18  00:08:34
20556         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
20557              From: "A. C. Yardley" <yardley@tanet.net>
20558              Date: Mon, 3 Apr 2000 11:35:33 -0700
20559              Message-ID: <3483.000403@tanet.net>
20560      Branch: perl
20561            ! README.win32
20562 ____________________________________________________________________________
20563 [  7728] By: nick                                  on 2000/11/17  21:59:47
20564         Log: Integrate mainline
20565      Branch: perlio
20566           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
20567           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
20568           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
20569           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
20570 ____________________________________________________________________________
20571 [  7727] By: nick                                  on 2000/11/17  21:56:31
20572         Log: Experiment on use of attributes.pm interface.
20573              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
20574              SVt_PVRV if not already something better (else vivify of say magic gets
20575              core dump).
20576      Branch: perlio
20577            ! perlio.c pp.c
20578 ____________________________________________________________________________
20579 [  7726] By: jhi                                   on 2000/11/17  14:15:49
20580         Log: Subject: Fix for 20000815.006
20581              From: "Stephen P. Potter" <spp@spotter.yi.org>
20582              Date: Fri, 17 Nov 2000 08:57:45 -0500
20583              Message-Id: <200011171357.IAA05122@spotter.yi.org>
20584              
20585              It's really 20000518.006.
20586      Branch: perl
20587            ! pod/perlmodlib.PL
20588 ____________________________________________________________________________
20589 [  7725] By: jhi                                   on 2000/11/17  14:12:31
20590         Log: Subject: Fix for 20000409.001
20591              From: "Stephen P. Potter" <spp@spotter.yi.org>
20592              Date: Fri, 17 Nov 2000 08:55:45 -0500
20593              Message-Id: <200011171355.IAA05104@spotter.yi.org>
20594      Branch: perl
20595            ! pod/perlfaq9.pod
20596 ____________________________________________________________________________
20597 [  7724] By: jhi                                   on 2000/11/17  14:08:58
20598         Log: Undo #7627 now that we have =head3.
20599      Branch: perl
20600            ! pod/perlhack.pod
20601 ____________________________________________________________________________
20602 [  7723] By: jhi                                   on 2000/11/17  14:04:09
20603         Log: As surmised the #7719 wasn't a good move.
20604      Branch: perl
20605            ! hints/solaris_2.sh
20606 ____________________________________________________________________________
20607 [  7722] By: jhi                                   on 2000/11/17  13:59:04
20608         Log: Also the 64bitall hints can be either here or there.
20609      Branch: perl
20610            ! hints/solaris_2.sh
20611 ____________________________________________________________________________
20612 [  7721] By: jhi                                   on 2000/11/17  02:26:23
20613         Log: Test tweak for the open pragma.
20614      Branch: perl
20615            ! t/lib/b.t
20616 ____________________________________________________________________________
20617 [  7720] By: jhi                                   on 2000/11/17  00:23:22
20618         Log: The long double hints can be here or there.
20619      Branch: perl
20620            ! hints/solaris_2.sh
20621 ____________________________________________________________________________
20622 [  7719] By: jhi                                   on 2000/11/17  00:14:06
20623         Log: For Solaris use64bitall the stdchar needs a little bit of help.
20624      Branch: perl
20625            ! hints/solaris_2.sh
20626 ____________________________________________________________________________
20627 [  7718] By: jhi                                   on 2000/11/16  23:27:34
20628         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
20629              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
20630              Date: Wed, 15 Nov 2000 08:56:32 +0100
20631              Message-ID: <3A1241B0.64477E00@alcatel.at>
20632      Branch: perl
20633            ! lib/Carp/Heavy.pm
20634 ____________________________________________________________________________
20635 [  7717] By: jhi                                   on 2000/11/16  23:23:29
20636         Log: Subject: [PATCH] Re: 20001101.003 PDL
20637              From: Nicholas Clark <nick@ccl4.org>
20638              Date: Thu, 16 Nov 2000 16:48:25 +0000
20639              Message-ID: <20001116164825.B93487@plum.flirble.org>
20640      Branch: perl
20641            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
20642 ____________________________________________________________________________
20643 [  7716] By: jhi                                   on 2000/11/16  23:21:31
20644         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
20645              From: "Casey R. Tweten" <crt@kiski.net>
20646              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
20647              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
20648      Branch: perl
20649            ! lib/Pod/Checker.pm pod/perlpod.pod
20650 ____________________________________________________________________________
20651 [  7715] By: jhi                                   on 2000/11/16  23:19:40
20652         Log: Avoid an infinite loop in VMS when utils scripts are run
20653              with no arguments, from Charles Lane.
20654      Branch: perl
20655            ! configure.com
20656 ____________________________________________________________________________
20657 [  7714] By: jhi                                   on 2000/11/16  23:17:08
20658         Log: Subject: perllocale.pod changes
20659              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
20660              Date: Mon, 13 Nov 2000 10:09:22 +0300
20661              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
20662      Branch: perl
20663            ! pod/perllocale.pod
20664 ____________________________________________________________________________
20665 [  7713] By: jhi                                   on 2000/11/16  23:14:06
20666         Log: Integrate perlio.
20667      Branch: perl
20668           !> doio.c perlio.c perlio.h util.c
20669 ____________________________________________________________________________
20670 [  7712] By: nick                                  on 2000/11/16  21:10:58
20671         Log: Integrate mainline
20672      Branch: perlio
20673           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20674           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
20675           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
20676           !> vos/config.ga.def vos/config.ga.h win32/config.bc
20677           !> win32/config.gc win32/config.vc
20678 ____________________________________________________________________________
20679 [  7711] By: nick                                  on 2000/11/16  19:56:41
20680         Log: Minor tweaks:
20681              consistent way of getting 'rb', 'wb' etc. for binary opens
20682              move *perlio::layers to *open::layers
20683              a #define to show layers available
20684              DOSISH popen/PerlIO had export/import sense inverted.
20685      Branch: perlio
20686            ! doio.c perlio.c perlio.h util.c
20687 ____________________________________________________________________________
20688 [  7710] By: jhi                                   on 2000/11/16  15:46:05
20689         Log: Add HAS_SBRK_PROTO.
20690      Branch: metaconfig/U/perl
20691            + d_sbrkproto.U
20692      Branch: perl
20693            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20694            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
20695            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
20696            ! vos/config.ga.def vos/config.ga.h win32/config.bc
20697            ! win32/config.gc win32/config.vc
20698 ____________________________________________________________________________
20699 [  7709] By: nick                                  on 2000/11/16  07:31:49
20700         Log: Integrate mainline
20701      Branch: perlio
20702           !> (integrate 35 files)
20703 ____________________________________________________________________________
20704 [  7708] By: jhi                                   on 2000/11/16  05:33:03
20705         Log: These files are text, not binary.
20706      Branch: perl
20707            ! ext/Encode/Encode/iso8859-10.enc
20708            ! ext/Encode/Encode/iso8859-13.enc
20709            ! ext/Encode/Encode/iso8859-14.enc
20710            ! ext/Encode/Encode/iso8859-15.enc
20711 ____________________________________________________________________________
20712 [  7707] By: jhi                                   on 2000/11/16  01:53:37
20713         Log: Update Changes.
20714      Branch: perl
20715            ! Changes patchlevel.h
20716 ____________________________________________________________________________
20717 [  7706] By: jhi                                   on 2000/11/16  01:35:59
20718         Log: More #undefing of stdio.
20719      Branch: perl
20720            ! fakesdio.h nostdio.h
20721 ____________________________________________________________________________
20722 [  7705] By: jhi                                   on 2000/11/16  01:34:18
20723         Log: Add fwalk() probe to the configuration files and regen perltoc.
20724      Branch: perl
20725            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20726            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
20727            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
20728            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
20729            ! win32/config.bc win32/config.gc win32/config.vc
20730 ____________________________________________________________________________
20731 [  7704] By: jhi                                   on 2000/11/16  01:33:07
20732         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
20733              an optional third argument to Inlibc?)
20734      Branch: metaconfig/U/perl
20735            + d__fwalk.U
20736 ____________________________________________________________________________
20737 [  7703] By: jhi                                   on 2000/11/16  01:09:22
20738         Log: The type of the hash_cb() size argument is tricky.
20739      Branch: perl
20740            ! ext/DB_File/DB_File.xs
20741 ____________________________________________________________________________
20742 [  7702] By: jhi                                   on 2000/11/15  23:01:16
20743         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
20744      Branch: perl
20745            ! nostdio.h
20746 ____________________________________________________________________________
20747 [  7701] By: jhi                                   on 2000/11/15  22:52:32
20748         Log: Detypo.
20749      Branch: perl
20750            ! t/lib/bigfltpm.t
20751 ____________________________________________________________________________
20752 [  7700] By: jhi                                   on 2000/11/15  22:51:56
20753         Log: UINT64_C() work continues.
20754      Branch: perl
20755            ! handy.h perl.h utf8.h
20756 ____________________________________________________________________________
20757 [  7699] By: jhi                                   on 2000/11/15  14:13:04
20758         Log: SOCKS has its own USE_THREADS, based on
20759              
20760              Subject: [ID 20001114.002] et. al. bugfix followup
20761              From: Jens Hamisch <jens@Strawberry.COM> 
20762              Date: Wed, 15 Nov 2000 14:23:11 +0100
20763              Message-ID: <20001115142311.A21164@Strawberry.COM>
20764      Branch: perl
20765            ! perl.h
20766 ____________________________________________________________________________
20767 [  7698] By: jhi                                   on 2000/11/15  03:50:56
20768         Log: Add few missing #undefs and sort them.
20769      Branch: perl
20770            ! fakesdio.h
20771 ____________________________________________________________________________
20772 [  7697] By: jhi                                   on 2000/11/15  03:39:14
20773         Log: Linenumber fix.
20774      Branch: perl
20775            ! t/pragma/warn/utf8
20776 ____________________________________________________________________________
20777 [  7696] By: jhi                                   on 2000/11/15  02:55:26
20778         Log: EBCDIC tweaks.
20779              
20780              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
20781              From: Peter Prymmer <pvhp@forte.com>
20782              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
20783              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
20784      Branch: perl
20785            ! t/op/regmesg.t t/pragma/warn/utf8
20786 ____________________________________________________________________________
20787 [  7695] By: jhi                                   on 2000/11/15  02:53:58
20788         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
20789              From: Peter Prymmer <pvhp@forte.com>
20790              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
20791              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
20792      Branch: perl
20793            ! utf8.c
20794 ____________________________________________________________________________
20795 [  7694] By: jhi                                   on 2000/11/15  02:50:55
20796         Log: Subject: [PATCH: perl@7674] updates to README.os390
20797              From: Prymmer/Kahn <pvhp@best.com>
20798              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
20799              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
20800      Branch: perl
20801            ! README.os390
20802 ____________________________________________________________________________
20803 [  7693] By: jhi                                   on 2000/11/15  02:48:37
20804         Log: Quit utf8_to_uv() instantly if curlen == 0.
20805      Branch: perl
20806            ! utf8.c
20807 ____________________________________________________________________________
20808 [  7692] By: jhi                                   on 2000/11/15  02:24:29
20809         Log: Use u_int32_t for the size of hash_cb(), not size_t.
20810              
20811              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
20812              From: Jens Hamisch <jens@Strawberry.COM>     
20813              Date: Tue, 14 Nov 2000 19:03:55 +0100
20814              Message-Id: <20001114190355.A20559@Strawberry.COM>
20815      Branch: perl
20816            ! ext/DB_File/DB_File.xs
20817 ____________________________________________________________________________
20818 [  7691] By: jhi                                   on 2000/11/15  02:20:12
20819         Log: Use UINT64_C().
20820              
20821              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
20822              From: Jens Hamisch <jens@Strawberry.COM>
20823              Date: Tue, 14 Nov 2000 19:16:23 +0100
20824              Message-Id: <20001114191623.G20559@Strawberry.COM>
20825      Branch: perl
20826            ! utf8.c utf8.h
20827 ____________________________________________________________________________
20828 [  7690] By: jhi                                   on 2000/11/15  02:17:06
20829         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
20830              (a macro to define signed and unsigned integer constants).
20831      Branch: perl
20832            ! handy.h
20833 ____________________________________________________________________________
20834 [  7689] By: jhi                                   on 2000/11/15  01:56:51
20835         Log: Regen Configure.
20836      Branch: perl
20837            ! Configure
20838 ____________________________________________________________________________
20839 [  7688] By: jhi                                   on 2000/11/15  01:56:32
20840         Log: Make the unit know about SOCKS.
20841      Branch: metaconfig
20842            ! U/protos/socksizetype.U
20843 ____________________________________________________________________________
20844 [  7687] By: jhi                                   on 2000/11/15  01:54:47
20845         Log: Remove unused dependencies.
20846      Branch: metaconfig
20847            ! U/compline/d_getpagsz.U
20848 ____________________________________________________________________________
20849 [  7686] By: nick                                  on 2000/11/14  21:25:13
20850         Log: Integrate mainline.
20851      Branch: perlio
20852           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
20853           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
20854           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
20855           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
20856           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
20857           !> win32/config.bc win32/config.gc win32/config.vc
20858           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
20859 ____________________________________________________________________________
20860 [  7685] By: jhi                                   on 2000/11/14  17:54:56
20861         Log: Integrate perlio.
20862      Branch: perl
20863           +> fakesdio.h perliol.h
20864           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
20865           !> perlsdio.h perlsfio.h pod/perlfunc.pod
20866 ____________________________________________________________________________
20867 [  7684] By: nick                                  on 2000/11/14  17:43:04
20868         Log: PerlIO #include and #ifdef re-work.
20869      Branch: perlio
20870            + fakesdio.h perliol.h
20871            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
20872            ! perlsdio.h perlsfio.h
20873 ____________________________________________________________________________
20874 [  7683] By: jhi                                   on 2000/11/14  15:42:40
20875         Log: Hoist the duplicated socket/netdb include logic to perl.h;
20876              undef SETERRNO in case SOCKS has defined it.  Based on:
20877              
20878              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
20879              From: Jens Hamisch <jens@Strawberry.COM> 
20880              Date: Tue, 14 Nov 2000 11:34:40 +0100
20881              Message-Id: <20001114113440.A20005@Strawberry.COM>
20882      Branch: perl
20883            ! doio.c perl.h pp_sys.c
20884 ____________________________________________________________________________
20885 [  7682] By: jhi                                   on 2000/11/14  14:07:28
20886         Log: Subject: some additions for makefiles for win32 (for perl@7674)
20887              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
20888              Date: Tue, 14 Nov 2000 09:31:13 +0300
20889              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
20890      Branch: perl
20891            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
20892            ! win32/makefile.mk
20893 ____________________________________________________________________________
20894 [  7681] By: jhi                                   on 2000/11/14  14:01:41
20895         Log: Subject: tiny typo in perl5db.pl
20896              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
20897              Date: Tue, 14 Nov 2000 09:29:28 +0300
20898              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
20899      Branch: perl
20900            ! lib/perl5db.pl
20901 ____________________________________________________________________________
20902 [  7680] By: jhi                                   on 2000/11/14  04:13:50
20903         Log: Redo #7679 with LFs instead of CRLFs.
20904      Branch: perl
20905            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
20906            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
20907            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
20908 ____________________________________________________________________________
20909 [  7679] By: jhi                                   on 2000/11/14  01:21:09
20910         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
20911              From: Benjamin Stuhl <tiriath@yahoo.com> 
20912              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
20913              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
20914      Branch: perl
20915            + win32/bin/mdelete.bat
20916            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
20917            ! makedef.pl perlio.c win32/Makefile win32/config.gc
20918            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
20919 ____________________________________________________________________________
20920 [  7678] By: jhi                                   on 2000/11/14  01:19:20
20921         Log: Fix the re extension building for Win32.
20922              
20923              Subject: [PATCH perl@7638] Get PerlIO building on Win32
20924              From: Benjamin Stuhl <tiriath@yahoo.com> 
20925              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
20926              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
20927      Branch: perl
20928            + ext/re/hints/MSWin32.pl
20929            ! MANIFEST
20930 ____________________________________________________________________________
20931 [  7677] By: jhi                                   on 2000/11/14  01:13:54
20932         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
20933              From: sthoenna@efn.org
20934              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
20935              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
20936      Branch: perl
20937            ! doop.c pp.c toke.c utf8.c utf8.h
20938 ____________________________________________________________________________
20939 [  7676] By: jhi                                   on 2000/11/13  20:23:15
20940         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
20941              From: Nicholas Clark <nick@ccl4.org>
20942              Date: Mon, 13 Nov 2000 18:55:04 +0000
20943              Message-ID: <20001113185504.J29183@plum.flirble.org>
20944      Branch: perl
20945            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
20946 ____________________________________________________________________________
20947 [  7675] By: nick                                  on 2000/11/13  20:21:57
20948         Log: Integrate mainline ...
20949      Branch: perlio
20950           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
20951           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
20952           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
20953           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
20954 ____________________________________________________________________________
20955 [  7674] By: jhi                                   on 2000/11/13  15:07:56
20956         Log: Update Changes.
20957      Branch: perl
20958            ! Changes patchlevel.h
20959 ____________________________________________________________________________
20960 [  7673] By: jhi                                   on 2000/11/13  14:42:42
20961         Log: Remove the new two tests of lib/io_xs for now, they seem to
20962              fail under perlio on some platforms.
20963      Branch: perl
20964            ! t/lib/io_xs.t
20965 ____________________________________________________________________________
20966 [  7672] By: jhi                                   on 2000/11/13  13:57:53
20967         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
20968      Branch: perl
20969            ! perlio.c
20970 ____________________________________________________________________________
20971 [  7671] By: jhi                                   on 2000/11/13  05:30:48
20972         Log: Placate nervous compilers that see longer than ints switch()ing.
20973      Branch: perl
20974            ! utf8.c
20975 ____________________________________________________________________________
20976 [  7670] By: jhi                                   on 2000/11/13  05:14:21
20977         Log: fputs() does return EOF on error but here we don't care.
20978      Branch: perl
20979            ! perlio.c
20980 ____________________________________________________________________________
20981 [  7669] By: jhi                                   on 2000/11/13  05:02:45
20982         Log: Declare reg_data like reg_substr_data.
20983      Branch: perl
20984            ! regexp.h
20985 ____________________________________________________________________________
20986 [  7668] By: jhi                                   on 2000/11/13  04:54:34
20987         Log: Typos in #7667.
20988      Branch: perl
20989            ! perl.h
20990 ____________________________________________________________________________
20991 [  7667] By: jhi                                   on 2000/11/13  04:49:49
20992         Log: Cleanup messy #ifdef.
20993      Branch: perl
20994            ! perl.h
20995 ____________________________________________________________________________
20996 [  7666] By: jhi                                   on 2000/11/13  04:17:34
20997         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
20998              From: Nicholas Clark <nick@talking.bollo.cx>
20999              Date: Sun, 12 Nov 2000 21:14:11 +0000
21000              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
21001              
21002              Note: only one breakage of the two reported is fixed by this patch.
21003      Branch: perl
21004            ! perlio.c
21005 ____________________________________________________________________________
21006 [  7665] By: jhi                                   on 2000/11/13  04:05:07
21007         Log: Tweak the definition of the bit complement on UTF-8 data:
21008              if none of the characters in the string are > 0xff,
21009              the result is a complemented byte string, not a (UTF-8)
21010              char string.  Based on the summary in
21011              
21012              Subject: Re: [ID 20000918.005] ~ on wide chars
21013              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
21014              Date: Fri, 10 Nov 2000 09:47:15 -0800
21015              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
21016              
21017              This should give us the maximum backward (pre-char string)
21018              compatibility and utf8 compatibility.  The other alternative
21019              would be to limit the bit complement to be always byte only,
21020              taking the least significant byte of the chars.
21021      Branch: perl
21022            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
21023 ____________________________________________________________________________
21024 [  7664] By: jhi                                   on 2000/11/13  00:23:44
21025         Log: Couple of tests from #7660 salvaged.
21026      Branch: perl
21027            - t/op/tell.t
21028            ! MANIFEST t/io/tell.t
21029 ____________________________________________________________________________
21030 [  7663] By: jhi                                   on 2000/11/13  00:02:48
21031         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
21032              From: Nicholas Clark <nick@talking.bollo.cx>
21033              Date: Sun, 12 Nov 2000 21:23:43 +0000
21034              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
21035      Branch: perl
21036            ! perlsfio.h
21037 ____________________________________________________________________________
21038 [  7662] By: jhi                                   on 2000/11/13  00:01:39
21039         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
21040              From: Nicholas Clark <nick@talking.bollo.cx>
21041              Date: Sun, 12 Nov 2000 21:30:04 +0000
21042              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
21043      Branch: perl
21044            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
21045 ____________________________________________________________________________
21046 [  7661] By: jhi                                   on 2000/11/12  23:57:29
21047         Log: Document tell() on special streams.
21048      Branch: perl
21049            ! pod/perlfunc.pod
21050 ____________________________________________________________________________
21051 [  7660] By: jhi                                   on 2000/11/12  23:54:22
21052         Log: (Subsumed by #7664)
21053      Branch: perl
21054            + t/op/tell.t
21055            ! MANIFEST
21056 ____________________________________________________________________________
21057 [  7659] By: jhi                                   on 2000/11/12  22:55:25
21058         Log: Many subdocumented return values of the IO extension now documented.
21059              ungetc and write still left subdocumented.
21060              
21061              Subject: [PATCH] (was Re: IO::Handle::ungetc)
21062              From: Nicholas Clark <nick@talking.bollo.cx>
21063              Date: Sun, 12 Nov 2000 21:35:53 +0000
21064              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
21065      Branch: perl
21066            ! ext/IO/lib/IO/Handle.pm
21067 ____________________________________________________________________________
21068 [  7658] By: jhi                                   on 2000/11/12  21:37:06
21069         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
21070              From: Nicholas Clark <nick@talking.bollo.cx>
21071              Date: Sun, 12 Nov 2000 20:03:22 +0000
21072              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
21073      Branch: perl
21074            ! pod/perlfunc.pod
21075 ____________________________________________________________________________
21076 [  7657] By: jhi                                   on 2000/11/12  20:34:55
21077         Log: Integrate perlio.
21078      Branch: perl
21079           !> perlio.c
21080 ____________________________________________________________________________
21081 [  7656] By: nick                                  on 2000/11/12  19:25:06
21082         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
21083      Branch: perlio
21084            ! perlio.c
21085 ____________________________________________________________________________
21086 [  7655] By: nick                                  on 2000/11/12  19:09:41
21087         Log: Integrate mainline
21088      Branch: perlio
21089           +> README.solaris ext/Encode/Encode/cp1006.enc
21090           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
21091           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
21092           +> ext/Encode/Encode/iso8859-13.enc
21093           +> ext/Encode/Encode/iso8859-14.enc
21094           +> ext/Encode/Encode/iso8859-15.enc
21095           !> (integrate 34 files)
21096 ____________________________________________________________________________
21097 [  7654] By: jhi                                   on 2000/11/12  19:00:22
21098         Log: Add a metaconfig unit for fsync.
21099      Branch: metaconfig/U/perl
21100            + d_fsync.U
21101 ____________________________________________________________________________
21102 [  7653] By: jhi                                   on 2000/11/12  19:00:01
21103         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
21104      Branch: perl
21105            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21106            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
21107            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21108            ! vos/config.ga.h win32/config.bc win32/config.gc
21109            ! win32/config.vc
21110 ____________________________________________________________________________
21111 [  7652] By: jhi                                   on 2000/11/11  21:12:01
21112         Log: Copy the s// information of README.hpux also to the perlrun.
21113      Branch: perl
21114            ! README.hpux pod/perlrun.pod
21115 ____________________________________________________________________________
21116 [  7651] By: jhi                                   on 2000/11/11  21:03:13
21117         Log: More README.solaris updates from Andy Dougherty.
21118      Branch: perl
21119            ! README.solaris
21120 ____________________________________________________________________________
21121 [  7650] By: jhi                                   on 2000/11/11  18:38:57
21122         Log: More descriptive error for unknown perlio layers.
21123              
21124              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
21125              From: Dominic Dunlop <domo@computer.org> 
21126              Date: Sat, 11 Nov 2000 18:20:32 +0100             
21127              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
21128      Branch: perl
21129            ! perlio.c pod/perldiag.pod
21130 ____________________________________________________________________________
21131 [  7649] By: jhi                                   on 2000/11/11  18:37:52
21132         Log: MachTen doesn't really do mmap() and munmap().
21133              
21134              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
21135              From: Dominic Dunlop <domo@computer.org> 
21136              Date: Sat, 11 Nov 2000 18:20:32 +0100             
21137              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
21138      Branch: perl
21139            ! hints/machten.sh
21140 ____________________________________________________________________________
21141 [  7648] By: jhi                                   on 2000/11/11  18:36:46
21142         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
21143              From: rspier@pobox.com (Robert Spier)
21144              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
21145              Message-ID: <14861.32839.491271.985797@rls.cx>
21146      Branch: perl
21147            ! Porting/Contract pod/perltoot.pod
21148 ____________________________________________________________________________
21149 [  7647] By: jhi                                   on 2000/11/11  18:35:30
21150         Log: Simplify the getpagesize() unit by dropping the
21151              pagesize probe since it's nowadays slightly more
21152              complicated because of sysconf(). (Note: if some
21153              platform really needs the -lPW for getpagesize,
21154              I just broke it.)
21155              
21156              TODO: a new pagesize unit.
21157      Branch: metaconfig
21158            ! U/compline/d_getpagsz.U
21159 ____________________________________________________________________________
21160 [  7646] By: jhi                                   on 2000/11/11  18:33:23
21161         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
21162      Branch: perl
21163            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21164            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
21165            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21166            ! vos/config.ga.h win32/config.bc win32/config.gc
21167            ! win32/config.vc
21168 ____________________________________________________________________________
21169 [  7645] By: jhi                                   on 2000/11/11  16:45:15
21170         Log: Use sysconf() or getpagesize() to find out the pagesize.
21171      Branch: perl
21172            ! perlio.c
21173 ____________________________________________________________________________
21174 [  7644] By: jhi                                   on 2000/11/11  15:46:08
21175         Log: Integrate perlio.
21176      Branch: perl
21177           !> perlio.c
21178 ____________________________________________________________________________
21179 [  7643] By: jhi                                   on 2000/11/11  15:33:36
21180         Log: Subject: Re: [PATCH] README.solaris
21181              From: Lupe Christoph <lupe@lupe-christoph.de>
21182              Date: Sat, 11 Nov 2000 14:08:10 +0100
21183              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
21184      Branch: perl
21185            ! README.solaris
21186 ____________________________________________________________________________
21187 [  7642] By: jhi                                   on 2000/11/11  15:22:12
21188         Log: Subject: [PATCH perl@7638] cygwin port
21189              From: "Eric Fifer" <egf7@columbia.edu>            
21190              Date: Fri, 10 Nov 2000 19:30:30 -0000
21191              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
21192      Branch: perl
21193            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
21194 ____________________________________________________________________________
21195 [  7641] By: nick                                  on 2000/11/11  14:50:36
21196         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
21197              Also call "Buf" layer directly when unread'ing non-read chars.
21198      Branch: perlio
21199            ! perlio.c
21200 ____________________________________________________________________________
21201 [  7640] By: jhi                                   on 2000/11/11  02:05:02
21202         Log: Add more encoding tables.
21203      Branch: perl
21204            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
21205            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
21206            + ext/Encode/Encode/iso8859-10.enc
21207            + ext/Encode/Encode/iso8859-13.enc
21208            + ext/Encode/Encode/iso8859-14.enc
21209            + ext/Encode/Encode/iso8859-15.enc
21210            ! MANIFEST
21211 ____________________________________________________________________________
21212 [  7639] By: jhi                                   on 2000/11/10  18:49:25
21213         Log: Subject: [PATCH] README.solaris
21214              From: Andy Dougherty <doughera@lafayette.edu>
21215              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
21216              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
21217      Branch: perl
21218            + README.solaris
21219            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
21220            ! pod/perl.pod pod/perltoc.pod
21221 ____________________________________________________________________________
21222 [  7638] By: jhi                                   on 2000/11/10  15:04:15
21223         Log: Update Changes.
21224      Branch: perl
21225            ! Changes patchlevel.h
21226 ____________________________________________________________________________
21227 [  7637] By: jhi                                   on 2000/11/10  14:14:28
21228         Log: Explain better why certain regex tests are skipped.
21229              
21230              Subject: Re: tests skipped: unknown reason
21231              From: Lupe Christoph <lupe@lupe-christoph.de>
21232              Date: Fri, 10 Nov 2000 09:08:56 +0100
21233              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
21234      Branch: perl
21235            ! t/op/regexp.t
21236 ____________________________________________________________________________
21237 [  7636] By: nick                                  on 2000/11/10  13:40:00
21238         Log: Integrate mainline.
21239      Branch: perlio
21240           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
21241           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
21242           !> win32/bin/search.pl
21243 ____________________________________________________________________________
21244 [  7635] By: nick                                  on 2000/11/10  13:25:52
21245         Log: Re-instate stdio large file support via perlio.
21246      Branch: perl
21247            ! perlio.c
21248 ____________________________________________________________________________
21249 [  7634] By: jhi                                   on 2000/11/10  04:49:55
21250         Log: Amdahl UTS hints updates.
21251              
21252              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
21253              From: hom00@utsglobal.com (Harold O Morris)
21254              Date: Thu, 9 Nov 2000 20:02 PST
21255              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
21256      Branch: perl
21257            ! hints/uts.sh
21258 ____________________________________________________________________________
21259 [  7633] By: jhi                                   on 2000/11/09  23:33:28
21260         Log: Subject: [PATCH] IO::Seekable pod
21261              From: Nicholas Clark <nick@talking.bollo.cx>
21262              Date: Thu, 9 Nov 2000 20:29:45 +0000
21263              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
21264      Branch: perl
21265            ! ext/IO/lib/IO/Handle.pm
21266 ____________________________________________________________________________
21267 [  7632] By: jhi                                   on 2000/11/09  21:55:41
21268         Log: Various doc oddball characters.
21269              
21270              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
21271              From: Michael Somos <somos@grail.cba.csuohio.edu>
21272              Date: Mon, 6 Nov 2000 17:44:20 -0500
21273              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
21274      Branch: perl
21275            ! emacs/cperl-mode.el lib/unicode/syllables.txt
21276            ! win32/bin/search.pl
21277 ____________________________________________________________________________
21278 [  7631] By: jhi                                   on 2000/11/09  21:12:29
21279         Log: Subject: Re: bash -c exit and linux hints 
21280              From: "John P. Linderman" <jpl@research.att.com>
21281              Date: Thu, 02 Nov 2000 09:37:25 -0500
21282              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
21283      Branch: perl
21284            ! hints/linux.sh
21285 ____________________________________________________________________________
21286 [  7630] By: nick                                  on 2000/11/09  20:34:11
21287         Log: Integrate mainline.
21288      Branch: perlio
21289           !> (integrate 91 files)
21290 ____________________________________________________________________________
21291 [  7629] By: jhi                                   on 2000/11/09  19:46:31
21292         Log: Missing dTHXs.
21293              
21294              Subject: RE: perl@7595 builds not on cygwin
21295              From: "Eric Fifer" <egf7@columbia.edu>
21296              Date: Thu, 9 Nov 2000 19:26:50 -0000
21297              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
21298      Branch: perl
21299            ! ext/Devel/Peek/Peek.xs
21300 ____________________________________________________________________________
21301 [  7628] By: jhi                                   on 2000/11/09  14:48:27
21302         Log: Disable only the tests 99 and 166 for UTF-8 locales.
21303      Branch: perl
21304            ! t/pragma/locale.t
21305 ____________________________________________________________________________
21306 [  7627] By: jhi                                   on 2000/11/09  14:40:27
21307         Log: There's no =head3.
21308      Branch: perl
21309            ! pod/perlhack.pod
21310 ____________________________________________________________________________
21311 [  7626] By: jhi                                   on 2000/11/09  13:54:26
21312         Log: The generated boot_* headers are wrong.  Pickier compiler,
21313              such as KAI C++ will refuse to compile the resulting perlmain.
21314              
21315              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
21316              From: Harri Pasanen <harri.pasanen@trema.com>
21317              Date: Thu, 09 Nov 2000 14:23:28 +0100
21318              Message-Id: <3A0AA550.26D548A3@trema.com>
21319      Branch: perl
21320            ! minimod.pl
21321 ____________________________________________________________________________
21322 [  7625] By: jhi                                   on 2000/11/09  13:50:44
21323         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
21324              From: Prymmer/Kahn <pvhp@best.com>
21325              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
21326              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
21327              
21328              All except the "cow orker" change.
21329      Branch: perl
21330            ! Porting/pumpkin.pod
21331 ____________________________________________________________________________
21332 [  7624] By: jhi                                   on 2000/11/09  13:45:33
21333         Log: Fix for
21334              
21335              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
21336              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
21337              Date: Thu, 09 Nov 2000 11:05:52 +0100
21338              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
21339      Branch: perl
21340            ! pod/perldiag.pod t/pragma/warn/pp_sys
21341 ____________________________________________________________________________
21342 [  7623] By: jhi                                   on 2000/11/09  13:37:16
21343         Log: Typo in an ifndef.
21344              
21345              Subject: Re: [PATCH 5.7.0] better messages from malloc()
21346              From: Joe Smith <jms@inwap.com>         
21347              Date: Thu, 09 Nov 2000 01:33:14 -0800
21348              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
21349      Branch: perl
21350            ! malloc.c
21351 ____________________________________________________________________________
21352 [  7622] By: jhi                                   on 2000/11/09  13:31:18
21353         Log: Remove unused extra arguments.
21354      Branch: metaconfig/U/perl
21355            ! perlxv.U
21356      Branch: perl
21357            ! Configure config_h.SH
21358 ____________________________________________________________________________
21359 [  7621] By: jhi                                   on 2000/11/09  13:16:36
21360         Log: More VMS moves on environment handling, from Charles Lane.
21361      Branch: perl
21362            ! t/pragma/locale.t
21363 ____________________________________________________________________________
21364 [  7620] By: jhi                                   on 2000/11/09  04:42:38
21365         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
21366              From: David Dyck <dcd@tc.fluke.com>
21367              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
21368              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
21369      Branch: perl
21370            ! pp_sys.c
21371 ____________________________________________________________________________
21372 [  7619] By: jhi                                   on 2000/11/09  04:36:21
21373         Log: Forgot from #7618.
21374      Branch: perl
21375            ! lib/File/stat.pm
21376 ____________________________________________________________________________
21377 [  7618] By: jhi                                   on 2000/11/09  04:28:44
21378         Log: Make deleting for %ENV work for (newer versions of) VMS,
21379              from Craig A. Berry.
21380      Branch: perl
21381            ! vms/vms.c
21382 ____________________________________________________________________________
21383 [  7617] By: jhi                                   on 2000/11/09  04:25:05
21384         Log: Subject: [PATCH] Class::Struct at compile time
21385              From: "Casey R. Tweten" <crt@kiski.net>
21386              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
21387              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
21388      Branch: perl
21389            ! lib/Class/Struct.pm
21390 ____________________________________________________________________________
21391 [  7616] By: jhi                                   on 2000/11/09  04:15:17
21392         Log: Subject: [ID 20001108.013] spelling
21393              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
21394              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
21395              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
21396      Branch: perl
21397            ! lib/ftp.pl
21398 ____________________________________________________________________________
21399 [  7615] By: jhi                                   on 2000/11/09  04:12:42
21400         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
21401              From: Peter Prymmer <pvhp@forte.com>
21402              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
21403              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
21404      Branch: perl
21405            ! configure.com
21406 ____________________________________________________________________________
21407 [  7614] By: jhi                                   on 2000/11/08  22:42:55
21408         Log: A missing aTHX_.
21409      Branch: perl
21410            ! ext/IPC/SysV/SysV.xs
21411 ____________________________________________________________________________
21412 [  7613] By: jhi                                   on 2000/11/08  19:30:21
21413         Log: Update Changes.
21414      Branch: perl
21415            ! Changes patchlevel.h
21416 ____________________________________________________________________________
21417 [  7612] By: jhi                                   on 2000/11/08  18:35:25
21418         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
21419              From: David Dyck <dcd@tc.fluke.com>
21420              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
21421              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
21422      Branch: perl
21423            ! pp_sys.c
21424 ____________________________________________________________________________
21425 [  7611] By: jhi                                   on 2000/11/08  18:30:26
21426         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
21427              From: Dominic Dunlop <domo@computer.org>
21428              Date: Tue, 7 Nov 2000 12:05:25 +0100
21429              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
21430      Branch: perl
21431            ! malloc.c
21432 ____________________________________________________________________________
21433 [  7610] By: jhi                                   on 2000/11/08  18:25:14
21434         Log: Do not test UTF-8 locales since that the tests would require
21435              polymorphic regexen.
21436      Branch: perl
21437            ! t/pragma/locale.t
21438 ____________________________________________________________________________
21439 [  7609] By: jhi                                   on 2000/11/08  17:12:51
21440         Log: Locale buglets.
21441              
21442              Subject: RE: Locales support (setlocale) fixes
21443              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
21444              Date: Wed, 8 Nov 2000 20:01:39 +0300
21445              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
21446      Branch: perl
21447            ! t/pragma/locale.t util.c
21448 ____________________________________________________________________________
21449 [  7608] By: jhi                                   on 2000/11/08  17:00:16
21450         Log: Deleting $ENV{PATH} in VMS is not recommendable.
21451      Branch: perl
21452            ! t/pragma/locale.t
21453 ____________________________________________________________________________
21454 [  7607] By: jhi                                   on 2000/11/08  16:58:26
21455         Log: Subject: PATCH std stdio for (Free)BSD
21456              From: Nicholas Clark <nick@ccl4.org>
21457              Date: Wed, 8 Nov 2000 15:36:29 +0000
21458              Message-ID: <20001108153629.D98736@plum.flirble.org>
21459      Branch: metaconfig
21460            ! U/compline/d_stdstdio.U
21461      Branch: perl
21462            ! Configure config_h.SH
21463 ____________________________________________________________________________
21464 [  7606] By: jhi                                   on 2000/11/08  16:43:31
21465         Log: Forgot to bump the line numbers in #7601.
21466      Branch: perl
21467            ! t/pragma/warn/pp_sys
21468 ____________________________________________________________________________
21469 [  7605] By: jhi                                   on 2000/11/08  16:39:12
21470         Log: More careful detection of how well NVs and UVs mix.
21471              
21472              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))
21473              From: Nicholas Clark <nick@ccl4.org>
21474              Date: Wed, 8 Nov 2000 15:14:12 +0000
21475              Message-ID: <20001108151412.B98736@plum.flirble.org>
21476              
21477              Added some SIGFPE paranoia.
21478      Branch: metaconfig/U/perl
21479            ! perlxv.U
21480      Branch: perl
21481            ! Configure config_h.SH
21482 ____________________________________________________________________________
21483 [  7604] By: jhi                                   on 2000/11/08  14:39:10
21484         Log: Subject: [patch perl@7595] VMS configure.com tweak
21485              From: "Craig A. Berry" <craigberry@mac.com>
21486              Date: Wed, 8 Nov 2000 00:24:12 -0600
21487              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
21488      Branch: perl
21489            ! configure.com
21490 ____________________________________________________________________________
21491 [  7603] By: jhi                                   on 2000/11/08  14:27:11
21492         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
21493              From: Robin Barker <rmb1@cise.npl.co.uk>
21494              Date: Wed, 8 Nov 2000 11:11:39 GMT
21495              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
21496      Branch: perl
21497            ! perlio.c
21498 ____________________________________________________________________________
21499 [  7602] By: jhi                                   on 2000/11/08  14:25:03
21500         Log: Fix for the tie-refhash string table leaks.
21501              
21502              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
21503              Date: Wed, 8 Nov 2000 13:03:04 GMT
21504              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
21505      Branch: perl
21506            ! t/lib/tie-refhash.t
21507 ____________________________________________________________________________
21508 [  7601] By: jhi                                   on 2000/11/08  14:21:08
21509         Log: Try to avoid flockless and emulationless places.
21510      Branch: perl
21511            ! t/pragma/warn/pp_sys
21512 ____________________________________________________________________________
21513 [  7600] By: jhi                                   on 2000/11/08  02:28:54
21514         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
21515              
21516              Subject: [PATCH] prototyped functions that should be overrideable
21517              From: "Casey R. Tweten" <crt@kiski.net>
21518              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
21519              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
21520      Branch: perl
21521            ! toke.c
21522 ____________________________________________________________________________
21523 [  7599] By: jhi                                   on 2000/11/08  01:12:05
21524         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
21525              
21526              Subject: [PATCH] perlbug.PL
21527              From: "Kurt D. Starsinic" <kstar@chapin.edu>
21528              Date: Mon, 6 Nov 2000 21:39:01 -0500
21529              Message-ID: <20001106213901.B20955@O2.chapin.edu>
21530      Branch: perl
21531            ! utils/perlbug.PL
21532 ____________________________________________________________________________
21533 [  7598] By: jhi                                   on 2000/11/07  23:42:00
21534         Log: Bad thinko in #7581 (I used the test program with the expanded
21535              values as-is).
21536      Branch: metaconfig
21537            ! U/compline/d_stdstdio.U
21538      Branch: perl
21539            ! Configure
21540 ____________________________________________________________________________
21541 [  7597] By: jhi                                   on 2000/11/07  21:43:29
21542         Log: Subject: [PATCH perl@7573] cygwin port
21543              From: "Fifer, Eric" <EFifer@sanwaint.com>
21544              Date: Tue, 7 Nov 2000 18:08:51 -0000 
21545              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
21546              
21547              Synchronize with Cygwin 1.1.5.
21548      Branch: perl
21549            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
21550            ! pod/perlport.pod unixish.h util.c
21551 ____________________________________________________________________________
21552 [  7596] By: jhi                                   on 2000/11/07  21:39:25
21553         Log: perlhack updates from H.Merijn Brand.
21554      Branch: perl
21555            ! pod/perlhack.pod
21556 ____________________________________________________________________________
21557 [  7595] By: jhi                                   on 2000/11/07  20:21:41
21558         Log: Update Changes.
21559      Branch: perl
21560            ! Changes patchlevel.h
21561 ____________________________________________________________________________
21562 [  7594] By: jhi                                   on 2000/11/07  19:18:58
21563         Log: Be more robust in Dynaloader.pm.
21564      Branch: perl
21565            ! ext/DynaLoader/DynaLoader_pm.PL
21566 ____________________________________________________________________________
21567 [  7593] By: jhi                                   on 2000/11/07  16:49:31
21568         Log: AUTHORS update.
21569      Branch: perl
21570            ! AUTHORS
21571 ____________________________________________________________________________
21572 [  7592] By: gsar                                  on 2000/11/07  16:39:51
21573         Log: normalize relative paths in virtualized current directory on windows,
21574              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
21575              returns)
21576      Branch: perl
21577            ! win32/vdir.h
21578 ____________________________________________________________________________
21579 [  7591] By: jhi                                   on 2000/11/07  16:04:26
21580         Log: Too profiler-happy: with optimization the #7590 actually makes
21581              the test to run 0.5% _slower_.  Requires much more instrumentation.
21582              Retract #7590.
21583      Branch: perl
21584            ! regcomp.c regcomp.h
21585 ____________________________________________________________________________
21586 [  7590] By: jhi                                   on 2000/11/07  15:51:13
21587         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
21588              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
21589              by using memset() and testing bytewise (as opposed to bitwise).
21590      Branch: perl
21591            ! regcomp.c regcomp.h
21592 ____________________________________________________________________________
21593 [  7589] By: jhi                                   on 2000/11/07  12:56:39
21594         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
21595              From: "Craig A. Berry" <craig.berry@psinetcs.com>
21596              Date: Mon, 06 Nov 2000 23:45:30 -0500
21597              Message-Id: <0011079735.AA973576259@univpress.com>
21598      Branch: perl
21599            ! configure.com t/lib/st-lock.t
21600 ____________________________________________________________________________
21601 [  7588] By: jhi                                   on 2000/11/07  01:03:28
21602         Log: Tweak #7587.
21603      Branch: perl
21604            ! pod/perldiag.pod
21605 ____________________________________________________________________________
21606 [  7587] By: jhi                                   on 2000/11/07  01:00:27
21607         Log: A doc addition for bug id 20001105.019, beware \p.
21608      Branch: perl
21609            ! pod/perldiag.pod
21610 ____________________________________________________________________________
21611 [  7586] By: jhi                                   on 2000/11/07  00:32:22
21612         Log: Fake support of holey files in win/dosish platforms.
21613              
21614              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
21615              From: kipp@shonanblue.ne.jp
21616              Date: Mon, 6 Nov 2000 13:30:55 -0800
21617              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
21618      Branch: perl
21619            ! ext/SDBM_File/sdbm/sdbm.c
21620 ____________________________________________________________________________
21621 [  7585] By: jhi                                   on 2000/11/07  00:12:54
21622         Log: Subject: Pod updates
21623              From: "Stephen P. Potter" <spp@spotter.yi.org>
21624              Date: Mon, 06 Nov 2000 18:56:43 -0500
21625              Message-Id: <200011062357.SAA18173@spotter.yi.org>
21626      Branch: perl
21627            ! README.dos README.os2 README.win32 pod/buildtoc.PL
21628            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
21629            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
21630            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
21631            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
21632            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
21633            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
21634            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
21635            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
21636            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
21637            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
21638            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
21639            ! pod/perltootc.pod pod/perlunicode.pod
21640 ____________________________________________________________________________
21641 [  7584] By: jhi                                   on 2000/11/07  00:04:17
21642         Log: Varargs don't always work too well if one puts an unsigned
21643              char on the stack and pop an unsigned quad off the stack.
21644              
21645              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
21646              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
21647              Date: Mon, 06 Nov 2000 15:19:05 -0800
21648              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
21649      Branch: perl
21650            ! utf8.c
21651 ____________________________________________________________________________
21652 [  7583] By: jhi                                   on 2000/11/06  23:58:48
21653         Log: %ENV note tweaks from Dan Sugalski.
21654      Branch: perl
21655            ! pod/perlport.pod vms/perlvms.pod
21656 ____________________________________________________________________________
21657 [  7582] By: jhi                                   on 2000/11/06  23:05:49
21658         Log: glibc5 detection by __GNU_LIBRARY__.
21659      Branch: perl
21660            ! toke.c
21661 ____________________________________________________________________________
21662 [  7581] By: jhi                                   on 2000/11/06  22:51:29
21663         Log: Make the stdio test program of 7427 less noisy while being 
21664              compiled so that Digital UNIX wouldn't get both
21665              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
21666              undefined.  This makes perlio happy.
21667      Branch: metaconfig
21668            ! U/compline/d_stdstdio.U
21669      Branch: perl
21670            ! Configure config_h.SH
21671 ____________________________________________________________________________
21672 [  7580] By: jhi                                   on 2000/11/06  22:41:41
21673         Log: Document %ENV = () portability issues.
21674      Branch: perl
21675            ! pod/perlport.pod vms/perlvms.pod
21676 ____________________________________________________________________________
21677 [  7579] By: jhi                                   on 2000/11/06  21:29:24
21678         Log: VOS updates from Paul Green.
21679      Branch: perl
21680            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21681 ____________________________________________________________________________
21682 [  7578] By: jhi                                   on 2000/11/06  21:00:40
21683         Log: Sanitize the environment further.
21684      Branch: perl
21685            ! t/pragma/locale.t
21686 ____________________________________________________________________________
21687 [  7577] By: jhi                                   on 2000/11/06  20:53:51
21688         Log: Re-introduce 7552 lost in integration.
21689      Branch: perl
21690            ! perlio.c
21691 ____________________________________________________________________________
21692 [  7576] By: jhi                                   on 2000/11/06  20:33:46
21693         Log: Admit that the test leaks scalars.
21694      Branch: perl
21695            ! t/comp/proto.t
21696 ____________________________________________________________________________
21697 [  7575] By: jhi                                   on 2000/11/06  20:17:08
21698         Log: Integrate perlio.
21699      Branch: perl
21700           !> perlio.c
21701 ____________________________________________________________________________
21702 [  7574] By: nick                                  on 2000/11/06  20:07:28
21703         Log: Remove debug. Try (Mmap_t) on madvise() call.
21704      Branch: perlio
21705            ! perlio.c
21706 ____________________________________________________________________________
21707 [  7573] By: jhi                                   on 2000/11/06  13:56:05
21708         Log: Update Changes.
21709      Branch: perl
21710            ! Changes patchlevel.h
21711 ____________________________________________________________________________
21712 [  7572] By: jhi                                   on 2000/11/06  13:48:41
21713         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
21714              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21715              Date: Mon, 06 Nov 2000 10:11:42 +0100
21716              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
21717      Branch: perl
21718            ! pod/perlhack.pod
21719 ____________________________________________________________________________
21720 [  7571] By: jhi                                   on 2000/11/06  01:45:51
21721         Log: AUTHORS updates.
21722      Branch: perl
21723            ! AUTHORS
21724 ____________________________________________________________________________
21725 [  7570] By: jhi                                   on 2000/11/06  00:18:00
21726         Log: Fix for
21727              
21728              Subject: [ID 20000728.005] perl -P broken
21729              From: David Dyck <dcd@tc.fluke.com>
21730              Date: Fri, 28 Jul 2000 17:19:16 -0700
21731              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
21732              
21733              (hopefully).  The fix is also not complete, it seems to break
21734              BOM swallowing for libc5 systems, but until someone figures
21735              out a way to do this without ftell(), this will do.
21736      Branch: perl
21737            ! toke.c
21738 ____________________________________________________________________________
21739 [  7569] By: jhi                                   on 2000/11/06  00:05:30
21740         Log: Document that the evaled syntax errors cause scalar leaks.
21741      Branch: perl
21742            ! t/comp/proto.t
21743 ____________________________________________________________________________
21744 [  7568] By: jhi                                   on 2000/11/05  23:14:47
21745         Log: opmini.o can linger from Configures past.
21746      Branch: perl
21747            ! Makefile.SH
21748 ____________________________________________________________________________
21749 [  7567] By: jhi                                   on 2000/11/05  21:28:39
21750         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
21751              first argument correctly.
21752      Branch: perl
21753            ! perlio.c
21754 ____________________________________________________________________________
21755 [  7566] By: jhi                                   on 2000/11/05  21:15:56
21756         Log: Integrate perlio.
21757      Branch: perl
21758           !> perlio.c
21759 ____________________________________________________________________________
21760 [  7565] By: jhi                                   on 2000/11/05  21:15:13
21761         Log: Use -dM for gcc (the suggested patch did it only for Linux,
21762              but I think it can be generalized).
21763              
21764              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
21765              From: Pixel <pixel@mandrakesoft.com>
21766              Date: 05 Nov 2000 21:49:34 +0100 
21767              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
21768      Branch: perl
21769            ! ext/Errno/Errno_pm.PL
21770 ____________________________________________________________________________
21771 [  7564] By: nick                                  on 2000/11/05  21:09:18
21772         Log: Added a mmap layer as a "subclass" of perlio.
21773              PERLIO=mmap ./perl harness passes
21774      Branch: perlio
21775            ! perlio.c
21776 ____________________________________________________________________________
21777 [  7563] By: jhi                                   on 2000/11/05  19:48:55
21778         Log: Add a note for future generations about bug id 20000229.006.
21779      Branch: perl
21780            ! malloc.c
21781 ____________________________________________________________________________
21782 [  7562] By: jhi                                   on 2000/11/05  19:38:24
21783         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
21784      Branch: perl
21785            ! pp_ctl.c t/op/pos.t
21786 ____________________________________________________________________________
21787 [  7561] By: jhi                                   on 2000/11/05  18:21:46
21788         Log: Add =pod to be tidy.
21789      Branch: perl
21790            ! lib/Math/Complex.pm
21791 ____________________________________________________________________________
21792 [  7560] By: jhi                                   on 2000/11/05  17:38:46
21793         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
21794      Branch: perl
21795            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
21796            ! ext/Storable/Storable.xs t/lib/st-recurse.t
21797 ____________________________________________________________________________
21798 [  7559] By: jhi                                   on 2000/11/05  17:32:59
21799         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
21800              From: "Peter J. Farley III" <pjfarley@banet.net>
21801              Date: Sun, 05 Nov 2000 11:55:59 -0500
21802              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
21803      Branch: perl
21804            ! t/lib/syslog.t
21805 ____________________________________________________________________________
21806 [  7558] By: jhi                                   on 2000/11/05  17:29:19
21807         Log: Integrate perlio.
21808      Branch: perl
21809           !> perlio.c
21810 ____________________________________________________________________________
21811 [  7557] By: jhi                                   on 2000/11/05  17:22:01
21812         Log: A fix of sorts for 20000329.026, a better error message
21813              for a missing "use charnames" when using the \N{...}. 
21814      Branch: perl
21815            ! pod/perldiag.pod toke.c
21816 ____________________________________________________________________________
21817 [  7556] By: jhi                                   on 2000/11/05  16:33:50
21818         Log: Test tweak: show also the failed locales.
21819              
21820              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
21821              From: Lupe Christoph <lupe@lupe-christoph.de>         
21822              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
21823              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
21824      Branch: perl
21825            ! t/pragma/locale.t
21826 ____________________________________________________________________________
21827 [  7555] By: nick                                  on 2000/11/05  11:09:34
21828         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
21829              open RDWR so does not fail. (pragma/warnings 303 again...)
21830      Branch: perlio
21831            ! perlio.c
21832 ____________________________________________________________________________
21833 [  7554] By: nick                                  on 2000/11/05  10:10:13
21834         Log: Fix case where ungetc(f,EOF) was allowed.
21835              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
21836              so we can see similarities.
21837              Use types more carefully and a STDCHAR array in hope that this will
21838              fix Jarrko's 64bit machine.
21839      Branch: perlio
21840            ! perlio.c
21841 ____________________________________________________________________________
21842 [  7553] By: jhi                                   on 2000/11/05  01:12:16
21843         Log: Fix for
21844              
21845              Subject: [ID 20001004.007] taint propogation is inconsistent
21846              From: pimlott@idiomtech.com (Andrew Pimlott) 
21847              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
21848              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
21849              
21850              The culprit was sv_setsv() which was rather blindly
21851              propagating taint, which lead to behaviour where if
21852              a tainted anon hash value was seen all the hash values
21853              from then on at that level became tainted, or at any
21854              upper levels in the case of nested anon hashes.
21855      Branch: perl
21856            ! sv.c t/op/taint.t
21857 ____________________________________________________________________________
21858 [  7552] By: jhi                                   on 2000/11/04  23:44:18
21859         Log: Some cpps don't like splitting conditionals across several lines.
21860      Branch: perl
21861            ! perlio.c
21862 ____________________________________________________________________________
21863 [  7551] By: nick                                  on 2000/11/04  23:40:44
21864         Log: Integrate mainline
21865      Branch: perlio
21866           !> pp_hot.c t/op/taint.t
21867 ____________________________________________________________________________
21868 [  7550] By: nick                                  on 2000/11/04  23:39:05
21869         Log: Integrate mainline again
21870      Branch: perlio
21871           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
21872           !> t/lib/b.t t/op/misc.t util.c
21873 ____________________________________________________________________________
21874 [  7549] By: jhi                                   on 2000/11/04  23:14:01
21875         Log: Fix for
21876              
21877              Subject: [ID 20001004.006] undef is never tainted
21878              From: pimlott@idiomtech.com (Andrew Pimlott)
21879              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
21880              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
21881              
21882              An undef read from a slurped file was not tainted.
21883      Branch: perl
21884            ! pp_hot.c t/op/taint.t
21885 ____________________________________________________________________________
21886 [  7548] By: jhi                                   on 2000/11/04  22:56:21
21887         Log: Test tweak ($Config{useperlio} is by default undef) .
21888      Branch: perl
21889            ! t/lib/b.t
21890 ____________________________________________________________________________
21891 [  7547] By: jhi                                   on 2000/11/04  22:43:56
21892         Log: Integrate perlio.
21893      Branch: perl
21894           +> lib/perlio.pm
21895           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
21896           !> pod/perlapi.pod t/lib/b.t
21897 ____________________________________________________________________________
21898 [  7546] By: jhi                                   on 2000/11/04  22:40:59
21899         Log: Configure would use a bad $myuname from an old config.sh.
21900              
21901              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
21902              From: Andy Dougherty <doughera@lafayette.edu>
21903              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
21904              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
21905      Branch: metaconfig
21906            ! U/modified/Oldconfig.U
21907      Branch: perl
21908            ! Configure config_h.SH
21909 ____________________________________________________________________________
21910 [  7545] By: jhi                                   on 2000/11/04  22:36:54
21911         Log: Subject: Locales support (setlocale) fixes
21912              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
21913              Date: Sat, 4 Nov 2000 10:15:48 +0300 
21914              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
21915              
21916              Modified quite a bit to be more portable.
21917      Branch: perl
21918            ! embed.h embed.pl perl.h proto.h util.c
21919 ____________________________________________________________________________
21920 [  7544] By: jhi                                   on 2000/11/04  22:32:47
21921         Log: Dying is too strict here, better just skip.
21922      Branch: perl
21923            ! t/op/misc.t
21924 ____________________________________________________________________________
21925 [  7543] By: nick                                  on 2000/11/04  21:55:13
21926         Log: Merge mainline
21927      Branch: perlio
21928           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
21929           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
21930           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
21931           !> (integrate 64 files)
21932 ____________________________________________________________________________
21933 [  7542] By: jhi                                   on 2000/11/04  21:09:28
21934         Log: More Changes tweakery.
21935      Branch: perl
21936            ! Changes Porting/genlog
21937 ____________________________________________________________________________
21938 [  7541] By: jhi                                   on 2000/11/04  20:58:18
21939         Log: Changes fixups.
21940      Branch: perl
21941            ! Changes
21942 ____________________________________________________________________________
21943 [  7540] By: jhi                                   on 2000/11/04  20:42:38
21944         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
21945              create a "fast path" for locale name probing using "locale -a"
21946              if available, squash finally hopefully the s?printf resetting
21947              the numeric locale (since, IIUC perllocale, it never shouldn't). 
21948      Branch: perl
21949            ! sv.c t/op/misc.t t/pragma/locale.t
21950 ____________________________________________________________________________
21951 [  7539] By: nick                                  on 2000/11/04  19:56:10
21952         Log: PerlIO infrastructure complete.
21953      Branch: perlio
21954            + lib/perlio.pm
21955            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
21956 ____________________________________________________________________________
21957 [  7538] By: nick                                  on 2000/11/04  14:31:32
21958         Log: Type tweaks + less contorted allocation scheme
21959      Branch: perlio
21960            ! perlio.c
21961 ____________________________________________________________________________
21962 [  7537] By: nick                                  on 2000/11/04  12:40:42
21963         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
21964              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
21965              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
21966              sensible) which lead to some interesting fails.
21967      Branch: perlio
21968            ! perlio.c
21969 ____________________________________________________________________________
21970 [  7536] By: jhi                                   on 2000/11/04  00:20:02
21971         Log: Add FCNTL_CAN_LOCK.
21972              
21973              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
21974              From: Andy Dougherty <doughera@lafayette.edu>
21975              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
21976              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
21977              
21978              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
21979              From: Andy Dougherty <doughera@lafayette.edu>
21980              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
21981              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
21982      Branch: metaconfig/U/perl
21983            + d_fcntl_can_lock.U
21984            ! startperl.U
21985      Branch: perl
21986            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21987            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
21988            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21989            ! vos/config.ga.h win32/config.bc win32/config.gc
21990            ! win32/config.vc
21991 ____________________________________________________________________________
21992 [  7535] By: nick                                  on 2000/11/03  22:19:10
21993         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
21994              - Works on Linux with
21995              perlio + unix
21996              stdio
21997              - Works on Solaris with
21998              perlio + unix
21999              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
22000              - Fails (hangs in openpid) if you try and stack
22001              perlio + stdio - Linux stdio's read() logic is hanging.
22002      Branch: perlio
22003            ! iperlsys.h perlio.c
22004 ____________________________________________________________________________
22005 [  7534] By: jhi                                   on 2000/11/03  15:16:02
22006         Log: Subject: Re: README.aix
22007              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22008              Date: Fri, 03 Nov 2000 16:03:15 +0100
22009              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
22010      Branch: perl
22011            ! README.aix
22012 ____________________________________________________________________________
22013 [  7533] By: jhi                                   on 2000/11/03  03:59:02
22014         Log: Subject: [PATCH 5.7.0] better messages from malloc()
22015              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22016              Date: Wed, 1 Nov 2000 23:39:56 -0500
22017              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
22018      Branch: perl
22019            ! malloc.c pod/perldiag.pod
22020 ____________________________________________________________________________
22021 [  7532] By: jhi                                   on 2000/11/03  00:11:56
22022         Log: The #7521 touched things it shouldn't have.
22023      Branch: perl
22024            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
22025 ____________________________________________________________________________
22026 [  7531] By: jhi                                   on 2000/11/02  22:32:33
22027         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
22028              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22029              Date:     Thu, 2 Nov 2000 16:58:36 EST
22030              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
22031      Branch: perl
22032            ! vms/gen_shrfls.pl
22033 ____________________________________________________________________________
22034 [  7530] By: jhi                                   on 2000/11/02  22:08:49
22035         Log: Fix the problem discussed in
22036              
22037              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
22038              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
22039              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
22040              
22041              originally from Linc Madison.  Also Andreas König's comments
22042              taken into account.  Some other problems with Tie::SubstrHash
22043              fixed: didn't croak when the table exceeded the requested number
22044              of entries (as documented) but instead when the number of entries
22045              exceeded the size of the table, a croak() had an unnecessary \n,
22046              didn't have a CLEAR method, documented that there is no exists().
22047              Didn't fix to be strict-proof because the module uses &foo; and
22048              dynamic scope.  Added a test script exercizing both first tamely 
22049              the basic functionality, and then the failure cases reported by
22050              Linc Madison.
22051      Branch: perl
22052            + t/lib/tie-substrhash.t
22053            ! MANIFEST lib/Tie/SubstrHash.pm
22054 ____________________________________________________________________________
22055 [  7529] By: jhi                                   on 2000/11/02  17:58:08
22056         Log: recv() can fail and return undef.
22057              
22058              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
22059              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
22060              Date: Thu, 2 Nov 2000 20:12:20 +0300
22061              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
22062      Branch: perl
22063            ! lib/Net/Ping.pm
22064 ____________________________________________________________________________
22065 [  7528] By: jhi                                   on 2000/11/02  17:49:09
22066         Log: Detpyo.
22067      Branch: perl
22068            ! pod/perlop.pod
22069 ____________________________________________________________________________
22070 [  7527] By: jhi                                   on 2000/11/02  15:48:37
22071         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
22072              fix a autovivification bug in Tie::RefHash, add tests for both.
22073              
22074              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
22075              From: Edward Avis <epa98@doc.ic.ac.uk>
22076              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
22077              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
22078      Branch: perl
22079            + t/lib/tie-refhash.t
22080            ! MANIFEST lib/Tie/RefHash.pm
22081 ____________________________________________________________________________
22082 [  7526] By: jhi                                   on 2000/11/02  13:56:26
22083         Log: Test::Harness revealed buglets in the new DynaLoader.
22084              
22085              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
22086              From: andreas.koenig@anima.de (Andreas J. Koenig)
22087              Date: 02 Nov 2000 11:26:48 +0100 
22088              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
22089      Branch: perl
22090            ! ext/DynaLoader/DynaLoader_pm.PL
22091 ____________________________________________________________________________
22092 [  7525] By: jhi                                   on 2000/11/01  23:52:08
22093         Log: The entry for #7503 was missing.
22094      Branch: perl
22095            ! Changes
22096 ____________________________________________________________________________
22097 [  7524] By: jhi                                   on 2000/11/01  23:40:52
22098         Log: Update Changes.
22099      Branch: perl
22100            ! Changes patchlevel.h
22101 ____________________________________________________________________________
22102 [  7523] By: jhi                                   on 2000/11/01  22:57:09
22103         Log: More tweaking on the #7522 theme.
22104      Branch: perl
22105            ! ext/DynaLoader/DynaLoader_pm.PL
22106 ____________________________________________________________________________
22107 [  7522] By: jhi                                   on 2000/11/01  22:06:15
22108         Log: Expand %Config variables and %ENV variables only if
22109              so requested during build time using the
22110              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
22111              Not expanding makes relocating distributions easier.
22112      Branch: perl
22113            ! ext/DynaLoader/DynaLoader_pm.PL
22114 ____________________________________________________________________________
22115 [  7521] By: jhi                                   on 2000/11/01  20:56:34
22116         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
22117              and setgid() because they were just changing $< and $( which means
22118              only changing the real uid/gid, as opposed to changing both
22119              real and effective ids.  (The alternative way could have been
22120              in POSIX.pm to change $> and $), too, but making a direct call
22121              to the C API feels cleaner.)  Fixes the bug
22122              
22123              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
22124              From: "Garry T. Williams" <garry@zvolve.com>
22125              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
22126              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
22127      Branch: perl
22128            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
22129            ! ext/POSIX/typemap pod/perlvar.pod
22130 ____________________________________________________________________________
22131 [  7520] By: jhi                                   on 2000/11/01  20:08:33
22132         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
22133              From: "Garry T. Williams" <garry@zvolve.com>
22134              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
22135              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
22136      Branch: perl
22137            ! pod/perlsec.pod
22138 ____________________________________________________________________________
22139 [  7519] By: jhi                                   on 2000/11/01  20:01:22
22140         Log: Locale warning explanation tweak.
22141      Branch: perl
22142            ! pod/perldiag.pod
22143 ____________________________________________________________________________
22144 [  7518] By: jhi                                   on 2000/11/01  18:57:13
22145         Log: C.pm part of
22146              
22147              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
22148              From: Jarkko Hietaniemi <jhi@iki.fi>
22149              Date: Tue, 10 Oct 2000 08:22:28 -0500
22150              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
22151      Branch: perl
22152            ! ext/B/B/C.pm
22153 ____________________________________________________________________________
22154 [  7517] By: jhi                                   on 2000/11/01  18:41:59
22155         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
22156              From: Martien Verbruggen <mgjv@comdyn.com.au>
22157              Date: Fri, 6 Oct 2000 14:09:10 +1100
22158              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
22159      Branch: perl
22160            ! pod/perlop.pod
22161 ____________________________________________________________________________
22162 [  7516] By: jhi                                   on 2000/11/01  18:34:55
22163         Log: Generalize the Camel wording.
22164              
22165              Subject: Re: perlfaq style changes
22166              From: John Borwick <jhborwic@unity.ncsu.edu>
22167              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
22168              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
22169      Branch: perl
22170            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
22171 ____________________________________________________________________________
22172 [  7515] By: jhi                                   on 2000/11/01  16:52:31
22173         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
22174              From: pimlott@idiomtech.com (Andrew Pimlott)
22175              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
22176              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
22177      Branch: perl
22178            ! pod/perlsec.pod
22179 ____________________________________________________________________________
22180 [  7514] By: jhi                                   on 2000/11/01  15:03:40
22181         Log: More AIX lore.
22182      Branch: perl
22183            ! ext/re/hints/aix.pl
22184 ____________________________________________________________________________
22185 [  7513] By: jhi                                   on 2000/11/01  14:48:30
22186         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
22187              From: root <root@chronos.fi.muni.cz>
22188              Date: Wed, 1 Nov 2000 12:31:32 +0100
22189              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
22190      Branch: perl
22191            ! lib/Net/Ping.pm
22192 ____________________________________________________________________________
22193 [  7512] By: jhi                                   on 2000/11/01  14:46:47
22194         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
22195              From: Martin Husemann <martin@duskware.de>
22196              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
22197              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
22198      Branch: perl
22199            ! regcomp.c
22200 ____________________________________________________________________________
22201 [  7511] By: jhi                                   on 2000/11/01  14:39:50
22202         Log: AUTHORS updates.
22203      Branch: perl
22204            ! AUTHORS
22205 ____________________________________________________________________________
22206 [  7510] By: jhi                                   on 2000/11/01  14:29:50
22207         Log: Subject: [PATCH] startperl to respect versiononly
22208              From: Robin Barker <rmb1@cise.npl.co.uk> 
22209              Date: Tue, 31 Oct 2000 16:29:36 GMT
22210              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
22211      Branch: metaconfig/U/perl
22212            ! startperl.U
22213      Branch: perl
22214            ! Configure config_h.SH
22215 ____________________________________________________________________________
22216 [  7509] By: jhi                                   on 2000/11/01  14:19:53
22217         Log: printf UVs the correct way, noticed by Robin Barker.
22218      Branch: perl
22219            ! utf8.c
22220 ____________________________________________________________________________
22221 [  7508] By: jhi                                   on 2000/11/01  14:10:03
22222         Log: Do not cleanup *% because the % has special meanings in some
22223              shell environments.
22224      Branch: perl
22225            ! ext/Storable/Makefile.PL
22226 ____________________________________________________________________________
22227 [  7507] By: jhi                                   on 2000/11/01  14:06:00
22228         Log: The NonStop-UX libraries have a novel way to say NaN.
22229      Branch: perl
22230            ! t/lib/bigfltpm.t
22231 ____________________________________________________________________________
22232 [  7506] By: jhi                                   on 2000/11/01  14:03:35
22233         Log: The osname has been lowercased by now, from Tom Bates.
22234      Branch: metaconfig
22235            ! U/modified/Oldconfig.U
22236      Branch: perl
22237            ! Configure config_h.SH
22238 ____________________________________________________________________________
22239 [  7505] By: jhi                                   on 2000/10/31  19:18:39
22240         Log: The compiler is either gcc or cc, from Tom Bates.
22241      Branch: perl
22242            ! hints/nonstopux.sh
22243 ____________________________________________________________________________
22244 [  7504] By: jhi                                   on 2000/10/31  14:53:42
22245         Log: Update Changes.
22246      Branch: perl
22247            ! Changes patchlevel.h
22248 ____________________________________________________________________________
22249 [  7503] By: jhi                                   on 2000/10/31  14:30:50
22250         Log: Whitespace style tweak.  Was originally going to see to
22251              
22252              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
22253              From: Joe Smith <jms@inwap.com>
22254              Date: Mon, 30 Oct 2000 18:47:57 -0800
22255              Message-Id: <39FE32DD.24AAC4D@inwap.com>
22256              
22257              but that had already been taken care of.
22258      Branch: metaconfig
22259            ! U/compline/d_stdstdio.U
22260      Branch: perl
22261            ! Configure config_h.SH
22262 ____________________________________________________________________________
22263 [  7502] By: jhi                                   on 2000/10/31  14:25:02
22264         Log: AUTHORS tweaks.
22265      Branch: perl
22266            ! AUTHORS
22267 ____________________________________________________________________________
22268 [  7501] By: jhi                                   on 2000/10/31  14:23:59
22269         Log: Subject: perlfaq style changes
22270              From: John Borwick <jhborwic@unity.ncsu.edu>
22271              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
22272              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
22273      Branch: perl
22274            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
22275            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
22276            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
22277            ! pod/perlfaq9.pod
22278 ____________________________________________________________________________
22279 [  7500] By: jhi                                   on 2000/10/31  14:22:15
22280         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
22281              
22282              Subject: Re: [ID 20000918.005] ~ on wide chars
22283              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22284              Date: Mon, 30 Oct 2000 21:09:55 -0800
22285              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
22286              
22287              (The ord() part of the patch skipped.)
22288      Branch: perl
22289            ! doop.c
22290 ____________________________________________________________________________
22291 [  7499] By: jhi                                   on 2000/10/31  14:20:08
22292         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
22293              From: Jens Hamisch <jens@Strawberry.COM>
22294              Date: Mon, 30 Oct 2000 15:17:07 +0100
22295              Message-Id: <20001030151707.A9597@Strawberry.COM>
22296      Branch: perl
22297            ! av.c
22298 ____________________________________________________________________________
22299 [  7498] By: jhi                                   on 2000/10/31  14:16:29
22300         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
22301              From: Peter Prymmer <pvhp@forte.com>
22302              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
22303              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
22304      Branch: perl
22305            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
22306            + ext/Encode/Encode/posix-bc.enc
22307            ! MANIFEST t/lib/encode.t
22308 ____________________________________________________________________________
22309 [  7497] By: jhi                                   on 2000/10/31  14:13:22
22310         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
22311              From: Peter Prymmer <pvhp@forte.com>
22312              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
22313              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
22314      Branch: perl
22315            ! t/lib/cgi-html.t
22316 ____________________________________________________________________________
22317 [  7496] By: jhi                                   on 2000/10/31  14:12:05
22318         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
22319              From: Peter Prymmer <pvhp@forte.com>
22320              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
22321              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
22322      Branch: perl
22323            ! t/lib/cgi-function.t
22324 ____________________________________________________________________________
22325 [  7495] By: jhi                                   on 2000/10/31  14:11:08
22326         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
22327              From: Peter Prymmer <pvhp@forte.com>
22328              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
22329              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
22330      Branch: perl
22331            + ext/re/hints/aix.pl
22332            ! MANIFEST ext/re/Makefile.PL
22333 ____________________________________________________________________________
22334 [  7494] By: jhi                                   on 2000/10/31  14:08:32
22335         Log: Use Errno magic.
22336              
22337              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
22338              From: Casey Tweten <perl@ctweten.amsite.com>
22339              Date: Mon, 30 Oct 2000 15:51:17 -0500
22340              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
22341      Branch: perl
22342            ! lib/File/Temp.pm
22343 ____________________________________________________________________________
22344 [  7493] By: jhi                                   on 2000/10/31  14:05:07
22345         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
22346              
22347              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
22348              From: Nicholas Clark <nick@ccl4.org>
22349              Date: Mon, 30 Oct 2000 17:38:45 +0000
22350              Message-ID: <20001030173845.O60355@plum.flirble.org>
22351      Branch: perl
22352            ! Makefile.SH utils/perlbug.PL
22353 ____________________________________________________________________________
22354 [  7492] By: nick                                  on 2000/10/30  19:37:23
22355         Log: Change files which are mysteriously different to mainline to be
22356              copies of mainline.
22357      Branch: perlio
22358            ! objXSUB.h perlapi.c pod/perlapi.pod
22359 ____________________________________________________________________________
22360 [  7491] By: nick                                  on 2000/10/30  18:05:54
22361         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
22362              - typo in endian code in putc.
22363              - Don't allow read of write-only files and vice-versa
22364              - and off-by-one in flush-all loop.
22365              Remove debug calls as they were using GCC specific features.
22366      Branch: perlio
22367            ! perlio.c
22368 ____________________________________________________________________________
22369 [  7490] By: nick                                  on 2000/10/29  21:45:45
22370         Log: Integrate mainline to perlio
22371      Branch: perlio
22372           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
22373           !> toke.c
22374 ____________________________________________________________________________
22375 [  7489] By: jhi                                   on 2000/10/29  21:11:08
22376         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
22377              From: andreas.koenig@anima.de (Andreas J. Koenig)
22378              Date: 29 Oct 2000 22:05:59 +0100
22379              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
22380      Branch: perl
22381            ! lib/ExtUtils/Manifest.pm
22382 ____________________________________________________________________________
22383 [  7488] By: jhi                                   on 2000/10/29  21:07:47
22384         Log: Tests for #7487.
22385              
22386              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
22387              From: andreas.koenig@anima.de (Andreas J. Koenig)
22388              Date: 29 Oct 2000 19:37:09 +0100
22389              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
22390      Branch: perl
22391            ! t/comp/proto.t
22392 ____________________________________________________________________________
22393 [  7487] By: jhi                                   on 2000/10/29  21:06:27
22394         Log: constsub spillage.
22395              
22396              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
22397              From: John Tobey <jtobey@john-edwin-tobey.org>
22398              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
22399              Message-Id: <m13pvSr-000FObC@feynman.localnet>
22400      Branch: perl
22401            ! op.c
22402 ____________________________________________________________________________
22403 [  7486] By: nick                                  on 2000/10/29  21:05:04
22404         Log: Integrate mainline to perlio branch
22405      Branch: perlio
22406           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
22407           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
22408           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
22409           +> vos/install_perl.cm
22410            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
22411            - vos/config.h vos/config_h.SH_orig
22412           !> (integrate 141 files)
22413 ____________________________________________________________________________
22414 [  7485] By: jhi                                   on 2000/10/29  21:00:47
22415         Log: Make \x{...} consistently produce UTF-8.
22416              
22417              Subject: Re: \x{...} is confused 
22418              From: Simon Cozens <simon@cozens.net>
22419              Date: Sun, 29 Oct 2000 19:36:48 +0000
22420              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
22421      Branch: perl
22422            ! t/pragma/utf8.t toke.c
22423 ____________________________________________________________________________
22424 [  7484] By: nick                                  on 2000/10/29  20:05:29
22425         Log: PerlIO passes all tests.
22426      Branch: perlio
22427            ! perlio.c
22428 ____________________________________________________________________________
22429 [  7483] By: jhi                                   on 2000/10/29  18:06:55
22430         Log: Update Changes.
22431      Branch: perl
22432            ! Changes patchlevel.h
22433 ____________________________________________________________________________
22434 [  7482] By: nick                                  on 2000/10/29  17:43:28
22435         Log: Include <unistd.h> to get correct lseek() prototype etc.
22436              (I thought perl.h did that) - down to two fails
22437              - comp/require.t (last test)
22438              - lib/io_xs.t - possibly import/export of FILE * ?
22439      Branch: perlio
22440            ! perlio.c
22441 ____________________________________________________________________________
22442 [  7481] By: jhi                                   on 2000/10/29  17:02:37
22443         Log: UTF-8 decoder tweak.
22444      Branch: perl
22445            ! utf8.c
22446 ____________________________________________________________________________
22447 [  7480] By: nick                                  on 2000/10/29  16:26:11
22448         Log: Fixed two bugs:
22449              - error code not being set on close (of broken pipe)
22450              - append mode was truncating.
22451              At least one seek/tell bug remains.
22452      Branch: perlio
22453            ! perlio.c
22454 ____________________________________________________________________________
22455 [  7479] By: nick                                  on 2000/10/29  11:18:16
22456         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
22457              in case of accidents. Still several worrying fails, no line disciplines yet.
22458      Branch: perlio
22459            ! iperlsys.h perlio.c
22460 ____________________________________________________________________________
22461 [  7478] By: jhi                                   on 2000/10/29  02:04:01
22462         Log: Add also emailless people.
22463      Branch: perl
22464            ! AUTHORS
22465 ____________________________________________________________________________
22466 [  7477] By: jhi                                   on 2000/10/29  01:36:00
22467         Log: The #7476 needs a MANIFEST change, too.
22468      Branch: perl
22469            ! MANIFEST
22470 ____________________________________________________________________________
22471 [  7476] By: jhi                                   on 2000/10/29  01:35:21
22472         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
22473      Branch: perl
22474            - MAINTAIN
22475            ! AUTHORS Changes
22476 ____________________________________________________________________________
22477 [  7475] By: jhi                                   on 2000/10/28  23:57:25
22478         Log: De-quoted-unreadable to ISO Latin 1.
22479              (There's one ISO-2022-JP name in Changes5.004.)
22480      Branch: perl
22481            ! Changes Changes5.6
22482 ____________________________________________________________________________
22483 [  7474] By: jhi                                   on 2000/10/28  19:13:06
22484         Log: Subject: [ID 20001027.007] uniq array in perlfaq
22485              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
22486              Date: Fri, 27 Oct 2000 19:28:30 +0200
22487              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
22488      Branch: perl
22489            ! pod/perlfaq4.pod
22490 ____________________________________________________________________________
22491 [  7473] By: jhi                                   on 2000/10/28  18:02:05
22492         Log: Locking null mutexes is not recommendable.
22493              
22494              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
22495              From: Hugo <hv@crypt.compulink.co.uk>
22496              Date: Sat, 28 Oct 2000 18:41:12 +0100
22497              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
22498      Branch: perl
22499            ! op.c
22500 ____________________________________________________________________________
22501 [  7472] By: jhi                                   on 2000/10/28  17:52:58
22502         Log: Better create a true mailing list for the repository keepers.
22503      Branch: perl
22504            ! Porting/repository.pod
22505 ____________________________________________________________________________
22506 [  7471] By: jhi                                   on 2000/10/28  17:28:24
22507         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
22508              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
22509      Branch: perl
22510            + Porting/repository.pod
22511            ! MANIFEST
22512 ____________________________________________________________________________
22513 [  7470] By: jhi                                   on 2000/10/28  17:20:54
22514         Log: Subject: DOC PATCH 5.6.0
22515              From: mjd@plover.com
22516              Date: 27 Oct 2000 17:32:44 -0000
22517              Message-ID: <20001027173244.23754.qmail@plover.com>
22518      Branch: perl
22519            ! pod/perlfunc.pod
22520 ____________________________________________________________________________
22521 [  7469] By: jhi                                   on 2000/10/28  17:16:45
22522         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
22523              From: "Peter J. Farley III" <pjfarley@banet.net>
22524              Date: Fri, 27 Oct 2000 20:32:56 -0400
22525              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
22526      Branch: perl
22527            ! README.dos
22528 ____________________________________________________________________________
22529 [  7468] By: jhi                                   on 2000/10/28  17:07:18
22530         Log: Make target reordering to avoid pointless re-makes.
22531              
22532              Subject: Re: Total re-make of 'make okfile' after 7451 ?
22533              From: Nicholas Clark <nick@ccl4.org>
22534              Date: Sat, 28 Oct 2000 00:31:02 +0100
22535              Message-ID: <20001028003101.A54517@plum.flirble.org>
22536      Branch: perl
22537            ! Makefile.SH
22538 ____________________________________________________________________________
22539 [  7467] By: jhi                                   on 2000/10/28  17:05:31
22540         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
22541              From: lvirden@cas.org
22542              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
22543              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
22544      Branch: perl
22545            ! README.os2
22546 ____________________________________________________________________________
22547 [  7466] By: jhi                                   on 2000/10/28  16:09:16
22548         Log: Upgrade to CPAN 1.58_55.
22549              
22550              Subject: CPAN.pm status
22551              From: andreas.koenig@anima.de (Andreas J. Koenig) 
22552              Date: 28 Oct 2000 08:18:00 +0200 
22553              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
22554      Branch: perl
22555            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
22556 ____________________________________________________________________________
22557 [  7465] By: jhi                                   on 2000/10/28  16:02:47
22558         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
22559      Branch: perl
22560            ! embed.h embed.pl perl.h proto.h toke.c
22561 ____________________________________________________________________________
22562 [  7464] By: nick                                  on 2000/10/28  10:43:44
22563         Log: Fix for sv_2iv() on "shared" value from keys %hash.
22564      Branch: perl
22565            ! sv.c
22566 ____________________________________________________________________________
22567 [  7463] By: jhi                                   on 2000/10/27  16:18:29
22568         Log: Update Changes.
22569      Branch: perl
22570            ! Changes patchlevel.h
22571 ____________________________________________________________________________
22572 [  7462] By: jhi                                   on 2000/10/27  16:17:44
22573         Log: Too enthusiastic editing in #7460.
22574      Branch: metaconfig
22575            ! U/modified/Oldsym.U
22576      Branch: perl
22577            ! Configure config_h.SH
22578 ____________________________________________________________________________
22579 [  7461] By: jhi                                   on 2000/10/27  15:37:38
22580         Log: Retract #7459, the script needs more work.
22581      Branch: perl
22582            - mkreef
22583            ! MANIFEST
22584 ____________________________________________________________________________
22585 [  7460] By: jhi                                   on 2000/10/27  15:23:14
22586         Log: Use $sort, $uniq (and $tr) consistently as wondered
22587              by Nicholas Clark.
22588      Branch: metaconfig
22589            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
22590            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
22591            ! U/modified/libc.U
22592      Branch: perl
22593            ! Configure config_h.SH
22594 ____________________________________________________________________________
22595 [  7459] By: jhi                                   on 2000/10/27  15:02:07
22596         Log: (Retracted by #7461)
22597              
22598              Add a shell script for creating/removing symbolic link farms,
22599              useful for keeping the source code read-only and doing the
22600              builds somewhere else.
22601      Branch: perl
22602            + mkreef
22603            ! MANIFEST
22604 ____________________________________________________________________________
22605 [  7458] By: jhi                                   on 2000/10/27  14:42:20
22606         Log: Do away with the fix_pl.
22607      Branch: perl
22608            - fix_pl
22609            ! MANIFEST Makefile.SH
22610 ____________________________________________________________________________
22611 [  7457] By: jhi                                   on 2000/10/27  12:43:13
22612         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
22613              From: Jens Hamisch <jens@Strawberry.COM>
22614              Date: Fri, 27 Oct 2000 14:38:21 +0200
22615              Message-Id: <20001027143821.B3366@Strawberry.COM>
22616      Branch: perl
22617            ! perl.h
22618 ____________________________________________________________________________
22619 [  7456] By: jhi                                   on 2000/10/27  12:33:42
22620         Log: Subject: [PATCH] todo
22621              From: Nicholas Clark <nick@ccl4.org>
22622              Date: Thu, 26 Oct 2000 22:32:29 +0100
22623              Message-ID: <20001026223229.A44540@plum.flirble.org>
22624      Branch: perl
22625            ! pod/perltodo.pod
22626 ____________________________________________________________________________
22627 [  7455] By: jhi                                   on 2000/10/27  12:02:21
22628         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
22629              From: John Tobey <jtobey@john-edwin-tobey.org>
22630              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
22631              Message-Id: <m13ozHF-000FObC@feynman.localnet>
22632      Branch: perl
22633            ! op.c t/pragma/sub_lval.t
22634 ____________________________________________________________________________
22635 [  7454] By: jhi                                   on 2000/10/27  11:59:42
22636         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
22637              From: sthoenna@efn.org
22638              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
22639              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
22640      Branch: perl
22641            ! pp.c t/op/assignwarn.t
22642 ____________________________________________________________________________
22643 [  7453] By: jhi                                   on 2000/10/27  00:15:08
22644         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
22645      Branch: perl
22646            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
22647            ! ext/Storable/Storable.xs t/lib/st-lock.t
22648 ____________________________________________________________________________
22649 [  7452] By: jhi                                   on 2000/10/26  13:05:52
22650         Log: Undo #7451, this seems to be a deficiency in Perforce,
22651              there is no per-file line-terminator type, only per-client.
22652      Branch: perl
22653            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
22654            ! win32/makefile.mk
22655 ____________________________________________________________________________
22656 [  7451] By: jhi                                   on 2000/10/26  04:56:03
22657         Log: Experimenting in DOS arcana.
22658      Branch: perl
22659            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
22660            ! win32/makefile.mk
22661 ____________________________________________________________________________
22662 [  7450] By: jhi                                   on 2000/10/26  04:50:52
22663         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
22664              From: "Peter J. Farley III" <pjfarley@banet.net>            
22665              Date: Wed, 25 Oct 2000 23:10:18 -0400
22666              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
22667      Branch: perl
22668            ! t/io/open.t
22669 ____________________________________________________________________________
22670 [  7449] By: jhi                                   on 2000/10/26  04:49:16
22671         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
22672              From: Hugo <hv@crypt.compulink.co.uk>
22673              Date: Thu, 26 Oct 2000 01:55:17 +0100
22674              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
22675              
22676              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
22677      Branch: perl
22678            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
22679 ____________________________________________________________________________
22680 [  7448] By: jhi                                   on 2000/10/26  04:38:36
22681         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
22682              From: Peter Prymmer <pvhp@forte.com>
22683              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
22684              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
22685      Branch: perl
22686            ! configure.com
22687 ____________________________________________________________________________
22688 [  7447] By: jhi                                   on 2000/10/25  23:20:02
22689         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
22690              in platforms that strictly require all the symbols being present
22691              at link time.
22692      Branch: perl
22693            ! handy.h
22694 ____________________________________________________________________________
22695 [  7446] By: jhi                                   on 2000/10/25  21:55:57
22696         Log: Update Changes.
22697      Branch: perl
22698            ! Changes patchlevel.h
22699 ____________________________________________________________________________
22700 [  7445] By: jhi                                   on 2000/10/25  21:27:08
22701         Log: Integrate with vmsperl #7430 by Charles Bailey:
22702              
22703              Cleanup from prior patch (Charles Lane?):
22704              - improve handling of MFDs in Basename and Path
22705              - default to no xsubpp line # munging when building debug images
22706      Branch: perl
22707           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
22708 ____________________________________________________________________________
22709 [  7444] By: jhi                                   on 2000/10/25  21:03:50
22710         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
22711              From: John Peacock <JPeacock@UnivPress.com>
22712              Date: Thu, 18 May 2000 11:55:27 -0400
22713              Message-ID: <3924126F.A58BE57A@UnivPress.com>
22714      Branch: perl
22715            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
22716            ! t/op/write.t
22717 ____________________________________________________________________________
22718 [  7443] By: jhi                                   on 2000/10/25  20:43:10
22719         Log: Temporary stopgap for the self-tying issue: for now only
22720              array and hash self-ties are verboten.  The real fix, of
22721              course, would be to comprehensively test (and implement?)
22722              and debug (and document) self-ties.
22723      Branch: perl
22724            ! pod/perldiag.pod pp_sys.c t/op/tie.t
22725 ____________________________________________________________________________
22726 [  7442] By: jhi                                   on 2000/10/25  20:14:30
22727         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
22728              From: Dan Sugalski <dan@sidhe.org>
22729              Date: Wed, 25 Oct 2000 13:36:35 -0400
22730              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
22731              
22732              plus regen global.sym.
22733      Branch: perl
22734            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
22735            ! thrdvar.h util.c
22736 ____________________________________________________________________________
22737 [  7441] By: jhi                                   on 2000/10/25  20:12:20
22738         Log: buildtoc target tweaks.
22739      Branch: perl
22740            ! pod/Makefile.SH
22741 ____________________________________________________________________________
22742 [  7440] By: jhi                                   on 2000/10/25  20:03:53
22743         Log: A new version of making the syslog test more robust.
22744              (Replaces #7421.)
22745              
22746              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
22747              From: "Kurt D. Starsinic" <kstar@chapin.edu>
22748              Date: Wed, 25 Oct 2000 12:13:54 -0400
22749              Message-ID: <20001025121354.B2264@O2.chapin.edu>
22750      Branch: perl
22751            ! t/lib/syslog.t
22752 ____________________________________________________________________________
22753 [  7439] By: jhi                                   on 2000/10/25  20:00:48
22754         Log: Continue the internal UTF-8 API tweaking.
22755              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
22756              used much more than the simpler API, now called utf8_to_uv_simple().
22757              Still not quite happy with API, too much partial duplication
22758              of functionality.
22759      Branch: perl
22760            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
22761            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
22762            ! regcomp.c regexec.c sv.c toke.c utf8.c
22763 ____________________________________________________________________________
22764 [  7438] By: jhi                                   on 2000/10/25  18:52:30
22765         Log: Allow poking holes at the UTF-8 decoding strictness.
22766      Branch: perl
22767            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
22768            ! utf8.h
22769 ____________________________________________________________________________
22770 [  7437] By: jhi                                   on 2000/10/25  13:53:05
22771         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
22772              UTF8LEN() and UTF8SKIP(). 
22773      Branch: perl
22774            ! pp.c utf8.c utf8.h
22775 ____________________________________________________________________________
22776 [  7436] By: jhi                                   on 2000/10/25  13:51:37
22777         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
22778              From: Nicholas Clark <nick@ccl4.org>
22779              Date: Wed, 25 Oct 2000 14:44:05 +0100
22780              Message-ID: <20001025144404.D27253@plum.flirble.org>
22781      Branch: perl
22782            ! pod/perlrun.pod
22783 ____________________________________________________________________________
22784 [  7435] By: jhi                                   on 2000/10/25  13:49:32
22785         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
22786              From: Mike Guy <mjtg@cam.ac.uk>
22787              Date: Tue, 24 Oct 2000 14:59:40 +0100
22788              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
22789      Branch: perl
22790            ! scope.c
22791 ____________________________________________________________________________
22792 [  7434] By: jhi                                   on 2000/10/25  13:48:41
22793         Log: AIX is picky about its symbol exports.  Solution for now
22794              is to include the deb.o explicitly to the re extension build.
22795              
22796              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
22797              From: Peter Prymmer <pvhp@forte.com>
22798              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
22799              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
22800      Branch: perl
22801            ! ext/re/Makefile.PL hints/aix.sh
22802 ____________________________________________________________________________
22803 [  7433] By: jhi                                   on 2000/10/25  13:46:49
22804         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
22805              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22806              Date: Wed, 25 Oct 2000 12:02:20 +0200
22807              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
22808      Branch: perl
22809            ! perlsdio.h
22810 ____________________________________________________________________________
22811 [  7432] By: jhi                                   on 2000/10/25  13:44:28
22812         Log: Subject: Minor update to find2perl, for portability
22813              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
22814              Date: Wed, 25 Oct 2000 12:05:47 +0100
22815              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
22816      Branch: perl
22817            ! x2p/find2perl.PL
22818 ____________________________________________________________________________
22819 [  7431] By: jhi                                   on 2000/10/25  13:40:39
22820         Log: Add targets to Makefile.SH, most importantly
22821              'regen_all' which also remembers to update vms/perly*.
22822      Branch: perl
22823            ! Makefile.SH
22824 ____________________________________________________________________________
22825 [  7430] By: bailey                                on 2000/10/25  03:13:53
22826         Log: Cleanup from prior patch (Charles Lane?):
22827              - improve handling of MFDs in Basename and Path
22828              - default to no xsubpp line # munging when building debug images
22829      Branch: vmsperl
22830            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
22831 ____________________________________________________________________________
22832 [  7429] By: jhi                                   on 2000/10/24  20:03:40
22833         Log: Podify README.epoc and README.vos.
22834      Branch: perl
22835            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
22836            ! pod/perlport.pod pod/perltoc.pod
22837 ____________________________________________________________________________
22838 [  7428] By: jhi                                   on 2000/10/24  19:10:33
22839         Log: Stratus VOS updates from Paul Green.
22840      Branch: perl
22841            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22842            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
22843            - vos/config.def vos/config.h vos/config_h.SH_orig
22844            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
22845            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
22846 ____________________________________________________________________________
22847 [  7427] By: jhi                                   on 2000/10/24  18:59:48
22848         Log: Check if stdio supports tweaking lval and cnt simultaneously.
22849              
22850              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
22851              From: Nicholas Clark <nick@ccl4.org>
22852              Date: Mon, 23 Oct 2000 15:39:32 +0100
22853              Message-ID: <20001023153932.A10786@plum.flirble.org>
22854      Branch: metaconfig
22855            ! U/compline/d_stdstdio.U
22856      Branch: perl
22857            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22858            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
22859            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
22860            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
22861            ! vos/config.h vos/config_h.SH_orig win32/config.bc
22862            ! win32/config.gc win32/config.vc
22863 ____________________________________________________________________________
22864 [  7426] By: jhi                                   on 2000/10/24  17:57:44
22865         Log: Missed the header file changes from #7425.
22866      Branch: perl
22867            ! embed.h embed.pl objXSUB.h proto.h
22868 ____________________________________________________________________________
22869 [  7425] By: jhi                                   on 2000/10/24  17:55:17
22870         Log: Fix the bug reported in
22871              
22872              From: andreas.koenig@anima.de (Andreas J. Koenig)
22873              Subject: Encode bug?
22874              Date: 24 Oct 2000 14:01:26 +0200 
22875              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
22876              
22877              Also make is_utf8_char() stricter.
22878      Branch: perl
22879            ! ext/Encode/Encode.xs utf8.c
22880 ____________________________________________________________________________
22881 [  7424] By: jhi                                   on 2000/10/24  15:15:39
22882         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
22883              From: Peter Scott <Peter@PSDT.com>
22884              Date: Mon, 23 Oct 2000 19:46:01 -0700
22885              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
22886      Branch: perl
22887            ! pod/perlfaq5.pod
22888 ____________________________________________________________________________
22889 [  7423] By: jhi                                   on 2000/10/24  14:25:30
22890         Log: Test tweak to avoid pulling in the whole Config.
22891      Branch: perl
22892            ! t/lib/st-lock.t
22893 ____________________________________________________________________________
22894 [  7422] By: jhi                                   on 2000/10/24  14:03:16
22895         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
22896      Branch: perl
22897            ! pp.c
22898 ____________________________________________________________________________
22899 [  7421] By: jhi                                   on 2000/10/24  13:32:09
22900         Log: (Replaced by #7440.)
22901              
22902              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
22903              From: "Kurt D. Starsinic" <kstar@chapin.edu>
22904              Date: Mon, 23 Oct 2000 16:40:54 -0400
22905              Message-ID: <20001023164054.B14491@O2.chapin.edu>
22906      Branch: perl
22907            ! t/lib/syslog.t
22908 ____________________________________________________________________________
22909 [  7420] By: jhi                                   on 2000/10/24  13:30:53
22910         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
22911              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22912              Date: Mon, 23 Oct 2000 17:29:03 -0400
22913              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
22914      Branch: perl
22915            ! lib/ExtUtils/MM_Unix.pm
22916 ____________________________________________________________________________
22917 [  7419] By: jhi                                   on 2000/10/24  13:29:57
22918         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
22919              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22920              Date: Mon, 23 Oct 2000 19:01:32 -0400
22921              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
22922      Branch: perl
22923            ! utils/h2xs.PL
22924 ____________________________________________________________________________
22925 [  7418] By: jhi                                   on 2000/10/24  13:26:04
22926         Log: Replace #7409 with
22927              
22928              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
22929              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
22930              Date: Mon, 23 Oct 2000 20:08:56 +0200
22931              Message-ID: <20001023200855.A14850@nice.ram.loc>
22932      Branch: perl
22933            ! ext/Storable/Storable.pm t/lib/st-lock.t
22934 ____________________________________________________________________________
22935 [  7417] By: jhi                                   on 2000/10/24  13:17:52
22936         Log: Run vms/vms_yfix.pl, should have done that after changing
22937              perly.c in #7382.
22938      Branch: perl
22939            ! vms/perly_c.vms vms/perly_h.vms
22940 ____________________________________________________________________________
22941 [  7416] By: jhi                                   on 2000/10/24  02:55:33
22942         Log: Make the UTF-8 decoding stricter and more verbose when
22943              malformation happens.  This involved adding an argument
22944              to utf8_to_uv_chk(), which involved changing its prototype,
22945              and prefer STRLEN over I32 for the UTF-8 length, which as
22946              a domino effect necessitated changing the prototypes of
22947              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
22948              The stricter UTF-8 decoding checking uses Markus Kuhn's
22949              UTF-8 Decode Stress Tester from
22950              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
22951      Branch: perl
22952            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
22953            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
22954            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
22955            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
22956 ____________________________________________________________________________
22957 [  7415] By: jhi                                   on 2000/10/23  14:06:06
22958         Log: Update Changes.
22959      Branch: perl
22960            ! Changes patchlevel.h
22961 ____________________________________________________________________________
22962 [  7414] By: jhi                                   on 2000/10/23  12:39:52
22963         Log: Undo the basename() part of #7412 since the lib/basename
22964              tests would need upgrading too.
22965      Branch: perl
22966            ! lib/File/Basename.pm
22967 ____________________________________________________________________________
22968 [  7413] By: jhi                                   on 2000/10/23  12:19:27
22969         Log: Document PERL_INSTALL_ROOT of #7210.
22970      Branch: perl
22971            ! lib/ExtUtils/Install.pm
22972 ____________________________________________________________________________
22973 [  7412] By: jhi                                   on 2000/10/23  12:16:47
22974         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
22975      Branch: perl
22976            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
22977            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
22978 ____________________________________________________________________________
22979 [  7411] By: jhi                                   on 2000/10/23  12:07:41
22980         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
22981              From: Prymmer/Kahn <pvhp@best.com>
22982              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
22983              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
22984      Branch: perl
22985            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
22986 ____________________________________________________________________________
22987 [  7410] By: jhi                                   on 2000/10/23  04:10:11
22988         Log: The change #7187 was not so good on VMS.
22989              
22990              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
22991              From: "Craig A. Berry" <craig.berry@psinetcs.com>
22992              Date: Sun, 22 Oct 2000 23:03:08 -0500
22993              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
22994      Branch: perl
22995            ! utils/perldoc.PL
22996 ____________________________________________________________________________
22997 [  7409] By: jhi                                   on 2000/10/23  03:57:36
22998         Log: Avoid Storable locking on DJGPP for now.
22999              
23000              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
23001              From: "Peter J. Farley III" <pjfarley@banet.net>
23002              Date: Sun, 22 Oct 2000 20:00:00 -0400
23003              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
23004      Branch: perl
23005            ! ext/Storable/Storable.pm t/lib/st-lock.t
23006 ____________________________________________________________________________
23007 [  7408] By: jhi                                   on 2000/10/23  03:50:24
23008         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
23009              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
23010              Date: Sun, 22 Oct 2000 21:12:22 -0400
23011              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
23012      Branch: perl
23013            ! lib/vars.pm
23014 ____________________________________________________________________________
23015 [  7407] By: jhi                                   on 2000/10/23  03:43:12
23016         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
23017              From: Hugo <hv@crypt.compulink.co.uk>
23018              Date: Mon, 23 Oct 2000 00:47:22 +0100
23019              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
23020      Branch: perl
23021            ! regexec.c t/op/pat.t
23022 ____________________________________________________________________________
23023 [  7406] By: jhi                                   on 2000/10/23  03:40:29
23024         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
23025      Branch: perl
23026            ! lib/ExtUtils/MakeMaker.pm
23027 ____________________________________________________________________________
23028 [  7405] By: jhi                                   on 2000/10/22  21:32:00
23029         Log: Doc patch.
23030              
23031              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
23032              From: rspier@pobox.com (Robert Spier)
23033              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
23034              Message-ID: <14835.16112.13457.447971@rls.cx>
23035      Branch: perl
23036            ! lib/strict.pm
23037 ____________________________________________________________________________
23038 [  7404] By: jhi                                   on 2000/10/22  21:30:51
23039         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
23040              From: rspier@pobox.com (Robert Spier)
23041              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
23042              Message-ID: <14835.17223.72448.705566@rls.cx>
23043      Branch: perl
23044            ! lib/ExtUtils/MakeMaker.pm
23045 ____________________________________________________________________________
23046 [  7403] By: jhi                                   on 2000/10/22  21:24:11
23047         Log: Subject: [PATCH bleadperl] ripples from constsub patch
23048              From: John Tobey <jtobey@john-edwin-tobey.org>
23049              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
23050              Message-Id: <m13nSOB-000FObC@feynman.localnet>
23051      Branch: perl
23052            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
23053 ____________________________________________________________________________
23054 [  7402] By: jhi                                   on 2000/10/22  20:59:35
23055         Log: Support s?printf parameter reordering.
23056      Branch: perl
23057            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
23058 ____________________________________________________________________________
23059 [  7401] By: jhi                                   on 2000/10/22  19:19:14
23060         Log: Expand %Config variables only if explicitly so requested
23061              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
23062              
23063              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
23064              From: Gurusamy Sarathy <gsar@ActiveState.com>
23065              Date: Sun, 22 Oct 2000 11:47:32 -0700
23066              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
23067      Branch: perl
23068            ! Makefile.SH lib/lib_pm.PL
23069 ____________________________________________________________________________
23070 [  7400] By: jhi                                   on 2000/10/22  18:24:10
23071         Log: Move the #7390 test from warn/op to comp/redef.
23072              
23073              Subject: Re: Creating const subs for constants.
23074              From: John Tobey <jtobey@john-edwin-tobey.org>
23075              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
23076              Message-Id: <m13nG72-000FObC@feynman.localnet>               
23077      Branch: perl
23078            ! t/comp/redef.t t/pragma/warn/op
23079 ____________________________________________________________________________
23080 [  7399] By: jhi                                   on 2000/10/22  17:49:59
23081         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
23082              From: Nicholas Clark <nick@ccl4.org>
23083              Date: Sat, 21 Oct 2000 22:23:19 +0100
23084              Message-ID: <20001021222319.B45586@plum.flirble.org>
23085      Branch: perl
23086            ! ext/DynaLoader/DynaLoader_pm.PL
23087 ____________________________________________________________________________
23088 [  7398] By: jhi                                   on 2000/10/22  17:47:35
23089         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
23090              From: Hugo <hv@crypt.compulink.co.uk>
23091              Date: Sat, 21 Oct 2000 18:19:59 +0100
23092              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
23093      Branch: perl
23094            ! ext/B/B.pm ext/B/B/C.pm
23095 ____________________________________________________________________________
23096 [  7397] By: jhi                                   on 2000/10/22  17:35:18
23097         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
23098              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
23099              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
23100              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
23101      Branch: perl
23102            ! hints/openbsd.sh
23103 ____________________________________________________________________________
23104 [  7396] By: jhi                                   on 2000/10/22  17:19:46
23105         Log: Subject: installman go-faster stripes
23106              From: Nicholas Clark <nick@talking.bollo.cx>
23107              Date: Sat, 21 Oct 2000 17:24:53 +0100
23108              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
23109              
23110              Subject: Re: installman go-faster stripes
23111              From: Russ Allbery <rra@stanford.edu>
23112              Date: 21 Oct 2000 11:04:13 -0700
23113              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
23114      Branch: perl
23115            ! installman pod/pod2man.PL
23116 ____________________________________________________________________________
23117 [  7395] By: jhi                                   on 2000/10/22  17:17:35
23118         Log: Hints tweak from Anton Berezin.
23119      Branch: perl
23120            ! hints/freebsd.sh
23121 ____________________________________________________________________________
23122 [  7394] By: jhi                                   on 2000/10/22  04:50:04
23123         Log: Tweak the Is* definitions of Unicode character classes
23124              to better match the official categorizations; embrace
23125              the official categorizations; add the combining marks
23126              as alpha (and -numeric); fix DCinital (a typo and edito)
23127              to be DCmedial.
23128      Branch: perl
23129            + lib/unicode/Is/DCmedial.pl
23130            - lib/unicode/Is/DCinital.pl
23131            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
23132            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
23133            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
23134            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
23135 ____________________________________________________________________________
23136 [  7393] By: jhi                                   on 2000/10/21  18:06:05
23137         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
23138              From: Daniel Chetlin <daniel@chetlin.com>
23139              Date: Sat, 21 Oct 2000 02:57:03 -0700
23140              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
23141      Branch: perl
23142            + t/lib/tie-splice.t
23143            ! MANIFEST lib/Tie/Array.pm
23144 ____________________________________________________________________________
23145 [  7392] By: gsar                                  on 2000/10/21  18:05:15
23146         Log: resync utfperl branch with mainline
23147      Branch: utfperl
23148           !> (integrate 1760 files)
23149 ____________________________________________________________________________
23150 [  7391] By: jhi                                   on 2000/10/21  14:37:49
23151         Log: Testcases for a #7383,#7385 related bug.
23152              
23153              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
23154              From: Nicholas Clark <nick@ccl4.org>
23155              Date: Sat, 21 Oct 2000 15:04:51 +0100
23156              Message-ID: <20001021150451.A51566@plum.flirble.org>
23157      Branch: perl
23158            ! t/pragma/utf8.t
23159 ____________________________________________________________________________
23160 [  7390] By: jhi                                   on 2000/10/21  14:35:57
23161         Log: Add a testcase for #7389.
23162      Branch: perl
23163            ! t/pragma/warn/op
23164 ____________________________________________________________________________
23165 [  7389] By: jhi                                   on 2000/10/21  14:26:45
23166         Log: Subject: Re: Creating const subs for constants.
23167              From: John Tobey <jtobey@john-edwin-tobey.org>
23168              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
23169              Message-Id: <m13mo0N-000FObC@feynman.localnet>
23170      Branch: perl
23171            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
23172            ! proto.h sv.c
23173 ____________________________________________________________________________
23174 [  7388] By: nick                                  on 2000/10/21  11:44:23
23175         Log: Populate perlio branch
23176      Branch: perlio
23177           +> (branch 1760 files)
23178 ____________________________________________________________________________
23179 [  7387] By: nick                                  on 2000/10/21  10:52:05
23180         Log: Get branch back as replica of mainline via :
23181              p4 integrate -b utfperl
23182              p4 resolve -at ./...
23183      Branch: utfperl
23184           +> (branch 269 files)
23185            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
23186            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
23187            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
23188            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
23189            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
23190            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
23191            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
23192            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
23193            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
23194            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
23195            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
23196            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
23197            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
23198            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
23199            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
23200            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
23201            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
23202            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
23203            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
23204            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
23205            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
23206            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
23207            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
23208            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
23209            - lib/unicode/UCD300.html lib/unicode/Unicode.300
23210            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
23211            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
23212            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
23213            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
23214           !> (integrate 965 files)
23215 ____________________________________________________________________________
23216 [  7386] By: jhi                                   on 2000/10/21  01:31:12
23217         Log: Update Changes.
23218      Branch: perl
23219            ! Changes patchlevel.h
23220 ____________________________________________________________________________
23221 [  7385] By: jhi                                   on 2000/10/21  01:28:42
23222         Log: The #7383 was right only in the context of the original bug report,
23223              not in more general case.
23224      Branch: perl
23225            ! pp_hot.c
23226 ____________________________________________________________________________
23227 [  7384] By: jhi                                   on 2000/10/21  01:08:23
23228         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
23229      Branch: perl
23230            ! ext/IO/lib/IO/Select.pm
23231 ____________________________________________________________________________
23232 [  7383] By: jhi                                   on 2000/10/21  00:44:18
23233         Log: Fix for ID 20001020.006, concatenating an unset submatch
23234              with utf8 resulted in "Modification of a read-only value".
23235      Branch: perl
23236            ! pp_hot.c t/pragma/utf8.t
23237 ____________________________________________________________________________
23238 [  7382] By: jhi                                   on 2000/10/20  20:44:31
23239         Log: Make scan_num() reëntrant, as suggested in
23240              
23241              Subject: [PATCH perl@7229] Rentrant parser and yylex()
23242              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
23243              Date: Fri, 20 Oct 2000 14:17:27 +0100
23244              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
23245      Branch: perl
23246            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
23247            ! toke.c
23248 ____________________________________________________________________________
23249 [  7381] By: jhi                                   on 2000/10/20  20:07:29
23250         Log: Reëntrancy fix.
23251              
23252              Subject: [PATCH perl@7229] Rentrant parser and yylex()
23253              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
23254              Date: Fri, 20 Oct 2000 14:17:27 +0100
23255              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
23256      Branch: perl
23257            ! embed.h embed.pl perl.h proto.h toke.c
23258 ____________________________________________________________________________
23259 [  7380] By: jhi                                   on 2000/10/20  19:15:54
23260         Log: Don't write double values through long double pointers,
23261              based on a part of
23262              
23263              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
23264              From: Jens Hamisch <jens@Strawberry.COM>
23265              Date: Tue, 17 Oct 2000 08:39:36 +0200
23266              Message-Id: <20001017083936.A11104@Strawberry.COM>
23267      Branch: perl
23268            ! perl.h pp.c
23269 ____________________________________________________________________________
23270 [  7379] By: jhi                                   on 2000/10/20  18:43:37
23271         Log: Portability tweak on #7377.
23272              
23273              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
23274              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23275              Date:     Fri, 20 Oct 2000 13:13:41 EDT
23276              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
23277      Branch: perl
23278            ! t/lib/dprof.t
23279 ____________________________________________________________________________
23280 [  7378] By: jhi                                   on 2000/10/20  12:57:19
23281         Log: SOCKS function redefinitions need prototypes, too, otherwise
23282              for example 32 bit versus 64 bit differences cause a lot of
23283              problems.  Part of
23284              
23285              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
23286              From: Jens Hamisch <jens@Strawberry.COM>
23287              Date: Tue, 17 Oct 2000 08:39:36 +0200
23288              Message-Id: <20001017083936.A11104@Strawberry.COM>
23289      Branch: perl
23290            ! doio.c pp_sys.c
23291 ____________________________________________________________________________
23292 [  7377] By: jhi                                   on 2000/10/20  12:37:12
23293         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
23294              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23295              Date:     Fri, 20 Oct 2000 08:26:04 EDT
23296              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
23297      Branch: perl
23298            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
23299 ____________________________________________________________________________
23300 [  7376] By: jhi                                   on 2000/10/20  12:35:31
23301         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
23302              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23303              Date:     Fri, 20 Oct 2000 07:48:15 EDT
23304              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
23305      Branch: perl
23306            ! configure.com vms/gen_shrfls.pl
23307 ____________________________________________________________________________
23308 [  7375] By: bailey                                on 2000/10/20  04:44:37
23309         Log: SYN SYN
23310      Branch: vmsperl
23311           +> (branch 134 files)
23312            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
23313            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
23314            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
23315            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
23316            - eg/cgi/frameset.cgi eg/cgi/index.html
23317            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
23318            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
23319            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
23320            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
23321            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
23322            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
23323            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
23324            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
23325            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
23326            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
23327            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
23328            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
23329            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
23330            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
23331            - lib/unicode/Props.txt lib/unicode/UCD300.html
23332            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
23333            - utils/perlbc.PL vms/subconfigure.com
23334           !> (integrate 785 files)
23335 ____________________________________________________________________________
23336 [  7374] By: jhi                                   on 2000/10/20  00:59:48
23337         Log: In the latest compiler builds cccdlflags must not become -fpic,
23338              from Wilfredo Sánchez.
23339      Branch: perl
23340            ! hints/darwin.sh
23341 ____________________________________________________________________________
23342 [  7373] By: jhi                                   on 2000/10/20  00:56:35
23343         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
23344              From: Tony Cook <tony@develop-help.com>
23345              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
23346              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
23347      Branch: perl
23348            ! pod/perlop.pod
23349 ____________________________________________________________________________
23350 [  7372] By: jhi                                   on 2000/10/19  19:34:40
23351         Log: Typo noted by Mark Lutz.
23352      Branch: perl
23353            ! t/op/64bitint.t
23354 ____________________________________________________________________________
23355 [  7371] By: jhi                                   on 2000/10/19  19:33:13
23356         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
23357      Branch: metaconfig
23358            ! U/modified/Cppsym.U U/modified/Oldconfig.U
23359      Branch: metaconfig/U/perl
23360            ! End.U dlsrc.U libperl.U
23361      Branch: perl
23362            + hints/nonstopux.sh
23363            ! Configure MANIFEST config_h.SH
23364 ____________________________________________________________________________
23365 [  7370] By: jhi                                   on 2000/10/19  17:18:08
23366         Log: Subject: PATCH do_print has 2 PerlIO_error()s
23367              From: nick@ccl4.org
23368              Date: Thu, 19 Oct 2000 18:09:20 +0100
23369              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
23370      Branch: perl
23371            ! doio.c
23372 ____________________________________________________________________________
23373 [  7369] By: jhi                                   on 2000/10/19  14:01:49
23374         Log: Update Changes.
23375      Branch: perl
23376            ! Changes patchlevel.h
23377 ____________________________________________________________________________
23378 [  7368] By: jhi                                   on 2000/10/19  13:04:29
23379         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
23380              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23381              Date: Wed, 18 Oct 2000 13:12:01 +0200
23382              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
23383      Branch: perl
23384            ! hints/aix.sh
23385 ____________________________________________________________________________
23386 [  7367] By: jhi                                   on 2000/10/19  02:22:40
23387         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
23388              of a 'pmshort' anywhere in the B, so the offending line was simply
23389              removed.
23390      Branch: perl
23391            ! ext/B/B/Debug.pm
23392 ____________________________________________________________________________
23393 [  7366] By: jhi                                   on 2000/10/19  02:12:37
23394         Log: Add the test case for the bug id 20000730.004 which seems
23395              to have been fixed by now.
23396      Branch: perl
23397            ! t/pragma/utf8.t
23398 ____________________________________________________________________________
23399 [  7365] By: jhi                                   on 2000/10/18  23:36:24
23400         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
23401              From: Hugo <hv@crypt.compulink.co.uk>
23402              Date: Wed, 18 Oct 2000 23:25:58 +0100
23403              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
23404      Branch: perl
23405            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
23406 ____________________________________________________________________________
23407 [  7364] By: jhi                                   on 2000/10/18  21:12:53
23408         Log: (retracted)
23409      Branch: perl
23410            ! pp.c
23411 ____________________________________________________________________________
23412 [  7363] By: jhi                                   on 2000/10/18  20:55:38
23413         Log: Missing change from #7362.
23414      Branch: perl
23415            ! win32/perlhost.h
23416 ____________________________________________________________________________
23417 [  7362] By: jhi                                   on 2000/10/18  20:52:01
23418         Log: Borland C fstat() never saw the fd as writable.
23419              
23420              Subject: fix for Borland's weak "stat" (perl@7211)
23421              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23422              Date: Mon, 16 Oct 2000 09:55:03 +0400
23423              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
23424      Branch: perl
23425            ! win32/win32.c
23426 ____________________________________________________________________________
23427 [  7361] By: jhi                                   on 2000/10/18  17:43:50
23428         Log: Regen toc.
23429      Branch: perl
23430            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
23431 ____________________________________________________________________________
23432 [  7360] By: jhi                                   on 2000/10/18  17:07:44
23433         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23434              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
23435              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
23436              Date: Mon, 16 Oct 2000 15:19:49 +0200
23437      Branch: perl
23438            + README.aix
23439            ! MANIFEST
23440 ____________________________________________________________________________
23441 [  7359] By: jhi                                   on 2000/10/18  17:04:49
23442         Log: Subject: Pod patch for Devel::Peek
23443              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23444              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
23445              Date: Mon, 16 Oct 2000 12:26:34 +0200
23446      Branch: perl
23447            ! ext/Devel/Peek/Peek.pm
23448 ____________________________________________________________________________
23449 [  7358] By: jhi                                   on 2000/10/18  17:03:15
23450         Log: Make Cwd more bulletproof in chrooted environments.
23451              
23452              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
23453              From: "Eric E. Coe" <Eric.Coe@oracle.com>
23454              Date: Wed, 18 Oct 2000 04:03:54 -0400
23455              Message-Id: <39ED596A.70E599FE@oracle.com>
23456      Branch: perl
23457            ! lib/Cwd.pm
23458 ____________________________________________________________________________
23459 [  7357] By: jhi                                   on 2000/10/18  16:37:26
23460         Log: Disable the UTF8 downgrade croakage for now to avoid
23461              too many not okay messages.
23462      Branch: perl
23463            ! doio.c
23464 ____________________________________________________________________________
23465 [  7356] By: jhi                                   on 2000/10/17  23:29:41
23466         Log: Show the failed remote port, instead of the failing line number.
23467              
23468              Subject: [PATCH 5.6.1 Debugger] More diagnostics
23469              From: David Sparks <daves@ActiveState.com>
23470              Date: Tue, 17 Oct 2000 15:00:24 -0700
23471              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
23472      Branch: perl
23473            ! lib/perl5db.pl
23474 ____________________________________________________________________________
23475 [  7355] By: jhi                                   on 2000/10/17  14:11:31
23476         Log: On output try to downgrade to bytes, croak if impossible,
23477              from Simon Cozens.  This means that outputting >255 UTF8
23478              is impossible.  Consider this as a strong incentive to get
23479              the I/O disciplines implemented.
23480      Branch: perl
23481            ! doio.c pod/perldiag.pod sv.c
23482 ____________________________________________________________________________
23483 [  7354] By: jhi                                   on 2000/10/17  13:42:23
23484         Log: Clarify documentation on 'use bytes'.
23485              
23486              Subject: Re: What does 'use bytes' "mean" ?
23487              From: Simon Cozens <simon@cozens.net>
23488              Date: Mon, 18 Sep 2000 18:24:25 +0100
23489              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
23490      Branch: perl
23491            ! lib/bytes.pm
23492 ____________________________________________________________________________
23493 [  7353] By: jhi                                   on 2000/10/17  13:28:12
23494         Log: Workaround for a sfio bug where the stream error indicator
23495              is not cleared as documented.
23496              
23497              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
23498              From: Nicholas Clark <nick@ccl4.org>
23499              Date: Mon, 16 Oct 2000 18:28:23 +0100
23500              Message-ID: <20001016182823.J19700@plum.flirble.org>
23501      Branch: perl
23502            ! doio.c
23503 ____________________________________________________________________________
23504 [  7352] By: jhi                                   on 2000/10/17  13:06:19
23505         Log: More IoTYPE sprinkling.
23506      Branch: perl
23507            ! doio.c pp_hot.c
23508 ____________________________________________________________________________
23509 [  7351] By: jhi                                   on 2000/10/16  22:47:07
23510         Log: Detect early whether the std streams have gone bad.
23511              
23512              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
23513              Date: Mon, 16 Oct 2000 23:28:42 +0100
23514              From: Nicholas Clark <nick@ccl4.org>
23515              Message-ID: <20001016232842.A37942@plum.flirble.org>
23516      Branch: perl
23517            ! t/op/misc.t
23518 ____________________________________________________________________________
23519 [  7350] By: jhi                                   on 2000/10/16  22:45:16
23520         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
23521              From: "Peter J. Farley III" <pjfarley@banet.net>
23522              Date: Mon, 16 Oct 2000 18:15:59 -0400
23523              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
23524      Branch: perl
23525            ! djgpp/djgpp.c dosish.h t/io/open.t
23526 ____________________________________________________________________________
23527 [  7349] By: jhi                                   on 2000/10/16  22:36:45
23528         Log: perldelta tweak.
23529      Branch: perl
23530            ! pod/perldelta.pod
23531 ____________________________________________________________________________
23532 [  7348] By: jhi                                   on 2000/10/16  15:17:53
23533         Log: Update Changes.
23534      Branch: perl
23535            ! Changes patchlevel.h
23536 ____________________________________________________________________________
23537 [  7347] By: jhi                                   on 2000/10/16  13:55:27
23538         Log: Add the capability to include/exclude branches.
23539      Branch: perl
23540            ! Porting/genlog
23541 ____________________________________________________________________________
23542 [  7346] By: jhi                                   on 2000/10/16  13:18:04
23543         Log: Add Charles Lane.
23544      Branch: perl
23545            ! AUTHORS Changes
23546 ____________________________________________________________________________
23547 [  7345] By: jhi                                   on 2000/10/16  13:13:21
23548         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
23549      Branch: perl
23550            ! pod/perldelta.pod
23551 ____________________________________________________________________________
23552 [  7344] By: gsar                                  on 2000/10/16  09:30:21
23553         Log: integrate change#6220 from cfgperl
23554              
23555              Win32 patches from Benjamin Stuhl.
23556      Branch: maint-5.6/perl
23557           !> makedef.pl win32/win32.h
23558 ____________________________________________________________________________
23559 [  7343] By: gsar                                  on 2000/10/16  08:32:19
23560         Log: integrate changes#6221,6222 from cfgperl
23561              
23562              Remove tr///CU (the feature is to be obsoleted by better interfaces).
23563              From: simon@brecon.co.uk (Simon Cozens)
23564              Subject: [PATCH] Eliminate tr///[CU][CU]
23565              Date: 23 Jun 2000 11:05:40 GMT
23566              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
23567              
23568              doc typo fix
23569              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
23570              From: Ian Phillipps <Ian.Phillipps@iname.com>
23571              Date: Fri, 23 Jun 2000 10:40:58 +0100
23572              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
23573      Branch: maint-5.6/perl
23574           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
23575 ____________________________________________________________________________
23576 [  7342] By: gsar                                  on 2000/10/16  08:28:08
23577         Log: integrate change#6217 from cfgperl (in part)
23578              
23579              Rename the fdpid locking and integrate with Sarathy.
23580      Branch: maint-5.6/perl
23581           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
23582           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
23583           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
23584           !> win32/win32.c
23585 ____________________________________________________________________________
23586 [  7341] By: gsar                                  on 2000/10/16  08:23:39
23587         Log: integrate changes#6214..6216 from mainline
23588              
23589              @_ can't have junk in it even in the non-USE_ITHREADS case because
23590              caller() wants to populate @DB::args with it (causes a coredump
23591              in Carp::confess())
23592              
23593              tweak comment about @DB::args
23594              
23595              be more optimal about clearing @_
23596      Branch: maint-5.6/perl
23597           !> av.h cop.h pp_ctl.c t/op/runlevel.t
23598 ____________________________________________________________________________
23599 [  7340] By: gsar                                  on 2000/10/16  08:20:37
23600         Log: integrate changes#6207..6210 from cfgperl
23601              
23602              Subject: [PATCH 5.6.0] Threadsafe patches
23603              From: Dan Sugalski <dan@sidhe.org>
23604              To: perl5-porters@perl.org
23605              Date: Mon, 08 May 2000 18:08:13 -0400
23606              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
23607              
23608              Regen headers for #6207.
23609              
23610              Lock PL_fdpid against race conditions, based on:
23611              Subject: [PATCH 5.6.0]subprocess fixup for threads
23612              From: Dan Sugalski <dan@sidhe.org>
23613              To: perl5-porters@perl.org
23614              Date: Tue, 11 Apr 2000 17:02:32 -0400
23615              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
23616              
23617              Mopup for #6207 and #6209.
23618      Branch: maint-5.6/perl
23619           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
23620           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
23621           !> win32/win32.c
23622 ____________________________________________________________________________
23623 [  7339] By: gsar                                  on 2000/10/16  08:14:34
23624         Log: integrate change#6203 from cfgperl
23625              
23626              perldiag should refer to perlos2.pod not README.os2
23627      Branch: maint-5.6/perl
23628           !> pod/perldiag.pod
23629 ____________________________________________________________________________
23630 [  7338] By: gsar                                  on 2000/10/16  08:11:42
23631         Log: integrate change#6201 from mainline
23632              
23633              Perl_eval_pv() leaks 4 bytes every time it is called because it
23634              does a PUSHMARK that's never ever POPMARKed; in general, only
23635              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
23636              Perl_eval_[sp]v() don't because they don't take any incoming
23637              arguments (this leak has been around since the original version
23638              of perl_eval_pv() in 5.003_97e)
23639      Branch: maint-5.6/perl
23640           !> perl.c
23641 ____________________________________________________________________________
23642 [  7337] By: gsar                                  on 2000/10/16  08:08:47
23643         Log: integrate changes#6197..6200 from cfgperl
23644              
23645              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
23646              From: John Borwick <jhborwic@unity.ncsu.edu>
23647              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
23648              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
23649              
23650              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
23651              From: Dan Sugalski <dan@sidhe.org>
23652              To: vmsperl@perl.org, perl5-porters@perl.org
23653              Date: Fri, 02 Jun 2000 16:00:41 -0400
23654              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
23655              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
23656              
23657              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
23658              From: Dan Sugalski <dan@sidhe.org>
23659              To: perl5-porters@perl.org, vmsperl@perl.org
23660              Date: Fri, 02 Jun 2000 17:30:51 -0400
23661              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
23662              
23663              Update to cperl-mode.el 4.31 from
23664              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
23665              Subject: A couple of notes
23666              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23667              To: Mailing list Perl5 <perl5-porters@perl.org>
23668              Date: Sat, 3 Jun 2000 23:33:32 -0400
23669              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
23670      Branch: maint-5.6/perl
23671           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
23672           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
23673           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
23674           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
23675           !> vms/vmsish.h
23676 ____________________________________________________________________________
23677 [  7336] By: gsar                                  on 2000/10/16  08:03:46
23678         Log: integrate changes#6194,6195 from mainline
23679              
23680              fix small eval"" memory leaks under USE_ITHREADS
23681              
23682              fix yet another eval"" leak under USE_ITHREADS
23683      Branch: maint-5.6/perl
23684           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
23685           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
23686           !> vms/perly_c.vms
23687 ____________________________________________________________________________
23688 [  7335] By: gsar                                  on 2000/10/16  08:02:15
23689         Log: integrate changes#6190,6191 from mainline
23690              
23691              submit missing embed.pl change
23692              
23693              vec() loses numericalness (modified version of patch suggested
23694              by Robin Barker)
23695      Branch: maint-5.6/perl
23696           !> doop.c embed.pl t/op/vec.t
23697 ____________________________________________________________________________
23698 [  7334] By: gsar                                  on 2000/10/16  08:01:03
23699         Log: integrate change#6189 from mainline
23700              
23701              counting tr/// corrupts later operation (from M.J.T Guy)
23702      Branch: maint-5.6/perl
23703           !> doop.c t/op/tr.t
23704 ____________________________________________________________________________
23705 [  7333] By: gsar                                  on 2000/10/16  07:59:07
23706         Log: integrate changes#6183..6188 from mainline
23707              
23708              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
23709              <nick@ccl4.org>)
23710              
23711              tweak for change#6127
23712              
23713              remove incorrect documentation about implicit split to @_ in
23714              list context, which never really worked in perl 5 (from
23715              M.J.T. Guy)
23716              
23717              further qualify references to "alphanumeric" (from Wolfgang Laun
23718              <wolfgang.laun@alcatel.at>)
23719              
23720              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
23721              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
23722              
23723              h2xs tweaks
23724      Branch: maint-5.6/perl
23725           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
23726           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
23727           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
23728           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
23729           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
23730           !> pod/pod2latex.PL utils/h2xs.PL
23731 ____________________________________________________________________________
23732 [  7332] By: gsar                                  on 2000/10/16  07:53:52
23733         Log: integrate change#6179 from mainline
23734              
23735              buggy modulus on UVs introduced by change#3378 (resulted in
23736              4063328477 % 65535 amounting to 27406, instead of 27407)
23737      Branch: maint-5.6/perl
23738           !> pp.c t/op/arith.t
23739 ____________________________________________________________________________
23740 [  7331] By: gsar                                  on 2000/10/16  07:52:49
23741         Log: integrate changes#6176,6177,6178,6182 from cfgperl
23742              
23743              Single-quoted utf8 patch from Simon Cozens.
23744              
23745              Substitution utf8 patch from Simon Cozens.
23746              
23747              Be cleaner.
23748              
23749              Be Cleaner Part Deux.
23750      Branch: maint-5.6/perl
23751           !> Makefile.SH pp_hot.c toke.c
23752 ____________________________________________________________________________
23753 [  7330] By: gsar                                  on 2000/10/16  07:41:36
23754         Log: integrate change#6172 from mainline
23755              
23756              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
23757              (from Ilya Zakharevich)
23758      Branch: maint-5.6/perl
23759           !> regexec.c t/op/re_tests
23760 ____________________________________________________________________________
23761 [  7329] By: gsar                                  on 2000/10/16  07:40:25
23762         Log: integrate change#6171 from mainline
23763              
23764              scalar() doesn't force scalar context when used in void context
23765              (from Simon Cozens)
23766      Branch: maint-5.6/perl
23767           !> op.c t/op/wantarray.t
23768 ____________________________________________________________________________
23769 [  7328] By: gsar                                  on 2000/10/16  07:39:33
23770         Log: integrate change#6170 from mainline
23771              
23772              change#6142 needs tweaks to tests to work where there's no
23773              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
23774      Branch: maint-5.6/perl
23775           !> t/lib/filefind.t
23776 ____________________________________________________________________________
23777 [  7327] By: gsar                                  on 2000/10/16  07:35:34
23778         Log: integrate changes#6166..6168 from cfgperl
23779              
23780              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
23781              in case somebody wants to write an extension for more
23782              shadow database interfaces.
23783              
23784              tweak todo
23785              
23786              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
23787      Branch: maint-5.6/perl
23788           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23789           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
23790           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
23791           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
23792           !> win32/config.vc win32/config_H.bc win32/config_H.gc
23793           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
23794 ____________________________________________________________________________
23795 [  7326] By: gsar                                  on 2000/10/16  07:29:05
23796         Log: integrate changes#6157,6159..6161,6164 from cfgperl
23797              
23798              Regen Configure to jive with #6149.
23799              
23800              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
23801              
23802              Changes for the File::Temp 0.08 (change #6159) test suite
23803              to fit better into the Perl distribution test framework.
23804              
23805              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
23806              both from Simon Cozens.
23807              
23808              detypo
23809      Branch: maint-5.6/perl
23810           +> pod/perlmodlib.PL pod/perlnewmod.pod
23811           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
23812           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
23813           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
23814           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
23815 ____________________________________________________________________________
23816 [  7325] By: gsar                                  on 2000/10/16  07:25:13
23817         Log: integrate change#6158 from vmsperl
23818              
23819              Add fallback to tmpfile for use in cases where user's relying on
23820              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
23821              Lane's patch)
23822      Branch: maint-5.6/perl
23823           !> vms/vms.c vms/vmsish.h
23824 ____________________________________________________________________________
23825 [  7324] By: gsar                                  on 2000/10/16  07:20:50
23826         Log: integrate changes#6153..6155 from mainline
23827              
23828              prettier Test::Harness output on failed tests (from Nicholas Clark
23829              <nick@Bagpuss.uk.boo.com>)
23830              
23831              avoid type mismatch warning
23832              
23833              small bug in change#6144; remove random \xA0 character that snuck
23834              in via change#6145
23835      Branch: maint-5.6/perl
23836           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
23837           !> perl.c
23838 ____________________________________________________________________________
23839 [  7323] By: gsar                                  on 2000/10/16  07:18:47
23840         Log: integrate changes#6151,6152 from mainline
23841              
23842              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
23843              
23844              cosmetic fixups of RE debug output (from Ilya Zakharevich)
23845      Branch: maint-5.6/perl
23846           !> regexec.c
23847 ____________________________________________________________________________
23848 [  7322] By: gsar                                  on 2000/10/16  07:17:25
23849         Log: integrate changes#6146..6150 from mainline
23850              
23851              doc typo
23852              
23853              add a make entry to Config.pm so "perl -V:make" works on VMS
23854              (from Peter Prymmer)
23855              
23856              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
23857              
23858              OS/2 tweaks for usethreads build (from Rocco Caputo
23859              <troc@netrus.net>)
23860              
23861              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
23862      Branch: maint-5.6/perl
23863           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
23864           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
23865           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
23866           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
23867           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
23868           !> warnings.pl x2p/a2p.h
23869 ____________________________________________________________________________
23870 [  7321] By: gsar                                  on 2000/10/16  07:14:02
23871         Log: integrate changes#6143..6145 from mainline
23872              
23873              MacOS support, part 1 (from Matthias Neeracher
23874              <neeri@iis.ee.ethz.ch>)
23875              
23876              MacOS support, part 2: make AutoSplit use File::Spec instead
23877              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
23878              <neeri@iis.ee.ethz.ch>)
23879              
23880              make xsubpp skip embedded pod (from Matthias Neeracher
23881              <neeri@iis.ee.ethz.ch>)
23882      Branch: maint-5.6/perl
23883           +> ext/DynaLoader/dl_mac.xs
23884           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
23885           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
23886           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
23887           !> pp_ctl.c proto.h toke.c util.c util.h
23888 ____________________________________________________________________________
23889 [  7320] By: gsar                                  on 2000/10/16  07:12:13
23890         Log: integrate changes#6141,6142 from mainline
23891              
23892              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
23893              forwarded by Peter Seebach from the bsdi-users mailing list.
23894              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
23895              
23896              File::Find fails to chdir when chasing symlinks (from
23897              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
23898      Branch: maint-5.6/perl
23899           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
23900 ____________________________________________________________________________
23901 [  7319] By: gsar                                  on 2000/10/16  07:04:30
23902         Log: integrate change#6139 from mainline
23903              
23904              revise mktables.PL for bugs and newness in Unicode 3.0
23905              (from James Bence <jbence@amgen.com>)
23906      Branch: maint-5.6/perl
23907           +> (branch 30 files)
23908           !> (integrate 49 files)
23909 ____________________________________________________________________________
23910 [  7318] By: gsar                                  on 2000/10/16  07:01:01
23911         Log: integrate changes#6137,6138 from mainline
23912              
23913              fix bogus redeclaration warning for "our" variables in different
23914              scopes
23915              
23916              add note about the handling of negative indices to tied arrays
23917              (from Michael G Schwern <schwern@pobox.com>)
23918      Branch: maint-5.6/perl
23919           !> op.c pod/perltie.pod t/pragma/strict-vars
23920 ____________________________________________________________________________
23921 [  7317] By: gsar                                  on 2000/10/16  06:58:46
23922         Log: integrate changes#6127..6136 from mainline
23923              
23924              call_method(...,G_EVAL) can longjmp() out if the method probing
23925              failed (from Gisle Aas)
23926              
23927              new perlxstut example for passing/returning refs to arrays
23928              (from David Lowe <dlowe@pootpoot.com>)
23929              
23930              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
23931              
23932              fix places that mean C<"word" character> but say C<alphanumeric
23933              character>
23934              
23935              avoid warnings in POSIX.pm (from Barrie Slaymaker)
23936              
23937              warnings::enabled() doesn't fall back to looking at $^W if
23938              caller isn't using lexical warnings (from Paul Marquess)
23939              
23940              elide bogus test in change#6132
23941              
23942              make Test::Harness use wait.h/WCOREDUMP if available
23943              (from Ben Tilly <ben_tilly@hotmail.com>)
23944              
23945              enable Test::Harness to dynamically determine column width etc.
23946              (from Rob Napier <rnapier@employees.org>)
23947              
23948              random pod typos (from Peter Scott <Peter@PSDT.com>)
23949      Branch: maint-5.6/perl
23950           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
23951           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
23952           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
23953           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
23954 ____________________________________________________________________________
23955 [  7316] By: gsar                                  on 2000/10/16  06:53:23
23956         Log: integrate change#6126 from mainline
23957              
23958              change#2879 broke rvalue autovivification of magicals such as
23959              ${$num} (reworked variant of patch suggested by Simon Cozens)
23960      Branch: maint-5.6/perl
23961           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
23962           !> pp_hot.c proto.h t/op/gv.t
23963 ____________________________________________________________________________
23964 [  7315] By: gsar                                  on 2000/10/16  06:51:38
23965         Log: integrate changes#6123,6125 from mainline
23966              
23967              clarify gotcha with #line directives (from Rocco Caputo
23968              <troc@netrus.net>)
23969              
23970              enable propagating exception objects via Perl_croak() in XS code
23971              (from Gisle Aas)
23972      Branch: maint-5.6/perl
23973           !> pod/perldebug.pod pod/perlsyn.pod util.c
23974 ____________________________________________________________________________
23975 [  7314] By: gsar                                  on 2000/10/16  06:49:28
23976         Log: integrate change#6122 from mainline
23977              
23978              downgrade fatal error on C<"foo@nosucharray.com"> to optional
23979              warning (from Mark-Jason Dominus)
23980      Branch: maint-5.6/perl
23981           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
23982           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
23983           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
23984           !> toke.c
23985 ____________________________________________________________________________
23986 [  7313] By: gsar                                  on 2000/10/16  06:46:54
23987         Log: integrate changes#6112..6121 from vmsperl
23988              
23989              Check for existence of file before trying to delete
23990              
23991              Ugly workaround for version-specific RTL error
23992              
23993              Urk -- undo previous removal of vmsish 'exit' change
23994              
23995              Add bounds checking for several strings (Charles Lane)
23996              
23997              Miscellaneous cosmetic fixes (Charles Lane)
23998              
23999              Treat sockets as special in sys(read|write) (Charles Lane et al.)
24000              
24001              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
24002              Flatten case labels in switch statements uniformly (Charles Bailey)
24003              
24004              Quiet error messages in vmsish.t (Charles Lane)
24005              
24006              Add missing escape (Charles Lane)
24007              
24008              Allow eliminate_macros() and fixpath() to handle space-delimited
24009              lists (based on fixes by Craig Berry)
24010      Branch: maint-5.6/perl
24011           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
24012           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
24013           !> vms/vmsish.h
24014 ____________________________________________________________________________
24015 [  7312] By: gsar                                  on 2000/10/16  06:41:18
24016         Log: integrate changes#6107,6110 from cfgperl
24017              
24018              Tweak the todo list.
24019              
24020              todo tweak
24021      Branch: maint-5.6/perl
24022           !> Todo-5.6
24023 ____________________________________________________________________________
24024 [  7311] By: gsar                                  on 2000/10/16  06:38:38
24025         Log: integrate changes#6104,6108 from mainline
24026              
24027              PL_sys_intern was being initialized too late on windows
24028              
24029              reenable fake signal handling on Windows, bugs and all
24030      Branch: maint-5.6/perl
24031           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
24032           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
24033           !> win32/win32.c
24034 ____________________________________________________________________________
24035 [  7310] By: gsar                                  on 2000/10/16  06:36:03
24036         Log: integrate changes#6095,6097..6103 from cfgperl
24037              
24038              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
24039              might be useful in future.
24040              
24041              Add a note about possible compilation problems from Allen Smith.
24042              
24043              Add a note about other, yet unsupported, shadow password APIs.
24044              
24045              Tweaks for the cc bugs from Allen Smith.
24046              
24047              More compilation tweakery from Allen Smith.
24048              
24049              Hints and test tweaks for Unicos.
24050              
24051              The test suite tweak in #6101 wasn't quite right.
24052              
24053              Test tweaking for Unicos continues.
24054      Branch: maint-5.6/perl
24055           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24056           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
24057           !> t/lib/complex.t t/op/64bitint.t
24058 ____________________________________________________________________________
24059 [  7309] By: gsar                                  on 2000/10/16  06:29:41
24060         Log: integrate changes#6093,6094 from mainline
24061              
24062              fork() failure to create pseudo process sets errno=EAGAIN and returns
24063              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
24064              
24065              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
24066      Branch: maint-5.6/perl
24067           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
24068           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
24069 ____________________________________________________________________________
24070 [  7308] By: gsar                                  on 2000/10/16  06:27:29
24071         Log: integrate change#6092 from cfgperl
24072              
24073              Regen perltoc with the fixed buildtoc.
24074      Branch: maint-5.6/perl
24075           !> pod/perltoc.pod
24076 ____________________________________________________________________________
24077 [  7307] By: gsar                                  on 2000/10/16  06:26:40
24078         Log: integrate changes#6089,6090 from mainline
24079              
24080              buildtoc tweak to fix newline lossage
24081              
24082              concat doesn't preserve utf8-ness, and doesn't invalidate
24083              [NI]OK; added tests for both
24084      Branch: maint-5.6/perl
24085           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
24086 ____________________________________________________________________________
24087 [  7306] By: gsar                                  on 2000/10/16  06:24:05
24088         Log: integrate change#6088 from cfgperl
24089              
24090              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
24091              because we do not use those.  The HAS_GETSPNAM remains,
24092              though, because we still do use that.
24093      Branch: maint-5.6/perl
24094           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24095           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
24096           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
24097           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
24098           !> win32/config.vc win32/config_H.bc win32/config_H.gc
24099           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
24100 ____________________________________________________________________________
24101 [  7305] By: gsar                                  on 2000/10/16  06:15:52
24102         Log: integrate changes#6084,6085,6087 from mainline
24103              
24104              substr() does not preserve utf8-ness (from Stefan Eissing
24105              <Eissing@medicaldataservice.de>); added tests
24106              
24107              repeat operator (x) doesn't preserve utf8-ness
24108              
24109              reverse() and quotemeta() weren't preserving utf8-ness; add tests
24110      Branch: maint-5.6/perl
24111           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
24112 ____________________________________________________________________________
24113 [  7304] By: gsar                                  on 2000/10/16  06:13:10
24114         Log: integrate changes#6077..6083 from mainline
24115              
24116              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
24117              and Tom Phoenix)
24118              
24119              workaround for CRT bug in chdir() (from Charles Lane, via
24120              Peter Prymmer)
24121              
24122              remove outdated kludge in Carp (NULLs are permitted in diagnostics
24123              now)
24124              
24125              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
24126              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
24127              
24128              better default perlbug categories for ok reports (from Richard Foley)
24129              
24130              peek.t non-portable to ithreads
24131              
24132              note about undocumented caller() return value (from M.J.T. Guy);
24133              yet another peek.t tweak
24134      Branch: maint-5.6/perl
24135           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
24136           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
24137           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
24138           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
24139           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
24140           !> vms/vmsish.h
24141 ____________________________________________________________________________
24142 [  7303] By: gsar                                  on 2000/10/16  06:03:18
24143         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
24144              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
24145              
24146              &HUGE_VAL is not defined, it exists.
24147              
24148              Do not warn that an infinity does not look like a number.
24149              
24150              Rewrite the pwent/spent logic to be a little bit more clearer.
24151              
24152              Continue on the pwent/spent case.
24153              
24154              Correct Freudian slip.
24155              
24156              Use HUGE_VALL if applicable.
24157              
24158              pwent/spent #ifdef imbalance.
24159              
24160              Infinite problems.
24161              
24162              Call getspnam() only iff needd.
24163              
24164              Test both the scalar and list contexts.
24165              
24166              Use setxxent()/endxxent().
24167              
24168              Complex tweakery.
24169              
24170              Unicos hint tweak.
24171              
24172              Be more forgiving in POSIX about HUGE_VALL.
24173              
24174              Detypo.
24175              
24176              The search of infinity continues, this time simplified.
24177              
24178              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
24179              in natively 64-bit platforms where a long is a quad (no need
24180              for long longs).  Also added bias for IVs.
24181              
24182              Complex tweaks.
24183              
24184              Introduce t/lib/peek.t.
24185              
24186              Make the test more portable.
24187      Branch: maint-5.6/perl
24188           +> t/lib/peek.t
24189            ! pp_sys.c
24190           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
24191           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
24192           !> t/op/pwent.t toke.c util.c
24193 ____________________________________________________________________________
24194 [  7302] By: gsar                                  on 2000/10/16  05:03:37
24195         Log: integrate changes#6066..6071 from mainline
24196              
24197              s/END/CHECK/
24198              
24199              replace direct call to sighandler() with (*PL_sighandlerp)()
24200              
24201              note about values()
24202              
24203              File::Spec compatibility update (from Barrie Slaymaker
24204              <barries@slaysys.com>)
24205              
24206              remove misleading comment (from M.J.T. Guy)
24207              
24208              misformatted perllocal.pod (from Tim Jenness
24209              <t.jenness@jach.hawaii.edu>)
24210      Branch: maint-5.6/perl
24211           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
24212           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
24213           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
24214           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
24215 ____________________________________________________________________________
24216 [  7301] By: gsar                                  on 2000/10/16  05:00:08
24217         Log: integrate changes#6061..6063 from mainline
24218              
24219              change#5921 neglected to make eq honor "use bytes"
24220              
24221              additional tests for utf8.t
24222              
24223              tokeq() could read unallocated field in argument
24224      Branch: maint-5.6/perl
24225           !> sv.c t/pragma/utf8.t toke.c
24226 ____________________________________________________________________________
24227 [  7300] By: gsar                                  on 2000/10/16  04:56:54
24228         Log: integrate changes#6046,6048,6057,6058 from mainline
24229              
24230              libscheck has insufficient checks for n32 libs (from
24231              Albert Chin-A-Young <china@thewrittenword.com>)
24232              
24233              add note about how $( doesn't interpolate in REs (from
24234              Philip Newton <newton@ficus.frogspace.net>)
24235              
24236              fix broken parsing of /\x{ab}/
24237              
24238              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
24239              (spotted by Donald Kinzer <dkinzer@premia.com>)
24240      Branch: maint-5.6/perl
24241           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
24242           !> t/pragma/utf8.t
24243 ____________________________________________________________________________
24244 [  7299] By: gsar                                  on 2000/10/16  04:52:50
24245         Log: integrate change#6044 from mainline
24246              
24247              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
24248              such that underscores are only ignored in literal numbers,
24249              "\x{...}", and hex/oct argument
24250      Branch: maint-5.6/perl
24251           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
24252 ____________________________________________________________________________
24253 [  7298] By: gsar                                  on 2000/10/16  04:50:53
24254         Log: integrate changes#6027..6043 from mainline
24255              
24256              podlators-1.02 update (from Russ Allbery)
24257              
24258              Pod::Man generates groff-incompatible macro definition (from
24259              Tom Christiansen)
24260              
24261              add CGI.pm v2.66 (from Lincoln Stein)
24262              
24263              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
24264              for @- and @+ (from Johan Vromans)
24265              
24266              small nits in diagnostics.pm (from Robin Barker)
24267              
24268              whitespace adjustments
24269              
24270              missing files in MANIFEST
24271              
24272              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
24273              to compensate
24274              
24275              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
24276              
24277              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
24278      Branch: maint-5.6/perl
24279           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
24280           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
24281           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
24282           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
24283           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
24284           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
24285           !> t/lib/cgi-html.t t/lib/cgi-request.t
24286 ____________________________________________________________________________
24287 [  7297] By: gsar                                  on 2000/10/16  04:44:30
24288         Log: integrate change#6025 from mainline
24289              
24290              Is{Alnum,Alpha,Word} don't match titlecase
24291              TODO: IsSpace is defined recursively!
24292              (both spotted by Larry)
24293      Branch: maint-5.6/perl
24294           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
24295           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
24296 ____________________________________________________________________________
24297 [  7296] By: gsar                                  on 2000/10/16  04:39:30
24298         Log: integrate change#6023 from mainline
24299              
24300              debugger stomps on $. (from M.J.T. Guy)
24301      Branch: maint-5.6/perl
24302           !> lib/perl5db.pl
24303 ____________________________________________________________________________
24304 [  7295] By: gsar                                  on 2000/10/16  04:38:02
24305         Log: integrate change#6022 from mainline
24306              
24307              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
24308      Branch: maint-5.6/perl
24309           !> sv.c
24310 ____________________________________________________________________________
24311 [  7294] By: gsar                                  on 2000/10/16  04:37:05
24312         Log: integrate changes#6018..6021 from mainline
24313              
24314              make lib/syslog.t portable to systems that don't have _PATH_LOG,
24315              make _PATH_LOG() return "" if unavailable
24316              
24317              windows portability tweaks
24318              
24319              test tweak
24320              
24321              remove Win2K issue in pod (fixed by change#6020)
24322      Branch: maint-5.6/perl
24323           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
24324           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
24325           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
24326 ____________________________________________________________________________
24327 [  7293] By: gsar                                  on 2000/10/16  04:20:00
24328         Log: integrate changes#6013..6015 from mainline
24329              
24330              tweak change#5945 to display correct switch name in diagnostic
24331              
24332              glob() loading File::Glob behind the scenes may cause syntax errors
24333              
24334              tweak test for portability
24335      Branch: maint-5.6/perl
24336           !> op.c perl.c pod/perldiag.pod t/lib/b.t
24337 ____________________________________________________________________________
24338 [  7292] By: gsar                                  on 2000/10/16  04:18:11
24339         Log: integrate changes#6005..6010 from mainline, cfgperl
24340              
24341              perldoc might fail via "use blib" (from Hugo van der Sanden)
24342              
24343              Regen Configure.
24344              
24345              note about compile failures and END blocks (from M.J.T. Guy)
24346              
24347              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
24348              
24349              (change#6009 integrated earlier in change#7255)
24350              
24351              clarify note about shadow password support (from
24352              gellyfish@gellyfish.com)
24353      Branch: maint-5.6/perl
24354           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24355           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
24356           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
24357 ____________________________________________________________________________
24358 [  7291] By: gsar                                  on 2000/10/16  04:12:03
24359         Log: integrate changes#6002,6003 from mainline
24360              
24361              destructive sv_setsv() can lose UV-ness from source, causing
24362              numeric promotions/comparisons to fail to do the right thing
24363              
24364              allow REG_EXPAND_SZ keys in Windows registry (from
24365              John Clayton <John.Clayton@barclayscapital.com>)
24366      Branch: maint-5.6/perl
24367           !> sv.c win32/win32.c
24368 ____________________________________________________________________________
24369 [  7290] By: gsar                                  on 2000/10/16  04:10:19
24370         Log: integrate change#6001 from mainline
24371              
24372              support additional library locations via $Config{otherlibdirs}
24373              (from Andy Dougherty)
24374      Branch: maint-5.6/perl
24375           !> Configure INSTALL Porting/Glossary Porting/config.sh
24376           !> Porting/config_H config_h.SH epoc/config.sh perl.c
24377           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
24378           !> win32/config.bc win32/config.gc win32/config.vc
24379 ____________________________________________________________________________
24380 [  7289] By: gsar                                  on 2000/10/16  04:08:28
24381         Log: integrate change#5999 from mainline
24382              
24383              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
24384      Branch: maint-5.6/perl
24385           !> t/pragma/warn/toke toke.c
24386 ____________________________________________________________________________
24387 [  7288] By: gsar                                  on 2000/10/16  04:07:01
24388         Log: integrate changes#5997,5998 from cfgperl
24389              
24390              Preserve $!.
24391              
24392              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
24393      Branch: maint-5.6/perl
24394           !> lib/Math/Complex.pm
24395 ____________________________________________________________________________
24396 [  7287] By: gsar                                  on 2000/10/16  04:04:37
24397         Log: integrate change#5995 from mainline
24398              
24399              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
24400      Branch: maint-5.6/perl
24401           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
24402 ____________________________________________________________________________
24403 [  7286] By: gsar                                  on 2000/10/16  04:03:21
24404         Log: integrate change#5994 from mainline
24405              
24406              fix for missed accounting for null byte in pack("Z",...) (from
24407              M.J.T. Guy)
24408      Branch: maint-5.6/perl
24409           !> pp.c t/op/pack.t
24410 ____________________________________________________________________________
24411 [  7285] By: gsar                                  on 2000/10/16  04:02:11
24412         Log: integrate changes#5989..5993 from mainline
24413              
24414              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
24415              itself and no other (from Tom Hughes)
24416              
24417              use $ENV{LIB} to search for libs under Visual C compiler
24418              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
24419              
24420              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
24421              
24422              pod nit (from Simon Cozens)
24423              
24424              various minor tweaks seen on p5p
24425      Branch: maint-5.6/perl
24426           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
24427           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
24428           !> t/op/array.t toke.c
24429 ____________________________________________________________________________
24430 [  7284] By: gsar                                  on 2000/10/16  03:59:00
24431         Log: integrate changes#5978..5988 from mainline
24432              
24433              sync version numbers in File::Spec with the ones on CPAN
24434              (from Barrie Slaymaker)
24435              
24436              under useithreads, constant pad entries could inadvertantly be
24437              shared across threads (from Eric Blood <eblood@xmission.com>);
24438              added Eric's test case to testsuite
24439              
24440              allow Configure -S to run non-interactively (spotted by Greg Hudson
24441              <ghudson@mit.edu>)
24442              
24443              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
24444              prototype mismatch with CORE::glob(); update pod and tests to
24445              suit (File::Glob::glob() is still available for backward
24446              compatibility, but should be considered deprecated)
24447              
24448              avoid error in IO::Socket::INET when given an unknown service name
24449              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
24450              
24451              numeric conversion of non-number in change#3378 tramples on
24452              OOK offset, causing segfaults
24453              
24454              attributes::reftype() doesn't work on tied argument
24455              
24456              forked child may not exit correctly if it failed to open
24457              /dev/console (from Graham Barr)
24458              
24459              add regular expressions tutorial and quick-start guide (from
24460              Mark Kvale <kvale@phy.ucsf.edu>)
24461              
24462              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
24463              
24464              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
24465              <paul@miraclefish.com>)
24466      Branch: maint-5.6/perl
24467           +> pod/perlrequick.pod pod/perlretut.pod
24468           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
24469           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
24470           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
24471           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
24472           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
24473           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
24474           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
24475           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
24476 ____________________________________________________________________________
24477 [  7283] By: gsar                                  on 2000/10/16  03:52:14
24478         Log: integrate change#5977 from mainline
24479              
24480              autoquote barewords followed by newline and arrow properly
24481              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
24482      Branch: maint-5.6/perl
24483           !> t/pragma/warn/toke toke.c
24484 ____________________________________________________________________________
24485 [  7282] By: gsar                                  on 2000/10/16  03:50:48
24486         Log: integrate change#5976 from mainline
24487              
24488              DB_File v1.73 update (from Paul Marquess)
24489      Branch: maint-5.6/perl
24490           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
24491           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
24492 ____________________________________________________________________________
24493 [  7281] By: gsar                                  on 2000/10/16  03:49:14
24494         Log: integrate change#5975 from mainline
24495              
24496              allow sort() reentrancy (variant of patch suggested by
24497              Hugo van der Sanden)
24498      Branch: maint-5.6/perl
24499           !> pp_ctl.c t/op/sort.t
24500 ____________________________________________________________________________
24501 [  7280] By: gsar                                  on 2000/10/16  03:48:22
24502         Log: integrate change#5974 from mainline
24503              
24504              change#4197 somehow missed initializing PL_errors, meaning
24505              syntax error queueing wasn't working outside eval"" at all;
24506              also fixed eval"" to localize PL_error_count, so that compile-time
24507              eval's don't clobber the error state of the outer context
24508      Branch: maint-5.6/perl
24509           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
24510           !> t/pragma/warn/toke
24511 ____________________________________________________________________________
24512 [  7279] By: gsar                                  on 2000/10/16  03:46:21
24513         Log: integrate change#5973 from mainline
24514              
24515              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
24516      Branch: maint-5.6/perl
24517           !> regcomp.c regexec.c t/op/re_tests
24518 ____________________________________________________________________________
24519 [  7278] By: gsar                                  on 2000/10/16  03:44:54
24520         Log: integrate change#5971 from cfgperl
24521              
24522              Unicos tweaks from Mark P. Lutz.
24523      Branch: maint-5.6/perl
24524           !> hints/unicos.sh lib/Math/Complex.pm
24525 ____________________________________________________________________________
24526 [  7277] By: gsar                                  on 2000/10/16  03:42:59
24527         Log: integrate changes#5966..5970 from mainline
24528              
24529              add testsuite for B backends, fix bug in B::Deparse (from
24530              Simon Cozens <simon@brecon.co.uk>)
24531              
24532              improved docs on the warn_uninit diagnostic (from David Glasser
24533              and Simon Cozens)
24534              
24535              tolerate spaces in group names in test on solaris (from David Boyce
24536              <dsb@boyski.com>)
24537              
24538              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
24539              
24540              Data::Dumper fumbles negative numbers on 32-bit platforms where
24541              IV is >32bits
24542      Branch: maint-5.6/perl
24543           +> t/lib/b.t t/lib/syslog.t
24544           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
24545           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
24546           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
24547 ____________________________________________________________________________
24548 [  7276] By: gsar                                  on 2000/10/16  03:39:30
24549         Log: integrate change#5965 from mainline
24550              
24551              avoid "will not stay shared" warnings for our variables (from
24552              Robin Barker)
24553      Branch: maint-5.6/perl
24554           !> op.c t/pragma/warn/op
24555 ____________________________________________________________________________
24556 [  7275] By: gsar                                  on 2000/10/16  03:38:18
24557         Log: integrate change#5964 from mainline
24558              
24559              reformat to 72 columns (again)
24560      Branch: maint-5.6/perl
24561           !> pod/perldiag.pod
24562 ____________________________________________________________________________
24563 [  7274] By: gsar                                  on 2000/10/16  03:36:58
24564         Log: integrate change#5963 from mainline
24565              
24566              patch from Larry to make (\&) prototype work; added tests for
24567              the same
24568      Branch: maint-5.6/perl
24569           !> op.c t/comp/proto.t
24570 ____________________________________________________________________________
24571 [  7273] By: gsar                                  on 2000/10/16  03:35:51
24572         Log: integrate changes#5956..5962 from mainline
24573              
24574              better diagnostics on failed tests (from Ilya Zakharevich)
24575              
24576              pod nits (from A. C. Yardley <yardley@tanet.net>)
24577              
24578              change#3569 deleted some essential code, revert; avoid use of
24579              atexit() to make DynaLoader work properly on AIX under mod_perl
24580              (from Jens-Uwe Mager <jum@helios.de>)
24581              
24582              doubled words in pods (from Simon Cozens
24583              <simon.p.cozens@jp.pwcglobal.com>)
24584              
24585              better INSTALL notes on Solaris issues (from Dominic Dunlop)
24586              
24587              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
24588              
24589              updated README.hpux (from Jeff Okamoto)
24590      Branch: maint-5.6/perl
24591           !> INSTALL README.hpux emacs/cperl-mode.el
24592           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
24593           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
24594           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
24595           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
24596           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
24597           !> t/op/lex_assign.t
24598 ____________________________________________________________________________
24599 [  7272] By: gsar                                  on 2000/10/16  03:31:22
24600         Log: integrate change#5955 from mainline
24601              
24602              longstanding bug exposed by change#3307: sort arguments weren't
24603              compiled with the right wantarray context (ensuing runtime lookup
24604              via block_gimme() was getting the incidental context of the
24605              sort() itself)
24606      Branch: maint-5.6/perl
24607           !> op.c t/op/sort.t
24608 ____________________________________________________________________________
24609 [  7271] By: gsar                                  on 2000/10/16  03:29:11
24610         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
24611              branch
24612              
24613              Flatten the cpp jungle doing the nosuid checking.
24614              
24615              Do not assume sign propagation. (from M.J.T. Guy)
24616              
24617              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
24618              
24619              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
24620              Now pp_ncmp() returns undef is either operand is a NaN.
24621              
24622              On second thoughts frexp() does have two arguments.
24623              
24624              Document that tr() is not tr(1).
24625              
24626              Be more robust on "extreme" (large absolute value)
24627              arguments.  Originally reported by Daniel Connelly
24628              as a problem with asinh() on large negative arguments,
24629              asinh() used to bail out because an argument to log()
24630              ended up being zero.  Ilya Zakharevich proposed using
24631              Taylor's series in such cases, which for such large
24632              arguments is a very good approximation.
24633              
24634              Undo "use integer" addition from 64bitint as it seems
24635              to break most of the subtests in Digital UNIX;
24636              Unicos needs to find another way.
24637      Branch: maint-5.6/perl
24638           !> (integrate 29 files)
24639 ____________________________________________________________________________
24640 [  7270] By: gsar                                  on 2000/10/16  03:09:44
24641         Log: integrate changes#5948,5949,5950 from mainline
24642              
24643              typo in vars.pm that leads to cryptic message (from Piotr
24644              Piatkowski <kompas@kompas.usr.onet.pl>)
24645              
24646              make perldoc use the pod2man from the same version (from
24647              M.J.T. Guy)
24648              
24649              reformat perldiag to avoid long lines
24650      Branch: maint-5.6/perl
24651           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
24652 ____________________________________________________________________________
24653 [  7269] By: gsar                                  on 2000/10/16  03:05:54
24654         Log: integrate change#5947 from mainline
24655              
24656              use &dl_error rather than &dl_load_file as the guard for calling
24657              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
24658              statically built perl)
24659      Branch: maint-5.6/perl
24660           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
24661 ____________________________________________________________________________
24662 [  7268] By: gsar                                  on 2000/10/16  03:04:48
24663         Log: integrate change#5945 from mainline
24664              
24665              make module name mandatory after -M switch; reorder perldiag
24666              alphabetically (from Mark-Jason Dominus)
24667      Branch: maint-5.6/perl
24668           !> perl.c pod/perldiag.pod
24669 ____________________________________________________________________________
24670 [  7267] By: gsar                                  on 2000/10/16  03:03:01
24671         Log: integrate change#5939 from mainline
24672              
24673              more pod nits (from Larry Virden)
24674      Branch: maint-5.6/perl
24675           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
24676           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
24677           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
24678 ____________________________________________________________________________
24679 [  7266] By: gsar                                  on 2000/10/16  03:01:39
24680         Log: integrate change#5938 from mainline
24681              
24682              Consolidated B::Deparse fixes (from Stephen McCamant)
24683      Branch: maint-5.6/perl
24684           !> ext/B/B/Deparse.pm
24685 ____________________________________________________________________________
24686 [  7265] By: gsar                                  on 2000/10/16  03:00:43
24687         Log: integrate change#5936 from mainline
24688              
24689              additional tests for change#7263 (from Paul Marquess)
24690      Branch: maint-5.6/perl
24691           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
24692           !> t/pragma/warn/5nolint t/pragma/warn/6default
24693 ____________________________________________________________________________
24694 [  7264] By: gsar                                  on 2000/10/16  02:58:34
24695         Log: integrate change#5934 from mainline
24696              
24697              propagate lexical warnings from surrounding scope correctly
24698              within string eval() (from Paul Marquess)
24699      Branch: maint-5.6/perl
24700           !> pp_ctl.c t/pragma/warn/pp_ctl
24701 ____________________________________________________________________________
24702 [  7263] By: gsar                                  on 2000/10/16  02:56:53
24703         Log: integrate change#5932 from mainline
24704              
24705              add rsignal(), whichsig() and do_join() to public API list
24706              (mod_perl uses them to good advantage)
24707      Branch: maint-5.6/perl
24708           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
24709 ____________________________________________________________________________
24710 [  7262] By: gsar                                  on 2000/10/16  02:55:53
24711         Log: integrate change#5931 from mainline
24712              
24713              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
24714      Branch: maint-5.6/perl
24715           !> pp_hot.c regexec.c t/op/pat.t
24716 ____________________________________________________________________________
24717 [  7261] By: gsar                                  on 2000/10/16  02:55:01
24718         Log: integrate change#5930 from mainline
24719              
24720              small os390 tweaks (from Peter Prymmer)
24721      Branch: maint-5.6/perl
24722           !> config_h.SH makedepend.SH
24723 ____________________________________________________________________________
24724 [  7260] By: gsar                                  on 2000/10/16  02:54:10
24725         Log: integrate change#5929 from mainline
24726              
24727              pod nits
24728      Branch: maint-5.6/perl
24729           !> pod/perlguts.pod
24730 ____________________________________________________________________________
24731 [  7259] By: gsar                                  on 2000/10/16  02:52:55
24732         Log: integrate change#5927 from mainline
24733              
24734              arrange for next() to resume at the unstack op rather than the
24735              loop conditional, so that scope cleanup happens correctly
24736              (from Stephen McCamant)
24737      Branch: maint-5.6/perl
24738           !> op.c pp_ctl.c t/op/misc.t
24739 ____________________________________________________________________________
24740 [  7258] By: gsar                                  on 2000/10/16  02:51:38
24741         Log: integrate change#5926 from mainline
24742              
24743              on windows, reserve 16M of stack rather than 128M (allows more
24744              threads to run concurrently)
24745      Branch: maint-5.6/perl
24746           !> win32/Makefile win32/makefile.mk
24747 ____________________________________________________________________________
24748 [  7257] By: gsar                                  on 2000/10/16  02:50:37
24749         Log: integrate change#5925 from mainline
24750              
24751              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
24752      Branch: maint-5.6/perl
24753           !> toke.c
24754 ____________________________________________________________________________
24755 [  7256] By: gsar                                  on 2000/10/16  02:49:36
24756         Log: integrate change#5924 from mainline
24757              
24758              avoid using uninitialized memory in require version check
24759      Branch: maint-5.6/perl
24760           !> pp_ctl.c universal.c
24761 ____________________________________________________________________________
24762 [  7255] By: gsar                                  on 2000/10/16  02:48:03
24763         Log: integrate changes#5923,5928,6009 from mainline
24764              
24765              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
24766      Branch: maint-5.6/perl
24767           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
24768 ____________________________________________________________________________
24769 [  7254] By: gsar                                  on 2000/10/16  02:44:46
24770         Log: integrate change#5922 from mainline
24771              
24772              commentary about IoTYPE() (from Nathan Torkington)
24773      Branch: maint-5.6/perl
24774           !> sv.h
24775 ____________________________________________________________________________
24776 [  7253] By: gsar                                  on 2000/10/16  02:43:49
24777         Log: integrate change#5921 from mainline
24778              
24779              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
24780      Branch: maint-5.6/perl
24781           !> sv.c t/lib/charnames.t t/pragma/utf8.t
24782 ____________________________________________________________________________
24783 [  7252] By: gsar                                  on 2000/10/16  02:42:31
24784         Log: integrate change#5920 from mainline
24785              
24786              Larry's fix for buggy propagation of utf8-ness in join(); add test
24787      Branch: maint-5.6/perl
24788           !> doop.c t/op/ver.t
24789 ____________________________________________________________________________
24790 [  7251] By: gsar                                  on 2000/10/16  02:41:14
24791         Log: integrate changes#5915..5919 from mainline
24792              
24793              various (pod tweaks &c)
24794      Branch: maint-5.6/perl
24795           !> (integrate 33 files)
24796 ____________________________________________________________________________
24797 [  7250] By: gsar                                  on 2000/10/16  02:38:16
24798         Log: integrate change#5914 from mainline
24799              
24800              caller() wasn't returning the right number of elements for
24801              eval {...}
24802      Branch: maint-5.6/perl
24803           !> pp_ctl.c t/pragma/warn/9enabled
24804 ____________________________________________________________________________
24805 [  7249] By: gsar                                  on 2000/10/16  02:37:02
24806         Log: integrate change#5913 from mainline
24807              
24808              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
24809              (from Mark-Jason Dominus)
24810      Branch: maint-5.6/perl
24811           !> pod/perlfunc.pod
24812 ____________________________________________________________________________
24813 [  7248] By: gsar                                  on 2000/10/16  02:35:58
24814         Log: integrate change#5912 from mainline
24815              
24816              fix totally broken caching in UNIVERSAL::isa() (from
24817              Nick Ing-Simmons)
24818      Branch: maint-5.6/perl
24819           !> t/op/universal.t universal.c
24820 ____________________________________________________________________________
24821 [  7247] By: gsar                                  on 2000/10/16  02:34:27
24822         Log: integrate changes#5910,5911 from mainline
24823              
24824              typo in pod
24825              
24826              add linebreak properties from unicode/LineBrk.txt (from
24827              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
24828      Branch: maint-5.6/perl
24829           +> (branch 29 files)
24830           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
24831 ____________________________________________________________________________
24832 [  7246] By: gsar                                  on 2000/10/16  02:33:29
24833         Log: integrate change#5909 from mainline
24834              
24835              mode argument to do_binmode() should be file mode, not boolean
24836      Branch: maint-5.6/perl
24837           !> pp_sys.c
24838 ____________________________________________________________________________
24839 [  7245] By: gsar                                  on 2000/10/16  02:31:04
24840         Log: integrate change#5908 from mainline
24841              
24842              introduce illegal symbols into null package so that
24843              gv_fetchpv(...,TRUE) always returns a valid GV even when the
24844              symbol is trapped by strictures (avoids coredumps)
24845      Branch: maint-5.6/perl
24846           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
24847           !> t/pragma/strict-vars
24848 ____________________________________________________________________________
24849 [  7244] By: jhi                                   on 2000/10/16  02:29:54
24850         Log: Subject: $Carp::ExportLevel confusion in Exporter
24851              From: "Ben Tilly" <ben_tilly@hotmail.com>
24852              Date: Sat, 14 Oct 2000 16:44:34 EDT
24853              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
24854      Branch: perl
24855            ! lib/Exporter/Heavy.pm
24856 ____________________________________________________________________________
24857 [  7243] By: jhi                                   on 2000/10/16  02:28:33
24858         Log: Subject: [PATCH perlguts.pod] Document offset hack
24859              From: Simon Cozens <simon@cozens.net>
24860              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
24861              Date: Sat, 14 Oct 2000 19:32:25 +0100
24862      Branch: perl
24863            ! pod/perlguts.pod
24864 ____________________________________________________________________________
24865 [  7242] By: gsar                                  on 2000/10/16  02:26:51
24866         Log: integrate changes#5905,5906,5907,6064 from mainline
24867              
24868              printf/sprintf didn't get quad types right under use64bitint
24869      Branch: maint-5.6/perl
24870           !> pp_sys.c sv.c t/op/64bitint.t
24871 ____________________________________________________________________________
24872 [  7241] By: jhi                                   on 2000/10/16  02:22:44
24873         Log: Subject: small pod patch
24874              From: Dan Boorstein <dan_boo@bellsouth.net>
24875              Date: Sat, 14 Oct 2000 14:29:24 -0400
24876              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
24877      Branch: perl
24878            ! pod/perlfaq7.pod pod/perlmod.pod
24879 ____________________________________________________________________________
24880 [  7240] By: jhi                                   on 2000/10/16  02:13:46
24881         Log: -w cleanup.
24882              
24883              Subject: Re: Problems with bleadperl 
24884              From: "Stephen P. Potter" <spp@ds.net>
24885              Date: Fri, 13 Oct 2000 13:32:49 -0400
24886              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
24887      Branch: perl
24888            ! t/pragma/overload.t
24889 ____________________________________________________________________________
24890 [  7239] By: jhi                                   on 2000/10/16  01:41:18
24891         Log: One more ~utf8 tweak.
24892      Branch: perl
24893            ! t/op/bop.t
24894 ____________________________________________________________________________
24895 [  7238] By: jhi                                   on 2000/10/16  01:34:14
24896         Log: Tweak the test of #7235.
24897      Branch: perl
24898            ! t/op/bop.t
24899 ____________________________________________________________________________
24900 [  7237] By: jhi                                   on 2000/10/16  01:25:04
24901         Log: Fix a couple of compiler-noted nits in #7235.
24902      Branch: perl
24903            ! pp.c
24904 ____________________________________________________________________________
24905 [  7236] By: jhi                                   on 2000/10/16  01:22:46
24906         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
24907      Branch: perl
24908            ! pp.c pp_hot.c
24909 ____________________________________________________________________________
24910 [  7235] By: jhi                                   on 2000/10/15  16:24:44
24911         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
24912              
24913              From: Simon Cozens <simon@cozens.net>
24914              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
24915              Date: Sat, 14 Oct 2000 20:52:13 +0100
24916              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
24917      Branch: perl
24918            ! pp.c t/op/bop.t utf8.h
24919 ____________________________________________________________________________
24920 [  7234] By: jhi                                   on 2000/10/15  15:19:29
24921         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
24922              The problem was that rx->minlen was in chars while pp_split()
24923              thought it would be in bytes. 
24924      Branch: perl
24925            ! pp.c t/pragma/utf8.t
24926 ____________________________________________________________________________
24927 [  7233] By: jhi                                   on 2000/10/14  20:24:24
24928         Log: Document FNCASE=y as discussed in the bug 20000902.009.
24929      Branch: perl
24930            ! README.dos
24931 ____________________________________________________________________________
24932 [  7232] By: jhi                                   on 2000/10/14  18:52:21
24933         Log: Add test for bug id 20000427.003 (which seems to have
24934              been fixed) (also duplicate as 20000427.004, though
24935              with a higher severity).  Move one utf8 from op/append
24936              to pragma/utf8, tag the tests with bug ids.
24937      Branch: perl
24938            ! t/op/append.t t/pragma/utf8.t
24939 ____________________________________________________________________________
24940 [  7231] By: jhi                                   on 2000/10/14  17:28:37
24941         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
24942      Branch: perl
24943            ! t/pragma/utf8.t
24944 ____________________________________________________________________________
24945 [  7230] By: jhi                                   on 2000/10/14  14:24:50
24946         Log: Needs to be conditional on SunOS 4.
24947              
24948              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
24949              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
24950              Date: Sat, 14 Oct 2000 13:37:49 +0100
24951              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
24952      Branch: metaconfig/U/perl
24953            ! End.U
24954      Branch: perl
24955            ! Configure myconfig.SH pod/perldelta.pod
24956 ____________________________________________________________________________
24957 [  7229] By: jhi                                   on 2000/10/14  00:49:22
24958         Log: Update Changes.
24959      Branch: perl
24960            ! Changes patchlevel.h
24961 ____________________________________________________________________________
24962 [  7228] By: jhi                                   on 2000/10/14  00:46:10
24963         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
24964              From: Peter Prymmer <pvhp@forte.com>
24965              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
24966              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
24967      Branch: perl
24968            ! lib/utf8.pm
24969 ____________________________________________________________________________
24970 [  7227] By: jhi                                   on 2000/10/13  23:20:30
24971         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
24972      Branch: perl
24973            ! t/op/tie.t
24974 ____________________________________________________________________________
24975 [  7226] By: jhi                                   on 2000/10/13  22:14:32
24976         Log: Tweak #7225.
24977              
24978              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
24979              From: Peter Prymmer <pvhp@forte.com>
24980              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
24981              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
24982      Branch: perl
24983            ! t/op/sprintf.t
24984 ____________________________________________________________________________
24985 [  7225] By: jhi                                   on 2000/10/13  22:11:31
24986         Log: op/sprintf.t patch for OS/390 (and any other host with limited
24987              floating-point exponent length)
24988              
24989              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
24990              From: Dominic Dunlop <domo@computer.org>
24991              Date: Fri, 13 Oct 2000 19:17:57 +0200
24992              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
24993      Branch: perl
24994            ! t/op/sprintf.t
24995 ____________________________________________________________________________
24996 [  7224] By: jhi                                   on 2000/10/13  18:40:48
24997         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
24998      Branch: perl
24999            ! toke.c
25000 ____________________________________________________________________________
25001 [  7223] By: jhi                                   on 2000/10/13  18:37:13
25002         Log: Thinko in #7222.
25003      Branch: perl
25004            ! utf8.c
25005 ____________________________________________________________________________
25006 [  7222] By: jhi                                   on 2000/10/13  18:05:23
25007         Log: Use UTF8SKIP(), from Simon Cozens.
25008      Branch: perl
25009            ! utf8.c
25010 ____________________________________________________________________________
25011 [  7221] By: jhi                                   on 2000/10/13  15:43:19
25012         Log: (accidentally empty check-in)
25013      Branch: perl
25014            ! utf8.c
25015 ____________________________________________________________________________
25016 [  7220] By: jhi                                   on 2000/10/13  15:23:51
25017         Log: Add (optimistically) Storable to static extensions.
25018      Branch: perl
25019            ! hints/uwin.sh hints/vmesa.sh
25020 ____________________________________________________________________________
25021 [  7219] By: jhi                                   on 2000/10/13  15:20:05
25022         Log: Amdahl UTS doesn't seem to do dynaloading.
25023      Branch: perl
25024            ! hints/uts.sh
25025 ____________________________________________________________________________
25026 [  7218] By: jhi                                   on 2000/10/13  15:15:20
25027         Log: Slight tweak of the code to appease Amdahl UTS cc.
25028      Branch: perl
25029            ! pp.c
25030 ____________________________________________________________________________
25031 [  7217] By: jhi                                   on 2000/10/13  14:50:42
25032         Log: In Amdahl UTS "struct sv" is defined by a system header,
25033              <ksync.h>.
25034      Branch: perl
25035            ! perl.h sv.h
25036 ____________________________________________________________________________
25037 [  7216] By: jhi                                   on 2000/10/13  11:58:25
25038         Log: Ilya implemented the memory profiling API.
25039      Branch: perl
25040            ! Todo
25041 ____________________________________________________________________________
25042 [  7215] By: jhi                                   on 2000/10/13  02:56:38
25043         Log: Subject: [PATCH 5.7.0] Perl API for mstats
25044              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25045              Date: Thu, 12 Oct 2000 22:52:40 -0400
25046              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
25047      Branch: perl
25048            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
25049 ____________________________________________________________________________
25050 [  7214] By: jhi                                   on 2000/10/13  02:55:38
25051         Log: Subject: [PATCH 5.7.0] IVs in mtats
25052              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25053              Date: Thu, 12 Oct 2000 22:51:04 -0400
25054              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
25055      Branch: perl
25056            ! malloc.c perl.h
25057 ____________________________________________________________________________
25058 [  7213] By: jhi                                   on 2000/10/13  02:31:47
25059         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
25060      Branch: perl
25061            ! pod/perldiag.pod pp_sys.c
25062 ____________________________________________________________________________
25063 [  7212] By: jhi                                   on 2000/10/13  01:27:38
25064         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
25065              From: Peter Prymmer <pvhp@forte.com>
25066              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
25067              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
25068      Branch: perl
25069            ! t/op/oct.t
25070 ____________________________________________________________________________
25071 [  7211] By: jhi                                   on 2000/10/13  00:35:09
25072         Log: Update Changes.
25073      Branch: perl
25074            ! Changes patchlevel.h
25075 ____________________________________________________________________________
25076 [  7210] By: jhi                                   on 2000/10/12  23:59:40
25077         Log: The Install.pm third of
25078              
25079              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
25080              From: Bill Campbell <bill@celestial.com>
25081              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
25082              Date: Thu, 5 Oct 2000 18:04:51 -0700
25083      Branch: perl
25084            ! lib/ExtUtils/Install.pm
25085 ____________________________________________________________________________
25086 [  7209] By: jhi                                   on 2000/10/12  23:58:43
25087         Log: Two thirds of
25088              
25089              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
25090              Date: Thu, 5 Oct 2000 18:04:51 -0700
25091              From: Bill Campbell <bill@celestial.com>
25092              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
25093              
25094              The Install.pm changes will be submitted separately because
25095              they need some work and discussion still.
25096      Branch: perl
25097            ! lib/getopts.pl lib/termcap.pl
25098 ____________________________________________________________________________
25099 [  7208] By: jhi                                   on 2000/10/12  23:41:19
25100         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
25101              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25102              Date:     Thu, 12 Oct 2000 07:30:02 EDT
25103              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
25104      Branch: perl
25105            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
25106            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
25107 ____________________________________________________________________________
25108 [  7207] By: jhi                                   on 2000/10/12  23:39:01
25109         Log: An updated EBCDIC tr patch.
25110              
25111              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
25112              From: Peter Prymmer <pvhp@forte.com>
25113              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
25114              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
25115      Branch: perl
25116            ! t/op/tr.t
25117 ____________________________________________________________________________
25118 [  7206] By: jhi                                   on 2000/10/12  23:34:55
25119         Log: Upgrade to CPAN 1.58, from Andreas König.
25120      Branch: perl
25121            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
25122 ____________________________________________________________________________
25123 [  7205] By: jhi                                   on 2000/10/12  23:29:08
25124         Log: Introduce the man[24-8] variables, from Andy Dougherty.
25125      Branch: metaconfig/U/perl
25126            + mandirs.U mandirstyle.U
25127      Branch: perl
25128            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25129            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
25130            ! vos/config.h vos/config.pl vos/config_h.SH_orig
25131            ! win32/config.bc win32/config.gc win32/config.vc
25132 ____________________________________________________________________________
25133 [  7204] By: gsar                                  on 2000/10/12  18:11:24
25134         Log: restore change#7202
25135      Branch: perl
25136            ! mg.c
25137 ____________________________________________________________________________
25138 [  7203] By: gsar                                  on 2000/10/12  18:09:40
25139         Log: another test of the Emergency Broadcast System--back out 
25140              change#7202
25141      Branch: perl
25142            ! mg.c
25143 ____________________________________________________________________________
25144 [  7202] By: gsar                                  on 2000/10/12  16:40:47
25145         Log: (submitted on behalf of Jarkko)
25146              Fix the lib/encode.t subtest 6 failure as reported by Andreas
25147              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
25148              was unearthed by change 7182, as was a bug in HTML::Entities.
25149      Branch: perl
25150            ! mg.c
25151 ____________________________________________________________________________
25152 [  7201] By: jhi                                   on 2000/10/11  03:16:05
25153         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
25154      Branch: perl
25155            ! pp_hot.c t/pragma/utf8.t
25156 ____________________________________________________________________________
25157 [  7200] By: jhi                                   on 2000/10/11  00:40:30
25158         Log: The #7198 was a false alarm.
25159      Branch: perl
25160            ! pp_hot.c
25161 ____________________________________________________________________________
25162 [  7199] By: jhi                                   on 2000/10/11  00:26:04
25163         Log: Remove duplicated code.
25164      Branch: perl
25165            ! t/lib/cgi-html.t
25166 ____________________________________________________________________________
25167 [  7198] By: jhi                                   on 2000/10/10  23:30:46
25168         Log: (Retracted by #7200.)
25169      Branch: perl
25170            ! pp_hot.c
25171 ____________________________________________________________________________
25172 [  7197] By: jhi                                   on 2000/10/10  21:49:30
25173         Log: Add the test case for #7190, from the original bug report
25174              by Andreas König.
25175      Branch: perl
25176            ! t/pragma/utf8.t
25177 ____________________________________________________________________________
25178 [  7196] By: jhi                                   on 2000/10/10  21:40:49
25179         Log: Reapply Andy's patch and regen Configure.
25180      Branch: perl
25181            ! Configure INSTALL Makefile.SH Porting/Glossary
25182            ! Porting/config.sh config_h.SH epoc/config.sh installperl
25183            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
25184            ! win32/config.vc
25185 ____________________________________________________________________________
25186 [  7195] By: jhi                                   on 2000/10/10  21:09:30
25187         Log: Use the versiononly instead of the installscripts,
25188              retract the changes 7146 and 7147.
25189      Branch: perl
25190            ! Configure INSTALL Makefile.SH Porting/Glossary
25191            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
25192            ! installperl uconfig.sh vos/config.def win32/config.bc
25193            ! win32/config.gc win32/config.vc
25194 ____________________________________________________________________________
25195 [  7194] By: jhi                                   on 2000/10/10  21:06:15
25196         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
25197              From: Peter Prymmer <pvhp@forte.com>
25198              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
25199              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
25200      Branch: perl
25201            ! t/op/ver.t
25202 ____________________________________________________________________________
25203 [  7193] By: jhi                                   on 2000/10/10  21:05:12
25204         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
25205              From: Peter Prymmer <pvhp@forte.com>
25206              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
25207              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
25208      Branch: perl
25209            ! t/op/tr.t
25210 ____________________________________________________________________________
25211 [  7192] By: jhi                                   on 2000/10/10  20:57:30
25212         Log: Add versiononly, delete installscripts, from Andy Dougherty.
25213      Branch: metaconfig
25214            - U/installdirs/installscripts.U
25215      Branch: metaconfig/U/perl
25216            + versiononly.U
25217 ____________________________________________________________________________
25218 [  7191] By: jhi                                   on 2000/10/10  19:41:21
25219         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
25220              From: Peter Prymmer <pvhp@forte.com>
25221              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
25222              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
25223      Branch: perl
25224            ! pod/perlebcdic.pod
25225 ____________________________________________________________________________
25226 [  7190] By: jhi                                   on 2000/10/10  19:26:14
25227         Log: Subject: Re: utf8 concat, mg_get
25228              From: Simon Cozens <simon@cozens.net>
25229              Date: Tue, 10 Oct 2000 17:40:17 +0100
25230              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
25231      Branch: perl
25232            ! pp_hot.c
25233 ____________________________________________________________________________
25234 [  7189] By: jhi                                   on 2000/10/10  19:23:03
25235         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
25236              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
25237              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
25238              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
25239      Branch: perl
25240            ! lib/ExtUtils/MM_Unix.pm
25241 ____________________________________________________________________________
25242 [  7188] By: jhi                                   on 2000/10/10  15:31:24
25243         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
25244              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
25245              Date: Fri, 14 Jul 2000 10:47:36 +0100
25246              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
25247      Branch: perl
25248            ! README.win32
25249 ____________________________________________________________________________
25250 [  7187] By: jhi                                   on 2000/10/10  13:30:10
25251         Log: Quote the temp file name, needed in Win32 because the
25252              default name unfortunately contains spaces, shouldn't
25253              hurt elsewhere.
25254              
25255              Subject: FW: perldoc fails if $TEMP contains spaces
25256              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
25257              Date: Thu, 14 Sep 2000 08:58:45 +0100
25258              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
25259      Branch: perl
25260            ! utils/perldoc.PL
25261 ____________________________________________________________________________
25262 [  7186] By: jhi                                   on 2000/10/10  13:16:27
25263         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
25264              From: hv@hugo.hybyte.com
25265              Date: Tue, 10 Oct 2000 14:10:20 +0100
25266              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
25267      Branch: perl
25268            ! t/lib/thr5005.t util.c
25269 ____________________________________________________________________________
25270 [  7185] By: jhi                                   on 2000/10/10  12:06:22
25271         Log: Upgrade to podlators 1.04, from Russ Allbery.
25272      Branch: perl
25273            ! lib/Pod/Man.pm lib/Pod/Text.pm
25274 ____________________________________________________________________________
25275 [  7184] By: jhi                                   on 2000/10/10  12:01:32
25276         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
25277      Branch: perl
25278            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
25279 ____________________________________________________________________________
25280 [  7183] By: jhi                                   on 2000/10/09  23:47:15
25281         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
25282              From: Peter Prymmer <pvhp@forte.com>
25283              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
25284              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
25285      Branch: perl
25286            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
25287 ____________________________________________________________________________
25288 [  7182] By: jhi                                   on 2000/10/09  23:43:16
25289         Log: Make eq work again with utf8 (disabling the upgrading
25290              should no more be necessary since the copies of the
25291              scalars are upgraded, not the scalars themselves).
25292              Takes care of ID 20001009.001.  (The claimed length()
25293              bug in 20001009.001 seems bogus to me.)
25294      Branch: perl
25295            ! sv.c t/pragma/utf8.t
25296 ____________________________________________________________________________
25297 [  7181] By: gsar                                  on 2000/10/09  19:41:54
25298         Log: tweak for change#7173
25299      Branch: perl
25300            ! win32/win32sck.c
25301 ____________________________________________________________________________
25302 [  7180] By: gsar                                  on 2000/10/09  19:26:56
25303         Log: on Windows, clean targets might not work under some flavors of the shell
25304      Branch: perl
25305            ! win32/Makefile win32/makefile.mk
25306 ____________________________________________________________________________
25307 [  7179] By: jhi                                   on 2000/10/09  19:21:02
25308         Log: Update Changes.
25309      Branch: perl
25310            ! Changes patchlevel.h
25311 ____________________________________________________________________________
25312 [  7178] By: jhi                                   on 2000/10/09  19:18:23
25313         Log: Warn about unknown scripts.
25314              
25315              Subject: Re: ideas? patches? [PATCH bleadperl]
25316              From: Dominic Dunlop <domo@computer.org>
25317              Date: Mon, 9 Oct 2000 14:57:17 +0200
25318              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
25319      Branch: perl
25320            ! lib/charnames.pm
25321 ____________________________________________________________________________
25322 [  7177] By: jhi                                   on 2000/10/09  19:13:27
25323         Log: Change #7160 had a nasty typo.
25324      Branch: metaconfig
25325            ! U/compline/Compile.U
25326      Branch: perl
25327            ! Configure config_h.SH
25328 ____________________________________________________________________________
25329 [  7176] By: gsar                                  on 2000/10/09  18:59:33
25330         Log: pod nit
25331      Branch: perl
25332            ! pod/perlport.pod
25333 ____________________________________________________________________________
25334 [  7175] By: gsar                                  on 2000/10/09  18:54:28
25335         Log: Windows9x doesn't support link(), despite what Config.pm
25336              might think
25337      Branch: perl
25338            ! lib/ExtUtils/Manifest.pm
25339 ____________________________________________________________________________
25340 [  7174] By: gsar                                  on 2000/10/09  18:50:03
25341         Log: avoid nonportable example code
25342      Branch: perl
25343            ! lib/File/Copy.pm
25344 ____________________________________________________________________________
25345 [  7173] By: gsar                                  on 2000/10/09  18:46:54
25346         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
25347              being used) when closing a socket handle
25348      Branch: perl
25349            ! win32/win32.c win32/win32.h win32/win32sck.c
25350 ____________________________________________________________________________
25351 [  7172] By: gsar                                  on 2000/10/09  18:41:40
25352         Log: on Windows, cwd strings in the environment should be of the
25353              form =X:=X:\foo instead of =X=X:\foo\
25354      Branch: perl
25355            ! win32/vdir.h
25356 ____________________________________________________________________________
25357 [  7171] By: gsar                                  on 2000/10/09  18:30:09
25358         Log: on Windows, LoadLibrary() could load an extension DLL multiple
25359              times if forward slashes are used in the path
25360      Branch: perl
25361            ! win32/win32.c
25362 ____________________________________________________________________________
25363 [  7170] By: jhi                                   on 2000/10/09  17:53:59
25364         Log: Add a todo note about overloadable assertions.
25365      Branch: perl
25366            ! Todo-5.6
25367 ____________________________________________________________________________
25368 [  7169] By: jhi                                   on 2000/10/09  13:43:45
25369         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
25370              From: mjd@plover.com
25371              Date: 9 Oct 2000 00:24:44 -0000
25372              Message-ID: <20001009002444.10616.qmail@plover.com>
25373      Branch: perl
25374            ! pod/perldebguts.pod
25375 ____________________________________________________________________________
25376 [  7168] By: nick                                  on 2000/10/08  13:16:33
25377         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
25378              is not right thing to do on (e.g. x86). Network order is also "right" for
25379              X fonts.
25380      Branch: perl
25381            ! ext/Encode/Encode.pm
25382 ____________________________________________________________________________
25383 [  7167] By: nick                                  on 2000/10/08  12:54:42
25384         Log: Make "encodings" work post-install when Encode/*.enc files may not
25385              be in same directory as Encode.pm
25386      Branch: perl
25387            ! ext/Encode/Encode.pm
25388 ____________________________________________________________________________
25389 [  7166] By: nick                                  on 2000/10/08  11:51:26
25390         Log: Work round the fact that $hash->{$key} does not take into account
25391              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
25392              so that key is always in the "expected" encoding - i.e. same way we put
25393              it in the hash.
25394      Branch: perl
25395            ! ext/Encode/Encode.pm
25396 ____________________________________________________________________________
25397 [  7165] By: gsar                                  on 2000/10/08  04:15:29
25398         Log: save_re_context() could reset PL_curcop to freed memory, causing core
25399              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
25400      Branch: perl
25401            ! pp_ctl.c
25402 ____________________________________________________________________________
25403 [  7164] By: jhi                                   on 2000/10/06  20:51:48
25404         Log: UTF8ize split() so that the cloned substrings get the UTF8
25405              flag of the original scalar.  Problem reported by Simon Cozens.
25406      Branch: perl
25407            ! pp.c t/pragma/utf8.t
25408 ____________________________________________________________________________
25409 [  7163] By: nick                                  on 2000/10/06  20:48:34
25410         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
25411              got a false +ve and so did not reach code which would have un-FAKEd the SV.
25412      Branch: perl
25413            ! sv.c
25414 ____________________________________________________________________________
25415 [  7162] By: nick                                  on 2000/10/06  20:25:37
25416         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
25417              To fix  (sort {$a <=> $b} keys %hash) in particular but
25418              should cover a number of other as-yet-unknown cases as well.
25419      Branch: perl
25420            ! sv.c
25421 ____________________________________________________________________________
25422 [  7161] By: jhi                                   on 2000/10/06  19:56:18
25423         Log: Change the version number of Tie::Handle in the core to 4.0,
25424              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
25425              
25426              Subject: Note on Tie::Handle
25427              From: andreas.koenig@anima.de (Andreas J. Koenig)
25428              Date:      06 Oct 2000 21:48:58 +0200
25429              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
25430      Branch: perl
25431            ! lib/Tie/Handle.pm
25432 ____________________________________________________________________________
25433 [  7160] By: jhi                                   on 2000/10/06  18:20:35
25434         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
25435              as the first option of cc/ld because of ultrapicky compilers
25436              (e.g. OS/390 R2.5)
25437      Branch: metaconfig
25438            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
25439            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
25440            ! U/compline/orderlib.U U/modified/Cppsym.U
25441            ! U/modified/d_access.U
25442      Branch: metaconfig/U/perl
25443            ! Checkcc.U d_dlsymun.U gccvers.U
25444      Branch: perl
25445            ! Configure config_h.SH
25446 ____________________________________________________________________________
25447 [  7159] By: jhi                                   on 2000/10/06  13:56:39
25448         Log: Update Changes.
25449      Branch: perl
25450            ! Changes patchlevel.h
25451 ____________________________________________________________________________
25452 [  7158] By: jhi                                   on 2000/10/06  12:48:40
25453         Log: Eliminate $Is_VMS code from the test.
25454              
25455              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
25456              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25457              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
25458              Date:     Thu, 5 Oct 2000 07:46:33 EDT
25459      Branch: perl
25460            ! t/lib/b.t
25461 ____________________________________________________________________________
25462 [  7157] By: jhi                                   on 2000/10/06  12:47:13
25463         Log: Also the $ccflags is needed for the C compiler check.
25464              
25465              Subject: Configure (check for C-compiler)
25466              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25467              Date: Fri, 06 Oct 2000 08:47:15 +0200
25468              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
25469      Branch: metaconfig/U/perl
25470            ! Checkcc.U
25471      Branch: perl
25472            ! Configure config_h.SH
25473 ____________________________________________________________________________
25474 [  7156] By: jhi                                   on 2000/10/06  11:45:15
25475         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
25476      Branch: perl
25477            ! perl.c pp_ctl.c sv.h utf8.c
25478 ____________________________________________________________________________
25479 [  7155] By: jhi                                   on 2000/10/06  11:40:41
25480         Log: IO::Handle->syswrite() did not handle length omission
25481              like CORE::syswrite() does.
25482              
25483              Subject: [Fwd] IO::Handle, syswrite and arguments
25484              From: Graham Barr <gbarr@pobox.com>
25485              Date: Fri, 6 Oct 2000 10:22:05 +0100
25486              Message-ID: <20001006102205.U6312@pobox.com>
25487              
25488              The original patch from andrew@ugh.net.au.
25489      Branch: perl
25490            ! ext/IO/lib/IO/Handle.pm
25491 ____________________________________________________________________________
25492 [  7154] By: jhi                                   on 2000/10/06  01:42:15
25493         Log: Tweak #7153.
25494      Branch: perl
25495            ! utf8.h
25496 ____________________________________________________________________________
25497 [  7153] By: jhi                                   on 2000/10/06  00:39:55
25498         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
25499      Branch: perl
25500            ! utf8.h
25501 ____________________________________________________________________________
25502 [  7152] By: jhi                                   on 2000/10/06  00:38:11
25503         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
25504      Branch: perl
25505            ! perl.c pp_ctl.c sv.h utf8.c
25506 ____________________________________________________________________________
25507 [  7151] By: jhi                                   on 2000/10/06  00:36:38
25508         Log: Subject: Re: Questions about Tie::Array and perl modules
25509              From: Nick Ing-Simmons <nik@tiuk.ti.com>
25510              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
25511              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
25512              
25513              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
25514      Branch: perl
25515            ! lib/Tie/Array.pm t/op/array.t
25516 ____________________________________________________________________________
25517 [  7150] By: jhi                                   on 2000/10/05  00:20:45
25518         Log: Regen Changes.
25519      Branch: perl
25520            ! Changes patchlevel.h
25521 ____________________________________________________________________________
25522 [  7149] By: jhi                                   on 2000/10/05  00:20:01
25523         Log: Regen toc.
25524      Branch: perl
25525            ! pod/perltoc.pod
25526 ____________________________________________________________________________
25527 [  7148] By: jhi                                   on 2000/10/04  23:35:08
25528         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
25529              reported several times by Dominic Dunlop, for example in
25530              ID 20000315.008.  Patch from Dominic.  Patch affects at
25531              least MachTen, and possibly other oldish BSDs. Should not
25532              break non-broken platforms (tested on LinuxPPC). 
25533      Branch: perl
25534            ! doio.c
25535 ____________________________________________________________________________
25536 [  7147] By: jhi                                   on 2000/10/04  23:26:34
25537         Log: The one that got away from 7146.
25538      Branch: metaconfig
25539            + U/installdirs/installscripts.U
25540 ____________________________________________________________________________
25541 [  7146] By: jhi                                   on 2000/10/04  23:25:04
25542         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
25543              suggested by H. Merijn Brand.
25544      Branch: perl
25545            ! Configure INSTALL Makefile.SH Porting/Glossary
25546            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
25547            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
25548            ! win32/config.vc
25549 ____________________________________________________________________________
25550 [  7145] By: jhi                                   on 2000/10/04  22:08:21
25551         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
25552              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25553              Date: Wed, 4 Oct 2000 17:37:46 -0400
25554              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
25555      Branch: perl
25556            ! utils/h2xs.PL
25557 ____________________________________________________________________________
25558 [  7144] By: jhi                                   on 2000/10/04  18:11:41
25559         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
25560              From: Jeff Pinyan <jeffp@crusoe.net>
25561              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
25562              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
25563      Branch: perl
25564            ! pod/perlrun.pod
25565 ____________________________________________________________________________
25566 [  7143] By: jhi                                   on 2000/10/04  18:09:58
25567         Log: Subject: perlhack.pod Patch for Externals Tools
25568              From: Fisher Mark <fisherm@tce.com>
25569              Date: Tue, 3 Oct 2000 15:43:27 -0500 
25570              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
25571      Branch: perl
25572            ! pod/perlhack.pod
25573 ____________________________________________________________________________
25574 [  7142] By: jhi                                   on 2000/10/04  18:08:41
25575         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
25576              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25577              Date:     Wed, 4 Oct 2000 12:11:11 EDT
25578              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
25579      Branch: perl
25580            ! vms/vms.c
25581 ____________________________________________________________________________
25582 [  7141] By: jhi                                   on 2000/10/04  12:20:16
25583         Log: Subject: [PATCH 5.7.0] h2xs not working
25584              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25585              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
25586              Date: Tue, 3 Oct 2000 21:43:01 -0400
25587              
25588              Subject: [PATCH 5.7.0] h2xs not documenting the created module
25589              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25590              Date: Tue, 3 Oct 2000 22:55:19 -0400
25591              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
25592      Branch: perl
25593            ! utils/h2xs.PL
25594 ____________________________________________________________________________
25595 [  7140] By: jhi                                   on 2000/10/04  11:53:44
25596         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
25597              From: nick@babyhippo.com
25598              Date: Wed, 4 Oct 2000 12:06:45 +0100
25599              Message-Id: <20001004120645.A7356@babyhippo.com>
25600              
25601              Retract 7118 and 7135.
25602      Branch: perl
25603            ! installman installperl op.c t/pragma/subs.t
25604 ____________________________________________________________________________
25605 [  7139] By: jhi                                   on 2000/10/03  22:09:41
25606         Log: It is possible to have no hosts database at all.  Pointed out in
25607              
25608              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
25609              From: Peter Prymmer <pvhp@forte.com>
25610              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
25611              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
25612      Branch: metaconfig
25613            ! U/modified/myhostname.U
25614      Branch: perl
25615            ! Configure config_h.SH
25616 ____________________________________________________________________________
25617 [  7138] By: jhi                                   on 2000/10/03  21:49:49
25618         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
25619              From: Peter Prymmer <pvhp@forte.com>
25620              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
25621              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
25622      Branch: perl
25623            ! pp_sys.c
25624 ____________________________________________________________________________
25625 [  7137] By: jhi                                   on 2000/10/03  20:10:05
25626         Log: One remaining nit less at the VMS mailbox sizing.
25627      Branch: perl
25628            ! vms/vms.c
25629 ____________________________________________________________________________
25630 [  7136] By: jhi                                   on 2000/10/03  20:08:47
25631         Log: Test harness update to sync with the new perlcc,
25632              from Simon Cozens.
25633      Branch: perl
25634            ! t/TEST t/UTEST
25635 ____________________________________________________________________________
25636 [  7135] By: jhi                                   on 2000/10/03  15:15:42
25637         Log: Subject: Re: PATCH for 20001003.004
25638              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
25639              From: "AARON B. DOSSETT" <aaron@iglou.com>
25640              Message-Id: <E13gTay-0006od-00@iglou.com>
25641      Branch: perl
25642            ! installman installperl
25643 ____________________________________________________________________________
25644 [  7134] By: jhi                                   on 2000/10/03  15:00:34
25645         Log: Subject: [ID 20001003.006] B::Debug not -w clean
25646              From: Nicholas Clark <nick@babyhippo.co.uk>
25647              Date: Tue, 03 Oct 2000 15:46:32 +0100
25648              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
25649      Branch: perl
25650            ! ext/B/B/Debug.pm
25651 ____________________________________________________________________________
25652 [  7133] By: jhi                                   on 2000/10/03  14:58:39
25653         Log: Scale down the VMS message boxes, by Charles Lane.
25654              Fix for ID 20000903.009, workaround at
25655              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
25656      Branch: perl
25657            ! vms/vms.c
25658 ____________________________________________________________________________
25659 [  7132] By: jhi                                   on 2000/10/03  11:20:37
25660         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
25661      Branch: perl
25662            + t/lib/st-lock.t t/lib/st-utf8.t
25663            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
25664            ! ext/Storable/Storable.xs t/lib/st-recurse.t
25665 ____________________________________________________________________________
25666 [  7131] By: jhi                                   on 2000/10/03  03:38:23
25667         Log: Encode nits.
25668      Branch: perl
25669            ! MANIFEST Makefile.SH
25670 ____________________________________________________________________________
25671 [  7130] By: jhi                                   on 2000/10/03  03:31:05
25672         Log: Update Changes.
25673      Branch: perl
25674            ! Changes patchlevel.h
25675 ____________________________________________________________________________
25676 [  7129] By: jhi                                   on 2000/10/03  02:24:02
25677         Log: Misplaced else.
25678      Branch: metaconfig/U/perl
25679            ! d_strtoll.U
25680      Branch: perl
25681            ! Configure config_h.SH
25682 ____________________________________________________________________________
25683 [  7128] By: jhi                                   on 2000/10/03  02:08:29
25684         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
25685              From: sthoenna@efn.org
25686              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
25687              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
25688      Branch: metaconfig/U/perl
25689            ! d_strtoll.U
25690      Branch: perl
25691            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
25692 ____________________________________________________________________________
25693 [  7127] By: jhi                                   on 2000/10/03  01:13:14
25694         Log: Update Changes.
25695      Branch: perl
25696            ! Changes patchlevel.h
25697 ____________________________________________________________________________
25698 [  7126] By: jhi                                   on 2000/10/03  00:57:08
25699         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
25700              as suggested by Olaf Flebbe and Nick Clark.
25701      Branch: perl
25702            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
25703 ____________________________________________________________________________
25704 [  7125] By: jhi                                   on 2000/10/03  00:50:56
25705         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
25706              From: Nick Clark <nick@plum.flirble.org>
25707              Date: Mon, 2 Oct 2000 11:03:24 +0100
25708              Message-Id: <20001002110324.D20073@plum.flirble.org>
25709              
25710              Also fixes bug ID 20001002.005.
25711      Branch: perl
25712            ! t/lib/encode.t
25713 ____________________________________________________________________________
25714 [  7124] By: jhi                                   on 2000/10/03  00:34:59
25715         Log: Subject: [PATCH 5.7.0] Epoc update
25716              From: Olaf Flebbe <o.flebbe@gmx.de>
25717              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
25718              Message-ID: <26423.969484586@www10.gmx.net>
25719      Branch: perl
25720            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
25721            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
25722            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
25723            ! util.c util.h
25724 ____________________________________________________________________________
25725 [  7123] By: jhi                                   on 2000/10/03  00:30:07
25726         Log: Regen headers.
25727      Branch: perl
25728            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
25729 ____________________________________________________________________________
25730 [  7122] By: jhi                                   on 2000/10/03  00:10:48
25731         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
25732      Branch: perl
25733            ! hints/openbsd.sh
25734 ____________________________________________________________________________
25735 [  7121] By: jhi                                   on 2000/10/03  00:05:06
25736         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
25737              From: <abigail@foad.org>
25738              Date: Tue, 26 Sep 2000 13:36:14 -0400
25739              Message-ID: <20000926173614.4356.qmail@foad.org>
25740      Branch: perl
25741            ! pod/perlop.pod
25742 ____________________________________________________________________________
25743 [  7120] By: jhi                                   on 2000/10/03  00:04:00
25744         Log: Inside require() $^S was always left undefined.
25745              
25746              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
25747              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25748              Date: Wed, 27 Sep 2000 18:54:49 -0400
25749              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
25750      Branch: perl
25751            ! cop.h mg.c pp_ctl.c util.c
25752 ____________________________________________________________________________
25753 [  7119] By: jhi                                   on 2000/10/03  00:00:16
25754         Log: Subject: [PATCH] DLL not restartabke with threaded perl
25755              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
25756              Date: Thu, 28 Sep 2000 09:20:46 +0100
25757              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
25758      Branch: perl
25759            ! perl.c
25760 ____________________________________________________________________________
25761 [  7118] By: jhi                                   on 2000/10/02  23:59:20
25762         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
25763              From: Nicholas Clark <nick@ccl4.org>
25764              Date: Thu, 28 Sep 2000 11:52:24 +0100
25765              Message-ID: <20000928115224.D7924@plum.flirble.org>
25766      Branch: perl
25767            ! op.c
25768 ____________________________________________________________________________
25769 [  7117] By: jhi                                   on 2000/10/02  23:57:51
25770         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
25771              From: Nicholas Clark <nick@babyhippo.co.uk>
25772              Date: Thu, 28 Sep 2000 12:18:10 +0100
25773              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
25774              
25775              Did not apply cleanly, manual intervention was needed.
25776      Branch: perl
25777            ! ext/B/B/Bytecode.pm utils/perlcc.PL
25778 ____________________________________________________________________________
25779 [  7116] By: jhi                                   on 2000/10/02  23:50:40
25780         Log: Document the issue (is not a syntax error, kind of)
25781              
25782              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
25783              From: Nicholas Clark <nick@ccl4.org>
25784              Date: Thu, 28 Sep 2000 17:12:42 +0100
25785              Message-ID: <20000928171242.K7924@plum.flirble.org>
25786      Branch: perl
25787            ! pod/perldata.pod
25788 ____________________________________________________________________________
25789 [  7115] By: jhi                                   on 2000/10/02  23:48:58
25790         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
25791              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25792              Date: Thu, 28 Sep 2000 21:55:31 -0400
25793              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
25794      Branch: perl
25795            ! regexec.c
25796 ____________________________________________________________________________
25797 [  7114] By: jhi                                   on 2000/10/02  23:47:57
25798         Log: Subject: DOC PATCH 5.6.0
25799              From: mjd@plover.com
25800              Date: 30 Sep 2000 06:02:34 -0000
25801              Message-ID: <20000930060234.4559.qmail@plover.com>
25802      Branch: perl
25803            ! pod/perldebguts.pod
25804 ____________________________________________________________________________
25805 [  7113] By: jhi                                   on 2000/10/02  23:46:43
25806         Log: SOCK_DGRAM and listen() do not mix as reported in
25807              
25808              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
25809              From: Petter Reinholdtsen <pere@hungry.com>
25810              Date: Sun, 1 Oct 2000 10:57:20 +0800
25811              Message-Id: <200010010257.KAA05735@localhost.localdomain>
25812              
25813              The patch for 5.7.0+ had to be reengineered, though.
25814      Branch: perl
25815            ! ext/IO/lib/IO/Socket/UNIX.pm
25816 ____________________________________________________________________________
25817 [  7112] By: jhi                                   on 2000/10/02  23:36:57
25818         Log: Subject: Re: [PATCH 5.005_64 missed]
25819              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25820              Date: Sun, 1 Oct 2000 18:50:10 -0400
25821              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
25822      Branch: perl
25823            ! pod/perlxs.pod
25824 ____________________________________________________________________________
25825 [  7111] By: jhi                                   on 2000/10/02  23:35:40
25826         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
25827              From: Radu Greab <radu@netsoft.ro>
25828              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
25829              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
25830      Branch: perl
25831            ! op.c opcode.pl t/op/substr.t
25832 ____________________________________________________________________________
25833 [  7110] By: jhi                                   on 2000/10/02  23:32:38
25834         Log: Subject: [PATCH] Fix aliasing of tied filehandles
25835              From: Daniel Chetlin <daniel@chetlin.com>
25836              Date: Mon, 2 Oct 2000 14:53:27 -0700
25837              Message-ID: <20001002145327.C1617@ilmd>
25838      Branch: perl
25839            ! perl.h pp_hot.c t/op/tiehandle.t
25840 ____________________________________________________________________________
25841 [  7109] By: jhi                                   on 2000/10/02  23:31:30
25842         Log: s/Robin Parker/Robin Barker/
25843      Branch: perl
25844            ! Changes5.6
25845 ____________________________________________________________________________
25846 [  7108] By: jhi                                   on 2000/10/02  23:15:46
25847         Log: Retract #7091 as suggested in
25848              
25849              From: Robin Barker <rmb1@cise.npl.co.uk> 
25850              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
25851              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
25852              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
25853      Branch: perl
25854            ! embed.pl proto.h
25855 ____________________________________________________________________________
25856 [  7107] By: nick                                  on 2000/10/02  18:23:14
25857         Log: A few tweaks to get Tk803 to work with Encode scheme.
25858      Branch: perl
25859            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
25860 ____________________________________________________________________________
25861 [  7106] By: nick                                  on 2000/10/01  21:34:14
25862         Log: Add checking cases to Encode's toUnicode and fromUnicode.
25863      Branch: perl
25864            ! ext/Encode/Encode.pm
25865 ____________________________________________________________________________
25866 [  7105] By: nick                                  on 2000/10/01  17:18:01
25867         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
25868              To read and use them.
25869              Add a lib/encode.t which checks a few things.
25870      Branch: perl
25871            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
25872            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
25873            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
25874            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
25875            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
25876            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
25877            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
25878            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
25879            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
25880            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
25881            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
25882            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
25883            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
25884            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
25885            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
25886            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
25887            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
25888            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
25889            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
25890            + ext/Encode/Encode/iso2022-jp.enc
25891            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
25892            + ext/Encode/Encode/iso8859-1.enc
25893            + ext/Encode/Encode/iso8859-2.enc
25894            + ext/Encode/Encode/iso8859-3.enc
25895            + ext/Encode/Encode/iso8859-4.enc
25896            + ext/Encode/Encode/iso8859-5.enc
25897            + ext/Encode/Encode/iso8859-6.enc
25898            + ext/Encode/Encode/iso8859-7.enc
25899            + ext/Encode/Encode/iso8859-8.enc
25900            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
25901            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
25902            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
25903            + ext/Encode/Encode/macCentEuro.enc
25904            + ext/Encode/Encode/macCroatian.enc
25905            + ext/Encode/Encode/macCyrillic.enc
25906            + ext/Encode/Encode/macDingbats.enc
25907            + ext/Encode/Encode/macGreek.enc
25908            + ext/Encode/Encode/macIceland.enc
25909            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
25910            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
25911            + ext/Encode/Encode/macTurkish.enc
25912            + ext/Encode/Encode/macUkraine.enc
25913            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
25914            + t/lib/encode.t
25915            ! MANIFEST ext/Encode/Encode.pm
25916 ____________________________________________________________________________
25917 [  7104] By: nick                                  on 2000/09/30  13:04:30
25918         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
25919              From: Daniel Chetlin <daniel@chetlin.com>
25920              Date: Mon, 18 Sep 2000 05:05:40 -0700
25921              Message-Id: <20000918050540.C652@ilmd>
25922      Branch: perl
25923            ! lib/overload.pm sv.c t/pragma/overload.t
25924 ____________________________________________________________________________
25925 [  7103] By: nick                                  on 2000/09/30  12:53:36
25926         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
25927              From: Johan Vromans <jvromans@squirrel.nl>
25928              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
25929              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
25930      Branch: perl
25931            ! pod/Makefile.SH
25932 ____________________________________________________________________________
25933 [  7102] By: nick                                  on 2000/09/30  12:52:31
25934         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
25935              From: Spider Boardman <spider@Orb.Nashua.NH.US>
25936              Date: Sat, 16 Sep 2000 16:36:45 -0400
25937              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
25938      Branch: perl
25939            ! ext/B/B/Deparse.pm
25940 ____________________________________________________________________________
25941 [  7101] By: nick                                  on 2000/09/30  12:51:41
25942         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
25943              From: Craig A. Berry <craig.berry@psinetcs.com>
25944              Date: Sat, 16 Sep 2000 10:11:10 -0500
25945              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
25946      Branch: perl
25947            ! vms/vms.c
25948 ____________________________________________________________________________
25949 [  7100] By: nick                                  on 2000/09/30  12:50:33
25950         Log: Subject: Re: unicode support and perl [ID 20000901.097]
25951              From: Spider Boardman <spider@Orb.Nashua.NH.US>
25952              Date: Fri, 15 Sep 2000 16:37:58 -0400
25953              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
25954      Branch: perl
25955            ! t/op/append.t
25956 ____________________________________________________________________________
25957 [  7099] By: nick                                  on 2000/09/30  12:49:35
25958         Log: Subject: Re: unicode support and perl [ID 20000901.097]
25959              From: Spider Boardman <spider@Orb.Nashua.NH.US>
25960              Date: Fri, 15 Sep 2000 16:25:30 -0400
25961              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
25962      Branch: perl
25963            ! pp_hot.c
25964 ____________________________________________________________________________
25965 [  7098] By: nick                                  on 2000/09/30  12:48:00
25966         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
25967              From: Gisle Aas <gisle@ActiveState.com>
25968              Date: 15 Sep 2000 16:23:41 +0200
25969              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
25970      Branch: perl
25971            ! toke.c
25972 ____________________________________________________________________________
25973 [  7097] By: nick                                  on 2000/09/30  12:45:16
25974         Log: Subject: [PATCH] Nits in perlmod.pod
25975              From: Daniel Chetlin <daniel@chetlin.com>
25976              Date: Fri, 15 Sep 2000 02:04:09 -0700
25977              Message-Id: <20000915020409.A2104@ilmd>
25978      Branch: perl
25979            ! pod/perlmod.pod
25980 ____________________________________________________________________________
25981 [  7096] By: nick                                  on 2000/09/30  12:18:00
25982         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
25983              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
25984              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
25985              0 to checking to get the warning.
25986      Branch: perl
25987            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
25988            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
25989            ! regexec.c sv.c toke.c utf8.c
25990 ____________________________________________________________________________
25991 [  7095] By: nick                                  on 2000/09/15  16:55:59
25992         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
25993              
25994              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
25995              From: Spider Boardman <spider@Orb.Nashua.NH.US>
25996              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
25997              Date: Fri, 15 Sep 2000 06:37:30 -0400
25998      Branch: perl
25999            ! ext/Encode/Encode.xs sv.c
26000 ____________________________________________________________________________
26001 [  7094] By: jhi                                   on 2000/09/15  03:23:32
26002         Log: Update Changes.
26003      Branch: perl
26004            ! Changes patchlevel.h
26005 ____________________________________________________________________________
26006 [  7093] By: jhi                                   on 2000/09/15  03:11:44
26007         Log: Fix for the charnames.t failures from Spider Boardman.
26008      Branch: perl
26009            ! toke.c
26010 ____________________________________________________________________________
26011 [  7092] By: jhi                                   on 2000/09/15  00:15:48
26012         Log: Botched the #7090 check-in.
26013      Branch: perl
26014            ! sv.c
26015 ____________________________________________________________________________
26016 [  7091] By: jhi                                   on 2000/09/14  23:33:24
26017         Log: Part of #7081 didn't come through.
26018      Branch: perl
26019            ! embed.pl proto.h
26020 ____________________________________________________________________________
26021 [  7090] By: jhi                                   on 2000/09/14  23:17:39
26022         Log: Subject: Re: perl@7078 
26023              From: Spider Boardman <spider@web.zk3.dec.com>
26024              Date: Thu, 14 Sep 2000 19:06:36 -0400
26025              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
26026      Branch: perl
26027            ! sv.c toke.c
26028 ____________________________________________________________________________
26029 [  7089] By: jhi                                   on 2000/09/14  23:11:21
26030         Log: Small portability tweaks.
26031      Branch: perl
26032            ! ext/Encode/Encode.xs
26033 ____________________________________________________________________________
26034 [  7088] By: jhi                                   on 2000/09/14  22:57:23
26035         Log: Fake return to pacify picky compilers.
26036      Branch: perl
26037            ! ext/Encode/Encode.xs
26038 ____________________________________________________________________________
26039 [  7087] By: jhi                                   on 2000/09/14  22:53:37
26040         Log: Subject: [PATCH] utf8.c apidoc
26041              From: Simon Cozens <simon@cozens.net>
26042              Date: Thu, 14 Sep 2000 23:46:57 +0100
26043              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
26044      Branch: perl
26045            ! perlapi.c pod/perlapi.pod utf8.c
26046 ____________________________________________________________________________
26047 [  7086] By: jhi                                   on 2000/09/14  22:40:38
26048         Log: We don't need to count the high bit bytes, a boolean is enough. 
26049      Branch: perl
26050            ! sv.c
26051 ____________________________________________________________________________
26052 [  7085] By: jhi                                   on 2000/09/14  21:20:09
26053         Log: Replace #7084 with
26054              
26055              Subject: Re: perl@7078 
26056              From: Spider Boardman <spider@web.zk3.dec.com>
26057              Date: Thu, 14 Sep 2000 17:09:36 -0400
26058              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
26059      Branch: perl
26060            ! sv.c utf8.c
26061 ____________________________________________________________________________
26062 [  7084] By: jhi                                   on 2000/09/14  20:03:34
26063         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
26064              convertable to bytes by checking it doesn't go above 0xc3
26065              
26066              Subject: Re: perl@7078
26067              From: Simon Cozens <simon@cozens.net>
26068              Date: Thu, 14 Sep 2000 20:59:19 +0100
26069              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
26070      Branch: perl
26071            ! utf8.c
26072 ____________________________________________________________________________
26073 [  7083] By: jhi                                   on 2000/09/14  19:38:47
26074         Log: Subject: Re: perl@7078
26075              From: Simon Cozens <simon@cozens.net>
26076              Date: Thu, 14 Sep 2000 20:13:09 +0100
26077              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
26078      Branch: perl
26079            ! t/op/bop.t
26080 ____________________________________________________________________________
26081 [  7082] By: jhi                                   on 2000/09/14  17:50:44
26082         Log: The one that got away.
26083      Branch: perl
26084            ! lib/File/Find.pm
26085 ____________________________________________________________________________
26086 [  7081] By: jhi                                   on 2000/09/14  17:45:35
26087         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
26088              From: Robin Barker <rmb1@cise.npl.co.uk>
26089              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
26090              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
26091      Branch: perl
26092            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
26093            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
26094            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
26095            ! regcomp.c toke.c universal.c
26096 ____________________________________________________________________________
26097 [  7080] By: jhi                                   on 2000/09/14  17:40:35
26098         Log: Problems picked up by AIX cc.
26099              
26100              Subject: Re: perl@7078 (patch included)
26101              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26102              Date: Thu, 14 Sep 2000 18:53:30 +0200
26103              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
26104      Branch: perl
26105            ! ext/Encode/Encode.xs
26106 ____________________________________________________________________________
26107 [  7079] By: jhi                                   on 2000/09/14  17:38:27
26108         Log: Subject: File::Find 5.7.0 POD nits
26109              From: Rich Morin <rdm@cfcl.com>
26110              Date: Wed, 13 Sep 2000 22:03:58 -0700
26111              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
26112      Branch: perl
26113            ! lib/File/Find.pm
26114 ____________________________________________________________________________
26115 [  7078] By: jhi                                   on 2000/09/14  14:58:20
26116         Log: Update Changes.
26117      Branch: perl
26118            ! Changes patchlevel.h
26119 ____________________________________________________________________________
26120 [  7077] By: jhi                                   on 2000/09/14  14:55:54
26121         Log: Compilation warnings and an error.
26122      Branch: perl
26123            ! sv.c
26124 ____________________________________________________________________________
26125 [  7076] By: jhi                                   on 2000/09/14  14:42:56
26126         Log: Fix for a parsing bug, not for the original bug.
26127              
26128              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
26129              From: Spider Boardman <spider@web.zk3.dec.com>
26130              Date: Wed, 13 Sep 2000 17:52:20 -0400
26131              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
26132      Branch: perl
26133            ! regcomp.c
26134 ____________________________________________________________________________
26135 [  7075] By: jhi                                   on 2000/09/14  14:40:40
26136         Log: Batch of UTF-8 patches from Simon Cozens.
26137      Branch: perl
26138            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
26139            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
26140            ! toke.c utf8.c
26141 ____________________________________________________________________________
26142 [  7074] By: jhi                                   on 2000/09/14  14:29:58
26143         Log: Subject: Re: Two advertising clauses need to be removed
26144              From: Russ Allbery <rra@stanford.edu>
26145              Date: 13 Sep 2000 18:50:26 -0700
26146              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
26147      Branch: perl
26148            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
26149 ____________________________________________________________________________
26150 [  7073] By: jhi                                   on 2000/09/14  14:28:20
26151         Log: Subject: [PATCH] de-wall t/README
26152              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26153              Date: Wed, 13 Sep 2000 17:46:55 -0700
26154              Message-ID: <//Bw5gzkge/e092yn@efn.org>
26155      Branch: perl
26156            ! t/README
26157 ____________________________________________________________________________
26158 [  7072] By: jhi                                   on 2000/09/14  14:25:10
26159         Log: Hints optimization.
26160              
26161              Subject: Minor nit
26162              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26163              Date: Wed, 13 Sep 2000 21:42:07 +0200
26164              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
26165      Branch: perl
26166            ! hints/hpux.sh
26167 ____________________________________________________________________________
26168 [  7071] By: jhi                                   on 2000/09/14  14:23:30
26169         Log: Allow chop() and chomp() to be overridden.
26170              
26171              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
26172              From: "Casey R. Tweten" <crt@kiski.net>
26173              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
26174              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
26175      Branch: perl
26176            ! toke.c
26177 ____________________________________________________________________________
26178 [  7070] By: jhi                                   on 2000/09/14  14:20:36
26179         Log: The return value of setlocale must be copied away.
26180              
26181              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
26182              From: Alan Burlison <Alan.Burlison@uk.sun.com>
26183              Date: Wed, 13 Sep 2000 16:27:37 +0100 
26184              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
26185      Branch: perl
26186            ! util.c
26187 ____________________________________________________________________________
26188 [  7069] By: jhi                                   on 2000/09/14  14:16:27
26189         Log: Remove vestiges of tr//CU.
26190              
26191              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
26192              From: Nick Clark <nick@plum.flirble.org>
26193              Date: Tue, 12 Sep 2000 22:50:14 +0100
26194              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
26195              
26196              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
26197              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26198              Date: Tue, 12 Sep 2000 21:38:48 -0700
26199              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
26200      Branch: perl
26201            ! op.h pod/perlunicode.pod
26202 ____________________________________________________________________________
26203 [  7068] By: jhi                                   on 2000/09/13  14:18:39
26204         Log: Add the Encode extension.  The code is still largely just skeleton.
26205      Branch: perl
26206            + ext/Encode/Encode.pm ext/Encode/Encode.xs
26207            + ext/Encode/Makefile.PL ext/Encode/Todo
26208            ! MANIFEST Todo-5.6
26209 ____________________________________________________________________________
26210 [  7067] By: jhi                                   on 2000/09/12  17:43:33
26211         Log: Allow for whitespace between "#" and "line" in cpp output.
26212              
26213              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
26214              From: Calle Dybedahl <calle@lysator.liu.se>
26215              Date: 12 Sep 2000 19:38:02 +0200 
26216              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
26217      Branch: perl
26218            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
26219 ____________________________________________________________________________
26220 [  7066] By: gsar                                  on 2000/09/12  17:24:29
26221         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
26222              initialization in all the threads on Windows
26223      Branch: perl
26224            ! win32/win32.c
26225 ____________________________________________________________________________
26226 [  7065] By: jhi                                   on 2000/09/12  15:11:31
26227         Log: Update Changes.
26228      Branch: perl
26229            ! Changes patchlevel.h
26230 ____________________________________________________________________________
26231 [  7064] By: jhi                                   on 2000/09/12  14:54:54
26232         Log: Retract #7062, the pod tests are not ready.
26233      Branch: perl
26234            ! t/TEST t/harness
26235 ____________________________________________________________________________
26236 [  7063] By: jhi                                   on 2000/09/12  14:25:41
26237         Log: The #7054 truncated Configure badly.
26238      Branch: metaconfig/U/perl
26239            ! End.U
26240      Branch: perl
26241            ! Configure config_h.SH
26242 ____________________________________________________________________________
26243 [  7062] By: jhi                                   on 2000/09/12  14:08:32
26244         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
26245              From: sthoenna@efn.org
26246              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
26247              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
26248      Branch: perl
26249            ! t/TEST t/harness
26250 ____________________________________________________________________________
26251 [  7061] By: jhi                                   on 2000/09/12  14:07:18
26252         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
26253              From: sthoenna@efn.org
26254              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
26255              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
26256      Branch: perl
26257            ! pod/perlxs.pod
26258 ____________________________________________________________________________
26259 [  7060] By: jhi                                   on 2000/09/12  14:06:08
26260         Log: Break up the myconfig lines a bit.
26261              
26262              Subject: perlbug/perl -V output format
26263              From: sthoenna@efn.org
26264              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
26265              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
26266      Branch: perl
26267            ! myconfig.SH
26268 ____________________________________________________________________________
26269 [  7059] By: jhi                                   on 2000/09/12  14:05:04
26270         Log: Test for the #7049.
26271              
26272              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
26273              From: andreas.koenig@anima.de (Andreas J. Koenig)
26274              Date: 12 Sep 2000 06:42:01 +0200
26275              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
26276      Branch: perl
26277            ! t/op/my.t
26278 ____________________________________________________________________________
26279 [  7058] By: jhi                                   on 2000/09/12  14:03:05
26280         Log: Subject: [patch: perl@7045] vms updates
26281              From: Peter Prymmer <pvhp@forte.com>
26282              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
26283              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
26284      Branch: perl
26285            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
26286 ____________________________________________________________________________
26287 [  7057] By: jhi                                   on 2000/09/12  14:00:51
26288         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
26289              From: sthoenna@efn.org
26290              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
26291              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
26292      Branch: perl
26293            ! t/op/64bitint.t
26294 ____________________________________________________________________________
26295 [  7056] By: jhi                                   on 2000/09/12  13:58:14
26296         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
26297              From: Jeff Pinyan <jeffp@crusoe.net>
26298              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
26299              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
26300      Branch: perl
26301            ! pod/perlfunc.pod
26302 ____________________________________________________________________________
26303 [  7055] By: jhi                                   on 2000/09/12  13:56:32
26304         Log: Do in VMS as the #7054 does.
26305      Branch: perl
26306            ! configure.com
26307 ____________________________________________________________________________
26308 [  7054] By: jhi                                   on 2000/09/12  13:50:31
26309         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
26310              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
26311              Date: Mon, 11 Sep 2000 08:33:09 +0100
26312              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
26313      Branch: metaconfig/U/perl
26314            ! End.U
26315      Branch: perl
26316            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
26317            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
26318 ____________________________________________________________________________
26319 [  7053] By: jhi                                   on 2000/09/12  13:29:19
26320         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
26321              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26322              Date:     Tue, 12 Sep 2000 08:35:59 EDT
26323              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
26324      Branch: perl
26325            ! vms/test.com
26326 ____________________________________________________________________________
26327 [  7052] By: jhi                                   on 2000/09/11  23:01:50
26328         Log: Document the SvUTF8*().
26329      Branch: perl
26330            ! pod/perlapi.pod sv.h
26331 ____________________________________________________________________________
26332 [  7051] By: gsar                                  on 2000/09/11  14:46:30
26333         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
26334              (missed a spot when fixing up op_pmreplroot hack for ithreads)
26335      Branch: perl
26336            ! op.c t/op/split.t
26337 ____________________________________________________________________________
26338 [  7050] By: nick                                  on 2000/09/11  10:03:51
26339         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
26340              
26341              Subject: borland C++ win32.c tweak
26342              From: Vadim Konovalov <vkonovalov@lucent.com>
26343              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
26344              Date: Mon, 11 Sep 2000 11:22:33 +0400
26345      Branch: perl
26346            ! win32/win32.c
26347 ____________________________________________________________________________
26348 [  7049] By: nick                                  on 2000/09/11  09:57:33
26349         Log: Point fix for s/// on foreach (keys %xxx).
26350      Branch: perl
26351            ! pp_hot.c
26352 ____________________________________________________________________________
26353 [  7048] By: jhi                                   on 2000/09/10  23:37:09
26354         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
26355              by Pod::Text, from Brad Appleton.
26356      Branch: perl
26357            ! t/pod/testp2pt.pl
26358 ____________________________________________________________________________
26359 [  7047] By: jhi                                   on 2000/09/10  14:32:53
26360         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
26361              by Russ Allbery.
26362      Branch: perl
26363            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
26364 ____________________________________________________________________________
26365 [  7046] By: jhi                                   on 2000/09/10  14:15:08
26366         Log: Upgrade to CPAN 1.57_65, from Andreas König.
26367      Branch: perl
26368            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
26369 ____________________________________________________________________________
26370 [  7045] By: jhi                                   on 2000/09/08  21:36:32
26371         Log: Update Changes.
26372      Branch: perl
26373            ! Changes patchlevel.h
26374 ____________________________________________________________________________
26375 [  7044] By: jhi                                   on 2000/09/08  21:29:56
26376         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
26377              From: Peter Prymmer <pvhp@forte.com>
26378              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
26379              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
26380      Branch: perl
26381            ! configure.com
26382 ____________________________________________________________________________
26383 [  7043] By: jhi                                   on 2000/09/08  21:27:50
26384         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
26385              From: Peter Prymmer <pvhp@forte.com>
26386              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
26387              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
26388      Branch: perl
26389            ! Makefile.SH installperl
26390 ____________________________________________________________________________
26391 [  7042] By: jhi                                   on 2000/09/08  21:23:21
26392         Log: Continue #7041.
26393      Branch: perl
26394            ! cygwin/Makefile.SHs os2/Makefile.SHs
26395 ____________________________________________________________________________
26396 [  7041] By: jhi                                   on 2000/09/08  21:18:10
26397         Log: Do away with memory models cruft.  Sorry, PDP users.
26398      Branch: metaconfig
26399            ! U/modified/cc.U U/modified/libpth.U
26400      Branch: perl
26401            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
26402            ! Porting/config_H cflags.SH config_h.SH configure.com
26403            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
26404            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
26405            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
26406 ____________________________________________________________________________
26407 [  7040] By: jhi                                   on 2000/09/08  14:34:18
26408         Log: Major rewrite of s2p.  And I mean really major, it is
26409              an implementation of sed in perl.  If called as s2p it
26410              will function as s2p.  Note: needs non-UNIXifying.
26411              
26412              Subject: s2p
26413              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
26414              Date: Mon, 28 Aug 2000 14:05:12 +0200
26415              Message-ID: <39AA5578.2102E2AA@alcatel.at>
26416      Branch: perl
26417            ! x2p/s2p.PL
26418 ____________________________________________________________________________
26419 [  7039] By: jhi                                   on 2000/09/08  14:19:49
26420         Log: Re-allow vec() for characters > 255.
26421              
26422              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
26423              From: Spider Boardman <spider@web.zk3.dec.com>
26424              Date: Fri, 08 Sep 2000 02:21:02 -0400
26425              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
26426      Branch: perl
26427            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
26428            ! t/op/vec.t
26429 ____________________________________________________________________________
26430 [  7038] By: jhi                                   on 2000/09/08  14:14:18
26431         Log: Subject: [PATCH lib/Benchmark.pm]
26432              From: <abigail@foad.org>
26433              Date: Thu, 7 Sep 2000 15:03:20 -0400
26434              Message-ID: <20000907190320.888.qmail@foad.org>
26435      Branch: perl
26436            ! lib/Benchmark.pm
26437 ____________________________________________________________________________
26438 [  7037] By: jhi                                   on 2000/09/08  14:11:06
26439         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
26440              
26441              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
26442              From: Spider Boardman <spider@web.zk3.dec.com>
26443              Date: Fri, 08 Sep 2000 01:30:27 -0400
26444              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
26445      Branch: perl
26446            ! op.c
26447 ____________________________________________________________________________
26448 [  7036] By: jhi                                   on 2000/09/08  14:08:58
26449         Log: Subject: [ID 20000908.002] perlipc documentation bug.
26450              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
26451              Date: Fri, 08 Sep 2000 12:38:32 +0200
26452              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
26453      Branch: perl
26454            ! pod/perlipc.pod
26455 ____________________________________________________________________________
26456 [  7035] By: jhi                                   on 2000/09/08  14:03:12
26457         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
26458              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26459              Date: Fri, 08 Sep 2000 11:47:34 +0200
26460              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
26461      Branch: perl
26462            ! hints/dec_osf.sh
26463 ____________________________________________________________________________
26464 [  7034] By: jhi                                   on 2000/09/08  13:59:35
26465         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
26466              From: Simon Cozens <simon@cozens.net>
26467              Date: Thu, 7 Sep 2000 20:40:38 +0100
26468              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
26469      Branch: perl
26470            ! pp_hot.c
26471 ____________________________________________________________________________
26472 [  7033] By: jhi                                   on 2000/09/08  04:03:03
26473         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
26474              From: "Larry W. Virden" <lvirden@cas.org>
26475              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
26476              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
26477      Branch: perl
26478            ! pod/perldiag.pod
26479 ____________________________________________________________________________
26480 [  7032] By: jhi                                   on 2000/09/07  22:18:30
26481         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
26482              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
26483              Date: Mon, 04 Sep 2000 13:16:38 -0700
26484              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
26485      Branch: perl
26486            ! lib/perl5db.pl
26487 ____________________________________________________________________________
26488 [  7031] By: jhi                                   on 2000/09/07  22:02:29
26489         Log: Fix the ccversion detection for 5.1 and beyond.
26490              
26491              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
26492              From: Spider Boardman <spider@leggy.zk3.dec.com>
26493              Date: Thu, 7 Sep 2000 17:54:27 -0400
26494              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
26495      Branch: perl
26496            ! hints/dec_osf.sh
26497 ____________________________________________________________________________
26498 [  7030] By: jhi                                   on 2000/09/07  19:12:28
26499         Log: Fix for
26500              
26501              Subject: [ID 20000903.001] \w in utf8-strings
26502              From: Marc Lehmann <pcg@goof.com>
26503              Date: Sun, 03 Sep 2000 09:44:29 +0200
26504              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
26505              
26506              and various related nits.
26507      Branch: perl
26508            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
26509 ____________________________________________________________________________
26510 [  7029] By: jhi                                   on 2000/09/07  18:49:09
26511         Log: Fix the URL, but the server is still missing in action.
26512              
26513              Subject: [ID 20000905.002] perlfaq1.pod URL error
26514              From: "Larry W. Virden" <lvirden@cas.org>
26515              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
26516              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
26517      Branch: perl
26518            ! pod/perlfaq1.pod
26519 ____________________________________________________________________________
26520 [  7028] By: jhi                                   on 2000/09/07  18:47:13
26521         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
26522              From: Hugo <hv@crypt.compulink.co.uk>
26523              Date: Tue, 05 Sep 2000 14:13:37 +0100
26524              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
26525      Branch: perl
26526            ! toke.c
26527 ____________________________________________________________________________
26528 [  7027] By: jhi                                   on 2000/09/07  18:45:35
26529         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
26530              From: Daniel Chetlin <daniel@chetlin.com>
26531              Date: Tue, 5 Sep 2000 04:57:07 -0700
26532              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
26533      Branch: perl
26534            ! pod/perlfaq6.pod pod/perlop.pod
26535 ____________________________________________________________________________
26536 [  7026] By: jhi                                   on 2000/09/07  18:44:01
26537         Log: Document the new ref() semantics.
26538              
26539              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
26540              From: Gisle Aas <gisle@ActiveState.com>
26541              Date: 05 Sep 2000 08:10:30 +0200
26542              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
26543      Branch: perl
26544            ! pod/perldelta.pod
26545 ____________________________________________________________________________
26546 [  7025] By: jhi                                   on 2000/09/07  18:42:27
26547         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
26548              
26549              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
26550              From: Gisle Aas <gisle@ActiveState.com>
26551              Date: 05 Sep 2000 08:11:40 +0200
26552              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
26553      Branch: perl
26554            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
26555 ____________________________________________________________________________
26556 [  7024] By: jhi                                   on 2000/09/07  18:39:32
26557         Log: Subject: [PATCH] Modernize Opcode.pm documentation
26558              From: Gisle Aas <gisle@ActiveState.com>
26559              Date: 4 Sep 2000 00:18:55 -0000
26560              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
26561      Branch: perl
26562            ! ext/Opcode/Opcode.pm
26563 ____________________________________________________________________________
26564 [  7023] By: jhi                                   on 2000/09/07  18:37:42
26565         Log: Subject: [PATCH] Tied filehandle documentation
26566              From: Gisle Aas <gisle@ActiveState.com>
26567              Date: 4 Sep 2000 00:14:40 -0000
26568              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
26569      Branch: perl
26570            ! pod/perlfunc.pod pod/perltie.pod
26571 ____________________________________________________________________________
26572 [  7022] By: jhi                                   on 2000/09/07  18:35:37
26573         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
26574              From: Gisle Aas <gisle@ActiveState.com>
26575              Date: 4 Sep 2000 00:04:22 -0000
26576              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
26577      Branch: perl
26578            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
26579 ____________________________________________________________________________
26580 [  7021] By: jhi                                   on 2000/09/07  18:33:22
26581         Log: Subject: small apidoc fix
26582              From: Marc Lehmann <pcg@goof.com>
26583              Date: Sun, 3 Sep 2000 05:12:06 +0200
26584              Message-ID: <20000903051206.A5909@cerebro.laendle>
26585      Branch: perl
26586            ! pod/perlapi.pod utf8.c
26587 ____________________________________________________________________________
26588 [  7020] By: jhi                                   on 2000/09/07  16:14:57
26589         Log: Tiny perldelta nits.
26590      Branch: perl
26591            ! pod/perldelta.pod
26592 ____________________________________________________________________________
26593 [  7019] By: jhi                                   on 2000/09/07  16:04:20
26594         Log: Guard against bad string->int conversion for quads.
26595      Branch: perl
26596            ! t/op/64bitint.t
26597 ____________________________________________________________________________
26598 [  7018] By: jhi                                   on 2000/09/06  17:07:03
26599         Log: Update Unicode todo list.
26600      Branch: perl
26601            ! Todo-5.6
26602 ____________________________________________________________________________
26603 [  7017] By: jhi                                   on 2000/09/05  21:16:01
26604         Log: Document the SvIOK_.*UV().
26605      Branch: perl
26606            ! pod/perlapi.pod sv.h
26607 ____________________________________________________________________________
26608 [  7016] By: nick                                  on 2000/09/03  21:54:46
26609         Log: Hash lookup of constant strings optimization:
26610              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
26611              to string table (as per sharepvn). Add newSV_pvn_share to create such
26612              a thing. Make hv.c compare addresses of strings and skip string compare
26613              if equal. Make method_named and helem ops use these shared-string SVs
26614              when arg is constant. Make keys op return shared-string SVs (less clearly
26615              a win).
26616      Branch: perl
26617            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
26618            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
26619            ! pod/perlintern.pod pp_hot.c proto.h sv.c
26620 ____________________________________________________________________________
26621 [  7015] By: jhi                                   on 2000/09/02  17:48:59
26622         Log: This is 5.7.0.
26623      Branch: perl
26624            ! Changes
26625 ____________________________________________________________________________
26626 [  7014] By: jhi                                   on 2000/09/02  17:35:45
26627         Log: Changes and patchlevel tweaks.
26628      Branch: perl
26629            ! Changes patchlevel.h
26630 ____________________________________________________________________________
26631 [  7013] By: jhi                                   on 2000/09/02  17:30:50
26632         Log: Update Changes.
26633      Branch: perl
26634            ! Changes patchlevel.h
26635 ____________________________________________________________________________
26636 [  7012] By: nick                                  on 2000/09/02  17:25:20
26637         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
26638      Branch: perl
26639            ! gv.c lib/overload.pm
26640 ____________________________________________________________________________
26641 [  7011] By: jhi                                   on 2000/09/02  17:16:25
26642         Log: Update perlhist.
26643      Branch: perl
26644            ! pod/perlhist.pod
26645 ____________________________________________________________________________
26646 [  7010] By: jhi                                   on 2000/09/02  17:01:35
26647         Log: perldelta nits.
26648      Branch: perl
26649            ! pod/perldelta.pod
26650 ____________________________________________________________________________
26651 [  7009] By: nick                                  on 2000/09/02  16:48:35
26652         Log: If overloaded %{} etc. return the object do not loop.
26653              Thus  sub deref { $_[0] } functions if object is wanted type.
26654      Branch: perl
26655            ! pp.h
26656 ____________________________________________________________________________
26657 [  7008] By: jhi                                   on 2000/09/02  16:26:11
26658         Log: Retab MANIFEST.
26659      Branch: perl
26660            ! ext/Storable/MANIFEST
26661 ____________________________________________________________________________
26662 [  7007] By: jhi                                   on 2000/09/02  16:23:02
26663         Log: Make certain cc is set before trying to run it.
26664      Branch: perl
26665            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
26666 ____________________________________________________________________________
26667 [  7006] By: jhi                                   on 2000/09/02  15:45:41
26668         Log: Unicode notes.
26669      Branch: perl
26670            ! pod/perldelta.pod
26671 ____________________________________________________________________________
26672 [  7005] By: jhi                                   on 2000/09/02  15:42:11
26673         Log: Various Configure nits by Philip Newton,
26674              plus the ebcdic one by me.
26675      Branch: metaconfig
26676            + U/modified/pager.U
26677            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
26678      Branch: metaconfig/U/perl
26679            ! Devel.U quadfio.U
26680      Branch: perl
26681            ! Configure config_h.SH
26682 ____________________________________________________________________________
26683 [  7004] By: jhi                                   on 2000/09/02  15:06:14
26684         Log: Apparently avoiding the swapping is too costly.
26685              
26686              From: "Ben Tilly" <ben_tilly@hotmail.com>
26687              Subject: Re: the door is closed.
26688              Date: Fri, 01 Sep 2000 20:23:16 EDT
26689              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
26690      Branch: perl
26691            ! pod/perlfaq4.pod
26692 ____________________________________________________________________________
26693 [  7003] By: nick                                  on 2000/09/02  12:26:04
26694         Log: Undo part of change 6489 which looks like a bulk edit which
26695              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
26696              The supressing of main:: on return from select() is undesirable.
26697      Branch: perl
26698            ! pp_sys.c
26699 ____________________________________________________________________________
26700 [  7002] By: jhi                                   on 2000/09/01  23:08:54
26701         Log: Update Changes.
26702      Branch: perl
26703            ! Changes patchlevel.h
26704 ____________________________________________________________________________
26705 [  7001] By: jhi                                   on 2000/09/01  23:00:13
26706         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
26707              From: Peter Prymmer <pvhp@forte.com>
26708              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
26709              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
26710              
26711              plus rework the http: spots as suggested by Tom Christiansen,
26712              plus regen perltoc.
26713      Branch: perl
26714            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
26715            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
26716 ____________________________________________________________________________
26717 [  7000] By: jhi                                   on 2000/09/01  22:36:01
26718         Log: Only the first line, thank you very much.
26719      Branch: perl
26720            ! hints/solaris_2.sh
26721 ____________________________________________________________________________
26722 [  6999] By: gsar                                  on 2000/09/01  22:16:40
26723         Log: change#6791 accidentally clobbered change#6710, put it back
26724      Branch: perl
26725            ! win32/win32.c
26726 ____________________________________________________________________________
26727 [  6998] By: jhi                                   on 2000/09/01  22:14:16
26728         Log: Mention the HP-UX LP64 freak failure.
26729      Branch: perl
26730            ! pod/perldelta.pod
26731 ____________________________________________________________________________
26732 [  6997] By: jhi                                   on 2000/09/01  21:48:32
26733         Log: Detypo.
26734      Branch: perl
26735            ! hints/hpux.sh
26736 ____________________________________________________________________________
26737 [  6996] By: jhi                                   on 2000/09/01  21:27:10
26738         Log: Update Changes.
26739      Branch: perl
26740            ! Changes patchlevel.h
26741 ____________________________________________________________________________
26742 [  6995] By: jhi                                   on 2000/09/01  21:14:24
26743         Log: Mi splgn s gnin.g
26744      Branch: perl
26745            ! pp_ctl.c
26746 ____________________________________________________________________________
26747 [  6994] By: jhi                                   on 2000/09/01  21:09:54
26748         Log: Subject: http:// in L<>
26749              From: Nicholas Clark <nick@ccl4.org>
26750              Date: Fri, 1 Sep 2000 22:03:21 +0100
26751              Message-ID: <20000901220321.B72074@plum.flirble.org>
26752      Branch: perl
26753            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
26754 ____________________________________________________________________________
26755 [  6993] By: jhi                                   on 2000/09/01  21:06:54
26756         Log: Update to Storable 1.0, from Raphael Manfredi.
26757      Branch: perl
26758            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
26759            ! ext/Storable/Makefile.PL ext/Storable/README
26760            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
26761            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
26762            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
26763            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
26764            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
26765            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
26766 ____________________________________________________________________________
26767 [  6992] By: jhi                                   on 2000/09/01  20:43:05
26768         Log: Mention known sfio+linux buglet.
26769      Branch: perl
26770            ! pod/perldelta.pod
26771 ____________________________________________________________________________
26772 [  6991] By: jhi                                   on 2000/09/01  20:40:11
26773         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
26774              From: Peter Prymmer <pvhp@forte.com>
26775              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
26776              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
26777      Branch: perl
26778            ! vms/vms.c
26779 ____________________________________________________________________________
26780 [  6990] By: jhi                                   on 2000/09/01  20:25:26
26781         Log: Retract #6986.
26782      Branch: perl
26783            ! hints/solaris_2.sh
26784 ____________________________________________________________________________
26785 [  6989] By: jhi                                   on 2000/09/01  20:23:00
26786         Log: Mergesort is back.
26787      Branch: perl
26788            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
26789 ____________________________________________________________________________
26790 [  6988] By: jhi                                   on 2000/09/01  19:37:40
26791         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
26792              From: Mike Guy <mjtg@cam.ac.uk>
26793              Date: Fri, 01 Sep 2000 17:43:33 +0100
26794              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
26795      Branch: perl
26796            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
26797            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
26798 ____________________________________________________________________________
26799 [  6987] By: jhi                                   on 2000/09/01  19:17:10
26800         Log: Regen perltoc.
26801      Branch: perl
26802            ! pod/perltoc.pod
26803 ____________________________________________________________________________
26804 [  6986] By: jhi                                   on 2000/09/01  18:51:10
26805         Log: Subject: Re: Solaris x86 has no SPARC libraries!
26806              From: Lupe Christoph <lupe@lupe-christoph.de>
26807              Date: Fri, 1 Sep 2000 20:41:20 +0200
26808              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
26809      Branch: perl
26810            ! hints/solaris_2.sh
26811 ____________________________________________________________________________
26812 [  6985] By: jhi                                   on 2000/09/01  18:28:10
26813         Log: Update Changes.
26814      Branch: perl
26815            ! Changes patchlevel.h
26816 ____________________________________________________________________________
26817 [  6984] By: jhi                                   on 2000/09/01  18:26:53
26818         Log: Feature ordering tweak.
26819      Branch: perl
26820            ! myconfig.SH
26821 ____________________________________________________________________________
26822 [  6983] By: jhi                                   on 2000/09/01  18:19:50
26823         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
26824              From: <abigail@foad.org>
26825              Date: Fri, 1 Sep 2000 13:07:32 -0400
26826              Message-ID: <20000901170732.18249.qmail@foad.org>
26827      Branch: perl
26828            ! t/pragma/overload.t
26829 ____________________________________________________________________________
26830 [  6982] By: jhi                                   on 2000/09/01  18:17:54
26831         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
26832              so that case-ignoring systems like DCL can tell them from
26833              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
26834      Branch: metaconfig/U/perl
26835            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
26836      Branch: perl
26837            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26838            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
26839            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
26840            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
26841            ! vos/config.def vos/config.h vos/config_h.SH_orig
26842            ! win32/config.bc win32/config.gc win32/config.vc
26843 ____________________________________________________________________________
26844 [  6981] By: nick                                  on 2000/09/01  17:21:57
26845         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
26846              warning when UNTIE exists and instead pass the cound of extra references to
26847              the UNTIE method.
26848      Branch: perl
26849            ! pod/perltie.pod pp_sys.c
26850 ____________________________________________________________________________
26851 [  6980] By: jhi                                   on 2000/09/01  16:54:44
26852         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
26853              From: Peter Prymmer <pvhp@forte.com>
26854              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
26855              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
26856      Branch: perl
26857            ! configure.com
26858 ____________________________________________________________________________
26859 [  6979] By: jhi                                   on 2000/09/01  16:06:20
26860         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
26861              From: Mike Guy <mjtg@cam.ac.uk> 
26862              Date: Fri, 01 Sep 2000 16:49:27 +0100
26863              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
26864      Branch: perl
26865            ! t/base/rs.t
26866 ____________________________________________________________________________
26867 [  6978] By: jhi                                   on 2000/09/01  16:00:42
26868         Log: Update to PodParser 1.18, from Brad Appleton.
26869      Branch: perl
26870            ! lib/Pod/Checker.pm t/pod/find.t
26871 ____________________________________________________________________________
26872 [  6977] By: jhi                                   on 2000/09/01  14:48:58
26873         Log: Subject: Nit in Configure (bleadperl@6961)
26874              From: Lupe Christoph <lupe@lupe-christoph.de>
26875              Date: Fri, 1 Sep 2000 16:34:29 +0200
26876              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
26877      Branch: metaconfig
26878            ! U/compline/ccflags.U
26879      Branch: perl
26880            ! Configure config_h.SH
26881 ____________________________________________________________________________
26882 [  6976] By: jhi                                   on 2000/09/01  14:39:52
26883         Log: Update Changes.
26884      Branch: perl
26885            ! Changes patchlevel.h
26886 ____________________________________________________________________________
26887 [  6975] By: jhi                                   on 2000/09/01  14:37:36
26888         Log: microperl config update.
26889      Branch: perl
26890            ! uconfig.h uconfig.sh
26891 ____________________________________________________________________________
26892 [  6974] By: jhi                                   on 2000/09/01  14:36:53
26893         Log: Document known deficiencies.
26894      Branch: perl
26895            ! pod/perldelta.pod
26896 ____________________________________________________________________________
26897 [  6973] By: jhi                                   on 2000/09/01  14:10:20
26898         Log: Mention warnings fixes and updates.
26899      Branch: perl
26900            ! pod/perldelta.pod
26901 ____________________________________________________________________________
26902 [  6972] By: jhi                                   on 2000/09/01  14:01:52
26903         Log: Drop unused argument.
26904              
26905              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
26906              From: Spider Boardman <spider@web.zk3.dec.com>
26907              Date: Thu, 31 Aug 2000 16:10:15 -0400
26908              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
26909      Branch: perl
26910            ! toke.c
26911 ____________________________________________________________________________
26912 [  6971] By: jhi                                   on 2000/09/01  13:59:24
26913         Log: Add the overload warnings to perldiag.
26914      Branch: perl
26915            ! lib/overload.pm pod/perldiag.pod
26916 ____________________________________________________________________________
26917 [  6970] By: jhi                                   on 2000/09/01  13:55:10
26918         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
26919              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
26920              Date: Fri, 1 Sep 2000 13:43:15 +0100 
26921              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
26922      Branch: perl
26923            ! lib/overload.pm t/pragma/overload.t
26924 ____________________________________________________________________________
26925 [  6969] By: jhi                                   on 2000/09/01  13:52:27
26926         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
26927              From: <abigail@foad.org>
26928              Date: Fri, 1 Sep 2000 05:46:54 -0400
26929              Message-ID: <20000901094654.6476.qmail@foad.org>
26930      Branch: perl
26931            ! lib/overload.pm
26932 ____________________________________________________________________________
26933 [  6968] By: jhi                                   on 2000/09/01  13:50:05
26934         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
26935              From: Daniel Chetlin <daniel@chetlin.com>
26936              Date: Fri, 1 Sep 2000 02:10:55 -0700
26937              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
26938      Branch: perl
26939            ! pod/perlretut.pod
26940 ____________________________________________________________________________
26941 [  6967] By: jhi                                   on 2000/09/01  13:47:54
26942         Log: Part of the solution.
26943              
26944              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
26945              From: Mike Guy <mjtg@cam.ac.uk>
26946              Date: Fri, 01 Sep 2000 14:16:01 +0100
26947              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
26948      Branch: perl
26949            ! gv.c mg.c
26950 ____________________________________________________________________________
26951 [  6966] By: jhi                                   on 2000/09/01  13:46:17
26952         Log: Subject: CPAN.pm beta 1.57_57 for the core
26953              From: andreas.koenig@anima.de (Andreas J. Koenig)
26954              Date: 01 Sep 2000 15:16:31 +0200
26955              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
26956      Branch: perl
26957            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
26958 ____________________________________________________________________________
26959 [  6965] By: jhi                                   on 2000/09/01  13:43:18
26960         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
26961              From: "Craig A. Berry" <craig.berry@psinetcs.com>
26962              Date: Fri, 01 Sep 2000 01:47:22 -0500
26963              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
26964      Branch: perl
26965            ! pod/perldelta.pod vms/vms.c
26966 ____________________________________________________________________________
26967 [  6964] By: jhi                                   on 2000/09/01  13:35:35
26968         Log: File::Temp patches from Andreas König,
26969              
26970              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
26971              From: andreas.koenig@anima.de (Andreas J. Koenig)
26972              Date: 01 Sep 2000 10:07:20 +0200
26973              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
26974              
26975              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
26976              From: andreas.koenig@anima.de (Andreas J. Koenig)
26977              Date: 31 Aug 2000 23:26:08 +0200
26978              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
26979      Branch: perl
26980            ! lib/File/Temp.pm t/lib/ftmp-security.t
26981 ____________________________________________________________________________
26982 [  6963] By: jhi                                   on 2000/09/01  02:22:24
26983         Log: Retract the mergesort code, way too incompatible licensing
26984              and copyrights.
26985      Branch: perl
26986            ! pod/perldelta.pod pp_ctl.c
26987 ____________________________________________________________________________
26988 [  6962] By: jhi                                   on 2000/08/31  23:27:32
26989         Log: Update Changes.
26990      Branch: perl
26991            ! Changes patchlevel.h
26992 ____________________________________________________________________________
26993 [  6961] By: jhi                                   on 2000/08/31  23:20:04
26994         Log: Small tweaks all over.
26995      Branch: metaconfig
26996            ! U/compline/d_gconvert.U
26997      Branch: perl
26998            ! AUTHORS Configure config_h.SH pp_ctl.c
26999 ____________________________________________________________________________
27000 [  6960] By: jhi                                   on 2000/08/31  22:39:36
27001         Log: Further rewording.
27002      Branch: perl
27003            ! pp_ctl.c
27004 ____________________________________________________________________________
27005 [  6959] By: jhi                                   on 2000/08/31  21:26:44
27006         Log: More address tweaking.
27007      Branch: perl
27008            ! AUTHORS Changes
27009 ____________________________________________________________________________
27010 [  6958] By: jhi                                   on 2000/08/31  20:47:25
27011         Log: AUTHORS tweaks, from Peter Prymmer.
27012              
27013              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
27014              From: Peter Prymmer <pvhp@forte.com>
27015              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
27016              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
27017      Branch: perl
27018            ! AUTHORS MAINTAIN
27019 ____________________________________________________________________________
27020 [  6957] By: jhi                                   on 2000/08/31  20:34:43
27021         Log: perldelta tweaks.
27022      Branch: perl
27023            ! pod/perldelta.pod
27024 ____________________________________________________________________________
27025 [  6956] By: jhi                                   on 2000/08/31  19:11:06
27026         Log: Regen perltoc.
27027      Branch: perl
27028            ! pod/perltoc.pod
27029 ____________________________________________________________________________
27030 [  6955] By: jhi                                   on 2000/08/31  19:06:30
27031         Log: Clarify the mergesort situation.
27032      Branch: perl
27033            ! pp_ctl.c
27034 ____________________________________________________________________________
27035 [  6954] By: jhi                                   on 2000/08/31  18:24:17
27036         Log: Move the Solaris 7 scan to use64bitall, make the
27037              failure to find 64-bot sparc libc to mention the
27038              possibility of being in an intel, from Lupe and Alan.
27039      Branch: perl
27040            ! hints/solaris_2.sh
27041 ____________________________________________________________________________
27042 [  6953] By: jhi                                   on 2000/08/31  18:09:20
27043         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
27044              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
27045      Branch: metaconfig
27046            ! U/compline/d_gconvert.U U/threads/archname.U
27047      Branch: metaconfig/U/perl
27048            ! perlxv.U
27049      Branch: perl
27050            ! Configure config_h.SH sv.c
27051 ____________________________________________________________________________
27052 [  6952] By: jhi                                   on 2000/08/31  17:42:24
27053         Log: :: not allowed in pathnames, change to .
27054              
27055              Subject: [PATCH perl@6938] cygwin port
27056              From: "Fifer, Eric" <EFifer@sanwaint.com>
27057              Date: Thu, 31 Aug 2000 16:32:59 +0100
27058              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
27059      Branch: metaconfig/U/perl
27060            ! perlxv.U
27061 ____________________________________________________________________________
27062 [  6951] By: jhi                                   on 2000/08/31  17:02:05
27063         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
27064      Branch: perl
27065            ! perl.h
27066 ____________________________________________________________________________
27067 [  6950] By: jhi                                   on 2000/08/31  16:26:08
27068         Log: More author updates.
27069              
27070              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
27071              From: Simon Cozens <simon@cozens.net>
27072              Date: Thu, 31 Aug 2000 17:13:32 +0100
27073              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
27074      Branch: perl
27075            ! AUTHORS
27076 ____________________________________________________________________________
27077 [  6949] By: jhi                                   on 2000/08/31  16:04:49
27078         Log: POSIX doesn't report long double values under -Duselongdouble
27079              when the long doubles are "real" (bigger than doubles).
27080              
27081              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
27082              From: Spider Boardman <spider@peano.zk3.dec.com>
27083              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
27084              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
27085      Branch: perl
27086            ! ext/POSIX/POSIX.xs
27087 ____________________________________________________________________________
27088 [  6948] By: jhi                                   on 2000/08/31  15:25:10
27089         Log: Update Changes.
27090      Branch: perl
27091            ! Changes patchlevel.h
27092 ____________________________________________________________________________
27093 [  6947] By: jhi                                   on 2000/08/31  15:22:29
27094         Log: Document UNTIE in a very minimalistic way.
27095      Branch: perl
27096            ! pod/perlfunc.pod pod/perltie.pod
27097 ____________________________________________________________________________
27098 [  6946] By: jhi                                   on 2000/08/31  15:15:23
27099         Log: Document known failures.
27100      Branch: perl
27101            ! pod/perldelta.pod
27102 ____________________________________________________________________________
27103 [  6945] By: jhi                                   on 2000/08/31  15:07:00
27104         Log: Don't attach -ld to the archname if pointless.
27105      Branch: metaconfig
27106            ! U/threads/archname.U
27107      Branch: perl
27108            ! Configure config_h.SH
27109 ____________________________________________________________________________
27110 [  6944] By: jhi                                   on 2000/08/31  14:37:42
27111         Log: Wrap the test in eval.
27112              
27113              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
27114              From: Tim Jenness <timj@jach.hawaii.edu>
27115              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
27116              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
27117      Branch: perl
27118            ! t/lib/ftmp-security.t
27119 ____________________________________________________________________________
27120 [  6943] By: jhi                                   on 2000/08/31  14:30:57
27121         Log: Make -Dusemorebits find long doubles in Solaris.
27122      Branch: perl
27123            ! hints/solaris_2.sh
27124 ____________________________________________________________________________
27125 [  6942] By: jhi                                   on 2000/08/31  13:48:45
27126         Log: Clarify the third case of ftmp-security warnings.
27127      Branch: perl
27128            ! INSTALL
27129 ____________________________________________________________________________
27130 [  6941] By: jhi                                   on 2000/08/31  13:40:31
27131         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
27132              From: <abigail@foad.org>
27133              Date: Thu, 31 Aug 2000 01:35:05 -0400
27134              Message-ID: <20000831053505.32120.qmail@foad.org>
27135      Branch: perl
27136            ! pod/perldelta.pod
27137 ____________________________________________________________________________
27138 [  6940] By: jhi                                   on 2000/08/31  13:38:48
27139         Log: Issue useful diagnostic on unknown pod commands.
27140              
27141              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
27142              From: <abigail@foad.org>
27143              Date: Thu, 31 Aug 2000 03:41:18 -0400
27144              Message-ID: <20000831074118.24880.qmail@foad.org>
27145      Branch: perl
27146            ! lib/Pod/Man.pm
27147 ____________________________________________________________________________
27148 [  6939] By: jhi                                   on 2000/08/31  13:34:33
27149         Log: Reveal Borland's isnan.
27150              
27151              Subject: build with BC++ tweak
27152              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
27153              Date: Thu, 31 Aug 2000 13:09:37 +0400
27154              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
27155      Branch: perl
27156            ! win32/win32.h
27157 ____________________________________________________________________________
27158 [  6938] By: jhi                                   on 2000/08/31  05:01:20
27159         Log: Update Changes.
27160      Branch: perl
27161            ! Changes patchlevel.h
27162 ____________________________________________________________________________
27163 [  6937] By: jhi                                   on 2000/08/31  04:26:23
27164         Log: sscanf() may be the only way to read long doubles from strings.
27165      Branch: metaconfig/U/perl
27166            ! longdblfio.U
27167      Branch: perl
27168            ! Configure config_h.SH perl.h util.c
27169 ____________________________________________________________________________
27170 [  6936] By: jhi                                   on 2000/08/31  04:18:19
27171         Log: The #6929 was too skimpy.
27172      Branch: perl
27173            ! sv.c
27174 ____________________________________________________________________________
27175 [  6935] By: jhi                                   on 2000/08/31  02:47:07
27176         Log: Subject: Re: typos in pods
27177              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27178              Date: Wed, 30 Aug 2000 19:25:34 -0700
27179              Message-ID: <eIcr5gzkg25X092yn@efn.org>
27180      Branch: perl
27181            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
27182 ____________________________________________________________________________
27183 [  6934] By: jhi                                   on 2000/08/31  02:42:55
27184         Log: Missed one Unicode file.
27185      Branch: perl
27186            + lib/unicode/UCDFF301.html
27187 ____________________________________________________________________________
27188 [  6933] By: jhi                                   on 2000/08/30  23:42:27
27189         Log: Update Changes.
27190      Branch: perl
27191            ! Changes patchlevel.h
27192 ____________________________________________________________________________
27193 [  6932] By: jhi                                   on 2000/08/30  23:40:07
27194         Log: Mention UNTIE in perldelta.  Still needs documenting
27195              in perltie et alia.
27196      Branch: perl
27197            ! pod/perldelta.pod
27198 ____________________________________________________________________________
27199 [  6931] By: jhi                                   on 2000/08/30  23:36:02
27200         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
27201              From: <abigail@foad.org>
27202              Date: Wed, 30 Aug 2000 19:28:07 -0400
27203              Message-ID: <20000830232807.305.qmail@foad.org>
27204      Branch: perl
27205            ! pod/perldelta.pod
27206 ____________________________________________________________________________
27207 [  6930] By: jhi                                   on 2000/08/30  23:32:40
27208         Log: Update to Unicode 3.0.1.
27209      Branch: perl
27210            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
27211            + lib/unicode/PropList.txt lib/unicode/README.perl
27212            + lib/unicode/UCD301.html lib/unicode/Unicode.301
27213            - lib/unicode/Props.txt lib/unicode/UCD300.html
27214            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
27215            ! (edit 257 files)
27216 ____________________________________________________________________________
27217 [  6929] By: jhi                                   on 2000/08/30  22:38:18
27218         Log: Heap decorruption.
27219              
27220              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
27221              From: Alan Burlison <Alan.Burlison@uk.sun.com>
27222              Date: Wed, 30 Aug 2000 22:39:52 +0100
27223              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
27224      Branch: perl
27225            ! sv.c
27226 ____________________________________________________________________________
27227 [  6928] By: jhi                                   on 2000/08/30  22:29:34
27228         Log: Retract the dummy test, skip the security tests (instead of failing),
27229              explain what the warnings mean.
27230      Branch: perl
27231            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
27232 ____________________________________________________________________________
27233 [  6927] By: jhi                                   on 2000/08/30  22:14:13
27234         Log: Change the internal implementation of sort() to be mergesort
27235              instead of quicksort, from John Linderman <jpl@research.att.com>.
27236              Gives us better worst case, better average case, and stability.
27237              What's there not to like?  (Small fixes for threaded builds
27238              were required).
27239      Branch: perl
27240            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
27241 ____________________________________________________________________________
27242 [  6926] By: jhi                                   on 2000/08/30  20:55:20
27243         Log: A better fix for the Socket building problem from Craig Berry.
27244      Branch: perl
27245            ! vms/vms.c
27246 ____________________________________________________________________________
27247 [  6925] By: jhi                                   on 2000/08/30  20:20:25
27248         Log: Subject: [PATCH] Re: UNTIE method 
27249              From: Nick Ing-Simmons <nik@tiuk.ti.com>
27250              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
27251              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
27252      Branch: perl
27253            ! pp_sys.c t/op/tie.t
27254 ____________________________________________________________________________
27255 [  6924] By: jhi                                   on 2000/08/30  20:17:11
27256         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
27257              From: "Craig A. Berry" <craig.berry@psinetcs.com>
27258              Date: Wed, 30 Aug 2000 15:03:14 -0500
27259              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
27260      Branch: perl
27261            ! vms/vms.c
27262 ____________________________________________________________________________
27263 [  6923] By: jhi                                   on 2000/08/30  20:15:18
27264         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
27265              From: "Craig A. Berry" <craig.berry@psinetcs.com>
27266              Date: Wed, 30 Aug 2000 13:30:36 -0500
27267              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
27268      Branch: perl
27269            ! vms/vms.c
27270 ____________________________________________________________________________
27271 [  6922] By: jhi                                   on 2000/08/30  19:54:43
27272         Log: Better options for rsync.
27273      Branch: perl
27274            ! pod/perlhack.pod
27275 ____________________________________________________________________________
27276 [  6921] By: jhi                                   on 2000/08/30  19:40:16
27277         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
27278              From: Rick Delaney <rick@consumercontact.com>
27279              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
27280              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
27281      Branch: perl
27282            ! pod/perlfunc.pod
27283 ____________________________________________________________________________
27284 [  6920] By: jhi                                   on 2000/08/30  19:36:40
27285         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
27286              From: Peter Prymmer <pvhp@forte.com>
27287              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
27288              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
27289      Branch: perl
27290            ! configure.com
27291 ____________________________________________________________________________
27292 [  6919] By: jhi                                   on 2000/08/30  14:52:02
27293         Log: Update Changes.
27294      Branch: perl
27295            ! Changes patchlevel.h
27296 ____________________________________________________________________________
27297 [  6918] By: jhi                                   on 2000/08/30  14:48:34
27298         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
27299      Branch: perl
27300            ! lib/ExtUtils/typemap
27301 ____________________________________________________________________________
27302 [  6917] By: jhi                                   on 2000/08/30  14:46:34
27303         Log: Subject: typos in pods
27304              From: Nicholas Clark <nick@ccl4.org>
27305              Date: Wed, 30 Aug 2000 01:12:50 +0100
27306              Message-ID: <20000830011249.A61388@plum.flirble.org>
27307      Branch: perl
27308            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
27309            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
27310            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
27311            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
27312 ____________________________________________________________________________
27313 [  6916] By: jhi                                   on 2000/08/30  14:19:09
27314         Log: Document Storable problems on Crays.  (Will have
27315              to document all the other Storable problems, too.)
27316      Branch: perl
27317            ! pod/perldelta.pod
27318 ____________________________________________________________________________
27319 [  6915] By: jhi                                   on 2000/08/30  14:06:02
27320         Log: Subject: [PATCH] fix misc cast warnings
27321              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27322              Date: Tue, 29 Aug 2000 23:16:14 -0700
27323              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
27324      Branch: perl
27325            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
27326            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
27327            ! os2/os2ish.h
27328 ____________________________________________________________________________
27329 [  6914] By: jhi                                   on 2000/08/30  14:03:45
27330         Log: Timestamp mismatch again.  Need to fix this dependence on
27331              config_h.SH timestamp, since it's the contents of config_h.SH
27332              that matter.
27333      Branch: perl
27334            ! uconfig.h uconfig.sh
27335 ____________________________________________________________________________
27336 [  6913] By: jhi                                   on 2000/08/30  13:54:06
27337         Log: Don't say "Perl 5.0 source kit".
27338      Branch: perl
27339            ! perl.c
27340 ____________________________________________________________________________
27341 [  6912] By: jhi                                   on 2000/08/30  13:51:24
27342         Log: Reset archname and archname64 always, forcing them be
27343              recomputed at each Configure run, make Configure and
27344              the hints files agree on the naming of largefiles variables.
27345      Branch: metaconfig
27346            ! U/threads/archname.U
27347      Branch: metaconfig/U/perl
27348            ! use64bits.U
27349      Branch: perl
27350            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
27351            ! hints/linux.sh hints/solaris_2.sh
27352 ____________________________________________________________________________
27353 [  6911] By: jhi                                   on 2000/08/30  13:30:13
27354         Log: Put back the slice accidentally removed by #6907.
27355      Branch: perl
27356            ! hints/solaris_2.sh
27357 ____________________________________________________________________________
27358 [  6910] By: jhi                                   on 2000/08/30  01:24:26
27359         Log: Be consistent: other Net::get* do export theirs.
27360              
27361              Subject: Re: Net::protoent does not export 'getproto'
27362              From: Yasushi Nakajima <sey@jkc.co.jp>
27363              Date: Wed, 30 Aug 2000 09:53:14 +0900
27364              Message-Id: <200008300051.DAA24700@taku.hut.fi>
27365      Branch: perl
27366            ! lib/Net/protoent.pm
27367 ____________________________________________________________________________
27368 [  6909] By: jhi                                   on 2000/08/30  01:17:25
27369         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
27370              From: Gurusamy Sarathy <gsar@ActiveState.com>
27371              Date: Tue, 29 Aug 2000 17:17:07 -0700
27372              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
27373      Branch: perl
27374            ! cop.h
27375 ____________________________________________________________________________
27376 [  6908] By: jhi                                   on 2000/08/30  00:58:05
27377         Log: Update Changes.
27378      Branch: perl
27379            ! Changes patchlevel.h
27380 ____________________________________________________________________________
27381 [  6907] By: jhi                                   on 2000/08/30  00:57:22
27382         Log: Introduce ccname to keep track of what compiler kind of we have.
27383      Branch: metaconfig/U/perl
27384            ! Checkcc.U gccvers.U
27385      Branch: perl
27386            ! Configure config_h.SH hints/solaris_2.sh
27387 ____________________________________________________________________________
27388 [  6906] By: jhi                                   on 2000/08/30  00:25:47
27389         Log: Put back the flags dump as reasoned in
27390              
27391              Subject: Re: [PATCH] Glob dumping
27392              From: Mike Guy <mjtg@cam.ac.uk> 
27393              Date: Tue, 29 Aug 2000 21:41:32 +0100
27394              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
27395      Branch: perl
27396            ! dump.c t/lib/peek.t
27397 ____________________________________________________________________________
27398 [  6905] By: jhi                                   on 2000/08/30  00:16:17
27399         Log: Make the epsilon to be relative, not absolute.
27400              
27401              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
27402              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
27403              Date: Tue, 29 Aug 2000 19:58:56 -0400
27404              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
27405      Branch: perl
27406            ! t/lib/trig.t
27407 ____________________________________________________________________________
27408 [  6904] By: jhi                                   on 2000/08/30  00:13:09
27409         Log: From now on, Gisle is on my list of usual suspects :-)
27410              Retract #6902.
27411      Branch: perl
27412            ! ext/Opcode/Safe.pm
27413 ____________________________________________________________________________
27414 [  6903] By: jhi                                   on 2000/08/29  23:51:20
27415         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
27416              From: "Craig A. Berry" <craig.berry@psinetcs.com>
27417              Date: Tue, 29 Aug 2000 18:43:26 -0500
27418              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
27419      Branch: perl
27420            + vms/vmspipe.com
27421            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
27422            ! vms/vms.c
27423 ____________________________________________________________________________
27424 [  6902] By: jhi                                   on 2000/08/29  23:44:14
27425         Log: Retry what #6882 attempted.
27426              
27427              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
27428              From: Gisle Aas <gisle@ActiveState.com>
27429              Date: 30 Aug 2000 00:33:09 +0200
27430              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
27431      Branch: perl
27432            ! ext/Opcode/Safe.pm
27433 ____________________________________________________________________________
27434 [  6901] By: jhi                                   on 2000/08/29  22:59:32
27435         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
27436              From: Hugo <hv@crypt.compulink.co.uk>
27437              Date: Mon, 12 Jun 2000 19:36:08 +0100
27438              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
27439      Branch: perl
27440            ! sv.c
27441 ____________________________________________________________________________
27442 [  6900] By: jhi                                   on 2000/08/29  22:58:35
27443         Log: Admit that we are leaking scalars.
27444              
27445              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
27446              From: Spider Boardman <spider@leggy.zk3.dec.com>
27447              Date: Tue, 29 Aug 2000 18:48:29 -0400
27448              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
27449      Branch: perl
27450            ! t/pragma/warnings.t
27451 ____________________________________________________________________________
27452 [  6899] By: jhi                                   on 2000/08/29  20:53:13
27453         Log: Update Changes.
27454      Branch: perl
27455            ! Changes patchlevel.h
27456 ____________________________________________________________________________
27457 [  6898] By: jhi                                   on 2000/08/29  20:46:21
27458         Log: Undo namespace pollution of #6878.
27459              
27460              Subject: Re: Net::protoent does not export 'getproto'
27461              From: Mike Guy <mjtg@cam.ac.uk>
27462              Date: Tue, 29 Aug 2000 21:32:37 +0100
27463              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
27464      Branch: perl
27465            ! lib/Net/protoent.pm
27466 ____________________________________________________________________________
27467 [  6897] By: jhi                                   on 2000/08/29  20:44:29
27468         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
27469              From: Peter Prymmer <pvhp@forte.com>
27470              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
27471              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
27472      Branch: perl
27473            ! pod/perlebcdic.pod
27474 ____________________________________________________________________________
27475 [  6896] By: jhi                                   on 2000/08/29  20:40:57
27476         Log: There's no point repeating the 'revision' (5) of perl5.
27477      Branch: metaconfig/U/perl
27478            ! Devel.U patchlevel.U
27479      Branch: perl
27480            ! Configure config_h.SH
27481 ____________________________________________________________________________
27482 [  6895] By: jhi                                   on 2000/08/29  20:16:58
27483         Log: Regen Configure for #6894.
27484      Branch: metaconfig/U/perl
27485            ! perladmin.U
27486      Branch: perl
27487            ! Configure config_h.SH
27488 ____________________________________________________________________________
27489 [  6894] By: jhi                                   on 2000/08/29  19:59:52
27490         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
27491              From: "Philip Newton" <Philip.Newton@gmx.net>
27492              Date: Tue, 29 Aug 2000 21:39:14 +0200
27493              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
27494      Branch: perl
27495            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
27496            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
27497            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
27498            ! utils/perlbug.PL
27499 ____________________________________________________________________________
27500 [  6893] By: jhi                                   on 2000/08/29  19:55:30
27501         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
27502              From: "Philip Newton" <Philip.Newton@gmx.net>
27503              Date: Tue, 29 Aug 2000 21:39:14 +0200
27504              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
27505      Branch: perl
27506            ! installhtml
27507 ____________________________________________________________________________
27508 [  6892] By: jhi                                   on 2000/08/29  19:53:59
27509         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
27510              From: "Philip Newton" <Philip.Newton@gmx.net>
27511              Date: Tue, 29 Aug 2000 21:48:18 +0200
27512              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
27513      Branch: perl
27514            ! lib/File/Temp.pm
27515 ____________________________________________________________________________
27516 [  6891] By: jhi                                   on 2000/08/29  18:30:03
27517         Log: Nail the ID 20000828.023.
27518      Branch: perl
27519            ! ext/Storable/Storable.xs
27520 ____________________________________________________________________________
27521 [  6890] By: jhi                                   on 2000/08/29  16:50:17
27522         Log: Under usethreads the dumped variable is IN_PAD.
27523              
27524              Subject: Re: [PATCH] Glob dumping
27525              From: Gisle Aas <gisle@ActiveState.com>
27526              Date: 29 Aug 2000 18:45:05 +0200
27527              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
27528      Branch: perl
27529            ! t/lib/peek.t
27530 ____________________________________________________________________________
27531 [  6889] By: jhi                                   on 2000/08/29  15:17:37
27532         Log: Update Changes.
27533      Branch: perl
27534            ! Changes patchlevel.h
27535 ____________________________________________________________________________
27536 [  6888] By: jhi                                   on 2000/08/29  14:49:59
27537         Log: Retract #6882, broke the safe tests.
27538      Branch: perl
27539            ! ext/Opcode/Safe.pm
27540 ____________________________________________________________________________
27541 [  6887] By: jhi                                   on 2000/08/29  14:47:06
27542         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
27543              From: Gisle Aas <gisle@ActiveState.com> 
27544              Date: 09 Jun 2000 20:00:11 +0200
27545              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
27546      Branch: perl
27547            ! utils/perldoc.PL
27548 ____________________________________________________________________________
27549 [  6886] By: jhi                                   on 2000/08/29  14:42:45
27550         Log: The #6881 removed one dump line.
27551      Branch: perl
27552            ! t/lib/peek.t
27553 ____________________________________________________________________________
27554 [  6885] By: jhi                                   on 2000/08/29  14:30:47
27555         Log: Don't forget to tidy up.
27556      Branch: perl
27557            ! t/lib/ftmp-security.t
27558 ____________________________________________________________________________
27559 [  6884] By: jhi                                   on 2000/08/29  14:25:17
27560         Log: Disabling the one test is a bit tricky.
27561      Branch: perl
27562            ! t/lib/ftmp-security.t
27563 ____________________________________________________________________________
27564 [  6883] By: jhi                                   on 2000/08/29  14:16:25
27565         Log: Disable one of the tests for now.
27566      Branch: perl
27567            ! t/lib/ftmp-security.t
27568 ____________________________________________________________________________
27569 [  6882] By: jhi                                   on 2000/08/29  14:05:50
27570         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
27571              From: gisle@aas.no
27572              Date: 29 Aug 2000 10:35:06 -0000
27573              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
27574      Branch: perl
27575            ! ext/Opcode/Safe.pm
27576 ____________________________________________________________________________
27577 [  6881] By: jhi                                   on 2000/08/29  14:03:51
27578         Log: Subject: [PATCH] Glob dumping
27579              From: Gisle Aas <gisle@ActiveState.com>
27580              Date: 29 Aug 2000 07:59:42 -0000
27581              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
27582      Branch: perl
27583            ! dump.c
27584 ____________________________________________________________________________
27585 [  6880] By: jhi                                   on 2000/08/29  14:02:01
27586         Log: Subject: [PATCH] Warnings in B::Deparse
27587              From: <abigail@foad.org>
27588              Date: Tue, 29 Aug 2000 00:00:01 -0400
27589              Message-ID: <20000829040001.2999.qmail@foad.org>
27590      Branch: perl
27591            ! ext/B/B/Deparse.pm
27592 ____________________________________________________________________________
27593 [  6879] By: jhi                                   on 2000/08/29  13:57:26
27594         Log: Missed a change in #6869.
27595      Branch: perl
27596            ! mg.c
27597 ____________________________________________________________________________
27598 [  6878] By: jhi                                   on 2000/08/29  13:45:04
27599         Log: Subject: Net::protoent does not export 'getproto'
27600              From: Yasushi Nakajima <sey@jkc.co.jp>
27601              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
27602      Branch: perl
27603            ! lib/Net/protoent.pm
27604 ____________________________________________________________________________
27605 [  6877] By: jhi                                   on 2000/08/29  13:39:19
27606         Log: Patches all over for people and the files they (hopefully) care about.
27607      Branch: perl
27608            ! AUTHORS Changes MAINTAIN
27609 ____________________________________________________________________________
27610 [  6876] By: jhi                                   on 2000/08/29  12:53:54
27611         Log: Fix for thinko in #6848.
27612              
27613              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
27614              From: Lupe Christoph <lupe@lupe-christoph.de>
27615              Date: Tue, 29 Aug 2000 09:04:08 +0200
27616              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
27617      Branch: perl
27618            ! ext/Thread/Thread.xs
27619 ____________________________________________________________________________
27620 [  6875] By: jhi                                   on 2000/08/29  12:50:14
27621         Log: Update to Getopt::Long 2.24, from Johan Vromans.
27622      Branch: perl
27623            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
27624 ____________________________________________________________________________
27625 [  6874] By: jhi                                   on 2000/08/29  02:09:53
27626         Log: Use minimal @INC in tests, most of the time just '../lib',
27627              so that we simply can't pick up stuff from other Perls than
27628              the one we are testing.  Pointed out by
27629              
27630              From: Mike Guy <mjtg@cam.ac.uk>
27631              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
27632              Date: Fri, 25 Aug 2000 15:15:59 +0100
27633              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
27634      Branch: perl
27635            ! (edit 185 files)
27636 ____________________________________________________________________________
27637 [  6873] By: jhi                                   on 2000/08/29  01:07:11
27638         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
27639              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27640              Date: Mon, 28 Aug 2000 17:45:52 -0700
27641              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
27642      Branch: perl
27643            ! Makefile.SH hints/os2.sh
27644 ____________________________________________________________________________
27645 [  6872] By: jhi                                   on 2000/08/28  23:33:39
27646         Log: Subject: [PATCH bleedperl@6866] spellings
27647              From: marcel@codewerk.com (Marcel Grunauer)
27648              Date: Tue, 29 Aug 2000 01:19:59 +0200
27649              Message-Id: <200008282319.BAA29862@gandalf.local>
27650      Branch: perl
27651            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
27652            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
27653            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
27654 ____________________________________________________________________________
27655 [  6871] By: jhi                                   on 2000/08/28  23:22:09
27656         Log: Take out the SUIDMAIL thing, that will not be
27657              a problem in 5.7.*.
27658      Branch: perl
27659            ! patchlevel.h
27660 ____________________________________________________________________________
27661 [  6870] By: jhi                                   on 2000/08/28  23:19:30
27662         Log: -S is the silent flag, -s is the strip flag.
27663              
27664              Subject: [PATCH] Re: [PATCH] make no-install          
27665              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27666              Date: Mon, 28 Aug 2000 15:12:55 -0700
27667              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
27668      Branch: perl
27669            ! Makefile.SH
27670 ____________________________________________________________________________
27671 [  6869] By: jhi                                   on 2000/08/28  23:12:05
27672         Log: Subject: [PATCH bleedperl@6856] warnings fixes
27673              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
27674              Date: Mon, 28 Aug 2000 23:55:06 +0100
27675              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
27676      Branch: perl
27677            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
27678            ! warnings.h warnings.pl
27679 ____________________________________________________________________________
27680 [  6868] By: jhi                                   on 2000/08/28  21:38:22
27681         Log: Potential cruft.
27682      Branch: perl
27683            ! Makefile.SH
27684 ____________________________________________________________________________
27685 [  6867] By: jhi                                   on 2000/08/28  21:35:36
27686         Log: Update Changes.
27687      Branch: perl
27688            ! Changes patchlevel.h
27689 ____________________________________________________________________________
27690 [  6866] By: jhi                                   on 2000/08/28  21:33:49
27691         Log: Subject: hv.h Doc Patch
27692              From: Fisher Mark <fisherm@tce.com>
27693              Date: Mon, 28 Aug 2000 16:24:59 -0500
27694              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
27695      Branch: perl
27696            ! hv.h
27697 ____________________________________________________________________________
27698 [  6865] By: jhi                                   on 2000/08/28  21:02:15
27699         Log: Add -ld to archname on long tr...double platforms.
27700      Branch: metaconfig
27701            ! U/threads/archname.U
27702      Branch: perl
27703            ! Configure config_h.SH
27704 ____________________________________________________________________________
27705 [  6864] By: jhi                                   on 2000/08/28  20:38:59
27706         Log: An attempt to fix the problem reported in
27707              
27708              Subject: Building perl@6856 using gcc/AIX 4.3.3 
27709              From: Daniel Muino <dmuino@afip.gov.ar> 
27710              Date: Mon, 28 Aug 2000 15:50:01 -0300   
27711              Message-ID: <20000828155001.A14403@con2-dgi>
27712              
27713              I can't test this properly since the gcc installation I have
27714              access to seems to be botched (gcc is calling the AIX cpp,
27715              a losing proposition...)
27716      Branch: perl
27717            ! hints/aix.sh
27718 ____________________________________________________________________________
27719 [  6863] By: jhi                                   on 2000/08/28  18:57:52
27720         Log: Fix for ID 20000828.001, long doubles were not formatted
27721              correctly (showed up in $], which stopped installing perl).
27722      Branch: perl
27723            ! sv.c
27724 ____________________________________________________________________________
27725 [  6862] By: jhi                                   on 2000/08/28  18:07:15
27726         Log: Typo in #6858.
27727      Branch: perl
27728            ! lib/Cwd.pm
27729 ____________________________________________________________________________
27730 [  6861] By: jhi                                   on 2000/08/28  17:57:27
27731         Log: opmini.o may be left around if a build is interrupted.
27732      Branch: perl
27733            ! Makefile.SH
27734 ____________________________________________________________________________
27735 [  6860] By: jhi                                   on 2000/08/28  16:52:50
27736         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
27737              From: Daniel Chetlin <daniel@chetlin.com>
27738              Date: Mon, 28 Aug 2000 01:14:18 -0700
27739              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
27740      Branch: perl
27741            ! lib/overload.pm
27742 ____________________________________________________________________________
27743 [  6859] By: jhi                                   on 2000/08/28  16:08:46
27744         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
27745              From: Nicholas Clark <nick@ccl4.org>
27746              Date: Mon, 28 Aug 2000 16:03:27 +0100
27747              Message-Id: <20000828160327.C49785@plum.flirble.org>
27748      Branch: perl
27749            ! ext/ByteLoader/bytecode.h
27750 ____________________________________________________________________________
27751 [  6858] By: jhi                                   on 2000/08/28  16:02:10
27752         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
27753              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
27754              Date: Mon, 28 Aug 2000 13:08:30 +0200
27755              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
27756      Branch: perl
27757            ! lib/Cwd.pm
27758 ____________________________________________________________________________
27759 [  6857] By: jhi                                   on 2000/08/28  15:42:47
27760         Log: display_format used as a class method without arguments was broken,
27761              reported in
27762              
27763              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
27764              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
27765              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
27766              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
27767      Branch: perl
27768            ! lib/Math/Complex.pm t/lib/complex.t
27769 ____________________________________________________________________________
27770 [  6856] By: jhi                                   on 2000/08/27  22:09:48
27771         Log: Update Changes.
27772      Branch: perl
27773            ! Changes patchlevel.h
27774 ____________________________________________________________________________
27775 [  6855] By: jhi                                   on 2000/08/27  21:59:21
27776         Log: Retract #6853 (false alarm).
27777      Branch: perl
27778            ! lib/ExtUtils/xsubpp
27779 ____________________________________________________________________________
27780 [  6854] By: jhi                                   on 2000/08/27  21:37:44
27781         Log: Update Changes.
27782      Branch: perl
27783            ! Changes patchlevel.h
27784 ____________________________________________________________________________
27785 [  6853] By: jhi                                   on 2000/08/27  21:37:16
27786         Log: Subject: [PATCH perl@6850] workaround for xsubpp
27787              From: Hugo <hv@crypt.compulink.co.uk>
27788              Date: Sun, 27 Aug 2000 22:30:25 +0100
27789              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
27790      Branch: perl
27791            ! lib/ExtUtils/xsubpp
27792 ____________________________________________________________________________
27793 [  6852] By: jhi                                   on 2000/08/27  21:33:58
27794         Log: Big-endian 64-bit patch from Raphael Manfredi.
27795      Branch: perl
27796            ! ext/Storable/Storable.xs
27797 ____________________________________________________________________________
27798 [  6851] By: jhi                                   on 2000/08/27  21:22:21
27799         Log: More ruthless editing from Hugo van der Sanden.
27800      Branch: perl
27801            ! pod/perldelta.pod
27802 ____________________________________________________________________________
27803 [  6850] By: jhi                                   on 2000/08/27  16:11:46
27804         Log: Update Changes.
27805      Branch: perl
27806            ! Changes patchlevel.h
27807 ____________________________________________________________________________
27808 [  6849] By: jhi                                   on 2000/08/27  16:11:05
27809         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
27810      Branch: perl
27811            ! configpm pod/perldelta.pod
27812 ____________________________________________________________________________
27813 [  6848] By: jhi                                   on 2000/08/27  15:35:08
27814         Log: Use the actual thread type, not the pointer-to-struct.
27815      Branch: perl
27816            ! ext/Thread/Thread.xs
27817 ____________________________________________________________________________
27818 [  6847] By: jhi                                   on 2000/08/27  15:30:49
27819         Log: Test nit.
27820      Branch: perl
27821            ! t/pragma/warn/pp_sys
27822 ____________________________________________________________________________
27823 [  6846] By: jhi                                   on 2000/08/27  15:19:02
27824         Log: Passing -R in ldflags makes now it to appear in the default
27825              for lddlflags, just like with -L.
27826              
27827              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
27828              From: Lupe Christoph <lupe@lupe-christoph.de>
27829              Date: Sun, 27 Aug 2000 10:28:21 +0200
27830              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
27831      Branch: metaconfig/U/perl
27832            ! dlsrc.U
27833      Branch: perl
27834            ! Configure
27835 ____________________________________________________________________________
27836 [  6845] By: jhi                                   on 2000/08/27  15:08:54
27837         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
27838              From: Alan Burlison <Alan.Burlison@uk.sun.com>
27839              Date: Sat, 26 Aug 2000 22:23:27 +0100
27840              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
27841      Branch: perl
27842            ! lib/ExtUtils/MM_Unix.pm
27843 ____________________________________________________________________________
27844 [  6844] By: jhi                                   on 2000/08/27  15:02:37
27845         Log: DJGPP update from Laszlo Molnar.
27846              
27847              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
27848              From: ml1050 <ml1050@freemail.hu>
27849              Date: Sat, 26 Aug 2000 23:24:40 +0200
27850              Message-Id: <20000826232440.A439@freemail.hu>
27851      Branch: perl
27852            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
27853            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
27854 ____________________________________________________________________________
27855 [  6843] By: jhi                                   on 2000/08/27  14:53:58
27856         Log: Subject: installman buglet
27857              From: Lupe Christoph <lupe@lupe-christoph.de>
27858              Date: Sun, 27 Aug 2000 14:38:59 +0200
27859              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
27860      Branch: perl
27861            ! installman
27862 ____________________________________________________________________________
27863 [  6842] By: jhi                                   on 2000/08/27  14:52:08
27864         Log: Can't get the test to reliably work thanks to the
27865              inaccurateness of floating point.  "Resolves" bug ids
27866              20000826.003, 20000826.009, 20000826.010,
27867      Branch: perl
27868            ! t/lib/trig.t
27869 ____________________________________________________________________________
27870 [  6841] By: jhi                                   on 2000/08/26  15:53:58
27871         Log: Update Changes.
27872      Branch: perl
27873            ! Changes patchlevel.h
27874 ____________________________________________________________________________
27875 [  6840] By: jhi                                   on 2000/08/26  14:23:03
27876         Log: grep -e isn't portable.
27877              
27878              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
27879              From: chris@broadband.att.com
27880              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
27881              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
27882      Branch: perl
27883            ! hints/solaris_2.sh
27884 ____________________________________________________________________________
27885 [  6839] By: jhi                                   on 2000/08/26  14:12:23
27886         Log: no-install target a la make -n.
27887              
27888              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
27889              From: <abigail@foad.org>
27890              Date: Sat, 26 Aug 2000 03:57:34 -0400
27891              Message-ID: <20000826075735.18912.qmail@foad.org>
27892      Branch: perl
27893            ! Makefile.SH installman installperl
27894 ____________________________________________________________________________
27895 [  6838] By: jhi                                   on 2000/08/26  14:06:33
27896         Log: Retract #6826 as the #6828 should be do the same
27897              in a More Correct Way.
27898      Branch: perl
27899            ! installperl
27900 ____________________________________________________________________________
27901 [  6837] By: jhi                                   on 2000/08/26  05:24:00
27902         Log: More casting.
27903      Branch: perl
27904            ! ext/Storable/Storable.xs
27905 ____________________________________________________________________________
27906 [  6836] By: jhi                                   on 2000/08/26  05:05:46
27907         Log: Nicer in decimal.
27908      Branch: perl
27909            ! ext/Storable/Storable.xs
27910 ____________________________________________________________________________
27911 [  6835] By: jhi                                   on 2000/08/26  05:03:50
27912         Log: There be no UVdf.
27913      Branch: perl
27914            ! ext/Storable/Storable.xs
27915 ____________________________________________________________________________
27916 [  6834] By: jhi                                   on 2000/08/26  05:00:18
27917         Log: Continue IVdfing and UVxfing.
27918      Branch: perl
27919            ! ext/Storable/Storable.xs
27920 ____________________________________________________________________________
27921 [  6833] By: jhi                                   on 2000/08/26  04:53:14
27922         Log: Use IVdf.
27923      Branch: perl
27924            ! ext/Storable/Storable.xs
27925 ____________________________________________________________________________
27926 [  6832] By: jhi                                   on 2000/08/26  04:40:41
27927         Log: Document PTR2XX and INT2PTR.
27928      Branch: perl
27929            ! pod/perlguts.pod
27930 ____________________________________________________________________________
27931 [  6831] By: jhi                                   on 2000/08/26  04:33:18
27932         Log: Use UVxf, PTR2UV, NVff.
27933      Branch: perl
27934            ! ext/Storable/Storable.xs
27935 ____________________________________________________________________________
27936 [  6830] By: jhi                                   on 2000/08/26  04:31:32
27937         Log: Update the test count.
27938      Branch: perl
27939            ! t/lib/trig.t
27940 ____________________________________________________________________________
27941 [  6829] By: jhi                                   on 2000/08/26  03:05:50
27942         Log: Subject: [PATCH] installation not quite silent yet.
27943              From: <abigail@foad.org>
27944              Date: Fri, 25 Aug 2000 20:07:53 -0400
27945              Message-ID: <20000826000753.7822.qmail@foad.org>
27946      Branch: perl
27947            ! installman installperl
27948 ____________________________________________________________________________
27949 [  6828] By: jhi                                   on 2000/08/26  03:05:14
27950         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
27951              From: Spider Boardman <spider@web.zk3.dec.com>
27952              Date: Fri, 25 Aug 2000 19:12:40 -0400
27953              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
27954      Branch: perl
27955            ! gv.c
27956 ____________________________________________________________________________
27957 [  6827] By: jhi                                   on 2000/08/25  23:54:34
27958         Log: Support preserving extremely big/small angles.
27959      Branch: perl
27960            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
27961 ____________________________________________________________________________
27962 [  6826] By: jhi                                   on 2000/08/25  23:01:20
27963         Log: Patch installperl to be long double-aware.
27964              
27965              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
27966              From: Spider Boardman <spider@web.zk3.dec.com>
27967              Date: Fri, 25 Aug 2000 18:15:23 -0400
27968              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
27969      Branch: perl
27970            ! installperl
27971 ____________________________________________________________________________
27972 [  6825] By: jhi                                   on 2000/08/25  22:58:25
27973         Log: Remove duplicately applied patch shards.
27974              
27975              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
27976              From: Spider Boardman <spider@leggy.zk3.dec.com>
27977              Date: Fri, 25 Aug 2000 16:45:03 -0400
27978              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
27979      Branch: perl
27980            ! t/lib/cgi-html.t
27981 ____________________________________________________________________________
27982 [  6824] By: jhi                                   on 2000/08/25  22:57:00
27983         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
27984              From: Daniel Chetlin <daniel@chetlin.com>
27985              Date: Fri, 25 Aug 2000 12:23:16 -0700
27986              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
27987              
27988              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
27989              From: Daniel Chetlin <daniel@chetlin.com>
27990              Date: Fri, 25 Aug 2000 14:47:19 -0700
27991              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
27992      Branch: perl
27993            ! installman
27994 ____________________________________________________________________________
27995 [  6823] By: jhi                                   on 2000/08/25  22:44:17
27996         Log: Timestamp problem?
27997      Branch: perl
27998            ! uconfig.h uconfig.sh
27999 ____________________________________________________________________________
28000 [  6822] By: jhi                                   on 2000/08/25  19:01:06
28001         Log: One forgotten file from #6816.
28002      Branch: perl
28003            ! vos/config.h
28004 ____________________________________________________________________________
28005 [  6821] By: jhi                                   on 2000/08/25  18:56:39
28006         Log: Regen Changes.
28007      Branch: perl
28008            ! Changes patchlevel.h
28009 ____________________________________________________________________________
28010 [  6820] By: jhi                                   on 2000/08/25  18:52:35
28011         Log: Fix Changes ordering.
28012      Branch: perl
28013            ! Changes
28014 ____________________________________________________________________________
28015 [  6819] By: jhi                                   on 2000/08/25  18:50:25
28016         Log: Update Changes.
28017      Branch: perl
28018            ! Changes patchlevel.h
28019 ____________________________________________________________________________
28020 [  6818] By: jhi                                   on 2000/08/25  18:47:45
28021         Log: Tweak the sfio/useperlio logic, hopefully as wished in
28022              
28023              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
28024              From: Nicholas Clark <nick@babyhippo.co.uk>
28025              Date: Fri, 25 Aug 2000 12:01:45 +0100
28026              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
28027      Branch: metaconfig/U/perl
28028            ! d_sfio.U
28029      Branch: perl
28030            ! Configure
28031 ____________________________________________________________________________
28032 [  6817] By: jhi                                   on 2000/08/25  18:32:51
28033         Log: Allow microperl to assume <math.h>, without it the math
28034              functions like floor() are assumed to return int, which makes
28035              for core dumps in machines where integer and floating register
28036              don't mix.
28037      Branch: perl
28038            ! uconfig.h uconfig.sh
28039 ____________________________________________________________________________
28040 [  6816] By: jhi                                   on 2000/08/25  18:27:17
28041         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
28042              the problem reported in
28043              
28044              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
28045              From: danhale@us.ibm.com
28046              Date: Fri, 25 Aug 2000 10:58:06 -0400
28047              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
28048      Branch: metaconfig/U/perl
28049            + d_socks5_init.U
28050      Branch: perl
28051            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
28052            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
28053            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
28054            ! win32/config.gc win32/config.vc
28055 ____________________________________________________________________________
28056 [  6815] By: jhi                                   on 2000/08/25  17:43:31
28057         Log: A solution for the retrieve_fd autosplit warning,
28058              idea suggested by Mike Guy.
28059      Branch: perl
28060            ! ext/Storable/Storable.pm
28061 ____________________________________________________________________________
28062 [  6814] By: jhi                                   on 2000/08/25  17:16:03
28063         Log: Add install-silent target.
28064      Branch: perl
28065            ! Makefile.SH
28066 ____________________________________________________________________________
28067 [  6813] By: jhi                                   on 2000/08/25  17:14:23
28068         Log: Subject: Re: [PATCH] More silencing of installman.
28069              From: <abigail@foad.org>
28070              Date: Thu, 24 Aug 2000 19:27:03 -0400
28071              Message-ID: <20000824232703.7001.qmail@foad.org>
28072              
28073              Subject: Re: [PATCH] More silencing of installman.
28074              From: <abigail@foad.org>
28075              Date: Fri, 25 Aug 2000 03:00:58 -0400
28076              Message-ID: <20000825070058.10697.qmail@foad.org>
28077      Branch: perl
28078            ! installman
28079 ____________________________________________________________________________
28080 [  6812] By: jhi                                   on 2000/08/25  17:11:28
28081         Log: installperl --verbose and --silent.
28082              
28083              Subject: Re: [PATCH] More silencing of installman.
28084              From: <abigail@foad.org>
28085              Message-ID: <20000825064430.9719.qmail@foad.org>
28086              Date: Fri, 25 Aug 2000 02:44:30 -0400
28087      Branch: perl
28088            ! installperl
28089 ____________________________________________________________________________
28090 [  6811] By: jhi                                   on 2000/08/25  17:05:43
28091         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
28092              From: "Peter J. Farley III" <pjfarley@banet.net>
28093              Date: Thu, 24 Aug 2000 21:58:03 -0400
28094              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
28095              
28096              (applied slightly modified)
28097      Branch: perl
28098            ! lib/ExtUtils/MM_Unix.pm
28099 ____________________________________________________________________________
28100 [  6810] By: jhi                                   on 2000/08/25  17:01:18
28101         Log: Missing parts of 
28102              
28103              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
28104              From: Peter Prymmer <pvhp@forte.com>
28105              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
28106              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
28107      Branch: perl
28108            ! t/lib/cgi-html.t
28109 ____________________________________________________________________________
28110 [  6809] By: jhi                                   on 2000/08/25  16:46:32
28111         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
28112              From: "Craig A. Berry" <craig.berry@psinetcs.com>
28113              Date: Thu, 24 Aug 2000 19:13:11 -0500
28114              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
28115      Branch: perl
28116            ! vms/vms.c
28117 ____________________________________________________________________________
28118 [  6808] By: jhi                                   on 2000/08/25  16:39:22
28119         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
28120              From: Peter Prymmer <pvhp@forte.com>
28121              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
28122              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
28123      Branch: perl
28124            ! configure.com
28125 ____________________________________________________________________________
28126 [  6807] By: jhi                                   on 2000/08/25  16:36:37
28127         Log: Better wording for the vec lvalue diagnostic.
28128              
28129              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
28130              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
28131              Date: Wed, 23 Aug 2000 14:12:16 -0400
28132              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
28133      Branch: perl
28134            ! pod/perldiag.pod
28135 ____________________________________________________________________________
28136 [  6806] By: jhi                                   on 2000/08/24  18:17:22
28137         Log: Subject: [PATCH] More silencing of installman.
28138              From: <abigail@foad.org>
28139              Date: Thu, 24 Aug 2000 14:01:44 -0400
28140              Message-ID: <20000824180144.20062.qmail@foad.org>
28141      Branch: perl
28142            ! installman
28143 ____________________________________________________________________________
28144 [  6805] By: jhi                                   on 2000/08/24  15:00:31
28145         Log: Update Changes.
28146      Branch: perl
28147            ! Changes patchlevel.h
28148 ____________________________________________________________________________
28149 [  6804] By: jhi                                   on 2000/08/24  14:59:07
28150         Log: Regen perltoc.
28151      Branch: perl
28152            ! pod/perltoc.pod
28153 ____________________________________________________________________________
28154 [  6803] By: jhi                                   on 2000/08/24  14:44:39
28155         Log: Show the doc file, not the temp file.
28156      Branch: perl
28157            ! installman
28158 ____________________________________________________________________________
28159 [  6802] By: jhi                                   on 2000/08/24  14:41:53
28160         Log: Continue silencing.
28161      Branch: perl
28162            ! installman
28163 ____________________________________________________________________________
28164 [  6801] By: jhi                                   on 2000/08/24  14:34:40
28165         Log: Actually do something with the silencer option.
28166      Branch: perl
28167            ! installman
28168 ____________________________________________________________________________
28169 [  6800] By: jhi                                   on 2000/08/24  14:26:22
28170         Log: Make installman to recognize the silence flag -S.
28171      Branch: perl
28172            ! installman
28173 ____________________________________________________________________________
28174 [  6799] By: jhi                                   on 2000/08/24  13:49:38
28175         Log: DOS patches and portability/porting notes, from Tim Jenness.
28176      Branch: perl
28177            ! lib/File/Temp.pm
28178 ____________________________________________________________________________
28179 [  6798] By: jhi                                   on 2000/08/24  13:48:27
28180         Log: Create directories in silence.
28181              
28182              Subject: [PATCH] Another silencer for MakeMaker
28183              From: andreas.koenig@anima.de (Andreas J. Koenig)
28184              Date: 24 Aug 2000 14:18:52 +0200
28185              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
28186      Branch: perl
28187            ! lib/ExtUtils/Command.pm
28188 ____________________________________________________________________________
28189 [  6797] By: jhi                                   on 2000/08/24  13:46:42
28190         Log: More liberal parsing of version numbers.
28191              
28192              Subject: Re: CPAN.pm beta for testing available
28193              From: andreas.koenig@anima.de (Andreas J. Koenig)
28194              Date: 24 Aug 2000 13:51:57 +0200
28195              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
28196      Branch: perl
28197            ! lib/CPAN.pm
28198 ____________________________________________________________________________
28199 [  6796] By: jhi                                   on 2000/08/24  13:44:36
28200         Log: Make "make install" by default silent.  A new "install-verbose"
28201              target is verbose.
28202      Branch: perl
28203            ! Makefile.SH
28204 ____________________________________________________________________________
28205 [  6795] By: jhi                                   on 2000/08/24  13:39:14
28206         Log: Add silencer flags to installperl.
28207              
28208              Subject: [PATCH] Making installperl silent.
28209              From: <abigail@foad.org>
28210              Date: Thu, 24 Aug 2000 05:01:45 -0400
28211              Message-ID: <20000824090145.13141.qmail@foad.org>
28212      Branch: perl
28213            ! installperl
28214 ____________________________________________________________________________
28215 [  6794] By: jhi                                   on 2000/08/24  13:35:50
28216         Log: installperl couldn't tell whether it had run tests or not.
28217              
28218              Subject: [PATCH] Re: installperl and t/TEST
28219              From: <abigail@foad.org>
28220              Date: Thu, 24 Aug 2000 04:00:53 -0400
28221              Message-ID: <20000824080053.2494.qmail@foad.org>
28222      Branch: perl
28223            ! Makefile.SH installperl
28224 ____________________________________________________________________________
28225 [  6793] By: jhi                                   on 2000/08/24  13:27:50
28226         Log: Drop the separate perlbc, perlcc -b should be enough.
28227      Branch: perl
28228            - utils/perlbc.PL
28229            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
28230 ____________________________________________________________________________
28231 [  6792] By: jhi                                   on 2000/08/24  04:41:30
28232         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
28233              plus the typo fix from Peter Prymmer.
28234      Branch: perl
28235            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
28236            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
28237 ____________________________________________________________________________
28238 [  6791] By: jhi                                   on 2000/08/24  02:10:43
28239         Log: Replace #6705 with a minimal doc patch.
28240              
28241              Subject: [PATCH 5.6.0] replace change #6705
28242              From: Jan Dubois <jand@ActiveState.com>
28243              Date: Wed, 23 Aug 2000 18:31:51 -0700
28244              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
28245      Branch: perl
28246            ! lib/Win32.pod win32/win32.c
28247 ____________________________________________________________________________
28248 [  6790] By: jhi                                   on 2000/08/23  17:52:00
28249         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
28250              From: Mike Guy <mjtg@cam.ac.uk>
28251              Date: Wed, 23 Aug 2000 18:38:46 +0100
28252              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
28253      Branch: perl
28254            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
28255 ____________________________________________________________________________
28256 [  6789] By: jhi                                   on 2000/08/23  15:34:21
28257         Log: Update Changes.
28258      Branch: perl
28259            ! Changes patchlevel.h
28260 ____________________________________________________________________________
28261 [  6788] By: jhi                                   on 2000/08/23  15:33:40
28262         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
28263              From: Wilfredo Sánchez <wsanchez@apple.com>
28264              Date: Tue, 22 Aug 2000 19:31:27 -0700
28265              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
28266      Branch: perl
28267            ! perl.h
28268 ____________________________________________________________________________
28269 [  6787] By: jhi                                   on 2000/08/23  15:29:31
28270         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
28271              From: Spider Boardman <spider@leggy.zk3.dec.com>
28272              Date: Wed, 23 Aug 2000 10:33:23 -0400
28273              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
28274      Branch: perl
28275            ! lib/Pod/Html.pm
28276 ____________________________________________________________________________
28277 [  6786] By: jhi                                   on 2000/08/23  15:28:11
28278         Log: Bad makefile.
28279      Branch: perl
28280            ! ext/B/Makefile.PL
28281 ____________________________________________________________________________
28282 [  6785] By: jhi                                   on 2000/08/23  14:37:04
28283         Log: Update Changes.
28284      Branch: perl
28285            ! Changes patchlevel.h
28286 ____________________________________________________________________________
28287 [  6784] By: jhi                                   on 2000/08/23  13:58:41
28288         Log: Portability fix from Hugo van der Sanden.
28289      Branch: perl
28290            ! ext/re/Makefile.PL
28291 ____________________________________________________________________________
28292 [  6783] By: jhi                                   on 2000/08/23  13:53:53
28293         Log: Storable support, v-version fixes.
28294              
28295              Subject: CPAN.pm beta for testing available
28296              From: andreas.koenig@anima.de (Andreas J. Koenig)
28297              Date: 22 Aug 2000 23:31:33 +0200
28298              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
28299      Branch: perl
28300            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28301 ____________________________________________________________________________
28302 [  6782] By: jhi                                   on 2000/08/23  13:51:26
28303         Log: Mac and other portability updates from Chris Nandor.
28304      Branch: perl
28305            ! pod/perlmodinstall.pod
28306 ____________________________________________________________________________
28307 [  6781] By: jhi                                   on 2000/08/23  13:47:33
28308         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
28309              From: Peter Prymmer <pvhp@forte.com>
28310              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
28311              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
28312      Branch: perl
28313            ! ext/Storable/Storable.xs
28314 ____________________________________________________________________________
28315 [  6780] By: jhi                                   on 2000/08/23  13:33:34
28316         Log: VMS MMS (make) wants null action.
28317      Branch: perl
28318            ! ext/B/Makefile.PL
28319 ____________________________________________________________________________
28320 [  6779] By: jhi                                   on 2000/08/22  19:44:47
28321         Log: Forgot portability nit.
28322      Branch: perl
28323            ! t/lib/st-forgive.t
28324 ____________________________________________________________________________
28325 [  6778] By: jhi                                   on 2000/08/22  19:35:25
28326         Log: Be portable.
28327      Branch: perl
28328            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
28329            ! t/lib/st-store.t
28330 ____________________________________________________________________________
28331 [  6777] By: jhi                                   on 2000/08/22  18:50:53
28332         Log: Update Changes.
28333      Branch: perl
28334            ! Changes patchlevel.h
28335 ____________________________________________________________________________
28336 [  6776] By: jhi                                   on 2000/08/22  18:44:46
28337         Log: cSVOPo_*v things index into the current PL_curpad
28338              under ithreads, which is different from the curpad
28339              used by the XSUB.  (In other words, the code as-is
28340              before this patch wouldn't work under ithreads.)
28341              From Sarathy.
28342      Branch: perl
28343            ! ext/B/B.xs
28344 ____________________________________________________________________________
28345 [  6775] By: jhi                                   on 2000/08/22  18:18:37
28346         Log: Make the selection of NVff et al stricter.
28347      Branch: metaconfig/U/perl
28348            ! perlxvf.U
28349      Branch: perl
28350            ! Configure config_h.SH
28351 ____________________________________________________________________________
28352 [  6774] By: jhi                                   on 2000/08/22  17:19:42
28353         Log: perldelta nits.
28354      Branch: perl
28355            ! pod/perldelta.pod
28356 ____________________________________________________________________________
28357 [  6773] By: jhi                                   on 2000/08/22  17:06:26
28358         Log: Long double fixes from Spider Boardman.
28359              
28360              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
28361              From: system PRIVILEGED account <root@peano.zk3.dec.com>
28362              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
28363              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
28364      Branch: perl
28365            ! t/lib/bigfltpm.t t/lib/st-06compat.t
28366 ____________________________________________________________________________
28367 [  6772] By: jhi                                   on 2000/08/22  15:04:53
28368         Log: Update Changes.
28369      Branch: perl
28370            ! Changes patchlevel.h
28371 ____________________________________________________________________________
28372 [  6771] By: jhi                                   on 2000/08/22  15:01:44
28373         Log: perldelta fixes from Hugo van der Sanden.
28374      Branch: perl
28375            ! pod/perldelta.pod
28376 ____________________________________________________________________________
28377 [  6770] By: jhi                                   on 2000/08/22  14:34:49
28378         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
28379              From: Hugo <hv@crypt.compulink.co.uk>
28380              Date: Tue, 22 Aug 2000 11:21:53 +0100
28381              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
28382      Branch: perl
28383            ! regcomp.c
28384 ____________________________________________________________________________
28385 [  6769] By: jhi                                   on 2000/08/22  14:30:02
28386         Log: Add Yitzchak, reformat.
28387      Branch: perl
28388            ! Changes config_h.SH
28389 ____________________________________________________________________________
28390 [  6768] By: jhi                                   on 2000/08/22  14:21:35
28391         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
28392              and Spider Boardman.
28393      Branch: metaconfig
28394            ! U/compline/d_gconvert.U
28395      Branch: perl
28396            ! Configure
28397 ____________________________________________________________________________
28398 [  6767] By: jhi                                   on 2000/08/22  14:11:24
28399         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
28400              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28401              Date: Mon, 21 Aug 2000 19:08:31 -0700
28402              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
28403      Branch: perl
28404            - ext/Storable/patchlevel.h
28405            ! MANIFEST ext/Storable/MANIFEST
28406 ____________________________________________________________________________
28407 [  6766] By: jhi                                   on 2000/08/22  13:49:29
28408         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
28409              From: Peter Prymmer <pvhp@forte.com>
28410              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
28411              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
28412      Branch: perl
28413            ! configure.com ext/Storable/Makefile.PL
28414 ____________________________________________________________________________
28415 [  6765] By: jhi                                   on 2000/08/22  13:44:59
28416         Log: Subject: [PATCH blead] B:: missing dependency
28417              From: Hugo <hv@crypt.compulink.co.uk>
28418              Date: Tue, 22 Aug 2000 06:44:33 +0100
28419              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
28420      Branch: perl
28421            ! ext/B/Makefile.PL
28422 ____________________________________________________________________________
28423 [  6764] By: jhi                                   on 2000/08/22  13:38:12
28424         Log: More bytecompiler.
28425      Branch: perl
28426            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
28427 ____________________________________________________________________________
28428 [  6763] By: jhi                                   on 2000/08/22  13:36:44
28429         Log: Bytecompiler patches from Benjamin Stuhl.
28430      Branch: perl
28431            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
28432            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
28433            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
28434            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
28435            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
28436            ! perl.c perlapi.h pod/perldelta.pod
28437 ____________________________________________________________________________
28438 [  6762] By: jhi                                   on 2000/08/21  23:43:40
28439         Log: An obsoleted diagnostic.
28440      Branch: perl
28441            ! pod/perldelta.pod
28442 ____________________________________________________________________________
28443 [  6761] By: jhi                                   on 2000/08/21  23:01:45
28444         Log: The #6759 wasn't quite right.
28445      Branch: perl
28446            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
28447            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
28448            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
28449            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
28450            ! t/lib/st-tieditems.t
28451 ____________________________________________________________________________
28452 [  6760] By: jhi                                   on 2000/08/21  22:35:49
28453         Log: Be verydeepclean.
28454      Branch: perl
28455            ! Makefile.SH
28456 ____________________________________________________________________________
28457 [  6759] By: jhi                                   on 2000/08/21  22:25:40
28458         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
28459              From: Peter Prymmer <pvhp@forte.com>
28460              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
28461              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
28462      Branch: perl
28463            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
28464            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
28465            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
28466            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
28467            ! t/lib/st-tieditems.t
28468 ____________________________________________________________________________
28469 [  6758] By: jhi                                   on 2000/08/21  22:22:32
28470         Log: Few more casts, need reported in
28471              
28472              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
28473              From: Mike Stok <mike@stok.co.uk>
28474              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
28475              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
28476              
28477              and
28478              
28479              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
28480              From: abigail@foad.org
28481              Date: 21 Aug 2000 21:31:34 -0000
28482              Message-Id: <20000821213134.30170.qmail@foad.org>
28483      Branch: perl
28484            ! ext/Storable/Storable.xs
28485 ____________________________________________________________________________
28486 [  6757] By: jhi                                   on 2000/08/21  18:37:07
28487         Log: Update Changes.
28488      Branch: perl
28489            ! Changes patchlevel.h
28490 ____________________________________________________________________________
28491 [  6756] By: jhi                                   on 2000/08/21  18:34:02
28492         Log: A pod nit.
28493              
28494              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
28495              From: <abigail@foad.org>
28496              Date: Mon, 21 Aug 2000 14:00:16 -0400
28497              Message-ID: <20000821180016.28627.qmail@foad.org>
28498      Branch: perl
28499            ! pod/perlre.pod
28500 ____________________________________________________________________________
28501 [  6755] By: jhi                                   on 2000/08/21  18:30:56
28502         Log: Use PodParser 1.18 new test.
28503      Branch: perl
28504            ! t/pod/special_seqs.t t/pod/special_seqs.xr
28505 ____________________________________________________________________________
28506 [  6754] By: jhi                                   on 2000/08/21  18:28:35
28507         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
28508              patches cannot be applied since #6712 conflicts.
28509      Branch: perl
28510            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
28511 ____________________________________________________________________________
28512 [  6753] By: jhi                                   on 2000/08/21  18:15:11
28513         Log: Weed out some smaller changes.
28514      Branch: perl
28515            ! pod/perldelta.pod
28516 ____________________________________________________________________________
28517 [  6752] By: jhi                                   on 2000/08/21  18:02:30
28518         Log: Also under djgpp the timestamps are funky.
28519      Branch: perl
28520            ! t/op/stat.t
28521 ____________________________________________________________________________
28522 [  6751] By: jhi                                   on 2000/08/21  17:55:56
28523         Log: Tweak the floating point output routine preferences.
28524      Branch: metaconfig
28525            ! U/compline/d_gconvert.U
28526      Branch: perl
28527            ! Configure
28528 ____________________________________________________________________________
28529 [  6750] By: jhi                                   on 2000/08/21  17:51:29
28530         Log: Unicos/mk requires elaborate paranoia.
28531      Branch: perl
28532            ! lib/Math/Complex.pm
28533 ____________________________________________________________________________
28534 [  6749] By: gsar                                  on 2000/08/21  16:53:31
28535         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
28536      Branch: perl
28537            ! lib/Cwd.pm
28538 ____________________________________________________________________________
28539 [  6748] By: gsar                                  on 2000/08/21  16:22:19
28540         Log: free TLS slot properly on Windows
28541      Branch: perl
28542            ! thread.h win32/perllib.c win32/win32thread.h
28543 ____________________________________________________________________________
28544 [  6747] By: jhi                                   on 2000/08/21  16:20:58
28545         Log: Rename the macro argument because some preprocessors
28546              can't tell the difference and expand arguments also inside
28547              double quoted strings.
28548      Branch: perl
28549            ! regcomp.c
28550 ____________________________________________________________________________
28551 [  6746] By: jhi                                   on 2000/08/21  16:09:41
28552         Log: Support long doubles in Storable.
28553              
28554              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
28555              From: Radu Greab <radu@netsoft.ro>
28556              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
28557              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
28558      Branch: perl
28559            ! ext/Storable/Storable.xs
28560 ____________________________________________________________________________
28561 [  6745] By: jhi                                   on 2000/08/21  15:51:40
28562         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
28563              From: "Fifer, Eric" <EFifer@sanwaint.com>
28564              Date: Mon, 21 Aug 2000 15:34:49 +0100
28565              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
28566      Branch: perl
28567            ! t/pragma/warn/9enabled
28568 ____________________________________________________________________________
28569 [  6744] By: jhi                                   on 2000/08/21  15:39:35
28570         Log: Document the endianness of Alpha more precisely.
28571      Branch: perl
28572            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
28573            ! pod/perlport.pod
28574 ____________________________________________________________________________
28575 [  6743] By: jhi                                   on 2000/08/21  14:47:05
28576         Log: perldelta fixes from the p5p crowd.
28577      Branch: perl
28578            ! pod/perldelta.pod pod/perlop.pod
28579 ____________________________________________________________________________
28580 [  6742] By: jhi                                   on 2000/08/21  13:34:51
28581         Log: Update to Pod::LaTeX 0.53.
28582              
28583              Subject: [PATCH] lib/Pod/LaTeX.pm updates
28584              From: Tim Jenness <timj@jach.hawaii.edu>
28585              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
28586              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
28587      Branch: perl
28588            ! lib/Pod/LaTeX.pm
28589 ____________________________________________________________________________
28590 [  6741] By: jhi                                   on 2000/08/21  13:33:01
28591         Log: Subject: [PATCH] os2.c fix for use64bitint
28592              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28593              Date: Mon, 21 Aug 2000 01:32:25 -0700
28594              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
28595      Branch: perl
28596            ! os2/os2.c
28597 ____________________________________________________________________________
28598 [  6740] By: jhi                                   on 2000/08/21  13:28:52
28599         Log: Array context keeps slithering in.
28600              
28601              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
28602              From: Daniel Chetlin <daniel@chetlin.com>
28603              Date: Sun, 20 Aug 2000 21:40:25 -0700
28604              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
28605      Branch: perl
28606            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
28607            ! pod/perldebtut.pod
28608 ____________________________________________________________________________
28609 [  6739] By: jhi                                   on 2000/08/21  13:23:55
28610         Log: Big-endian quad fixes for Storable from Radu Greab,
28611              plus few explicit null casts for picky compilers.
28612      Branch: perl
28613            ! ext/Storable/Storable.xs
28614 ____________________________________________________________________________
28615 [  6738] By: gsar                                  on 2000/08/21  05:56:13
28616         Log: small tweaks for change#6705: avoid C++ style comments in C code;
28617              use Perl's malloc API rather than the low level system one
28618      Branch: perl
28619            ! win32/win32.c
28620 ____________________________________________________________________________
28621 [  6737] By: gsar                                  on 2000/08/21  05:35:41
28622         Log: add Storable to list of extensions on Windows
28623      Branch: perl
28624            ! win32/Makefile win32/makefile.mk
28625 ____________________________________________________________________________
28626 [  6736] By: jhi                                   on 2000/08/21  02:57:53
28627         Log: Update Changes.
28628      Branch: perl
28629            ! Changes patchlevel.h
28630 ____________________________________________________________________________
28631 [  6735] By: jhi                                   on 2000/08/21  02:57:20
28632         Log: Draft 0.
28633      Branch: perl
28634            ! pod/perldelta.pod
28635 ____________________________________________________________________________
28636 [  6734] By: jhi                                   on 2000/08/21  02:57:03
28637         Log: Add Storable 0.7.2 from Raphael Manfredi,
28638              plus the patch from
28639              
28640              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
28641              From: Radu Greab <radu@netsoft.ro>
28642              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
28643              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
28644              
28645              plus changes to get Storable to compile with
28646              picky ANSI compilers.
28647      Branch: perl
28648            + ext/Storable/ChangeLog ext/Storable/MANIFEST
28649            + ext/Storable/Makefile.PL ext/Storable/README
28650            + ext/Storable/Storable.pm ext/Storable/Storable.xs
28651            + ext/Storable/patchlevel.h t/lib/st-06compat.t
28652            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
28653            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
28654            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
28655            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
28656            + t/lib/st-tieditems.t
28657            ! MANIFEST
28658 ____________________________________________________________________________
28659 [  6733] By: jhi                                   on 2000/08/21  02:29:09
28660         Log: The correct cleaning order is an art.
28661      Branch: perl
28662            ! Makefile.SH
28663 ____________________________________________________________________________
28664 [  6732] By: jhi                                   on 2000/08/21  01:23:39
28665         Log: The #6724 is here.
28666      Branch: perl
28667            ! t/lib/ftmp-security.t
28668 ____________________________________________________________________________
28669 [  6731] By: jhi                                   on 2000/08/20  23:17:03
28670         Log: s/this one/the 5.6.0 release/
28671      Branch: perl
28672            ! pod/perl56delta.pod
28673 ____________________________________________________________________________
28674 [  6730] By: jhi                                   on 2000/08/20  23:07:34
28675         Log: Mention perlebcdic and perlposix-bc.
28676      Branch: perl
28677            ! pod/perlport.pod
28678 ____________________________________________________________________________
28679 [  6729] By: jhi                                   on 2000/08/20  21:32:59
28680         Log: Document the number of exponent digits.
28681      Branch: perl
28682            ! pod/perlfunc.pod
28683 ____________________________________________________________________________
28684 [  6728] By: jhi                                   on 2000/08/20  21:16:47
28685         Log: Use File::Spec->tmpdir().
28686              
28687              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
28688              From: Tim Jenness <timj@jach.hawaii.edu>
28689              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
28690              MIME-Version: 1.0
28691              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
28692      Branch: perl
28693            ! utils/perlbug.PL
28694 ____________________________________________________________________________
28695 [  6727] By: jhi                                   on 2000/08/20  20:43:32
28696         Log: Update Changes.
28697      Branch: perl
28698            ! Changes patchlevel.h
28699 ____________________________________________________________________________
28700 [  6726] By: jhi                                   on 2000/08/20  20:41:44
28701         Log: The veryclean target needs to clobber.
28702      Branch: perl
28703            ! Makefile.SH
28704 ____________________________________________________________________________
28705 [  6725] By: jhi                                   on 2000/08/20  20:37:38
28706         Log: Document odd vs even subreleases and -Dusedevel.
28707      Branch: perl
28708            ! INSTALL
28709 ____________________________________________________________________________
28710 [  6724] By: jhi                                   on 2000/08/20  19:58:05
28711         Log: Use temporary directory instead of current directory.
28712              
28713              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
28714              From: Tim Jenness <timj@jach.hawaii.edu>
28715              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
28716              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
28717      Branch: perl
28718            ! t/lib/ftmp-security.t
28719 ____________________________________________________________________________
28720 [  6723] By: jhi                                   on 2000/08/20  19:55:55
28721         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
28722              From: andreas.koenig@anima.de (Andreas J. Koenig)
28723              Date: 20 Aug 2000 15:52:03 +0200
28724              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
28725      Branch: perl
28726            ! lib/ExtUtils/MM_Unix.pm
28727 ____________________________________________________________________________
28728 [  6722] By: jhi                                   on 2000/08/20  19:46:01
28729         Log: Update to CGI 2.72, from Lincoln Stein.
28730      Branch: perl
28731            ! lib/CGI.pm
28732 ____________________________________________________________________________
28733 [  6721] By: jhi                                   on 2000/08/20  19:43:54
28734         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
28735              From: Radu Greab <radu@netsoft.ro>
28736              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
28737              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
28738      Branch: perl
28739            ! ext/GDBM_File/GDBM_File.xs
28740 ____________________________________________________________________________
28741 [  6720] By: jhi                                   on 2000/08/20  19:42:01
28742         Log: pp_open() could pass an uninitialized filename down to do_open9().
28743      Branch: perl
28744            ! pp_sys.c
28745 ____________________________________________________________________________
28746 [  6719] By: jhi                                   on 2000/08/20  14:06:41
28747         Log: UTF8 concat fixes.
28748              
28749              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
28750              From: Hugo <hv@crypt.compulink.co.uk>
28751              Date: Sun, 20 Aug 2000 07:30:46 +0100
28752              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
28753      Branch: perl
28754            ! pp_hot.c t/op/append.t
28755 ____________________________________________________________________________
28756 [  6718] By: jhi                                   on 2000/08/20  02:09:37
28757         Log: Let's try #6717 again.
28758      Branch: perl
28759            ! lib/File/Temp.pm
28760 ____________________________________________________________________________
28761 [  6717] By: jhi                                   on 2000/08/20  01:56:55
28762         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
28763              From: "Craig A. Berry" <craig.berry@metamorgs.com>
28764              Date: Sat, 19 Aug 2000 18:15:39 -0500
28765              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
28766      Branch: perl
28767            ! lib/File/Temp.pm
28768 ____________________________________________________________________________
28769 [  6716] By: jhi                                   on 2000/08/19  15:50:11
28770         Log: Update Changes.
28771      Branch: perl
28772            ! Changes patchlevel.h
28773 ____________________________________________________________________________
28774 [  6715] By: jhi                                   on 2000/08/19  15:39:09
28775         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
28776              From: Jonathan D Johnston <jdjohnston2@juno.com>
28777              Date: Thu, 17 Aug 2000 23:13:01 -0400       
28778              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
28779      Branch: perl
28780            ! pod/perlfunc.pod
28781 ____________________________________________________________________________
28782 [  6714] By: jhi                                   on 2000/08/19  15:34:04
28783         Log: Introduce a 'veryclean' target that is like 'distclean'
28784              but also removes *~ and *.orig.
28785      Branch: perl
28786            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
28787            ! utils/Makefile x2p/Makefile.SH
28788 ____________________________________________________________________________
28789 [  6713] By: jhi                                   on 2000/08/19  14:15:45
28790         Log: Put back the long double avoidance code to POSIX.xs
28791              because VMS seems to need it still.
28792      Branch: perl
28793            ! ext/POSIX/POSIX.xs
28794 ____________________________________________________________________________
28795 [  6712] By: jhi                                   on 2000/08/19  14:10:41
28796         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
28797              From: Peter Prymmer <pvhp@forte.com>
28798              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
28799              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
28800      Branch: perl
28801            ! lib/Pod/Find.pm t/pod/find.t
28802 ____________________________________________________________________________
28803 [  6711] By: jhi                                   on 2000/08/19  14:09:19
28804         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
28805              From: Peter Prymmer <pvhp@forte.com>
28806              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
28807              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
28808              cc: vmsperl@perl.org
28809      Branch: perl
28810            ! t/lib/peek.t
28811 ____________________________________________________________________________
28812 [  6710] By: jhi                                   on 2000/08/19  14:08:01
28813         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
28814              From: Jan Dubois <jand@ActiveState.com>
28815              Date: Fri, 18 Aug 2000 16:31:48 -0700
28816              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
28817      Branch: perl
28818            ! win32/win32.c
28819 ____________________________________________________________________________
28820 [  6709] By: jhi                                   on 2000/08/19  14:06:57
28821         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
28822              
28823              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
28824              From: Spider.Boardman@Orb.Nashua.NH.US
28825              Date: Fri, 18 Aug 2000 18:41:14 -0400
28826              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
28827      Branch: perl
28828            ! regcomp.c
28829 ____________________________________________________________________________
28830 [  6708] By: jhi                                   on 2000/08/18  22:04:49
28831         Log: Update Changes.
28832      Branch: perl
28833            ! Changes patchlevel.h
28834 ____________________________________________________________________________
28835 [  6707] By: jhi                                   on 2000/08/18  21:55:14
28836         Log: Add warnif(), check warnings further up the stack,
28837              all the warnings functions now can take an optional object reference.
28838              
28839              Subject: [PATCH bleedperl@6691] warnings pragma update
28840              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
28841              Date: Fri, 18 Aug 2000 22:42:06 +0100
28842              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
28843      Branch: perl
28844            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
28845            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
28846            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
28847 ____________________________________________________________________________
28848 [  6706] By: jhi                                   on 2000/08/18  21:41:45
28849         Log: Typo in pp_complement().
28850              
28851              Subject: [PATCH perl-current] Deparse
28852              From: Peter Scott <Peter@PSDT.com>
28853              Date: Fri, 18 Aug 2000 12:44:37 -0700
28854              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
28855      Branch: perl
28856            ! ext/B/B/Deparse.pm
28857 ____________________________________________________________________________
28858 [  6705] By: jhi                                   on 2000/08/18  21:25:59
28859         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
28860              From: Jan Dubois <jand@ActiveState.com>
28861              Date: Fri, 18 Aug 2000 14:22:51 -0700
28862              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
28863      Branch: perl
28864            ! lib/Win32.pod win32/win32.c
28865 ____________________________________________________________________________
28866 [  6704] By: jhi                                   on 2000/08/18  21:16:14
28867         Log: Don't eat leading os from index entries.
28868              
28869              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
28870              From: Russ Allbery <rra@stanford.edu>
28871              Date: 10 Aug 2000 20:49:25 -0700
28872              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
28873      Branch: perl
28874            ! lib/Pod/Man.pm
28875 ____________________________________________________________________________
28876 [  6703] By: jhi                                   on 2000/08/18  21:07:06
28877         Log: Add [[:blank:]] as suggested in
28878              
28879              Subject: [ID 20000716.024] [=cc=] / [:blank:]
28880              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
28881              Date: Sun, 16 Jul 2000 17:55:29 -0700
28882              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
28883              
28884              (the [=cc=] has already been taken care of by #6439
28885              so the whole bug report can be closed)
28886              
28887              and make [[:space:]] to be equivalent to isspace(3)
28888              (as opposed to \s, which is isSPACE()).  The difference
28889              is that now [[:space:]] matches the mythical vertical tab,
28890              while \s doesn't.
28891      Branch: perl
28892            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
28893            ! regexec.c t/op/pat.t
28894 ____________________________________________________________________________
28895 [  6702] By: jhi                                   on 2000/08/18  18:47:47
28896         Log: The new tests were missing from #6415.
28897      Branch: perl
28898            ! t/op/bop.t
28899 ____________________________________________________________________________
28900 [  6701] By: jhi                                   on 2000/08/18  18:20:40
28901         Log: Document the NDBM_File and ODBM_File as SDBM_File
28902              was documented in #6417.
28903      Branch: perl
28904            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
28905            ! ext/SDBM_File/SDBM_File.pm
28906 ____________________________________________________________________________
28907 [  6700] By: jhi                                   on 2000/08/18  18:10:39
28908         Log: Subject: [PATCH perl@6698] cygwin port
28909              From: "Fifer, Eric" <EFifer@sanwaint.com>
28910              Date: Fri, 18 Aug 2000 17:30:05 +0100
28911              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
28912      Branch: perl
28913            ! lib/File/Temp.pm
28914 ____________________________________________________________________________
28915 [  6699] By: jhi                                   on 2000/08/18  16:21:49
28916         Log: Document code point which makes if (defined %stash::) to work
28917              (noted by Spider Boardman).
28918      Branch: perl
28919            ! op.c
28920 ____________________________________________________________________________
28921 [  6698] By: jhi                                   on 2000/08/18  13:43:27
28922         Log: Update Changes.
28923      Branch: perl
28924            ! Changes patchlevel.h
28925 ____________________________________________________________________________
28926 [  6697] By: jhi                                   on 2000/08/18  13:35:57
28927         Log: Tiny Getopt::Long patch from Johan Vromans.
28928      Branch: perl
28929            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
28930 ____________________________________________________________________________
28931 [  6696] By: jhi                                   on 2000/08/18  13:26:14
28932         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
28933              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
28934              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
28935              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
28936      Branch: perl
28937            ! pod/perldiag.pod pod/perlsyn.pod
28938 ____________________________________________________________________________
28939 [  6695] By: jhi                                   on 2000/08/18  13:13:26
28940         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
28941              From: Daniel Chetlin <daniel@chetlin.com>
28942              Date: Fri, 18 Aug 2000 03:13:36 -0700
28943              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
28944      Branch: perl
28945            ! pod/perlfunc.pod
28946 ____________________________________________________________________________
28947 [  6694] By: jhi                                   on 2000/08/18  13:08:05
28948         Log: Subject: [PATCH] perltrap.pod spring cleaning
28949              From: Daniel Chetlin <daniel@chetlin.com>
28950              Date: Fri, 18 Aug 2000 03:06:54 -0700
28951              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
28952              
28953              plus Mike Guy's nitfix.
28954      Branch: perl
28955            ! pod/perltrap.pod
28956 ____________________________________________________________________________
28957 [  6693] By: jhi                                   on 2000/08/18  13:00:26
28958         Log: Unbuffer the output.
28959              
28960              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
28961              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28962              Date: Thu, 17 Aug 2000 18:39:29 -0700
28963              Message-ID: <RPJn5gzkgydf092yn@efn.org>
28964      Branch: perl
28965            ! t/op/fork.t
28966 ____________________________________________________________________________
28967 [  6692] By: jhi                                   on 2000/08/18  05:19:17
28968         Log: Delete the image, too, not just its MANIFEStation.
28969      Branch: perl
28970            - lib/CGI/eg/wilogo.gif
28971 ____________________________________________________________________________
28972 [  6691] By: jhi                                   on 2000/08/18  05:10:26
28973         Log: Propagate new Configure vars.
28974      Branch: perl
28975            ! configure.com epoc/config.sh uconfig.h uconfig.sh
28976            ! vos/config.def vos/config.h vos/config_h.SH_orig
28977            ! win32/config.bc win32/config.gc win32/config.vc
28978            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28979 ____________________________________________________________________________
28980 [  6690] By: jhi                                   on 2000/08/18  04:30:56
28981         Log: Update Changes.
28982      Branch: perl
28983            ! Changes patchlevel.h
28984 ____________________________________________________________________________
28985 [  6689] By: jhi                                   on 2000/08/18  04:12:30
28986         Log: Fix the lib/complex failure of
28987              
28988              From: abigail@foad.org
28989              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
28990              Date: 15 Aug 2000 04:06:38 -0000
28991              Message-Id: <20000815040638.8524.qmail@foad.org> 
28992              
28993              Linux long double accuracy issue: something that
28994              when printed with %g looks like "2" but int() of it is 1.
28995      Branch: perl
28996            ! lib/Math/Complex.pm
28997 ____________________________________________________________________________
28998 [  6688] By: jhi                                   on 2000/08/18  03:15:35
28999         Log: The byteorder code in #6671 was wrong.
29000      Branch: perl
29001            ! configpm
29002 ____________________________________________________________________________
29003 [  6687] By: jhi                                   on 2000/08/18  02:08:42
29004         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
29005              From: Jan Dubois <jand@ActiveState.com>
29006              Date: Thu, 17 Aug 2000 18:31:55 -0700
29007              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
29008      Branch: perl
29009            ! sv.c
29010 ____________________________________________________________________________
29011 [  6686] By: jhi                                   on 2000/08/18  02:04:15
29012         Log: Use NVs in POSIX math, not doubles.
29013              
29014              From: abigail@foad.org
29015              Subject: [ID 20000817.014] POSIX & modfl
29016              Date: 17 Aug 2000 20:49:18 -0000
29017              Message-Id: <20000817204918.23123.qmail@foad.org>
29018      Branch: perl
29019            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
29020 ____________________________________________________________________________
29021 [  6685] By: jhi                                   on 2000/08/18  02:02:12
29022         Log: Introduce NVef, NVff, and NVgf, use the middle one.
29023              (helps for lib/peek + Linux + long doubles)  Reported in
29024              
29025              From: abigail@foad.org
29026              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
29027              Date: 15 Aug 2000 04:06:38 -0000
29028              Message-Id: <20000815040638.8524.qmail@foad.org> 
29029              
29030              (note: the lib/complex failure has not yet been addressed)
29031      Branch: metaconfig/U/perl
29032            ! perlxvf.U
29033      Branch: perl
29034            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29035            ! config_h.SH dump.c perl.h pod/perlguts.pod
29036 ____________________________________________________________________________
29037 [  6684] By: jhi                                   on 2000/08/17  23:22:19
29038         Log: Add byteorder to the myconfig output.
29039      Branch: perl
29040            ! myconfig.SH
29041 ____________________________________________________________________________
29042 [  6683] By: jhi                                   on 2000/08/17  23:20:19
29043         Log: The image doth not exist, spotted by Johan Vromans.
29044      Branch: perl
29045            ! MANIFEST
29046 ____________________________________________________________________________
29047 [  6682] By: jhi                                   on 2000/08/17  22:38:16
29048         Log: Document what the backtick returns if the command fails.
29049      Branch: perl
29050            ! pod/perlop.pod
29051 ____________________________________________________________________________
29052 [  6681] By: jhi                                   on 2000/08/17  22:33:12
29053         Log: Do not use prototyping here.
29054              
29055              Subject: [ID 20000817.016] [PATCH] Peek.xs
29056              From: abigail@foad.org
29057              Date: 17 Aug 2000 20:55:56 -0000
29058              Message-Id: <20000817205556.24270.qmail@foad.org>
29059      Branch: perl
29060            ! ext/Devel/Peek/Makefile.PL
29061 ____________________________________________________________________________
29062 [  6680] By: jhi                                   on 2000/08/17  19:46:43
29063         Log: Don't propose using modules built for 5.005 if no binary
29064              compatibility with 5.005 is attempted.
29065              
29066              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
29067              Subject: Minor nit with 5.7.0 (6655)
29068              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
29069              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
29070      Branch: metaconfig
29071            ! U/installdirs/inc_version_list.U
29072      Branch: perl
29073            ! Configure config_h.SH
29074 ____________________________________________________________________________
29075 [  6679] By: jhi                                   on 2000/08/17  19:16:39
29076         Log: Microperl config update.
29077      Branch: perl
29078            ! uconfig.h uconfig.sh
29079 ____________________________________________________________________________
29080 [  6678] By: jhi                                   on 2000/08/17  19:16:13
29081         Log: The #6648 wasn't protective enough for limited platforms
29082              (like microperl).
29083      Branch: perl
29084            ! dump.c sv.c
29085 ____________________________________________________________________________
29086 [  6677] By: jhi                                   on 2000/08/17  14:46:35
29087         Log: Update Changes.
29088      Branch: perl
29089            ! Changes patchlevel.h
29090 ____________________________________________________________________________
29091 [  6676] By: jhi                                   on 2000/08/17  14:44:02
29092         Log: Add perlebcdic from Peter Prymmer, regen toc.
29093      Branch: perl
29094            + pod/perlebcdic.pod
29095            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
29096 ____________________________________________________________________________
29097 [  6675] By: jhi                                   on 2000/08/17  14:41:52
29098         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
29099      Branch: perl
29100            ! pod/perldebtut.pod
29101 ____________________________________________________________________________
29102 [  6674] By: jhi                                   on 2000/08/17  14:29:43
29103         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
29104              
29105              Subject: [ID 20000724.006] -DLEAKTEST problem
29106              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
29107              Date: Tue, 25 Jul 2000 00:36:32 -0500
29108              Message-Id: <20000725003632.A26186@www.llamacom.com>
29109              
29110              Reminder sent
29111              
29112              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
29113              From: Hugo <hv@crypt.compulink.co.uk>
29114              Date: Thu, 17 Aug 2000 15:23:42 +0100
29115              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
29116      Branch: perl
29117            ! util.c
29118 ____________________________________________________________________________
29119 [  6673] By: jhi                                   on 2000/08/17  04:07:10
29120         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
29121              From: John Peacock <JPeacock@UnivPress.com>
29122              Date: Tue, 01 Aug 2000 09:38:12 -0400
29123              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
29124      Branch: perl
29125            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
29126 ____________________________________________________________________________
29127 [  6672] By: jhi                                   on 2000/08/17  03:04:35
29128         Log: Subject: [PATCH] Cwd.pm now uses strict
29129              From: Tim Jenness <timj@jach.hawaii.edu>
29130              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
29131              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
29132      Branch: perl
29133            ! lib/Cwd.pm
29134 ____________________________________________________________________________
29135 [  6671] By: jhi                                   on 2000/08/17  02:16:35
29136         Log: Make $Config{byteorder} more magical so that it is
29137              dynamically computed: nice for 'fat binaries'.
29138              
29139              Subject: [PATCH]: default byteorder
29140              From: Wilfredo Sánchez <wsanchez@apple.com>
29141              Date: Mon, 31 Jul 2000 19:45:31 -0700
29142              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
29143      Branch: perl
29144            ! configpm
29145 ____________________________________________________________________________
29146 [  6670] By: gsar                                  on 2000/08/17  01:22:21
29147         Log: move WNOHANG definition to where other such things are
29148      Branch: perl
29149            ! win32/win32.h
29150 ____________________________________________________________________________
29151 [  6669] By: jhi                                   on 2000/08/17  01:19:17
29152         Log: Update Changes.
29153      Branch: perl
29154            ! Changes patchlevel.h
29155 ____________________________________________________________________________
29156 [  6668] By: jhi                                   on 2000/08/17  01:16:29
29157         Log: Doc nits spotted by Richard Soderberg.
29158      Branch: perl
29159            ! README.posix-bc README.vmesa
29160 ____________________________________________________________________________
29161 [  6667] By: jhi                                   on 2000/08/17  01:12:11
29162         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
29163              From: "Casey R. Tweten" <crt@kiski.net>
29164              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
29165              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
29166      Branch: perl
29167            ! pod/perldebtut.pod
29168 ____________________________________________________________________________
29169 [  6666] By: jhi                                   on 2000/08/17  01:09:31
29170         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
29171              From: "Casey R. Tweten" <crt@kiski.net>
29172              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
29173              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
29174      Branch: perl
29175            ! lib/Shell.pm
29176 ____________________________________________________________________________
29177 [  6665] By: gsar                                  on 2000/08/17  01:03:52
29178         Log: add "ok" targets from change#6632 in makefile.mk
29179      Branch: perl
29180            ! pod/perlport.pod win32/Makefile win32/makefile.mk
29181 ____________________________________________________________________________
29182 [  6664] By: gsar                                  on 2000/08/17  00:56:11
29183         Log: avoid warnings from dense compiler
29184      Branch: perl
29185            ! win32/win32.c
29186 ____________________________________________________________________________
29187 [  6663] By: jhi                                   on 2000/08/17  00:51:49
29188         Log: Tweak the regex compilation errors once more.
29189      Branch: perl
29190            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
29191            ! t/op/regmesg.t t/pragma/warn/regcomp
29192 ____________________________________________________________________________
29193 [  6662] By: gsar                                  on 2000/08/17  00:28:19
29194         Log: trailing new %ENV entries weren't being pushed into the real
29195              environment of subprocesses on Windows
29196      Branch: perl
29197            ! t/op/magic.t win32/perlhost.h
29198 ____________________________________________________________________________
29199 [  6661] By: gsar                                  on 2000/08/17  00:19:20
29200         Log: waitpid() now handles externally spawned pids correctly;
29201              fixes for backtick/wait/waitpid failures on Windows 9x
29202              
29203              these changes make the pid returned by process functions on
29204              Windows 9x always positive by clearing the high bit (which
29205              is always set on Win9x); pseudo-process PIDs are likewise
29206              always negative now on Win9x (just as on NT/2000)
29207      Branch: perl
29208            ! pp_sys.c win32/perlhost.h win32/win32.c
29209 ____________________________________________________________________________
29210 [  6660] By: jhi                                   on 2000/08/17  00:04:32
29211         Log: Retract #6645.
29212      Branch: perl
29213            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29214            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
29215            ! t/op/sprintf.t
29216 ____________________________________________________________________________
29217 [  6659] By: gsar                                  on 2000/08/16  23:59:28
29218         Log: on windows, the return values from wait() and waitpid() don't
29219              match those of pseudo-pids
29220      Branch: perl
29221            ! pp_sys.c t/op/fork.t util.c win32/win32.c
29222 ____________________________________________________________________________
29223 [  6658] By: gsar                                  on 2000/08/16  23:56:14
29224         Log: pod nit seen in passing
29225      Branch: perl
29226            ! pod/perlfunc.pod
29227 ____________________________________________________________________________
29228 [  6657] By: gsar                                  on 2000/08/16  23:53:42
29229         Log: change#6328 could make close(SOCKET) return false on windows
29230              when it shouldn't
29231      Branch: perl
29232            ! win32/win32sck.c
29233 ____________________________________________________________________________
29234 [  6656] By: gsar                                  on 2000/08/16  23:46:57
29235         Log: check that the number pseudo children doesn't exceed
29236              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
29237              the WaitForMultipleObjects() limit that would cause wait()
29238              to crash)
29239              
29240              wait() and waitpid() could potentially be rewritten to use
29241              more than one thread to do the waiting to eliminate this
29242              limitation
29243      Branch: perl
29244            ! win32/perlhost.h
29245 ____________________________________________________________________________
29246 [  6655] By: jhi                                   on 2000/08/16  14:11:05
29247         Log: Update Changes.
29248      Branch: perl
29249            ! Changes patchlevel.h
29250 ____________________________________________________________________________
29251 [  6654] By: jhi                                   on 2000/08/16  14:10:12
29252         Log: Update to perldebtut 1.9, from Richard Foley.
29253      Branch: perl
29254            ! pod/perldebtut.pod
29255 ____________________________________________________________________________
29256 [  6653] By: jhi                                   on 2000/08/16  14:08:17
29257         Log: Change the regx compilation error markers to use = instead of <
29258              since pod makes using the latter quite messy.  Reported in
29259              ID 20000814.006 by Abigail and in
29260              Subject: Unknown escape E<> ?
29261              From: Lupe Christoph <lupe@lupe-christoph.de>
29262              Date: Fri, 11 Aug 2000 00:30:27 +0200
29263              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
29264      Branch: perl
29265            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
29266            ! t/op/regmesg.t t/pragma/warn/regcomp
29267 ____________________________________________________________________________
29268 [  6652] By: jhi                                   on 2000/08/16  13:25:31
29269         Log: Change the perlbug address to perl.org since it's more forgiving.
29270              
29271              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
29272              From: abigail@foad.org
29273              Date: 15 Aug 2000 04:15:40 -0000
29274              Message-Id: <20000815041540.8633.qmail@foad.org>
29275      Branch: perl
29276            ! utils/perlbug.PL
29277 ____________________________________________________________________________
29278 [  6651] By: jhi                                   on 2000/08/16  13:22:35
29279         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
29280              From: Tim Jenness <timj@jach.hawaii.edu>
29281              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
29282              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
29283      Branch: perl
29284            ! lib/Cwd.pm
29285 ____________________________________________________________________________
29286 [  6650] By: jhi                                   on 2000/08/16  13:18:13
29287         Log: Update to CPAN 1.57.
29288              
29289              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
29290              From: andreas.koenig@anima.de (Andreas J. Koenig)
29291              Date: 16 Aug 2000 15:09:46 +0200
29292              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
29293      Branch: perl
29294            ! lib/CPAN.pm
29295 ____________________________________________________________________________
29296 [  6649] By: jhi                                   on 2000/08/16  13:12:31
29297         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
29298              From: "Larry W. Virden" <lvirden@cas.org>
29299              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
29300              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
29301      Branch: perl
29302            ! README.hpux
29303 ____________________________________________________________________________
29304 [  6648] By: jhi                                   on 2000/08/16  13:03:53
29305         Log: The numeric locale was reset to "C" by s?printf and never restored.
29306              
29307              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
29308              From: Christian Kirsch <ck@held.mind.de>
29309              Date: Wed, 9 Aug 2000 17:05:17 +0200
29310              Message-Id: <20000809170517.A25389@held>
29311              
29312              No test since adding the failing example to locale.t
29313              does not fail -- probably because the locale settings are so
29314              thoroughly tweaked by that time.  Running the example standalone
29315              does fail, though.  UPDATE: test case added at change #7540.
29316      Branch: perl
29317            ! dump.c perl.h pp.c pp_ctl.c sv.c
29318 ____________________________________________________________________________
29319 [  6647] By: jhi                                   on 2000/08/16  00:07:54
29320         Log: Update Changes and test semi-automatic patchlevel updating.
29321      Branch: perl
29322            ! Changes patchlevel.h
29323 ____________________________________________________________________________
29324 [  6646] By: jhi                                   on 2000/08/15  23:35:07
29325         Log: Fix a dependency problem.
29326              
29327              Subject: [PATCH: 6640] VMS Makefile.SH update
29328              From: Peter Prymmer <pvhp@forte.com>
29329              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
29330              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
29331      Branch: perl
29332            ! vms/descrip_mms.template
29333 ____________________________________________________________________________
29334 [  6645] By: jhi                                   on 2000/08/15  23:33:23
29335         Log: (Retracted by #6660)
29336              
29337              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
29338              From: Dominic Dunlop <domo@computer.org>
29339              Date: Tue, 15 Aug 2000 22:20:52 +0200
29340              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
29341      Branch: metaconfig/U/perl
29342            + d_printfed.U
29343      Branch: perl
29344            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29345            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
29346            ! t/op/sprintf.t
29347 ____________________________________________________________________________
29348 [  6644] By: jhi                                   on 2000/08/15  21:17:20
29349         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
29350              From: abigail@foad.org
29351              Date: 15 Aug 2000 20:12:41 -0000
29352              Message-Id: <20000815201241.25556.qmail@foad.org>
29353      Branch: perl
29354            ! INSTALL
29355 ____________________________________________________________________________
29356 [  6643] By: jhi                                   on 2000/08/15  21:15:28
29357         Log: (an already applied patch)
29358      Branch: perl
29359            ! lib/CGI.pm
29360 ____________________________________________________________________________
29361 [  6642] By: gsar                                  on 2000/08/15  19:54:05
29362         Log: magic callbacks all need to have same type signature
29363      Branch: perl
29364            ! embed.pl mg.c proto.h
29365 ____________________________________________________________________________
29366 [  6641] By: jhi                                   on 2000/08/15  17:56:27
29367         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)
29368              From: Mike Guy <mjtg@cam.ac.uk>
29369              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
29370              Date: Tue, 15 Aug 2000 18:26:45 +0100
29371              
29372              Only the peek.t part applied, not the hash quality part.
29373      Branch: perl
29374            ! t/lib/peek.t
29375 ____________________________________________________________________________
29376 [  6640] By: jhi                                   on 2000/08/15  16:37:37
29377         Log: Update Changes.
29378      Branch: perl
29379            ! Changes
29380 ____________________________________________________________________________
29381 [  6639] By: jhi                                   on 2000/08/15  16:34:55
29382         Log: Missed a file from #6638.
29383      Branch: perl
29384            ! lib/File/Temp.pm
29385 ____________________________________________________________________________
29386 [  6638] By: jhi                                   on 2000/08/15  16:33:19
29387         Log: Subject: [PATCH perl@6620] cygwin port
29388              From: "Fifer, Eric" <EFifer@sanwaint.com>
29389              Date: Tue, 15 Aug 2000 17:00:49 +0100
29390              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
29391      Branch: perl
29392            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
29393 ____________________________________________________________________________
29394 [  6637] By: jhi                                   on 2000/08/15  16:29:22
29395         Log: Subject: [PATCH] debugger exit code should reflect user exit code
29396              From: Mike Guy <mjtg@cam.ac.uk>
29397              Date: Tue, 15 Aug 2000 16:55:59 +0100
29398              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
29399      Branch: perl
29400            ! lib/perl5db.pl
29401 ____________________________________________________________________________
29402 [  6636] By: jhi                                   on 2000/08/15  15:30:58
29403         Log: Update Changes.
29404      Branch: perl
29405            ! Changes
29406 ____________________________________________________________________________
29407 [  6635] By: jhi                                   on 2000/08/15  15:27:21
29408         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
29409      Branch: metaconfig
29410            ! U/mkglossary U/mksample
29411      Branch: metaconfig/U/perl
29412            ! Devel.U
29413      Branch: perl
29414            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29415 ____________________________________________________________________________
29416 [  6634] By: jhi                                   on 2000/08/15  14:11:55
29417         Log: Don't blow limited stacks, a lower number is enough to
29418              tickle the lookbehind limit.
29419              
29420              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
29421              From: Dominic Dunlop <domo@computer.org>
29422              Date: Tue, 15 Aug 2000 13:51:24 +0200
29423              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
29424      Branch: perl
29425            ! t/op/regmesg.t
29426 ____________________________________________________________________________
29427 [  6633] By: jhi                                   on 2000/08/15  14:01:46
29428         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
29429              From: Mike Guy <mjtg@cam.ac.uk>
29430              Date: Tue, 15 Aug 2000 12:10:50 +0100
29431              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
29432      Branch: perl
29433            ! utils/perldoc.PL
29434 ____________________________________________________________________________
29435 [  6632] By: jhi                                   on 2000/08/15  13:58:48
29436         Log: make ok etc also for win32.
29437              
29438              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
29439              From: Prymmer/Kahn <pvhp@best.com>
29440              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
29441              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
29442      Branch: perl
29443            ! win32/Makefile
29444 ____________________________________________________________________________
29445 [  6631] By: jhi                                   on 2000/08/15  13:45:03
29446         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
29447      Branch: perl
29448            ! lib/Test.pm
29449 ____________________________________________________________________________
29450 [  6630] By: jhi                                   on 2000/08/15  03:25:09
29451         Log: Update Changes.
29452      Branch: perl
29453            ! Changes
29454 ____________________________________________________________________________
29455 [  6629] By: jhi                                   on 2000/08/15  03:23:53
29456         Log: magic_regdatum_set() is void, not int.
29457      Branch: perl
29458            ! embed.pl mg.c proto.h
29459 ____________________________________________________________________________
29460 [  6628] By: jhi                                   on 2000/08/15  03:08:02
29461         Log: Make the user to give up his firstborn, err, to knowingly
29462              verify installing an unstable developer release.  Also bump
29463              the release to 5.7.0, but leave a patch tag in the local
29464              patches saying that this is not yet the real thing.
29465      Branch: metaconfig
29466            ! U/modified/Instruct.U
29467      Branch: metaconfig/U/perl
29468            + Devel.U
29469      Branch: perl
29470            ! Configure patchlevel.h
29471 ____________________________________________________________________________
29472 [  6627] By: jhi                                   on 2000/08/14  22:32:52
29473         Log: README.os2 update.
29474              
29475              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
29476              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29477              Date: Wed, 02 Aug 2000 21:55:09 -0700
29478              Message-ID: <tsPi5gzkgegX092yn@efn.org>
29479      Branch: perl
29480            ! README.os2
29481 ____________________________________________________________________________
29482 [  6626] By: jhi                                   on 2000/08/14  21:00:02
29483         Log: Subject: Re: File::Temp problems on VMS in bleedperl
29484              From: Tim Jenness <timj@jach.hawaii.edu>
29485              cc: vmsperl@perl.org
29486              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
29487              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
29488      Branch: perl
29489            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
29490 ____________________________________________________________________________
29491 [  6625] By: jhi                                   on 2000/08/14  20:52:16
29492         Log: Add SUIDMAIL as was done for the CERT alert.
29493      Branch: perl
29494            ! patchlevel.h
29495 ____________________________________________________________________________
29496 [  6624] By: jhi                                   on 2000/08/14  20:48:50
29497         Log: Subject: sfio2000
29498              From: Daniel Muino <dmuino@afip.gov.ar>
29499              Date: Mon, 14 Aug 2000 16:58:11 -0300
29500              Message-ID: <20000814165811.B16368@con2-dgi>
29501      Branch: perl
29502            ! perlsdio.h perlsfio.h
29503 ____________________________________________________________________________
29504 [  6623] By: jhi                                   on 2000/08/14  20:47:36
29505         Log: Subject: warning: storage class after type is obsolescent
29506              From: Daniel Muino <dmuino@afip.gov.ar>
29507              Date: Mon, 14 Aug 2000 16:42:47 -0300
29508              Message-ID: <20000814164247.A16368@con2-dgi>
29509      Branch: perl
29510            ! regcomp.pl regnodes.h
29511 ____________________________________________________________________________
29512 [  6622] By: jhi                                   on 2000/08/14  20:43:05
29513         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
29514              From: abigail@foad.org
29515              Date: 14 Aug 2000 20:00:10 -0000
29516              Message-Id: <20000814200010.27271.qmail@foad.org>
29517      Branch: perl
29518            ! Changes
29519 ____________________________________________________________________________
29520 [  6621] By: jhi                                   on 2000/08/14  15:23:05
29521         Log: Update Changes.
29522      Branch: perl
29523            ! Changes
29524 ____________________________________________________________________________
29525 [  6620] By: jhi                                   on 2000/08/14  15:22:14
29526         Log: Subject: Re: [PATCH] @+, @- readonly
29527              From: Mike Guy <mjtg@cam.ac.uk>
29528              Date: Mon, 14 Aug 2000 15:26:55 +0100
29529              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
29530      Branch: perl
29531            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
29532            ! sv.c t/op/pat.t
29533 ____________________________________________________________________________
29534 [  6619] By: jhi                                   on 2000/08/14  14:12:08
29535         Log: Update Changes.
29536      Branch: perl
29537            ! Changes
29538 ____________________________________________________________________________
29539 [  6618] By: jhi                                   on 2000/08/14  14:09:34
29540         Log: For now remove the mail code.
29541      Branch: perl
29542            ! perl.c
29543 ____________________________________________________________________________
29544 [  6617] By: jhi                                   on 2000/08/14  14:08:28
29545         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
29546      Branch: perl
29547            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
29548            ! pod/perlfaq8.pod pod/perlsec.pod
29549 ____________________________________________________________________________
29550 [  6616] By: jhi                                   on 2000/08/14  14:00:11
29551         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
29552              From: Mike Guy <mjtg@cam.ac.uk>
29553              Date: Mon, 14 Aug 2000 08:26:02 +0100
29554              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
29555      Branch: perl
29556            ! lib/perl5db.pl
29557 ____________________________________________________________________________
29558 [  6615] By: jhi                                   on 2000/08/14  13:58:45
29559         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
29560              From: Mike Guy <mjtg@cam.ac.uk>
29561              Date: Mon, 14 Aug 2000 08:04:22 +0100
29562              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
29563      Branch: perl
29564            ! gv.c mg.c t/op/pat.t
29565 ____________________________________________________________________________
29566 [  6614] By: jhi                                   on 2000/08/14  13:56:45
29567         Log: Subject: Test fails / warnings with perl-current #6612
29568              From: Mike Guy <mjtg@cam.ac.uk>
29569              Date: Mon, 14 Aug 2000 07:57:23 +0100
29570              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
29571      Branch: perl
29572            ! t/lib/b.t t/lib/peek.t
29573 ____________________________________________________________________________
29574 [  6613] By: jhi                                   on 2000/08/14  13:45:33
29575         Log: VMS configure.com update continues.
29576      Branch: perl
29577            - vms/configure.com
29578            ! MANIFEST configure.com
29579 ____________________________________________________________________________
29580 [  6612] By: jhi                                   on 2000/08/13  22:13:35
29581         Log: Update Changes.
29582      Branch: perl
29583            ! Changes
29584 ____________________________________________________________________________
29585 [  6611] By: jhi                                   on 2000/08/13  16:21:45
29586         Log: Upgrade to CGI 2.71, from Lincoln Stein.
29587      Branch: perl
29588            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
29589 ____________________________________________________________________________
29590 [  6610] By: jhi                                   on 2000/08/13  15:09:16
29591         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
29592              From: Mike Guy <mjtg@cam.ac.uk>
29593              Date: Sun, 13 Aug 2000 13:45:51 +0100
29594              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
29595      Branch: perl
29596            ! t/op/regmesg.t
29597 ____________________________________________________________________________
29598 [  6609] By: jhi                                   on 2000/08/13  14:31:26
29599         Log: Andreas says that 1.56 is fine, so reverting back to it.
29600      Branch: perl
29601            ! lib/CPAN.pm
29602 ____________________________________________________________________________
29603 [  6608] By: jhi                                   on 2000/08/13  05:34:20
29604         Log: Update Changes.
29605      Branch: perl
29606            ! Changes
29607 ____________________________________________________________________________
29608 [  6607] By: jhi                                   on 2000/08/13  05:32:01
29609         Log: Put back the \z changes of #5406 to CPAN.pm.
29610      Branch: perl
29611            ! lib/CPAN.pm
29612 ____________________________________________________________________________
29613 [  6606] By: jhi                                   on 2000/08/13  05:20:16
29614         Log: Fix-n-skip the tests under 5005threads.
29615      Branch: perl
29616            ! t/lib/b.t
29617 ____________________________________________________________________________
29618 [  6605] By: jhi                                   on 2000/08/13  05:07:48
29619         Log: Fix the test for 5005threads.
29620      Branch: perl
29621            ! t/lib/peek.t
29622 ____________________________________________________________________________
29623 [  6604] By: jhi                                   on 2000/08/13  03:35:37
29624         Log: Should have deleted this in #6603.
29625      Branch: perl
29626            - vms/subconfigure.com
29627 ____________________________________________________________________________
29628 [  6603] By: jhi                                   on 2000/08/12  18:29:32
29629         Log: Rewrite of vms/subconfigure.com as configure.com,
29630              from Peter Prymmer and the vmsperl crew.
29631      Branch: perl
29632            + vms/configure.com
29633            ! MANIFEST
29634 ____________________________________________________________________________
29635 [  6602] By: jhi                                   on 2000/08/11  13:00:01
29636         Log: PlainText.pm is dead.
29637      Branch: perl
29638            - lib/Pod/PlainText.pm
29639            ! MANIFEST
29640 ____________________________________________________________________________
29641 [  6601] By: jhi                                   on 2000/08/11  04:06:45
29642         Log: Update Changes.
29643      Branch: perl
29644            ! Changes
29645 ____________________________________________________________________________
29646 [  6600] By: jhi                                   on 2000/08/11  04:06:10
29647         Log: Add a few missing files, update MANIFEST.
29648      Branch: perl
29649            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
29650            + lib/Pod/PlainText.pm t/pod/find.t
29651            ! MANIFEST t/op/regmesg.t
29652 ____________________________________________________________________________
29653 [  6599] By: jhi                                   on 2000/08/11  03:31:10
29654         Log: Add Perl debugging tutorial, regen toc. 
29655              
29656              Subject: perldebtut.pod
29657              From: Richard Foley <Richard.Foley@m.dasa.de>
29658              Date: Wed, 09 Aug 2000 10:17:15 +0200
29659              Message-id: <3991138B.262247B8@m.dasa.de>
29660      Branch: perl
29661            + pod/perldebtut.pod
29662            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
29663 ____________________________________________________________________________
29664 [  6598] By: jhi                                   on 2000/08/11  02:48:56
29665         Log: tiny Changes edit
29666      Branch: perl
29667            ! Changes
29668 ____________________________________________________________________________
29669 [  6597] By: jhi                                   on 2000/08/11  02:39:04
29670         Log: Tests for #6589.
29671              
29672              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
29673              From: simon@brecon.co.uk (Simon Cozens)
29674              Date: 11 Aug 2000 02:24:52 GMT
29675              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
29676      Branch: perl
29677            ! t/lib/b.t
29678 ____________________________________________________________________________
29679 [  6596] By: jhi                                   on 2000/08/11  01:50:07
29680         Log: Update Changes.
29681      Branch: perl
29682            ! Changes
29683 ____________________________________________________________________________
29684 [  6595] By: jhi                                   on 2000/08/11  01:47:16
29685         Log: nitfix
29686      Branch: perl
29687            ! Changes
29688 ____________________________________________________________________________
29689 [  6594] By: jhi                                   on 2000/08/11  01:36:16
29690         Log: Subject: Getting perlio and threads to compile
29691              From: Lupe Christoph <lupe@lupe-christoph.de>
29692              Date: Wed, 9 Aug 2000 11:35:54 +0200
29693              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
29694              
29695              (the Solaris version changes in Configure skipped)
29696      Branch: perl
29697            ! hints/solaris_2.sh thread.h
29698 ____________________________________________________________________________
29699 [  6593] By: jhi                                   on 2000/08/11  01:30:16
29700         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
29701              From: simon@brecon.co.uk (Simon Cozens)
29702              Date: 1 Aug 2000 06:55:19 GMT
29703              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
29704      Branch: perl
29705            ! lib/utf8.pm
29706 ____________________________________________________________________________
29707 [  6592] By: jhi                                   on 2000/08/11  01:26:39
29708         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
29709              From: Peter Scott <Peter@PeterScott.com>
29710              Date: Thu, 10 Aug 2000 08:23:27 -0700
29711              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
29712      Branch: perl
29713            ! lib/perl5db.pl
29714 ____________________________________________________________________________
29715 [  6591] By: jhi                                   on 2000/08/11  01:22:02
29716         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
29717              From: Hugo <hv@crypt.compulink.co.uk>
29718              Date: Thu, 10 Aug 2000 19:23:04 +0100
29719              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
29720      Branch: perl
29721            ! regexec.c t/op/pat.t
29722 ____________________________________________________________________________
29723 [  6590] By: jhi                                   on 2000/08/11  01:19:19
29724         Log: Preprocessing and postprocessing for File::Find.
29725              
29726              Subject: Patch to Find::File.pm to allow alphabetical results
29727              From: Joe Smith <jsmith@inwap.com>
29728              Date: Wed, 9 Aug 2000 02:44:54 -0700
29729              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
29730      Branch: perl
29731            ! lib/File/Find.pm
29732 ____________________________________________________________________________
29733 [  6589] By: jhi                                   on 2000/08/11  01:12:39
29734         Log: B::Deparse didn't do sub attributes.
29735              
29736              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
29737              From: simon@brecon.co.uk (Simon Cozens)
29738              Date: 9 Aug 2000 04:49:20 GMT
29739              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
29740      Branch: perl
29741            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
29742 ____________________________________________________________________________
29743 [  6588] By: jhi                                   on 2000/08/11  01:06:40
29744         Log: Subject: debugger "d" command doesnt check line number
29745              From: Mike Guy <mjtg@cam.ac.uk>
29746              Date: Tue, 08 Aug 2000 21:54:29 +0100
29747              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
29748      Branch: perl
29749            ! lib/perl5db.pl mg.c pod/perldiag.pod
29750 ____________________________________________________________________________
29751 [  6587] By: jhi                                   on 2000/08/11  00:45:03
29752         Log: sleep(1) does not necessarily return 1.
29753              
29754              Subject: [PATCH bleadperl] op/lex_assign.t  
29755              From: Hugo <hv@crypt.compulink.co.uk>
29756              Date: Thu, 03 Aug 2000 14:34:22 +0100        
29757              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
29758      Branch: perl
29759            ! t/op/lex_assign.t
29760 ____________________________________________________________________________
29761 [  6586] By: jhi                                   on 2000/08/11  00:31:50
29762         Log: Document the IO::Select timeout.
29763      Branch: perl
29764            ! ext/IO/lib/IO/Select.pm
29765 ____________________________________________________________________________
29766 [  6585] By: jhi                                   on 2000/08/11  00:13:54
29767         Log: Forgot contributor.
29768      Branch: perl
29769            ! Changes
29770 ____________________________________________________________________________
29771 [  6584] By: jhi                                   on 2000/08/11  00:09:19
29772         Log: detypo
29773      Branch: perl
29774            ! Changes
29775 ____________________________________________________________________________
29776 [  6583] By: jhi                                   on 2000/08/11  00:07:53
29777         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
29778              
29779              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
29780              From: Mike Guy <mjtg@cam.ac.uk> 
29781              Date: Thu, 10 Aug 2000 15:50:54 +0100
29782              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
29783      Branch: perl
29784            ! sv.c t/op/int.t
29785 ____________________________________________________________________________
29786 [  6582] By: jhi                                   on 2000/08/10  23:29:32
29787         Log: Update Changes.
29788      Branch: perl
29789            ! Changes
29790 ____________________________________________________________________________
29791 [  6581] By: jhi                                   on 2000/08/10  23:26:16
29792         Log: Put back the std @INC thing.
29793      Branch: perl
29794            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
29795            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
29796            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
29797            ! t/lib/gol-oo.t
29798 ____________________________________________________________________________
29799 [  6580] By: jhi                                   on 2000/08/10  23:03:34
29800         Log: Update to CGI 2.70, from Lincoln Stein.
29801      Branch: perl
29802            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
29803            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
29804            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
29805            ! t/lib/cgi-request.t
29806 ____________________________________________________________________________
29807 [  6579] By: jhi                                   on 2000/08/10  22:41:50
29808         Log: Update to CPAN 1.56, from Andreas König.
29809      Branch: perl
29810            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29811 ____________________________________________________________________________
29812 [  6578] By: jhi                                   on 2000/08/10  22:38:13
29813         Log: Update to Pod::Parser 1.17, from Brad Appleton.
29814      Branch: perl
29815            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
29816            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
29817            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
29818            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
29819            ! t/pod/include.t t/pod/included.t t/pod/lref.t
29820            ! t/pod/multiline_items.t t/pod/nested_items.t
29821            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
29822            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
29823            ! t/pod/special_seqs.t
29824 ____________________________________________________________________________
29825 [  6577] By: jhi                                   on 2000/08/10  22:35:41
29826         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
29827      Branch: perl
29828            ! AUTHORS MAINTAIN
29829 ____________________________________________________________________________
29830 [  6576] By: jhi                                   on 2000/08/10  22:24:54
29831         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
29832      Branch: perl
29833            + t/lib/gol-oo.t
29834            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
29835            ! t/lib/gol-compat.t t/lib/gol-linkage.t
29836 ____________________________________________________________________________
29837 [  6575] By: jhi                                   on 2000/08/10  22:02:07
29838         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
29839      Branch: perl
29840            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
29841 ____________________________________________________________________________
29842 [  6574] By: jhi                                   on 2000/08/10  21:55:03
29843         Log: Iterating perl6 description.
29844      Branch: perl
29845            ! pod/perlfaq1.pod
29846 ____________________________________________________________________________
29847 [  6573] By: jhi                                   on 2000/08/10  21:48:26
29848         Log: Revert the sv.c part of #6559, a better fix is needed.
29849      Branch: perl
29850            ! sv.c
29851 ____________________________________________________________________________
29852 [  6572] By: jhi                                   on 2000/08/10  20:33:43
29853         Log: It's the 2ndO'ROSSC.
29854      Branch: perl
29855            ! pod/perlfaq1.pod
29856 ____________________________________________________________________________
29857 [  6571] By: jhi                                   on 2000/08/10  15:55:48
29858         Log: detypo
29859      Branch: perl
29860            ! pod/perlfaq1.pod
29861 ____________________________________________________________________________
29862 [  6570] By: jhi                                   on 2000/08/10  14:11:17
29863         Log: An exceptionally sticky typo.
29864      Branch: perl
29865            ! Changes
29866 ____________________________________________________________________________
29867 [  6569] By: jhi                                   on 2000/08/10  14:09:33
29868         Log: detypo (and test Changes updating script)
29869      Branch: perl
29870            ! Changes
29871 ____________________________________________________________________________
29872 [  6568] By: jhi                                   on 2000/08/10  14:07:07
29873         Log: Update Changes.
29874      Branch: perl
29875            ! Changes
29876 ____________________________________________________________________________
29877 [  6567] By: jhi                                   on 2000/08/10  14:06:19
29878         Log: Amend the description of Perl6.
29879              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
29880              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
29881              Date: Wed, 9 Aug 2000 22:11:06 -0500
29882              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
29883      Branch: perl
29884            ! pod/perlfaq1.pod
29885 ____________________________________________________________________________
29886 [  6566] By: jhi                                   on 2000/08/10  13:58:57
29887         Log: Subject: Remove dead entry in perldiag
29888              From: Mike Guy <mjtg@cam.ac.uk>
29889              Date: Thu, 10 Aug 2000 14:19:19 +0100
29890              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
29891      Branch: perl
29892            ! pod/perldiag.pod
29893 ____________________________________________________________________________
29894 [  6565] By: jhi                                   on 2000/08/10  13:51:48
29895         Log: Zero entries were skipped, fix from Adrian Goalby
29896              <argoalby@yahoo.co.uk>
29897      Branch: perl
29898            ! lib/unicode/Number.pl lib/unicode/mktables.PL
29899 ____________________________________________________________________________
29900 [  6564] By: jhi                                   on 2000/08/10  13:00:12
29901         Log: Subject: [PATCH 5.6.0] cygwin port
29902              From: "Fifer, Eric" <EFifer@sanwaint.com>
29903              Date: Thu, 10 Aug 2000 13:15:36 +0100
29904              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
29905      Branch: perl
29906            ! README.cygwin hints/cygwin.sh
29907 ____________________________________________________________________________
29908 [  6563] By: jhi                                   on 2000/08/10  12:55:16
29909         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
29910      Branch: perl
29911            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
29912 ____________________________________________________________________________
29913 [  6562] By: gsar                                  on 2000/08/10  08:38:39
29914         Log: warn is a macro, avoid using at a variable to avoid warnings
29915              in some configurations; readdir.t is too conservative in
29916              estimating number of *.t's
29917      Branch: perl
29918            ! t/op/readdir.t util.c
29919 ____________________________________________________________________________
29920 [  6561] By: jhi                                   on 2000/08/09  23:35:42
29921         Log: Update Changes.
29922      Branch: perl
29923            ! Changes
29924 ____________________________________________________________________________
29925 [  6560] By: jhi                                   on 2000/08/09  23:05:47
29926         Log: Subject: Re: enhanced(?) regex error messages
29927              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
29928              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
29929              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
29930              
29931              (plus two small patches sent privately)
29932              (this still seems to leave few test failures)
29933      Branch: perl
29934            + t/op/regmesg.t
29935            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
29936            ! t/pragma/warn/regcomp
29937 ____________________________________________________________________________
29938 [  6559] By: jhi                                   on 2000/08/09  20:41:18
29939         Log: (The fix did work but was not right, retracted in #6573)
29940              
29941              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
29942              From: Christian Kirsch <ck@held.mind.de>
29943              Date: Wed, 9 Aug 2000 17:05:17 +0200
29944              Message-Id: <20000809170517.A25389@held>
29945      Branch: perl
29946            ! sv.c t/pragma/locale.t
29947 ____________________________________________________________________________
29948 [  6558] By: jhi                                   on 2000/08/08  22:34:08
29949         Log: Tiny updates on the contributors list.
29950      Branch: perl
29951            ! Changes
29952 ____________________________________________________________________________
29953 [  6557] By: jhi                                   on 2000/08/08  19:34:28
29954         Log: Double check that we have a dirhandle.
29955      Branch: perl
29956            ! util.c
29957 ____________________________________________________________________________
29958 [  6556] By: jhi                                   on 2000/08/08  19:01:51
29959         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
29960              May be repopulated with fresh maintained examples.
29961      Branch: perl
29962            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
29963            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
29964            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
29965            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
29966            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
29967            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
29968            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
29969            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
29970            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
29971            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
29972            + lib/CGI/eg/wilogo_gif.uu
29973            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
29974            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
29975            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
29976            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
29977            - eg/cgi/frameset.cgi eg/cgi/index.html
29978            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
29979            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
29980            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
29981            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
29982            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
29983            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
29984            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
29985            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
29986            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
29987            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
29988            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
29989            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
29990            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
29991            - eg/van/vanish eg/who eg/wrapsuid
29992            ! MANIFEST
29993 ____________________________________________________________________________
29994 [  6555] By: jhi                                   on 2000/08/08  18:51:08
29995         Log: Delete chat2 as requested by Randal.
29996              
29997              Subject: Re: perlfaq8 coyness
29998              From: merlyn@stonehenge.com (Randal L. Schwartz) 
29999              Date: 15 May 2000 18:52:42 -0700 
30000              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
30001      Branch: perl
30002            - lib/chat2.pl
30003            ! MANIFEST
30004 ____________________________________________________________________________
30005 [  6554] By: jhi                                   on 2000/08/08  18:31:35
30006         Log: Regen global.sym.
30007      Branch: perl
30008            ! global.sym
30009 ____________________________________________________________________________
30010 [  6553] By: jhi                                   on 2000/08/08  18:28:13
30011         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
30012              (either perlbug or p5p ate the original), plus regen
30013              perlapi and perltoc. 
30014      Branch: perl
30015            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
30016            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
30017            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
30018            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
30019            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
30020            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
30021            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
30022            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
30023            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
30024            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
30025 ____________________________________________________________________________
30026 [  6552] By: jhi                                   on 2000/08/08  18:06:29
30027         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
30028              From: Mike Guy <mjtg@cam.ac.uk>
30029              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
30030              Date: Tue, 08 Aug 2000 15:51:27 +0100
30031      Branch: perl
30032            ! doop.c sv.h t/op/join.t t/pragma/overload.t
30033 ____________________________________________________________________________
30034 [  6551] By: jhi                                   on 2000/08/08  18:01:11
30035         Log: Re-apply #6549.
30036      Branch: perl
30037            ! lib/perl5db.pl
30038 ____________________________________________________________________________
30039 [  6550] By: jhi                                   on 2000/08/08  17:43:08
30040         Log: Accidental retraction of #6549.
30041      Branch: perl
30042            ! lib/perl5db.pl
30043 ____________________________________________________________________________
30044 [  6549] By: jhi                                   on 2000/08/08  17:40:04
30045         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
30046              From: Mike Guy <mjtg@cam.ac.uk>
30047              Date: Mon, 07 Aug 2000 21:49:58 +0100
30048              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
30049      Branch: perl
30050            ! lib/perl5db.pl
30051 ____________________________________________________________________________
30052 [  6548] By: jhi                                   on 2000/08/08  17:37:57
30053         Log: Document here-doc better.
30054              
30055              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
30056              From: Mike Guy <mjtg@cam.ac.uk>
30057              Date: Mon, 07 Aug 2000 14:02:09 +0100
30058              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
30059      Branch: perl
30060            ! pod/perldata.pod
30061 ____________________________________________________________________________
30062 [  6547] By: jhi                                   on 2000/08/08  17:33:34
30063         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
30064              From: "Randy J. Ray" <rjray@redhat.com>
30065              Date: Mon, 07 Aug 2000 19:12:25 -0700
30066              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
30067      Branch: perl
30068            ! perl.c pod/perlrun.pod
30069 ____________________________________________________________________________
30070 [  6546] By: jhi                                   on 2000/08/08  17:29:26
30071         Log: Subject: Re: enhanced(?) regex error messages 
30072              From: Hugo <hv@crypt.compulink.co.uk>
30073              Date: Tue, 08 Aug 2000 03:25:51 +0100
30074              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
30075              
30076              plus Capitalize the error messages, plus perldiag them.
30077      Branch: perl
30078            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
30079 ____________________________________________________________________________
30080 [  6545] By: jhi                                   on 2000/08/08  13:59:28
30081         Log: Augment #6539 a bit: don't croak if there's magic in the air.
30082              
30083              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
30084              From: Hugo <hv@crypt.compulink.co.uk>
30085              Date: Tue, 08 Aug 2000 03:02:03 +0100
30086              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
30087      Branch: perl
30088            ! pp.c t/op/bless.t
30089 ____________________________________________________________________________
30090 [  6544] By: jhi                                   on 2000/08/07  21:11:52
30091         Log: Make the test -w clean.
30092      Branch: perl
30093            ! t/op/bless.t
30094 ____________________________________________________________________________
30095 [  6543] By: jhi                                   on 2000/08/07  19:49:53
30096         Log: use warnings instead of $^W.
30097      Branch: perl
30098            ! t/op/bless.t
30099 ____________________________________________________________________________
30100 [  6542] By: jhi                                   on 2000/08/07  17:41:41
30101         Log: Disable a portability warning Because We Know What We Are Doing.
30102      Branch: perl
30103            ! t/op/bless.t
30104 ____________________________________________________________________________
30105 [  6541] By: jhi                                   on 2000/08/07  17:29:51
30106         Log: Tiny tidying on report_evil_fh().
30107      Branch: perl
30108            ! util.c
30109 ____________________________________________________________________________
30110 [  6540] By: jhi                                   on 2000/08/07  16:37:38
30111         Log: Make regular expression parse error messages easier to understand.
30112              
30113              Subject: Re: enhanced(?) regex error messages
30114              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
30115              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
30116              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
30117      Branch: perl
30118            ! regcomp.c
30119 ____________________________________________________________________________
30120 [  6539] By: jhi                                   on 2000/08/07  16:12:27
30121         Log: Make bless(REF, REF) a fatal error, add bless tests.
30122              
30123              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
30124              From: Hugo <hv@crypt.compulink.co.uk>
30125              Date: Mon, 07 Aug 2000 16:59:38 +0100
30126              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
30127      Branch: perl
30128            + t/op/bless.t
30129            ! MANIFEST pod/perldiag.pod pp.c sv.c
30130 ____________________________________________________________________________
30131 [  6538] By: jhi                                   on 2000/08/07  15:59:43
30132         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
30133              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
30134              Date: Thu, 3 Aug 2000 14:29:21 -0700
30135              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
30136      Branch: perl
30137            ! lib/lib_pm.PL
30138 ____________________________________________________________________________
30139 [  6537] By: jhi                                   on 2000/08/07  15:47:18
30140         Log: Retract #6419 for now since it breaks in AFS and MachTen.
30141      Branch: perl
30142            ! lib/Cwd.pm
30143 ____________________________________________________________________________
30144 [  6536] By: jhi                                   on 2000/08/07  15:05:29
30145         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
30146              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
30147              The security hole exists only in suidperls, which isn't
30148              installed or even built by default.
30149      Branch: perl
30150            ! perl.c
30151 ____________________________________________________________________________
30152 [  6535] By: jhi                                   on 2000/08/07  14:45:14
30153         Log: tr memory corruption fix from Simon Cozens.
30154      Branch: perl
30155            ! doop.c
30156 ____________________________________________________________________________
30157 [  6534] By: jhi                                   on 2000/08/06  11:38:16
30158         Log: Document a bit that UDP is not what you might think.
30159              
30160              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
30161              From: Lupe Christoph <lupe@lupe-christoph.de>
30162              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
30163              Date: Mon, 24 Jul 2000 08:59:15 +0200
30164      Branch: perl
30165            ! pod/perlipc.pod
30166 ____________________________________________________________________________
30167 [  6533] By: jhi                                   on 2000/08/06  11:35:01
30168         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
30169              From: Jeff Pinyan <jeffp@hut.crusoe.net>
30170              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
30171              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
30172      Branch: perl
30173            ! pod/perlfunc.pod
30174 ____________________________________________________________________________
30175 [  6532] By: jhi                                   on 2000/08/06  03:45:41
30176         Log: Have symbols for the IoTYPEs.
30177      Branch: perl
30178            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
30179 ____________________________________________________________________________
30180 [  6531] By: jhi                                   on 2000/08/06  01:33:55
30181         Log: Continue fixing the io warnings.  This also
30182              sort of fixes bug ID 20000802.003: the core dump
30183              is no more.  Whether the current behaviour is correct
30184              (giving a warning: "Not a format reference"), is another matter.
30185      Branch: perl
30186            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
30187            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
30188 ____________________________________________________________________________
30189 [  6530] By: jhi                                   on 2000/08/05  21:33:12
30190         Log: Change the Policy policy: now -Dprefix= with an existing
30191              Policy.sh and prefix == siteprefix == vendorprefix, then all
30192              of them follow along the new prefix.
30193              
30194              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
30195              From: Andy Dougherty <doughera@lafayette.edu>
30196              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
30197              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
30198      Branch: perl
30199            ! Policy_sh.SH
30200 ____________________________________________________________________________
30201 [  6529] By: jhi                                   on 2000/08/05  18:57:28
30202         Log: Zap lib/Sys directory when cleaning up.
30203      Branch: perl
30204            ! Makefile.SH
30205 ____________________________________________________________________________
30206 [  6528] By: jhi                                   on 2000/08/05  18:40:44
30207         Log: Essential prototype changes were missing from #6527.
30208              Also make report_evil_fh() more bomb-proof.
30209      Branch: perl
30210            ! embed.h util.c
30211 ____________________________________________________________________________
30212 [  6527] By: jhi                                   on 2000/08/05  03:22:05
30213         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
30214              From: "Ronald F. Guilmette" <rfg@monkeys.com>
30215              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
30216              Message-Id: <200007242247.PAA52177@monkeys.com>
30217      Branch: perl
30218            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
30219 ____________________________________________________________________________
30220 [  6526] By: jhi                                   on 2000/08/04  21:23:27
30221         Log: gcc versions might have (parentheses) in them.
30222      Branch: metaconfig/U/perl
30223            ! gccvers.U
30224      Branch: perl
30225            ! Configure config_h.SH
30226 ____________________________________________________________________________
30227 [  6525] By: jhi                                   on 2000/08/04  20:23:12
30228         Log: Weed buglets pointed out by
30229              
30230              From: Lupe Christoph <lupe@lupe-christoph.de>
30231              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
30232              Date: Fri, 4 Aug 2000 17:34:39 +0200
30233              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
30234      Branch: metaconfig/U/perl
30235            ! gccvers.U uselfs.U
30236      Branch: perl
30237            ! Configure config_h.SH
30238 ____________________________________________________________________________
30239 [  6524] By: jhi                                   on 2000/08/04  19:02:08
30240         Log: Warn under -w if lstat(FH) is attempted.
30241              
30242              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
30243              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
30244              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
30245              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
30246      Branch: perl
30247            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
30248            ! t/pragma/warn/pp_sys
30249 ____________________________________________________________________________
30250 [  6523] By: jhi                                   on 2000/08/04  12:31:11
30251         Log: Subject: New perlcc, take 2
30252              From: simon@brecon.co.uk (Simon Cozens)
30253              Date: 4 Aug 2000 06:21:04 GMT
30254              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
30255      Branch: perl
30256            ! utils/perlcc.PL
30257 ____________________________________________________________________________
30258 [  6522] By: jhi                                   on 2000/08/04  12:26:33
30259         Log: Subject: Re: Array vs. List context
30260              From: Daniel Chetlin <daniel@chetlin.com>
30261              Date: Fri, 4 Aug 2000 00:22:44 -0700
30262              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
30263      Branch: perl
30264            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
30265            ! pod/perlfaq4.pod
30266 ____________________________________________________________________________
30267 [  6521] By: jhi                                   on 2000/08/04  12:22:38
30268         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
30269              From: Raymund Will <ray@caldera.de>
30270              Date: Fri, 4 Aug 2000 12:07:09 +0200
30271              Message-Id: <20000804120709.A14982@caldera.de>
30272      Branch: perl
30273            ! configure.gnu
30274 ____________________________________________________________________________
30275 [  6520] By: jhi                                   on 2000/08/04  04:09:06
30276         Log: After the #6519 a warning about stat() is just that,
30277              not about a filetest, which now have their own warning.
30278      Branch: perl
30279            ! pod/perldiag.pod
30280 ____________________________________________________________________________
30281 [  6519] By: jhi                                   on 2000/08/04  04:06:30
30282         Log: In the warnings call filehandles consistently so;
30283              add "unopened" warning for stat().
30284      Branch: perl
30285            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
30286            ! t/pragma/warn/pp_sys
30287 ____________________________________________________________________________
30288 [  6518] By: jhi                                   on 2000/08/04  02:55:35
30289         Log: Subject: Minor tweak to perlvar.pod
30290              From: "Stephen P. Potter" <spp@ds.net>
30291              Date: Tue, 18 Apr 2000 09:26:03 -0400
30292              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
30293      Branch: perl
30294            ! pod/perlvar.pod
30295 ____________________________________________________________________________
30296 [  6517] By: jhi                                   on 2000/08/04  02:50:08
30297         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
30298              From: "Clinton Pierce" <cpierce1@ford.com>
30299              Date: Wed, 21 Jul 1999 16:45:31 -0400
30300              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
30301              
30302              Fix by Stephen Potter (visible in the bug db but not in p5p?)
30303      Branch: perl
30304            ! pod/perlfunc.pod pod/perlop.pod
30305 ____________________________________________________________________________
30306 [  6516] By: jhi                                   on 2000/08/04  02:09:25
30307         Log: This is 6512.  Really.
30308      Branch: perl
30309            ! dump.c
30310 ____________________________________________________________________________
30311 [  6515] By: jhi                                   on 2000/08/04  01:25:50
30312         Log: mention the idea of @( and @)
30313      Branch: perl
30314            ! Todo-5.6
30315 ____________________________________________________________________________
30316 [  6514] By: bailey                                on 2000/08/04  01:18:46
30317         Log: YA resync with mainstem, including VMS patches from others
30318      Branch: vmsperl
30319           +> (branch 48 files)
30320            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
30321           !> (integrate 354 files)
30322 ____________________________________________________________________________
30323 [  6513] By: jhi                                   on 2000/08/04  01:18:18
30324         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
30325              From: Mark Dickinson <dickins3@fas.harvard.edu>
30326              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
30327              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
30328      Branch: perl
30329            ! t/op/grent.t t/op/pwent.t
30330 ____________________________________________________________________________
30331 [  6512] By: jhi                                   on 2000/08/04  01:14:06
30332         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
30333              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30334              Date: Wed, 02 Aug 2000 10:51:01 +0100
30335              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
30336      Branch: perl
30337            ! sv.c
30338 ____________________________________________________________________________
30339 [  6511] By: jhi                                   on 2000/08/04  00:57:00
30340         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
30341              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30342              Date: Thu, 03 Aug 2000 17:20:04 -0700
30343              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
30344      Branch: metaconfig
30345            ! U/modified/Cppsym.U
30346      Branch: perl
30347            ! Configure config_h.SH
30348 ____________________________________________________________________________
30349 [  6510] By: jhi                                   on 2000/08/04  00:25:28
30350         Log: detypo
30351      Branch: perl
30352            ! Makefile.SH
30353 ____________________________________________________________________________
30354 [  6509] By: jhi                                   on 2000/08/03  23:43:18
30355         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
30356              From: Dominic Dunlop <domo@computer.org>
30357              Date: Thu, 3 Aug 2000 22:16:46 +0200
30358              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
30359      Branch: perl
30360            ! t/op/sprintf.t
30361 ____________________________________________________________________________
30362 [  6508] By: jhi                                   on 2000/08/03  23:40:37
30363         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
30364              From: Hugo <hv@crypt.compulink.co.uk>
30365              Date: Thu, 03 Aug 2000 18:25:30 +0100
30366              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
30367      Branch: perl
30368            ! regcomp.c t/op/re_tests
30369 ____________________________________________________________________________
30370 [  6507] By: jhi                                   on 2000/08/03  23:38:28
30371         Log: Subject: [PATCH] sv.h documentation - SvLEN
30372              From: Mike Guy <mjtg@cam.ac.uk>
30373              Date: Thu, 03 Aug 2000 14:43:09 +0100
30374              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
30375      Branch: perl
30376            ! sv.h
30377 ____________________________________________________________________________
30378 [  6506] By: jhi                                   on 2000/08/03  15:49:14
30379         Log: Disable the fix_pl hack for now.
30380      Branch: perl
30381            ! Makefile.SH
30382 ____________________________________________________________________________
30383 [  6505] By: jhi                                   on 2000/08/03  13:49:04
30384         Log: Add a URL for FSF.
30385              
30386              Subject: Patch for README
30387              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
30388              Date: Wed, 2 Aug 2000 13:25:09 -0500
30389              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
30390      Branch: perl
30391            ! README
30392 ____________________________________________________________________________
30393 [  6504] By: jhi                                   on 2000/08/03  13:29:19
30394         Log: Be more informative on what is skipped and why,
30395              also repeat the list at the end.
30396      Branch: perl
30397            ! Porting/p4desc
30398 ____________________________________________________________________________
30399 [  6503] By: jhi                                   on 2000/08/03  13:07:05
30400         Log: Circumvent the removal of .patch by fix_pl.
30401              
30402              Subject: Re: [ID 20000802.011] unable to 'make test'          
30403              From: simon@brecon.co.uk (Simon Cozens) 
30404              Date: 3 Aug 2000 04:17:00 GMT
30405              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
30406      Branch: perl
30407            ! Makefile.SH
30408 ____________________________________________________________________________
30409 [  6502] By: jhi                                   on 2000/08/03  00:14:34
30410         Log: Add the missing setproctitle unit.
30411      Branch: metaconfig/U/perl
30412            + d_setproctitle.U
30413 ____________________________________________________________________________
30414 [  6501] By: jhi                                   on 2000/08/03  00:00:26
30415         Log: The subtest 4 may fail also on VOBS, as pointed out
30416              by Nick Ing-Simmons in November 1999, bug id 19991124.003
30417              (but the failure in that bug report isn't the subtest 4).
30418      Branch: perl
30419            ! t/op/stat.t
30420 ____________________________________________________________________________
30421 [  6500] By: jhi                                   on 2000/08/02  23:49:30
30422         Log: Better skip message for the test; one of the two problems in
30423              
30424              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
30425              From: Lupe Christoph <lupe@lupe-christoph.de>
30426              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
30427              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
30428      Branch: perl
30429            ! t/op/numconvert.t
30430 ____________________________________________________________________________
30431 [  6499] By: jhi                                   on 2000/08/02  22:49:16
30432         Log: Allow "no Module;" even if there is no 'unimport'.
30433              
30434              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
30435              From: mjd@plover.com
30436              Date: 24 Mar 2000 15:24:34 -0000
30437              Message-Id: <20000324152434.15160.qmail@plover.com>
30438      Branch: perl
30439            ! gv.c
30440 ____________________________________________________________________________
30441 [  6498] By: jhi                                   on 2000/08/02  22:42:58
30442         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
30443              that are hopefully soon put into use.
30444      Branch: perl
30445            ! opcode.h opcode.pl opnames.h
30446 ____________________________________________________________________________
30447 [  6497] By: gsar                                  on 2000/08/02  22:28:59
30448         Log: require.t needs binmode() to work on windows
30449      Branch: perl
30450            ! t/comp/require.t
30451 ____________________________________________________________________________
30452 [  6496] By: jhi                                   on 2000/08/02  22:08:51
30453         Log: Document the IVdf UVuf UVof UVxf.
30454      Branch: perl
30455            ! pod/perlguts.pod
30456 ____________________________________________________________________________
30457 [  6495] By: jhi                                   on 2000/08/02  21:54:26
30458         Log: detypo #6494
30459      Branch: perl
30460            ! ext/Data/Dumper/Dumper.xs
30461 ____________________________________________________________________________
30462 [  6494] By: jhi                                   on 2000/08/02  21:49:17
30463         Log: Dump UVs as UVs in Data::Dumper.
30464              
30465              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
30466              From: Gurusamy Sarathy <gsar@ActiveState.com>
30467              Date: Thu, 27 Apr 2000 12:26:25 -0700
30468              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
30469      Branch: perl
30470            ! ext/Data/Dumper/Dumper.xs
30471 ____________________________________________________________________________
30472 [  6493] By: jhi                                   on 2000/08/02  17:01:58
30473         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
30474              From: Hugo <hv@crypt.compulink.co.uk>
30475              Date: Wed, 02 Aug 2000 14:53:56 +0100
30476              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
30477      Branch: perl
30478            ! regexec.c t/op/re_tests
30479 ____________________________________________________________________________
30480 [  6492] By: jhi                                   on 2000/08/02  15:02:46
30481         Log: The new setproctitle() feature is available only in 
30482              bleeding edge FreeBSD.  From Paul Saab.
30483      Branch: perl
30484            ! mg.c
30485 ____________________________________________________________________________
30486 [  6491] By: jhi                                   on 2000/08/02  13:34:36
30487         Log: The tr utf8 patching continues.
30488              
30489              Subject: Re: #6469, too many tests claimed in require.t
30490              From: simon@brecon.co.uk (Simon Cozens)
30491              Date: 2 Aug 2000 02:37:17 GMT
30492              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
30493              
30494              (the logic of the test was the wrong way round in the patch)
30495      Branch: perl
30496            ! doop.c
30497 ____________________________________________________________________________
30498 [  6490] By: jhi                                   on 2000/08/02  13:27:38
30499         Log: The name of a filehandle does not have <these>.
30500      Branch: perl
30501            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
30502            ! t/pragma/warn/pp_sys util.c
30503 ____________________________________________________________________________
30504 [  6489] By: jhi                                   on 2000/08/02  04:26:46
30505         Log: Remove the extraneous "main::" prefix from all the
30506              "opened only for", "on closed", and "never opened" warnings.
30507              
30508              Subject: Re: inappropriate warning
30509              From: Gurusamy Sarathy <gsar@ActiveState.com>
30510              Date: Mon, 20 Mar 2000 11:28:02 -0800
30511              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
30512      Branch: perl
30513            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
30514            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
30515            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
30516 ____________________________________________________________________________
30517 [  6488] By: jhi                                   on 2000/08/02  03:02:57
30518         Log: memcpy has n o in it, as pinted ut by Sarathy.
30519      Branch: perl
30520            ! pod/perlguts.pod
30521 ____________________________________________________________________________
30522 [  6487] By: jhi                                   on 2000/08/02  02:44:51
30523         Log: Document in one place the memory abstractions used in Perl core.
30524              
30525              Subject: Re: Memory abstraction
30526              From: simon@brecon.co.uk (Simon Cozens)
30527              Date: 2 Aug 2000 02:20:23 GMT
30528              Organization: Earth.li Origins
30529      Branch: perl
30530            ! pod/perlguts.pod
30531 ____________________________________________________________________________
30532 [  6486] By: jhi                                   on 2000/08/02  02:41:57
30533         Log: regen_headers, regen perltoc.
30534      Branch: perl
30535            ! perlapi.c pod/perltoc.pod
30536 ____________________________________________________________________________
30537 [  6485] By: jhi                                   on 2000/08/02  01:43:33
30538         Log: "This little thing tests for a file .patch, and if it contains
30539              a number, pops into patchlevel.h" (making it easier to track
30540              which development version people are reporting bugs against)
30541              
30542              Subject: Patchlevel autogeneration for repository perls
30543              From: simon@brecon.co.uk (Simon Cozens)
30544              Date: 14 Jul 2000 07:12:15 GMT
30545              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
30546      Branch: perl
30547            + fix_pl
30548            ! MANIFEST Makefile.SH
30549 ____________________________________________________________________________
30550 [  6484] By: jhi                                   on 2000/08/02  01:32:54
30551         Log: FreeBSD 3.* updates from
30552              
30553              From: Paul Saab <ps@yahoo-inc.com>
30554              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
30555              Date: Tue, 1 Aug 2000 15:41:39 -0700
30556              Message-Id: <20000801154139.A53740@yahoo-inc.com>
30557      Branch: perl
30558            ! hints/freebsd.sh
30559 ____________________________________________________________________________
30560 [  6483] By: jhi                                   on 2000/08/02  01:27:44
30561         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
30562              instead one must use setproctitle().  This was already addressed
30563              by change #6457, but the below has a new variant for FreeBSD 4.0
30564              or later, and the matter is also documented more.
30565              
30566              From: Paul Saab <ps@yahoo-inc.com>
30567              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
30568              Date: Tue, 1 Aug 2000 15:41:39 -0700
30569              Message-Id: <20000801154139.A53740@yahoo-inc.com>
30570      Branch: metaconfig/U/perl
30571            + i_libutil.U
30572      Branch: perl
30573            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
30574 ____________________________________________________________________________
30575 [  6482] By: jhi                                   on 2000/08/01  22:17:32
30576         Log: The test from this
30577              
30578              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
30579              Date: Sat, 15 Apr 2000 17:03:44 +0100
30580              From: Tom Hughes <tom@compton.nu>
30581              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
30582              
30583              was missing, the code change went in as #5989
30584              (which had a different test?)
30585      Branch: perl
30586            ! t/op/misc.t
30587 ____________________________________________________________________________
30588 [  6481] By: jhi                                   on 2000/08/01  21:48:38
30589         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
30590              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
30591              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
30592              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
30593      Branch: perl
30594            ! perl.h
30595 ____________________________________________________________________________
30596 [  6480] By: jhi                                   on 2000/08/01  18:05:28
30597         Log: Make p4desc to skip non-mainperl branches by default.
30598      Branch: perl
30599            ! Porting/p4desc
30600 ____________________________________________________________________________
30601 [  6479] By: jhi                                   on 2000/08/01  17:29:19
30602         Log: If gccosandvers is equal to osname, clear gccosandvers.
30603      Branch: metaconfig/U/perl
30604            ! gccvers.U
30605      Branch: perl
30606            ! Configure config_h.SH
30607 ____________________________________________________________________________
30608 [  6478] By: jhi                                   on 2000/08/01  15:54:08
30609         Log: BOM patching from Simon Cozens.
30610      Branch: perl
30611            ! toke.c
30612 ____________________________________________________________________________
30613 [  6477] By: jhi                                   on 2000/08/01  04:50:33
30614         Log: Stash away the largefiles flags and libswanted.
30615      Branch: perl
30616            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
30617 ____________________________________________________________________________
30618 [  6476] By: gsar                                  on 2000/08/01  04:24:24
30619         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
30620              on Windows)
30621      Branch: perl
30622            ! t/pragma/utf8.t utf8.c win32/win32.c
30623 ____________________________________________________________________________
30624 [  6475] By: jhi                                   on 2000/08/01  03:35:24
30625         Log: Make chr() for values >127 to create utf8 when under utf8.
30626              
30627              Subject: Re: uft8/chr()
30628              From: simon@brecon.co.uk (Simon Cozens)
30629              Date: 1 Aug 2000 02:37:02 GMT
30630              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
30631      Branch: perl
30632            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
30633 ____________________________________________________________________________
30634 [  6474] By: jhi                                   on 2000/08/01  02:36:18
30635         Log: In Digital UNIX warn if gcc explicitly chosen because even
30636              2.95.2 is known to cause problems.
30637      Branch: perl
30638            ! hints/dec_osf.sh
30639 ____________________________________________________________________________
30640 [  6473] By: jhi                                   on 2000/08/01  02:00:56
30641         Log: Make the safety catch for buggy gccs work with triple version
30642              numbers like 2.95.2.  Reported in
30643              
30644              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
30645              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
30646              Date: Mon, 31 Jul 2000 14:55:06 +0200
30647              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
30648      Branch: perl
30649            ! hints/dec_osf.sh
30650 ____________________________________________________________________________
30651 [  6472] By: jhi                                   on 2000/08/01  01:13:33
30652         Log: Subject: fix and question re: waitpid() under win32
30653              From: Brian Clarke <clarke@appliedmeta.com>
30654              Date: Fri, 28 Jul 2000 15:18:29 -0400
30655              Message-ID: <3981DC85.290314EB@appliedmeta.com>
30656              
30657              Slightly reformatted and WNOHANG # define moved to win32.h
30658              so that also POSIX.xs sees it, as suggsted by Sarathy.
30659      Branch: perl
30660            ! win32/win32.c win32/win32.h
30661 ____________________________________________________________________________
30662 [  6471] By: jhi                                   on 2000/08/01  00:55:05
30663         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
30664              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30665              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
30666              Date: Mon, 31 Jul 2000 13:28:51 +0100
30667              
30668              (aka ID 20000730.002)
30669      Branch: perl
30670            ! op.c t/op/tr.t
30671 ____________________________________________________________________________
30672 [  6470] By: jhi                                   on 2000/07/31  23:34:42
30673         Log: Document the problem with -P in HP-UX and its workaround.
30674              
30675              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
30676              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
30677              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
30678              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
30679      Branch: perl
30680            ! README.hpux
30681 ____________________________________________________________________________
30682 [  6469] By: jhi                                   on 2000/07/31  04:15:02
30683         Log: The swallow_bom() saga continues.  The #23 of require.t
30684              (UTF16-LE) still fails (silently, no output) but the #22
30685              (UTF16-BE) seems to be working now.  The root of the
30686              failure may be in sv_gets(): is it UTF-16LE-aware,
30687              especially when it comes to line endings? 
30688      Branch: perl
30689            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
30690            ! t/comp/require.t toke.c utf8.c
30691 ____________________________________________________________________________
30692 [  6468] By: jhi                                   on 2000/07/30  19:05:48
30693         Log: Find green threads before native threads.
30694              
30695              Subject: Re: Patch to jpl/JNI/Makefile.PL
30696              From: Jens Thomsen <jens@fiend.cis.com>
30697              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
30698              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
30699      Branch: perl
30700            ! jpl/JNI/Makefile.PL
30701 ____________________________________________________________________________
30702 [  6467] By: jhi                                   on 2000/07/30  18:36:22
30703         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
30704      Branch: perl
30705            ! doop.c
30706 ____________________________________________________________________________
30707 [  6466] By: jhi                                   on 2000/07/30  04:37:29
30708         Log: A new version of the "remove UPPERACSE string comparison"
30709              operators.  The problem with the previous one (change #6454)
30710              was that it was for Perl 5.6.0.  From Paul Marquess.
30711      Branch: perl
30712            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
30713            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
30714            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
30715 ____________________________________________________________________________
30716 [  6465] By: jhi                                   on 2000/07/29  22:39:56
30717         Log: Do not upgrade SVs into utf8 just because they participate
30718              in eq or cmp.  Reported and fix suggested in
30719              
30720              Subject: [ID 20000720.009] sv_eq UTF8 bug
30721              From: "Simon Cozens" <simon@othersideofthe.earth.li>
30722              Date: 21 Jul 2000 04:37:29 -0000
30723              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
30724              
30725              Exercise for the kind reader: should we or should we not
30726              cache the utf8 conversion alonside the SV? (as magic,
30727              as thestrxfrm()ed version is cached under use locale)
30728              Argue both for and against.
30729      Branch: perl
30730            ! sv.c
30731 ____________________________________________________________________________
30732 [  6464] By: jhi                                   on 2000/07/29  22:36:22
30733         Log: Subject: UTF8 concat
30734              From: simon@brecon.co.uk (Simon Cozens) 
30735              Date: 30 Jun 2000 06:13:25 GMT
30736              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
30737              
30738              (with a memory leak fixed, plus a few casts added)
30739              
30740              This also seems to help for
30741              
30742              Subject: [ID 20000716.015] join UTF8 weirdness
30743              From: root <root@ak-71.mind.de> 
30744              Date: Sat, 15 Jul 2000 15:29:54 +0200
30745              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
30746              
30747              (from Andreas König)
30748      Branch: perl
30749            ! pp_hot.c
30750 ____________________________________________________________________________
30751 [  6463] By: jhi                                   on 2000/07/29  00:55:39
30752         Log: Tune the comments and hopefully stop a memory leak.
30753      Branch: perl
30754            ! toke.c utf8.c
30755 ____________________________________________________________________________
30756 [  6462] By: jhi                                   on 2000/07/29  00:16:53
30757         Log: The problem described in this
30758              
30759              Subject: [ID 20000322.018] named chars aren't magical enough
30760              From: root <root@dixie.cscaper.com>     
30761              Date: Wed, 22 Mar 2000 18:37:42 -0700
30762              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
30763              
30764              has been fixed in perl 5.6.0 but just in case added a test
30765              to keep it away.  (The report from Joseph Hall.)
30766      Branch: perl
30767            ! t/lib/charnames.t
30768 ____________________________________________________________________________
30769 [  6461] By: jhi                                   on 2000/07/28  23:56:36
30770         Log: Tiny fixes for #6460.
30771      Branch: metaconfig/U/perl
30772            ! gccvers.U
30773      Branch: perl
30774            ! Configure config_h.SH
30775 ____________________________________________________________________________
30776 [  6460] By: jhi                                   on 2000/07/28  23:24:41
30777         Log: Warn if the version of the operating system used to compile gcc
30778              differs from the current version of the operating system.
30779              Also display the gcc compilation os and version in myconfig.
30780              Inspiration from
30781              
30782              Subject: Re: [ID 20000710.003] ERRORS!!         
30783              From: "Kurt D. Starsinic" <kstar@chapin.edu>
30784              Date: Mon, 10 Jul 2000 15:54:16 -0400
30785              Message-ID: <20000710155416.A1384@O2.chapin.edu>
30786      Branch: metaconfig/U/perl
30787            ! gccvers.U
30788      Branch: perl
30789            ! Configure config_h.SH myconfig.SH
30790 ____________________________________________________________________________
30791 [  6459] By: jhi                                   on 2000/07/28  22:00:32
30792         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
30793              letter to $Config{osvers}.
30794      Branch: metaconfig
30795            ! U/modified/Oldconfig.U
30796      Branch: perl
30797            ! Configure config_h.SH
30798 ____________________________________________________________________________
30799 [  6458] By: jhi                                   on 2000/07/28  04:15:39
30800         Log: Back out #6454, doesn't seem to work.
30801              (Reason: that patch was for perl 5.6.0, not perl-current)
30802              (A version of the patch for perl-current came in later as #6466)
30803      Branch: perl
30804            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
30805            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
30806            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
30807 ____________________________________________________________________________
30808 [  6457] By: jhi                                   on 2000/07/27  23:31:49
30809         Log: Use setproctitle() if available to modify $0.
30810              
30811              Subject: setting $* on BSD4 broken
30812              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
30813              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
30814              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
30815      Branch: metaconfig
30816            ! U/modified/Myinit.U
30817      Branch: perl
30818            ! Configure config_h.SH mg.c
30819 ____________________________________________________________________________
30820 [  6456] By: jhi                                   on 2000/07/27  14:50:47
30821         Log: Allow "no AutoLoader;", based on change #6444,
30822              suggested by Graham Barr.
30823      Branch: perl
30824            ! lib/AutoLoader.pm
30825 ____________________________________________________________________________
30826 [  6455] By: jhi                                   on 2000/07/27  14:19:10
30827         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
30828              From: rspier@pobox.com (Robert Spier)
30829              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
30830              Message-ID: <14720.15855.787664.424783@rls.cx>
30831      Branch: perl
30832            ! pod/perldiag.pod
30833 ____________________________________________________________________________
30834 [  6454] By: jhi                                   on 2000/07/27  14:03:02
30835         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
30836              for a long time).
30837              
30838              Reported in
30839              
30840              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
30841              From: Ryan Herbert <rherbert@sycamorehq.com>
30842              Date: Mon, 17 Jul 2000 11:40:42 -0400
30843              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
30844              
30845              Patched in
30846              
30847              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
30848              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
30849              Date: Wed, 26 Jul 2000 23:40:18 +0100
30850              Message-ID: <000001bff752$79511880$0a17073e@tiny>
30851              
30852              based on an earlier patch from Stephen P. Potter.
30853              
30854              (Removed later by change #6458 because this patch was for
30855              perl 5.6.0, not perl-current)
30856      Branch: perl
30857            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
30858            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
30859            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
30860 ____________________________________________________________________________
30861 [  6453] By: jhi                                   on 2000/07/27  13:48:02
30862         Log: Subject: [PATCH] fixes bug 20000508.004
30863              From: Michael Stevens <mstevens@globnix.org>
30864              Date: Thu, 27 Jul 2000 13:49:04 +0100
30865              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
30866      Branch: perl
30867            ! pod/perldata.pod
30868 ____________________________________________________________________________
30869 [  6452] By: jhi                                   on 2000/07/26  23:51:26
30870         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
30871              and Craig A. Berry.
30872      Branch: perl
30873            ! lib/File/Temp.pm pod/perlport.pod
30874 ____________________________________________________________________________
30875 [  6451] By: jhi                                   on 2000/07/26  19:43:30
30876         Log: Be wary of close()s, too.
30877              
30878              Subject: Re: [PATCH] perlbug cleanup
30879              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30880              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
30881              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
30882      Branch: perl
30883            ! utils/perlbug.PL
30884 ____________________________________________________________________________
30885 [  6450] By: jhi                                   on 2000/07/26  18:41:40
30886         Log: Subject: Minor doc patch: handy.h
30887              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
30888              Date: Wed, 26 Jul 2000 15:34:25 -0300
30889              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
30890      Branch: perl
30891            ! handy.h pod/perlapi.pod
30892 ____________________________________________________________________________
30893 [  6449] By: jhi                                   on 2000/07/26  18:23:55
30894         Log: Subject: [PATCH] minor doc change - perlguts
30895              From: Michael Stevens <mstevens@globnix.org>
30896              Date: Thu, 13 Jul 2000 12:39:18 +0100
30897              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
30898      Branch: perl
30899            ! pod/perlguts.pod
30900 ____________________________________________________________________________
30901 [  6448] By: jhi                                   on 2000/07/26  18:20:30
30902         Log: open() wariness in perlbug.
30903              
30904              Subject: [PATCH] perlbug cleanup
30905              From: Michael Stevens <mstevens@globnix.org>
30906              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
30907              Date: Thu, 13 Jul 2000 15:52:23 +0100
30908      Branch: perl
30909            ! utils/perlbug.PL
30910 ____________________________________________________________________________
30911 [  6447] By: jhi                                   on 2000/07/26  18:13:04
30912         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
30913      Branch: perl
30914            ! lib/File/Temp.pm t/lib/ftmp-security.t
30915 ____________________________________________________________________________
30916 [  6446] By: jhi                                   on 2000/07/26  18:06:32
30917         Log: docfix from Peter Scott <Peter@PSDT.com>.
30918      Branch: perl
30919            ! pod/perlfunc.pod
30920 ____________________________________________________________________________
30921 [  6445] By: jhi                                   on 2000/07/26  17:53:31
30922         Log: Fix *foo{FORMAT}.
30923              
30924              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30925              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
30926              Date: Wed, 26 Jul 2000 19:51:02 +0200
30927              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
30928              
30929              From: Graham Barr <gbarr@pobox.com>
30930              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
30931              Date: Wed, 26 Jul 2000 17:38:36 +0100
30932              Message-ID: <20000726173836.L472@pobox.com>
30933      Branch: perl
30934            ! pp.c sv.c t/op/gv.t
30935 ____________________________________________________________________________
30936 [  6444] By: jhi                                   on 2000/07/26  17:49:14
30937         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
30938              from Graham Barr in the module list.
30939      Branch: perl
30940            ! gv.c pod/perlobj.pod
30941 ____________________________________________________________________________
30942 [  6443] By: jhi                                   on 2000/07/26  16:06:56
30943         Log: More split() doc and test patches from Mike Guy.
30944      Branch: perl
30945            ! pod/perlfunc.pod t/op/split.t
30946 ____________________________________________________________________________
30947 [  6442] By: jhi                                   on 2000/07/26  16:05:30
30948         Log: MacOS nits from Matthias Neeracher.
30949      Branch: perl
30950            ! perl.c pp_ctl.c
30951 ____________________________________________________________________________
30952 [  6441] By: jhi                                   on 2000/07/26  04:39:57
30953         Log: Subject: [PATCH] split /^/
30954              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30955              Date: Tue, 25 Jul 2000 14:18:57 +0100
30956              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
30957              
30958              (with notes from tchrist and gbarr)
30959      Branch: perl
30960            ! pod/perlfunc.pod t/op/split.t
30961 ____________________________________________________________________________
30962 [  6440] By: jhi                                   on 2000/07/26  04:32:32
30963         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
30964              From: Peter Prymmer <pvhp@forte.com>
30965              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
30966              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
30967      Branch: perl
30968            ! vms/munchconfig.c
30969 ____________________________________________________________________________
30970 [  6439] By: jhi                                   on 2000/07/26  04:31:01
30971         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
30972              to be fatal errors (instead of by default ignoring them, and
30973              ignoring with a bug: even though -w gave an error, the opening [
30974              was left in)  Reported in:
30975              
30976              Subject: [ID 20000716.024] [=cc=] / [:blank:]
30977              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
30978              Date: Sun, 16 Jul 2000 17:55:29 -0700
30979              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
30980      Branch: perl
30981            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
30982 ____________________________________________________________________________
30983 [  6438] By: jhi                                   on 2000/07/25  15:41:15
30984         Log: Subject: [PATCH] av.c apidoc
30985              From: simon@brecon.co.uk (Simon Cozens)
30986              Date: 24 Jul 2000 06:40:52 GMT
30987              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
30988      Branch: perl
30989            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
30990            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
30991 ____________________________________________________________________________
30992 [  6437] By: jhi                                   on 2000/07/25  14:05:36
30993         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
30994              From: "Stephen P. Potter" <spp@ds.net>
30995              Date: Mon, 24 Jul 2000 14:22:23 -0400
30996              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
30997      Branch: perl
30998            ! pod/perllocale.pod
30999 ____________________________________________________________________________
31000 [  6436] By: jhi                                   on 2000/07/25  14:02:03
31001         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
31002              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31003              Date: Mon, 24 Jul 2000 18:04:28 +0100
31004              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
31005      Branch: perl
31006            ! t/lib/syslfs.t t/op/lfs.t
31007 ____________________________________________________________________________
31008 [  6435] By: jhi                                   on 2000/07/25  13:59:28
31009         Log: Get UTF16 BOMs working.  Patch from
31010              
31011              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
31012              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31013              Date: Tue, 25 Jul 2000 12:52:45 +0100
31014              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
31015              
31016              and notes from
31017              
31018              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
31019              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31020              Date: Tue, 25 Jul 2000 11:43:25 +0100
31021              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
31022      Branch: perl
31023            ! t/comp/require.t toke.c utf8.c
31024 ____________________________________________________________________________
31025 [  6434] By: jhi                                   on 2000/07/25  02:39:54
31026         Log: Make the "uninit variable" warning to say "concat or string"
31027              or "join or string" when in concat or join .
31028              
31029              Subject: Re: [ID 20000403.009] uninitialised concatenation???
31030              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31031              Date: Tue, 04 Apr 2000 18:22:58 +0100
31032              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
31033              
31034              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
31035              From: William R Ward <hermit@BayView.COM>
31036              Date: Thu, 30 Mar 2000 19:50:03 -0800
31037              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
31038      Branch: perl
31039            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
31040            ! t/pragma/warn/op t/pragma/warn/sv
31041 ____________________________________________________________________________
31042 [  6433] By: jhi                                   on 2000/07/24  17:52:56
31043         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
31044      Branch: perl
31045            ! lib/File/Spec/VMS.pm
31046 ____________________________________________________________________________
31047 [  6432] By: jhi                                   on 2000/07/24  17:44:44
31048         Log: Test cases for #6431.
31049              
31050              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
31051              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31052              Date: Mon, 24 Jul 2000 15:32:29 +0100
31053              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
31054      Branch: perl
31055            ! t/op/pat.t t/op/split.t
31056 ____________________________________________________________________________
31057 [  6431] By: jhi                                   on 2000/07/24  17:43:17
31058         Log: Bind op fix.
31059              
31060              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
31061              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31062              Date: Mon, 17 Jul 2000 20:04:56 +0100
31063              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
31064      Branch: perl
31065            ! op.c
31066 ____________________________________________________________________________
31067 [  6430] By: jhi                                   on 2000/07/24  03:42:42
31068         Log: Subject: [ID 20000716.023] syslog test fails without sockets
31069              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31070              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
31071              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
31072      Branch: metaconfig/U/perl
31073            ! Extensions.U
31074      Branch: perl
31075            ! Configure config_h.SH
31076 ____________________________________________________________________________
31077 [  6429] By: jhi                                   on 2000/07/24  03:11:52
31078         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
31079              case, but add also notes explaining the relationship of this
31080              patch and the earlier notes by Sarathy.
31081              
31082              Subject: Map is still slow
31083              From: "Ben Tilly" <ben_tilly@hotmail.com>
31084              Date: Sat, 15 Jul 2000 17:23:27 EDT
31085              Message-ID: <20000715212327.21656.qmail@hotmail.com>
31086      Branch: perl
31087            ! pp_ctl.c
31088 ____________________________________________________________________________
31089 [  6428] By: jhi                                   on 2000/07/24  02:58:52
31090         Log: Documentation to explain the behaviour of map().
31091              
31092              Subject: Re: Map is still slow 
31093              From: Gurusamy Sarathy <gsar@ActiveState.com>
31094              Date: Sat, 15 Jul 2000 16:05:09 -0700
31095              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
31096      Branch: perl
31097            ! pp_ctl.c
31098 ____________________________________________________________________________
31099 [  6427] By: jhi                                   on 2000/07/24  02:50:03
31100         Log: Add tests for
31101              [ID 19991110.003] another matching finding by pcre author
31102              which has already been fixed by some patch, as verified in
31103              
31104              Subject: Re: two regex bugs from the mists of time (well, last November)
31105              From: Hugo <hv@crypt.compulink.co.uk>
31106              Date: Sat, 22 Jul 2000 18:12:58 +0100
31107              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
31108      Branch: perl
31109            ! t/op/re_tests
31110 ____________________________________________________________________________
31111 [  6426] By: jhi                                   on 2000/07/24  02:11:20
31112         Log: A missing 'break' after the [[:space:]] switch case.
31113              
31114              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
31115              From: "Stephen P. Potter" <spp@ds.net>
31116              Date: Tue, 18 Jul 2000 16:25:17 -0400
31117              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
31118      Branch: perl
31119            ! regcomp.c
31120 ____________________________________________________________________________
31121 [  6425] By: jhi                                   on 2000/07/24  02:06:12
31122         Log: The output might have been produced in the wrong order.
31123              
31124              Subject: [ID 20000720.003] [PATCH] t/op/write.t
31125              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31126              Date: Thu, 20 Jul 2000 18:49:18 +0100
31127              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
31128      Branch: perl
31129            ! t/op/write.t
31130 ____________________________________________________________________________
31131 [  6424] By: jhi                                   on 2000/07/24  02:00:07
31132         Log: Use STDOUT consistently.
31133              
31134              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
31135              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31136              Date: Thu, 20 Jul 2000 18:04:01 +0100
31137              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
31138      Branch: perl
31139            ! lib/Test/Harness.pm
31140 ____________________________________________________________________________
31141 [  6423] By: jhi                                   on 2000/07/24  01:54:54
31142         Log: Protect against "wild next"s, that is, callbacks doing "next"
31143              instead of "return".
31144              
31145              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
31146              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31147              Date: Tue, 18 Jul 2000 11:30:16 +0100
31148              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
31149      Branch: perl
31150            ! lib/File/Find.pm
31151 ____________________________________________________________________________
31152 [  6422] By: jhi                                   on 2000/07/24  01:35:47
31153         Log: Out-of-date note removed.
31154              
31155              Subject: [PATCH] documentation perlipc
31156              From: rspier@pobox.com (Robert Spier)
31157              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
31158              Message-ID: <14711.35178.572612.502654@rls.cx>
31159      Branch: perl
31160            ! pod/perlipc.pod
31161 ____________________________________________________________________________
31162 [  6421] By: jhi                                   on 2000/07/24  00:09:18
31163         Log: Send all installperl messages to STDERR and be -w clean.
31164              
31165              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
31166              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31167              Date: Sat, 22 Jul 2000 14:02:11 +0100
31168              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
31169      Branch: perl
31170            ! installperl
31171 ____________________________________________________________________________
31172 [  6420] By: jhi                                   on 2000/07/24  00:04:19
31173         Log: Decutandpasto.
31174              
31175              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
31176              From: "Richard Soderberg" <rs@crystalflame.net>
31177              Date: Sun, 23 Jul 2000 01:37:23 -0700
31178              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
31179      Branch: perl
31180            ! pod/perlipc.pod
31181 ____________________________________________________________________________
31182 [  6419] By: jhi                                   on 2000/07/24  00:01:12
31183         Log: A cleaner abs_path().
31184              Subject: Re: unix alternative to Cwd.pm
31185              From: Jeff Pinyan <jeffp@crusoe.net>
31186              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
31187              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
31188      Branch: perl
31189            ! lib/Cwd.pm
31190 ____________________________________________________________________________
31191 [  6418] By: jhi                                   on 2000/07/23  23:48:56
31192         Log: Detypo.
31193              
31194              Subject: [PATCH perl-current] Typo in hints/powerux.sh
31195              From: "Richard Soderberg" <rs@crystalflame.net>
31196              Date: Sun, 23 Jul 2000 01:27:33 -0700
31197              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
31198      Branch: perl
31199            ! hints/powerux.sh
31200 ____________________________________________________________________________
31201 [  6417] By: jhi                                   on 2000/07/17  22:13:31
31202         Log: Subject: SDBM_File documentation
31203              From: mjd@plover.com
31204              Date: 16 Jul 2000 17:41:17 -0000
31205              Message-ID: <20000716174117.18515.qmail@plover.com>
31206      Branch: perl
31207            ! ext/SDBM_File/SDBM_File.pm
31208 ____________________________________________________________________________
31209 [  6416] By: jhi                                   on 2000/07/17  19:13:26
31210         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
31211      Branch: perl
31212            ! hints/mpeix.sh mpeix/relink
31213 ____________________________________________________________________________
31214 [  6415] By: jhi                                   on 2000/07/15  14:11:02
31215         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
31216              the utf8 'characters' can be more than one octet).
31217              
31218              Date: Sat, 15 Jul 2000 00:21:56 +0100
31219              From: Tom Hughes <tom@compton.nu>
31220              Subject: Re: [ID 20000714.002]
31221              Message-ID: <db2334de49.tom@compton.compton.nu>
31222              
31223              Reported in
31224              
31225              Subject: [ID 20000714.002]
31226              From: "Simon Cozens" <simon@othersideofthe.earth.li>
31227              Date: 14 Jul 2000 15:13:09 -0000
31228              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
31229      Branch: perl
31230            ! doop.c
31231 ____________________________________________________________________________
31232 [  6414] By: jhi                                   on 2000/07/15  03:13:41
31233         Log: another VMS build tweak from Peter Prymmer
31234      Branch: perl
31235            ! vms/descrip_mms.template
31236 ____________________________________________________________________________
31237 [  6413] By: jhi                                   on 2000/07/15  03:10:40
31238         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
31239      Branch: perl
31240            ! vms/perlvms.pod
31241 ____________________________________________________________________________
31242 [  6412] By: jhi                                   on 2000/07/15  00:31:05
31243         Log: More docs for sv functions.
31244              
31245              Subject: [PATCH cfgperl] sv.c apidoc
31246              From: simon@brecon.co.uk (Simon Cozens)
31247              Date: 13 Jul 2000 09:00:20 GMT
31248              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
31249              
31250              Subject: Re: [PATCH cfgperl] sv.c apidoc
31251              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31252              Date: Thu, 13 Jul 2000 12:27:41 +0100
31253              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
31254              
31255              Subject: Re: [PATCH cfgperl] sv.c apidoc
31256              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31257              Date: Thu, 13 Jul 2000 13:23:09 +0100
31258              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
31259              
31260              Subject: Re: [PATCH cfgperl] sv.c apidoc
31261              From: simon@brecon.co.uk (Simon Cozens)
31262              Date: 14 Jul 2000 06:51:02 GMT
31263              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
31264      Branch: perl
31265            ! embed.pl pod/perlapi.pod sv.c
31266 ____________________________________________________________________________
31267 [  6411] By: jhi                                   on 2000/07/15  00:10:41
31268         Log: lib/b test fixes from Peter Prymmer.
31269      Branch: perl
31270            ! t/lib/b.t
31271 ____________________________________________________________________________
31272 [  6410] By: jhi                                   on 2000/07/15  00:02:09
31273         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
31274              From: Hugo <hv@crypt.compulink.co.uk>
31275              Date: Fri, 14 Jul 2000 23:05:20 +0100
31276              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
31277              
31278              Didn't anymore apply, but that point still could use another fix.
31279      Branch: perl
31280            ! pod/perlfunc.pod
31281 ____________________________________________________________________________
31282 [  6409] By: jhi                                   on 2000/07/14  23:15:15
31283         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
31284              not in pod, from Peter Prymmer
31285      Branch: perl
31286            ! vms/descrip_mms.template
31287 ____________________________________________________________________________
31288 [  6408] By: jhi                                   on 2000/07/14  20:35:05
31289         Log: The bug report
31290              [ID 19991110.002] minimal matching discrepancy found by pcre author
31291              seems to have been fixed (though differently from what was suggested
31292              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
31293      Branch: perl
31294            ! t/op/re_tests
31295 ____________________________________________________________________________
31296 [  6407] By: jhi                                   on 2000/07/14  17:38:08
31297         Log: Fix AutoSplit to use File::Spec the right way in VMS,
31298              from Peter Prymmer.
31299      Branch: perl
31300            ! lib/AutoSplit.pm
31301 ____________________________________________________________________________
31302 [  6406] By: jhi                                   on 2000/07/14  14:13:22
31303         Log: Merge perlhacktut into perlhack, update perlguts.
31304              
31305              Subject: Re: Perlhacktut
31306              From: simon@brecon.co.uk (Simon Cozens)
31307              Date: 14 Jul 2000 06:49:21 GMT
31308              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
31309              
31310              Subject: Re: Perlhacktut
31311              From: simon@brecon.co.uk (Simon Cozens)
31312              Date: 14 Jul 2000 07:09:45 GMT
31313              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
31314      Branch: perl
31315            ! pod/perlguts.pod pod/perlhack.pod
31316 ____________________________________________________________________________
31317 [  6405] By: jhi                                   on 2000/07/14  14:02:31
31318         Log: Integrate with Sarathy.
31319      Branch: cfgperl
31320           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
31321           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
31322           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
31323 ____________________________________________________________________________
31324 [  6404] By: gsar                                  on 2000/07/14  12:15:02
31325         Log: PERL_OBJECT build tweaks
31326      Branch: perl
31327            ! toke.c
31328 ____________________________________________________________________________
31329 [  6403] By: gsar                                  on 2000/07/14  11:23:41
31330         Log: inconsistent types needs casts
31331      Branch: perl
31332            ! toke.c
31333 ____________________________________________________________________________
31334 [  6402] By: gsar                                  on 2000/07/14  11:12:04
31335         Log: typos in change#6399, regen headers
31336      Branch: perl
31337            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
31338 ____________________________________________________________________________
31339 [  6401] By: gsar                                  on 2000/07/14  10:59:12
31340         Log: typecasts needed for change#6394
31341      Branch: perl
31342            ! toke.c
31343 ____________________________________________________________________________
31344 [  6400] By: gsar                                  on 2000/07/14  10:49:37
31345         Log: integrate cfgperl contents into mainline
31346      Branch: perl
31347           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
31348           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
31349 ____________________________________________________________________________
31350 [  6399] By: gsar                                  on 2000/07/14  10:38:35
31351         Log: enable UTF-16 filter by default if relevant BOM is seen; various
31352              cleanups (typos, misformatted code, and small bugs)
31353      Branch: perl
31354            ! doop.c embed.pl mg.c op.c pp.c toke.c
31355 ____________________________________________________________________________
31356 [  6398] By: gsar                                  on 2000/07/14  08:55:38
31357         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
31358              name suggests anyway)
31359      Branch: perl
31360            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
31361 ____________________________________________________________________________
31362 [  6397] By: gsar                                  on 2000/07/14  08:44:33
31363         Log: move new variables to the end of the interpreter structure (for
31364              bincompat in code that doesn't #include XSUB.h)
31365      Branch: perl
31366            ! intrpvar.h
31367 ____________________________________________________________________________
31368 [  6396] By: gsar                                  on 2000/07/14  08:13:58
31369         Log: MakeMaker should not remove editor backups (*~) on `make clean`
31370              by default (completes change#6383)
31371      Branch: perl
31372            ! lib/ExtUtils/MM_Unix.pm
31373 ____________________________________________________________________________
31374 [  6395] By: jhi                                   on 2000/07/14  05:20:33
31375         Log: Replace change #6337 with a better one.
31376              
31377              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
31378              From: Hugo <hv@crypt.compulink.co.uk>
31379              Date: Fri, 14 Jul 2000 04:16:20 +0100
31380              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
31381      Branch: cfgperl
31382            ! regexec.c t/op/re_tests
31383 ____________________________________________________________________________
31384 [  6394] By: jhi                                   on 2000/07/14  01:33:59
31385         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
31386      Branch: cfgperl
31387            ! embed.pl global.sym proto.h toke.c
31388 ____________________________________________________________________________
31389 [  6393] By: jhi                                   on 2000/07/13  23:41:23
31390         Log: remove discarded test
31391      Branch: cfgperl
31392            ! MANIFEST
31393 ____________________________________________________________________________
31394 [  6392] By: jhi                                   on 2000/07/13  23:32:25
31395         Log: The {multiplier} of a fixed substring was overlooked which
31396              caused a wrong initial search offset for that substring.
31397              
31398              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
31399              From: Hugo <hv@crypt.compulink.co.uk>
31400              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
31401              Date: Thu, 13 Jul 2000 19:27:13 +0100
31402      Branch: cfgperl
31403            ! regcomp.c t/op/re_tests
31404 ____________________________________________________________________________
31405 [  6391] By: jhi                                   on 2000/07/13  16:37:42
31406         Log: typo fix from Craig Berry
31407      Branch: cfgperl
31408            ! vms/subconfigure.com
31409 ____________________________________________________________________________
31410 [  6390] By: jhi                                   on 2000/07/13  13:20:12
31411         Log: Integrate with Sarathy.
31412      Branch: cfgperl
31413            - t/op/method2entersub.t
31414           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
31415           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
31416           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
31417           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
31418 ____________________________________________________________________________
31419 [  6389] By: jhi                                   on 2000/07/13  13:18:48
31420         Log: Detypo from Peter Prymmer, part of #6388.
31421      Branch: cfgperl
31422            ! Configure config_h.SH
31423      Branch: metaconfig
31424            ! U/modified/d_longlong.U
31425 ____________________________________________________________________________
31426 [  6388] By: gsar                                  on 2000/07/13  06:33:40
31427         Log: typos (spotted by Peter Prymmer)
31428      Branch: perl
31429            ! Configure t/lib/english.t
31430 ____________________________________________________________________________
31431 [  6387] By: gsar                                  on 2000/07/13  05:35:28
31432         Log: new selfloader.t in change#6183 doesn't close DATA handles,
31433              and thus fails to clean up tmp files on dosish platforms
31434      Branch: perl
31435            ! t/lib/selfloader.t
31436 ____________________________________________________________________________
31437 [  6386] By: gsar                                  on 2000/07/12  21:42:39
31438         Log: sprintf test tweaks (from Dominic Dunlop)
31439      Branch: perl
31440            ! t/op/sprintf.t
31441 ____________________________________________________________________________
31442 [  6385] By: gsar                                  on 2000/07/12  21:33:46
31443         Log: fix bugs in processing %v-*d and similar format specs (from
31444              Avi Finkel <avi@finkel.org>)
31445      Branch: perl
31446            ! sv.c t/op/sprintf.t
31447 ____________________________________________________________________________
31448 [  6384] By: gsar                                  on 2000/07/12  16:04:19
31449         Log: readd missing perldelta.pod changes from changes#6339,6376
31450      Branch: perl
31451            ! pod/perldelta.pod
31452 ____________________________________________________________________________
31453 [  6383] By: gsar                                  on 2000/07/12  16:00:51
31454         Log: don't clobber *.orig files on *clean targets
31455      Branch: perl
31456            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
31457 ____________________________________________________________________________
31458 [  6382] By: gsar                                  on 2000/07/12  07:59:12
31459         Log: fix broken integrations in cfgperl
31460      Branch: cfgperl
31461           !> Changes pod/perldelta.pod
31462 ____________________________________________________________________________
31463 [  6381] By: gsar                                  on 2000/07/12  07:42:17
31464         Log: integrate cfgperl changes into mainline
31465      Branch: perl
31466            ! Changes
31467           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
31468           !> pod/perlre.pod
31469 ____________________________________________________________________________
31470 [  6380] By: gsar                                  on 2000/07/12  07:31:00
31471         Log: get sprintf.t to adjust properly for 3-digit exponents
31472      Branch: perl
31473            ! t/op/sprintf.t
31474 ____________________________________________________________________________
31475 [  6379] By: gsar                                  on 2000/07/12  06:40:04
31476         Log: change#6174 needs corresponding change in win32/config_h.PL,
31477              which grovels through config_h.SH to find the config.h name
31478      Branch: perl
31479            ! win32/config_h.PL
31480 ____________________________________________________________________________
31481 [  6378] By: jhi                                   on 2000/07/12  05:03:59
31482         Log: Do the cc sanity check both before the hints and
31483              after the cc selction.
31484      Branch: cfgperl
31485            ! Configure config_h.SH
31486      Branch: metaconfig
31487            ! U/modified/Oldconfig.U U/modified/cc.U
31488      Branch: metaconfig/U/perl
31489            + Checkcc.U
31490 ____________________________________________________________________________
31491 [  6377] By: jhi                                   on 2000/07/12  02:49:22
31492         Log: Fix nits noticed by Boston.pm.
31493      Branch: cfgperl
31494            ! pod/perlre.pod
31495 ____________________________________________________________________________
31496 [  6376] By: jhi                                   on 2000/07/11  21:22:13
31497         Log: Configure cosmetics and perldelta.
31498      Branch: cfgperl
31499            ! Configure config_h.SH pod/perldelta.pod
31500      Branch: metaconfig
31501            ! U/modified/cc.U
31502 ____________________________________________________________________________
31503 [  6375] By: gsar                                  on 2000/07/11  21:17:35
31504         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
31505      Branch: perl
31506            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
31507            ! win32/win32sck.c
31508 ____________________________________________________________________________
31509 [  6374] By: gsar                                  on 2000/07/11  20:48:50
31510         Log: tweak for build failure under multiplicity
31511      Branch: perl
31512            ! toke.c
31513 ____________________________________________________________________________
31514 [  6373] By: gsar                                  on 2000/07/11  20:37:23
31515         Log: integrate cfgperl changes#6325..6373 into mainline
31516              (NOTE: today's batch of integrations still untested)
31517      Branch: perl
31518           +> ext/DynaLoader/hints/netbsd.pl
31519            ! Changes
31520           !> (integrate 26 files)
31521 ____________________________________________________________________________
31522 [  6372] By: jhi                                   on 2000/07/11  20:30:36
31523         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
31524              regen perltoc.
31525      Branch: cfgperl
31526            + pod/perlbook.pod
31527            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
31528            ! pod/perltoc.pod
31529 ____________________________________________________________________________
31530 [  6371] By: jhi                                   on 2000/07/11  20:08:56
31531         Log: Minor cleanups on the booklist.
31532      Branch: cfgperl
31533            ! pod/perlfaq2.pod
31534 ____________________________________________________________________________
31535 [  6370] By: jhi                                   on 2000/07/11  19:31:13
31536         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
31537      Branch: cfgperl
31538            ! t/pragma/overload.t
31539 ____________________________________________________________________________
31540 [  6369] By: gsar                                  on 2000/07/11  19:27:48
31541         Log: integrate cfgperl changes#6293..6324 into mainline
31542      Branch: perl
31543           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
31544            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
31545           !> (integrate 30 files)
31546 ____________________________________________________________________________
31547 [  6368] By: gsar                                  on 2000/07/11  19:18:57
31548         Log: skip integrate of problematic change#6292 from cfgperl into mainline
31549      Branch: perl
31550           !> pp_hot.c
31551 ____________________________________________________________________________
31552 [  6367] By: gsar                                  on 2000/07/11  19:17:21
31553         Log: integrate cfgperl changes#6288..6290 into mainline
31554      Branch: perl
31555           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
31556 ____________________________________________________________________________
31557 [  6366] By: gsar                                  on 2000/07/11  19:11:18
31558         Log: integrate cfgperl changes#6268..6282 into mainline
31559      Branch: perl
31560           !> (integrate 30 files)
31561 ____________________________________________________________________________
31562 [  6365] By: gsar                                  on 2000/07/11  18:57:00
31563         Log: delete new accidentally branched file
31564      Branch: perl
31565            - t/op/method2entersub.t
31566 ____________________________________________________________________________
31567 [  6364] By: gsar                                  on 2000/07/11  18:55:13
31568         Log: skip integrate of change#6267 from cfgperl into mainline (the
31569              method call optimization is flawed without additional hints
31570              from user about immutableness of @ISA and no runtime method
31571              definitions)
31572      Branch: perl
31573           +> t/op/method2entersub.t
31574           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
31575           !> perl.h t/op/sprintf.t xsutils.c
31576 ____________________________________________________________________________
31577 [  6363] By: gsar                                  on 2000/07/11  18:49:43
31578         Log: integrate cfgperl changes#6261..6266 into mainline
31579      Branch: perl
31580           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
31581           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
31582           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
31583           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
31584 ____________________________________________________________________________
31585 [  6362] By: gsar                                  on 2000/07/11  18:43:26
31586         Log: integrate cfgperl changes#6252..6260 into mainline
31587      Branch: perl
31588           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
31589           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
31590           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
31591           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
31592 ____________________________________________________________________________
31593 [  6361] By: gsar                                  on 2000/07/11  18:37:12
31594         Log: skip integrate of problematic change#6251 from cfgperl into mainline
31595      Branch: perl
31596           !> lib/Exporter.pm
31597 ____________________________________________________________________________
31598 [  6360] By: gsar                                  on 2000/07/11  18:34:56
31599         Log: integrate cfgperl change#6250 into mainline
31600      Branch: perl
31601           +> t/op/my_stash.t
31602           !> MANIFEST embed.pl proto.h toke.c
31603 ____________________________________________________________________________
31604 [  6359] By: gsar                                  on 2000/07/11  18:21:19
31605         Log: integrate cfgperl changes#6242..6249 into mainline
31606      Branch: perl
31607           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
31608           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
31609           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
31610           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
31611           !> t/lib/peek.t utf8.c
31612 ____________________________________________________________________________
31613 [  6358] By: gsar                                  on 2000/07/11  18:15:45
31614         Log: skip integrate of problematic change#6241 from cfgperl into mainline
31615      Branch: perl
31616           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
31617 ____________________________________________________________________________
31618 [  6357] By: jhi                                   on 2000/07/11  18:15:16
31619         Log: Fix for
31620              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
31621              From: Roderick Schertler <roderick@argon.org> 
31622              Date: Tue, 11 Jul 2000 13:55:05 -0400 
31623              Message-Id: <200007111755.NAA05077@jones.argon.org> 
31624      Branch: cfgperl
31625            ! doio.c
31626 ____________________________________________________________________________
31627 [  6356] By: jhi                                   on 2000/07/11  18:12:51
31628         Log: Typo in #6341.
31629      Branch: cfgperl
31630            ! pp_hot.c
31631 ____________________________________________________________________________
31632 [  6355] By: gsar                                  on 2000/07/11  18:12:10
31633         Log: integrate cfgperl changes#6231..6240 into mainline
31634      Branch: perl
31635           +> pod/perlutil.pod
31636           !> (integrate 35 files)
31637 ____________________________________________________________________________
31638 [  6354] By: jhi                                   on 2000/07/11  18:04:34
31639         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
31640              From: Dominic Dunlop <domo@computer.org> 
31641              Date: Tue, 11 Jul 2000 12:27:33 +0200 
31642              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
31643              
31644              Replaces change #6268.
31645      Branch: cfgperl
31646            ! t/op/sprintf.t
31647 ____________________________________________________________________________
31648 [  6353] By: gsar                                  on 2000/07/11  17:59:51
31649         Log: skip integrate of problematic change#6230 from cfgperl into mainline
31650              (a later version of File::Spec is already in mainline)
31651      Branch: perl
31652           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
31653           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
31654 ____________________________________________________________________________
31655 [  6352] By: gsar                                  on 2000/07/11  17:57:48
31656         Log: integrate cfgperl changes#6224..6229 into mainline
31657      Branch: perl
31658           +> lib/lib.pm.PL
31659            - lib/lib.pm
31660           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
31661           !> lib/English.pm op.c t/lib/english.t
31662 ____________________________________________________________________________
31663 [  6351] By: gsar                                  on 2000/07/11  17:50:10
31664         Log: skip integrate of problematic change#6223 from cfgperl into mainline
31665      Branch: perl
31666           !> doio.c
31667 ____________________________________________________________________________
31668 [  6350] By: gsar                                  on 2000/07/11  17:48:28
31669         Log: integrate cfgperl changes#6220..6222 into mainline
31670      Branch: perl
31671           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
31672           !> toke.c utf8.c win32/win32.h
31673 ____________________________________________________________________________
31674 [  6349] By: gsar                                  on 2000/07/11  17:46:13
31675         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
31676              mainline
31677      Branch: perl
31678           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
31679           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
31680           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
31681 ____________________________________________________________________________
31682 [  6348] By: jhi                                   on 2000/07/11  17:45:49
31683         Log: README.posix-bc podified from Thomas Dorner.
31684      Branch: cfgperl
31685            ! README.posix-bc
31686 ____________________________________________________________________________
31687 [  6347] By: gsar                                  on 2000/07/11  17:42:04
31688         Log: integrate cfgperl change#6217 into mainline
31689      Branch: perl
31690           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
31691           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
31692           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
31693 ____________________________________________________________________________
31694 [  6346] By: gsar                                  on 2000/07/11  17:39:37
31695         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
31696              mainline
31697      Branch: perl
31698           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
31699           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
31700           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
31701           !> perlapi.h pod/perlapi.pod
31702 ____________________________________________________________________________
31703 [  6345] By: gsar                                  on 2000/07/11  17:36:42
31704         Log: integrate cfgperl changes#6207..6210 into mainline
31705      Branch: perl
31706           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
31707           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
31708 ____________________________________________________________________________
31709 [  6344] By: gsar                                  on 2000/07/11  17:31:20
31710         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
31711              mainline
31712      Branch: perl
31713           !> (integrate 40 files)
31714 ____________________________________________________________________________
31715 [  6343] By: gsar                                  on 2000/07/11  17:19:08
31716         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
31717      Branch: perl
31718           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
31719            ! Changes
31720           !> (integrate 34 files)
31721 ____________________________________________________________________________
31722 [  6342] By: jhi                                   on 2000/07/11  16:05:48
31723         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
31724              To: perl5-porters@perl.org
31725              From: Karsten Sperling <spiff@phreax.net>
31726              Date: Mon, 10 Jul 2000 15:12:52 +0200
31727              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
31728      Branch: cfgperl
31729            ! lib/Symbol.pm
31730 ____________________________________________________________________________
31731 [  6341] By: jhi                                   on 2000/07/11  15:59:23
31732         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
31733              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31734              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
31735              Date: Fri, 07 Jul 2000 17:57:16 +0100
31736      Branch: cfgperl
31737            ! pp_hot.c
31738 ____________________________________________________________________________
31739 [  6340] By: jhi                                   on 2000/07/11  15:55:47
31740         Log: Subject: Re: format bug report  [Patch]
31741              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31742              Date: Wed, 05 Jul 2000 13:12:52 +0200
31743              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
31744              
31745              Subject: Re: format bug report  [Patch]
31746              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31747              Date: Wed, 05 Jul 2000 14:10:01 +0200
31748              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
31749      Branch: cfgperl
31750            ! t/op/write.t toke.c
31751 ____________________________________________________________________________
31752 [  6339] By: jhi                                   on 2000/07/11  13:54:09
31753         Log: Be less forgiving about ambiguous and illegal tr ranges.
31754              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
31755              From: Mark-Jason Dominus <mjd@plover.com>
31756              Date: Tue, 04 Jul 2000 10:00:12 -0400
31757              Message-ID: <20000704140012.17772.qmail@plover.com>
31758              
31759              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
31760              From: Mark-Jason Dominus <mjd@plover.com>
31761              Date: Wed, 05 Jul 2000 09:37:36 -0400
31762              Message-ID: <20000705133736.27293.qmail@plover.com>
31763      Branch: cfgperl
31764            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
31765 ____________________________________________________________________________
31766 [  6338] By: jhi                                   on 2000/07/11  13:31:24
31767         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
31768              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31769              Date: Tue, 11 Jul 2000 13:50:51 +0100
31770              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
31771      Branch: cfgperl
31772            ! sv.c
31773 ____________________________________________________________________________
31774 [  6337] By: jhi                                   on 2000/07/11  13:29:14
31775         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
31776              From: Hugo <hv@crypt.compulink.co.uk>
31777              Date: Tue, 11 Jul 2000 12:44:50 +0100
31778              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
31779      Branch: cfgperl
31780            ! regexec.c t/op/re_tests
31781 ____________________________________________________________________________
31782 [  6336] By: jhi                                   on 2000/07/11  13:26:47
31783         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
31784              From: simon@brecon.co.uk (Simon Cozens)
31785              Date: 7 Jul 2000 11:26:09 GMT
31786              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
31787      Branch: cfgperl
31788            ! mg.c
31789 ____________________________________________________________________________
31790 [  6335] By: jhi                                   on 2000/07/11  13:23:37
31791         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
31792              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
31793              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
31794              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
31795      Branch: cfgperl
31796            + ext/DynaLoader/hints/netbsd.pl
31797            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
31798 ____________________________________________________________________________
31799 [  6334] By: jhi                                   on 2000/07/11  13:20:38
31800         Log: Subject: PATCH perlguts.pod: Document D and d magic types
31801              From: mjd@plover.com
31802              Date: 5 Jul 2000 18:01:51 -0000
31803              Message-ID: <20000705180151.29413.qmail@plover.com>
31804      Branch: cfgperl
31805            ! pod/perlguts.pod
31806 ____________________________________________________________________________
31807 [  6333] By: jhi                                   on 2000/07/11  13:15:51
31808         Log: Precedence goof, fix based on
31809              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
31810              From: Hugo <hv@crypt.compulink.co.uk>
31811              Date: Tue, 11 Jul 2000 12:52:38 +0100
31812              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
31813      Branch: cfgperl
31814            ! t/op/taint.t
31815 ____________________________________________________________________________
31816 [  6332] By: jhi                                   on 2000/07/11  12:40:17
31817         Log: Integrate with Sarathy.
31818      Branch: cfgperl
31819           !> win32/win32sck.c
31820 ____________________________________________________________________________
31821 [  6331] By: jhi                                   on 2000/07/10  20:14:16
31822         Log: Sprinkle ldlibpath.
31823      Branch: cfgperl
31824            ! pod/Makefile.SH
31825 ____________________________________________________________________________
31826 [  6330] By: jhi                                   on 2000/07/10  17:54:49
31827         Log: More POSIX.pod tweaks.
31828      Branch: cfgperl
31829            ! ext/POSIX/POSIX.pod
31830 ____________________________________________________________________________
31831 [  6329] By: jhi                                   on 2000/07/10  14:02:12
31832         Log: Reorder perl.pod once more.
31833      Branch: cfgperl
31834            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31835 ____________________________________________________________________________
31836 [  6328] By: gsar                                  on 2000/07/10  07:06:00
31837         Log: accept() leaks memory on windows due to incorrect ordering of
31838              closesocket() and fclose() calls
31839      Branch: perl
31840            ! win32/win32sck.c
31841 ____________________________________________________________________________
31842 [  6327] By: gsar                                  on 2000/07/10  06:49:17
31843         Log: winsock options weren't being set in all threads under ithreads
31844              (caused send()s from second and subsequent threads to fail)
31845      Branch: perl
31846            ! win32/win32sck.c
31847 ____________________________________________________________________________
31848 [  6326] By: jhi                                   on 2000/07/08  02:45:40
31849         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
31850              was cast to an unsigned (32-bit) integer with wild abandon.
31851      Branch: cfgperl
31852            ! ext/Devel/DProf/DProf.xs
31853 ____________________________________________________________________________
31854 [  6325] By: jhi                                   on 2000/07/07  18:50:33
31855         Log: Remove perlbook, update perlfaq book listing,
31856              rearrange perl.pod, regenerate perltoc.
31857      Branch: cfgperl
31858            - pod/perlbook.pod
31859            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
31860            ! pod/perlfaq2.pod pod/perltoc.pod
31861 ____________________________________________________________________________
31862 [  6324] By: jhi                                   on 2000/07/07  14:03:40
31863         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
31864      Branch: cfgperl
31865            ! sv.h toke.c
31866 ____________________________________________________________________________
31867 [  6323] By: jhi                                   on 2000/07/06  16:03:55
31868         Log: Fix complaints of buildtoc.
31869      Branch: cfgperl
31870            + lib/Win32.pod
31871            - pod/Win32.pod
31872            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31873 ____________________________________________________________________________
31874 [  6322] By: jhi                                   on 2000/07/06  15:15:52
31875         Log: Add =head1 NAMEs so that buildtoc is happy.
31876              (The CGI::Util nit reported to Lincoln.)
31877      Branch: cfgperl
31878            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
31879            ! pod/perltoc.pod
31880 ____________________________________________________________________________
31881 [  6321] By: jhi                                   on 2000/07/06  03:16:04
31882         Log: Config is being used.
31883      Branch: cfgperl
31884            ! t/op/method.t
31885 ____________________________________________________________________________
31886 [  6320] By: jhi                                   on 2000/07/06  03:13:13
31887         Log: Integrate with Sarathy.
31888      Branch: cfgperl
31889           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
31890 ____________________________________________________________________________
31891 [  6319] By: jhi                                   on 2000/07/06  03:11:46
31892         Log: Autogenerate pod/Makefile and pod/buildtoc.
31893              buildtoc also checks whether the existin pods are
31894              mentioned in MANIFEST and perl.pod, and vice versa.
31895              (None of the thusly found discrepancies fixed yet.)
31896              roffitall also needs to be autogenerated similarly but it
31897              seems so badly out of date that I didn't touch it yet.
31898      Branch: cfgperl
31899            + pod/Makefile.SH pod/buildtoc.PL
31900            - pod/Makefile pod/buildtoc
31901            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
31902 ____________________________________________________________________________
31903 [  6318] By: gsar                                  on 2000/07/05  22:10:54
31904         Log: fix UNC path handling on Windows under ithreads, and chdir()
31905              return value when given a non-existent directory
31906      Branch: perl
31907            ! win32/vdir.h
31908 ____________________________________________________________________________
31909 [  6317] By: gsar                                  on 2000/07/05  22:08:19
31910         Log: winsock cleanup never done on Windows (leads to handle leaks)
31911      Branch: perl
31912            ! win32/perllib.c win32/win32sck.c
31913 ____________________________________________________________________________
31914 [  6316] By: gsar                                  on 2000/07/05  22:06:19
31915         Log: some debugger output does not go to the socket when RemotePort is set
31916      Branch: perl
31917            ! lib/perl5db.pl
31918 ____________________________________________________________________________
31919 [  6315] By: jhi                                   on 2000/07/05  00:25:21
31920         Log: Integrate with Sarathy, preliminary fix for unicos
31921              alignment problems in [ID 20000612.002] Perl problem on Cray system.
31922      Branch: cfgperl
31923            ! sv.h
31924           !> pp_hot.c
31925 ____________________________________________________________________________
31926 [  6314] By: gsar                                  on 2000/07/04  23:34:02
31927         Log: tyop in change#6306
31928      Branch: perl
31929            ! pp_hot.c
31930 ____________________________________________________________________________
31931 [  6313] By: jhi                                   on 2000/07/04  22:14:38
31932         Log: Multiline string literals ENONPORTABLE.
31933      Branch: cfgperl
31934            ! pp_hot.c
31935 ____________________________________________________________________________
31936 [  6312] By: jhi                                   on 2000/07/04  20:34:44
31937         Log: Integrate with Sarathy.
31938      Branch: cfgperl
31939           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
31940           !> t/op/method.t
31941 ____________________________________________________________________________
31942 [  6311] By: jhi                                   on 2000/07/04  20:30:56
31943         Log: More POSIX.pod embellishment.
31944      Branch: cfgperl
31945            ! ext/POSIX/POSIX.pod
31946 ____________________________________________________________________________
31947 [  6310] By: gsar                                  on 2000/07/04  17:28:48
31948         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
31949      Branch: perl
31950            ! t/lib/b.t
31951 ____________________________________________________________________________
31952 [  6309] By: jhi                                   on 2000/07/04  17:22:18
31953         Log: The #6308 required a little bit more.
31954      Branch: cfgperl
31955            ! Makefile.SH win32/Makefile
31956 ____________________________________________________________________________
31957 [  6308] By: jhi                                   on 2000/07/04  16:35:24
31958         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
31959      Branch: cfgperl
31960            + lib/lib_pm.PL
31961            - lib/lib.pm.PL
31962            ! MANIFEST Makefile.SH
31963 ____________________________________________________________________________
31964 [  6307] By: jhi                                   on 2000/07/04  16:28:58
31965         Log: Win32 patches for cfgperl from Sarathy.
31966      Branch: cfgperl
31967            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
31968            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
31969            ! thread.h toke.c util.c win32/Makefile win32/win32.c
31970 ____________________________________________________________________________
31971 [  6306] By: gsar                                  on 2000/07/04  16:28:40
31972         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
31973              (from Richard Soderberg <rs@oregonnet.com>)
31974      Branch: perl
31975            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
31976 ____________________________________________________________________________
31977 [  6305] By: jhi                                   on 2000/07/04  16:24:24
31978         Log: Integrate with Sarathy.
31979      Branch: cfgperl
31980           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
31981           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
31982           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
31983           !> proto.h win32/win32.c
31984 ____________________________________________________________________________
31985 [  6304] By: gsar                                  on 2000/07/04  16:17:24
31986         Log: missing perldiag entry for unpack("w",...) diagnostic (from
31987              Andreas Koenig)
31988      Branch: perl
31989            ! pod/perldiag.pod
31990 ____________________________________________________________________________
31991 [  6303] By: gsar                                  on 2000/07/04  16:14:44
31992         Log: remove rel2abs prototypes (from Barrie Slaymaker)
31993      Branch: perl
31994            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
31995            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
31996 ____________________________________________________________________________
31997 [  6302] By: gsar                                  on 2000/07/04  04:59:35
31998         Log: adjust change#6299
31999      Branch: perl
32000            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
32001            ! win32/win32.c
32002 ____________________________________________________________________________
32003 [  6301] By: jhi                                   on 2000/07/04  04:50:07
32004         Log: Integrate with Sarathy.
32005      Branch: cfgperl
32006           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
32007           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
32008           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
32009 ____________________________________________________________________________
32010 [  6300] By: gsar                                  on 2000/07/04  04:42:09
32011         Log: PERL_OBJECT build tweak
32012      Branch: perl
32013            ! perl.h
32014 ____________________________________________________________________________
32015 [  6299] By: gsar                                  on 2000/07/04  04:37:00
32016         Log: fix memory leak on Windows (PL_sys_intern contents were never
32017              freed)
32018      Branch: perl
32019            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
32020            ! perlapi.c proto.h win32/win32.c
32021 ____________________________________________________________________________
32022 [  6298] By: gsar                                  on 2000/07/04  04:15:59
32023         Log: fix large memory leak that has been around for ever, masked by
32024              -DPURIFY (most of the arenas were never freed!)
32025      Branch: perl
32026            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
32027 ____________________________________________________________________________
32028 [  6297] By: gsar                                  on 2000/07/04  04:07:46
32029         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
32030      Branch: perl
32031            ! perl.c
32032 ____________________________________________________________________________
32033 [  6296] By: jhi                                   on 2000/06/30  18:28:37
32034         Log: Elaborate POSIX.pod.  Still needs work.
32035      Branch: cfgperl
32036            ! ext/POSIX/POSIX.pod
32037 ____________________________________________________________________________
32038 [  6295] By: jhi                                   on 2000/06/30  14:58:18
32039         Log: Point to perlipc for more SysV IPC examples.
32040      Branch: cfgperl
32041            ! pod/perlfunc.pod
32042 ____________________________________________________________________________
32043 [  6294] By: gsar                                  on 2000/06/30  14:47:45
32044         Log: slurp mode fix in change#4736 still not quite right
32045      Branch: perl
32046            ! pp_hot.c t/io/argv.t
32047 ____________________________________________________________________________
32048 [  6293] By: jhi                                   on 2000/06/30  12:02:55
32049         Log: Integrate with Sarathy.
32050      Branch: cfgperl
32051           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
32052 ____________________________________________________________________________
32053 [  6292] By: jhi                                   on 2000/06/30  12:01:11
32054         Log: From: simon@brecon.co.uk (Simon Cozens)
32055              Subject: UTF8 concat
32056              Date: 30 Jun 2000 06:13:25 GMT
32057              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
32058      Branch: cfgperl
32059            ! pp_hot.c
32060 ____________________________________________________________________________
32061 [  6291] By: gsar                                  on 2000/06/30  04:37:33
32062         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
32063              when @_ is modified, causing coredumps
32064      Branch: perl
32065            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
32066 ____________________________________________________________________________
32067 [  6290] By: jhi                                   on 2000/06/30  02:21:44
32068         Log: Integrate with Sarathy.
32069      Branch: cfgperl
32070           !> vms/vms.c vms/vmsish.h
32071 ____________________________________________________________________________
32072 [  6289] By: jhi                                   on 2000/06/30  02:21:02
32073         Log: Check VERSIONs.
32074      Branch: cfgperl
32075            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
32076            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
32077            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
32078 ____________________________________________________________________________
32079 [  6288] By: jhi                                   on 2000/06/30  02:18:52
32080         Log: Integrate with Sarathy.
32081      Branch: cfgperl
32082           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
32083           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
32084           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
32085           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
32086 ____________________________________________________________________________
32087 [  6287] By: gsar                                  on 2000/06/30  02:17:08
32088         Log: integrate vmsperl changes into mainline
32089      Branch: perl
32090           !> vms/vms.c vms/vmsish.h
32091 ____________________________________________________________________________
32092 [  6285] By: gsar                                  on 2000/06/30  02:05:28
32093         Log: localize %INC in a Safe compartment so that use/require work
32094              (many other magic globals probably need similar treatment)
32095      Branch: perl
32096            ! ext/Opcode/Opcode.xs
32097 ____________________________________________________________________________
32098 [  6284] By: gsar                                  on 2000/06/30  01:54:54
32099         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
32100              about Windows
32101      Branch: perl
32102            ! pod/perlembed.pod
32103 ____________________________________________________________________________
32104 [  6283] By: jhi                                   on 2000/06/30  01:50:10
32105         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
32106              From: Barrie Slaymaker <barries@jester.slaysys.com>
32107              Date: Wed, 28 Jun 2000 11:35:29 -0400
32108              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
32109      Branch: perl
32110            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
32111            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
32112            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
32113            ! lib/File/Spec/Win32.pm
32114 ____________________________________________________________________________
32115 [  6282] By: jhi                                   on 2000/06/29  22:57:22
32116         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
32117              From: Dan Sugalski <dan@sidhe.org>
32118              Date: Tue, 06 Jun 2000 11:59:50 -0400
32119              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
32120      Branch: cfgperl
32121            ! vms/vms.c
32122 ____________________________________________________________________________
32123 [  6281] By: jhi                                   on 2000/06/29  22:52:50
32124         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
32125              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
32126              Date: Wed, 7 Jun 2000 04:02:04 -0500
32127              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
32128      Branch: cfgperl
32129            ! utils/h2xs.PL
32130 ____________________________________________________________________________
32131 [  6280] By: jhi                                   on 2000/06/29  22:45:47
32132         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
32133              From: rspier@pobox.com (Robert Spier)
32134              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
32135              Message-ID: <14654.31913.845602.610277@rls.cx>
32136      Branch: cfgperl
32137            ! utils/h2xs.PL
32138 ____________________________________________________________________________
32139 [  6279] By: jhi                                   on 2000/06/29  22:38:16
32140         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
32141              From: Tim Ayers <tayers@bridge.com>
32142              Date: Thu, 08 Jun 2000 08:11:06 +0200
32143              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
32144              [resent by Richard Foley, Message-Id probably wrong]
32145      Branch: cfgperl
32146            ! pod/perlsub.pod
32147 ____________________________________________________________________________
32148 [  6278] By: jhi                                   on 2000/06/29  22:21:45
32149         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
32150              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
32151              Date: Fri, 09 Jun 2000 12:39:27 -0400
32152              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
32153              (plus update the version "number" of Text::Wrap)
32154      Branch: cfgperl
32155            ! lib/Text/Wrap.pm
32156 ____________________________________________________________________________
32157 [  6277] By: jhi                                   on 2000/06/29  22:13:10
32158         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
32159              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32160              Date: Mon, 12 Jun 2000 14:55:59 +0100
32161              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
32162      Branch: cfgperl
32163            ! pod/perlfunc.pod
32164 ____________________________________________________________________________
32165 [  6276] By: jhi                                   on 2000/06/29  22:11:06
32166         Log: Subject: [PATCH] Re: eval documentation: context
32167              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32168              Date: Mon, 12 Jun 2000 15:07:29 +0100
32169              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
32170      Branch: cfgperl
32171            ! pod/perlfunc.pod
32172 ____________________________________________________________________________
32173 [  6275] By: jhi                                   on 2000/06/29  21:59:46
32174         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
32175              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
32176              Date: Tue, 13 Jun 2000 02:43:48 -0500
32177              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
32178      Branch: cfgperl
32179            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
32180 ____________________________________________________________________________
32181 [  6274] By: jhi                                   on 2000/06/29  21:56:14
32182         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
32183              From: Andy Dougherty <doughera@lafayette.edu>
32184              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
32185              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
32186      Branch: cfgperl
32187            ! ext/File/Glob/Glob.pm
32188 ____________________________________________________________________________
32189 [  6273] By: jhi                                   on 2000/06/29  21:49:09
32190         Log: Subject: [PATCH] xsub attributes
32191              From: Doug MacEachern <dougm@covalent.net>
32192              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
32193              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
32194      Branch: cfgperl
32195            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
32196            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
32197 ____________________________________________________________________________
32198 [  6272] By: jhi                                   on 2000/06/29  21:41:28
32199         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
32200              From: Tom Phoenix <rootbeer@redcat.com>
32201              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
32202              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
32203      Branch: cfgperl
32204            ! lib/Net/Ping.pm
32205 ____________________________________________________________________________
32206 [  6271] By: jhi                                   on 2000/06/29  21:36:55
32207         Log: Subject: PATCH pod/perltie.pod
32208              From: Ian Phillipps <Ian.Phillipps@iname.com>
32209              Date: Fri, 16 Jun 2000 00:17:19 +0100
32210              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
32211              (only the first hunk, the second hunk had already been done
32212              by some other patch)
32213      Branch: cfgperl
32214            ! pod/perltie.pod
32215 ____________________________________________________________________________
32216 [  6270] By: jhi                                   on 2000/06/29  21:24:51
32217         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
32218              From: Nicholas Clark <nick@talking.bollo.cx>
32219              Date: Fri, 23 Jun 2000 16:21:15 +0100
32220              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
32221      Branch: cfgperl
32222            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
32223            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
32224 ____________________________________________________________________________
32225 [  6269] By: jhi                                   on 2000/06/29  19:38:15
32226         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
32227              silence few compiler warnings.
32228      Branch: cfgperl
32229            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
32230 ____________________________________________________________________________
32231 [  6268] By: jhi                                   on 2000/06/29  18:21:50
32232         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
32233              From: Dominic Dunlop <domo@computer.org> 
32234              Date: Thu, 29 Jun 2000 12:32:39 +0200 
32235              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
32236      Branch: cfgperl
32237            ! t/op/sprintf.t
32238 ____________________________________________________________________________
32239 [  6267] By: jhi                                   on 2000/06/29  18:16:07
32240         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
32241              From: Doug MacEachern <dougm@covalent.net>
32242              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
32243              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
32244      Branch: cfgperl
32245            + t/op/method2entersub.t
32246            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
32247            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
32248            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
32249            ! xsutils.c
32250 ____________________________________________________________________________
32251 [  6266] By: jhi                                   on 2000/06/29  15:11:15
32252         Log: Subject: [PATCH 5.6.0] cygwin port
32253              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
32254              From: "Fifer, Eric" <EFifer@sanwaint.com>
32255              Date: Thu, 29 Jun 2000 12:58:29 +0100
32256      Branch: cfgperl
32257            ! cygwin/Makefile.SHs
32258 ____________________________________________________________________________
32259 [  6265] By: jhi                                   on 2000/06/29  15:04:05
32260         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
32261              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32262              Date: Wed, 28 Jun 2000 17:50:12 -0700
32263              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
32264      Branch: cfgperl
32265            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
32266 ____________________________________________________________________________
32267 [  6264] By: jhi                                   on 2000/06/29  15:00:57
32268         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
32269              From: Marty Lucich <marty@netcom.com>
32270              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
32271              Message-Id: <200006282116.OAA11148@netcom.com>
32272              ccdlflags update (the BSD/OS 4.1 part had already been taken
32273              care of by #6141).
32274      Branch: cfgperl
32275            ! hints/bsdos.sh
32276 ____________________________________________________________________________
32277 [  6263] By: jhi                                   on 2000/06/29  13:47:44
32278         Log: tr fixes from Simon Cozens
32279      Branch: cfgperl
32280            ! doop.c
32281 ____________________________________________________________________________
32282 [  6262] By: jhi                                   on 2000/06/28  18:46:01
32283         Log: Subject: 5.6.0 Patch for EPOC
32284              From: Olaf Flebbe <o.flebbe@gmx.de>
32285              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
32286              Message-ID: <23449.960929969@www11.gmx.net>
32287      Branch: cfgperl
32288            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
32289            ! epoc/epocish.h
32290 ____________________________________________________________________________
32291 [  6261] By: jhi                                   on 2000/06/28  18:29:07
32292         Log: Subject: Re: [PATCH cfgperl] BOMs away!
32293              From: simon@brecon.co.uk (Simon Cozens)
32294              Date: 17 Jun 2000 11:49:57 GMT
32295              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
32296      Branch: cfgperl
32297            ! pod/perldiag.pod t/comp/require.t toke.c
32298 ____________________________________________________________________________
32299 [  6260] By: jhi                                   on 2000/06/28  17:47:16
32300         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
32301              From: simon@brecon.co.uk (Simon Cozens) 
32302              Date: 17 Jun 2000 11:56:44 GMT 
32303              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
32304              pack U0, pack C0
32305      Branch: cfgperl
32306            ! pod/perlfunc.pod pp.c t/op/pack.t
32307 ____________________________________________________________________________
32308 [  6259] By: jhi                                   on 2000/06/28  16:43:17
32309         Log: perlnewmod was missing from MANIFEST.
32310      Branch: cfgperl
32311            ! MANIFEST
32312 ____________________________________________________________________________
32313 [  6258] By: jhi                                   on 2000/06/28  15:54:30
32314         Log: linenumber tweak
32315      Branch: cfgperl
32316            ! t/pragma/warn/regcomp
32317 ____________________________________________________________________________
32318 [  6257] By: jhi                                   on 2000/06/28  15:50:44
32319         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
32320              From: Doug MacEachern <dougm@covalent.net>
32321              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
32322              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
32323              (one part of the patch had been applied earlier)
32324      Branch: cfgperl
32325            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
32326 ____________________________________________________________________________
32327 [  6256] By: jhi                                   on 2000/06/28  15:40:22
32328         Log: tweaks from Simon Cozens to further fix tr/// under utf8
32329      Branch: cfgperl
32330            ! doop.c
32331 ____________________________________________________________________________
32332 [  6255] By: jhi                                   on 2000/06/28  15:33:45
32333         Log: small thinko tweaks
32334      Branch: cfgperl
32335            ! lib/IPC/Open3.pm t/op/my_stash.t
32336 ____________________________________________________________________________
32337 [  6254] By: jhi                                   on 2000/06/28  15:33:25
32338         Log: Subject: tr///, help wanted.
32339              From: simon@brecon.co.uk (Simon Cozens)
32340              Date: 28 Jun 2000 11:29:04 GMT
32341              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
32342      Branch: cfgperl
32343            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
32344            ! pp_proto.h proto.h t/op/tr.t
32345 ____________________________________________________________________________
32346 [  6253] By: jhi                                   on 2000/06/28  15:09:17
32347         Log: Paranoia tweak on #6249.
32348              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
32349              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
32350              Date: Sun, 25 Jun 2000 23:43:12 -0400
32351              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
32352      Branch: cfgperl
32353            ! lib/IPC/Open3.pm
32354 ____________________________________________________________________________
32355 [  6252] By: jhi                                   on 2000/06/28  15:01:38
32356         Log: Document #6249 and #6251.
32357      Branch: cfgperl
32358            ! lib/Exporter.pm lib/IPC/Open3.pm
32359 ____________________________________________________________________________
32360 [  6251] By: jhi                                   on 2000/06/28  14:50:43
32361         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
32362              From: Doug MacEachern <dougm@covalent.net>
32363              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
32364              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
32365      Branch: cfgperl
32366            ! lib/Exporter.pm
32367 ____________________________________________________________________________
32368 [  6250] By: jhi                                   on 2000/06/28  14:45:23
32369         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
32370              From: Doug MacEachern <dougm@covalent.net>
32371              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
32372              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
32373      Branch: cfgperl
32374            + t/op/my_stash.t
32375            ! MANIFEST embed.pl global.sym proto.h toke.c
32376 ____________________________________________________________________________
32377 [  6249] By: jhi                                   on 2000/06/28  14:36:34
32378         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
32379              From: Frank Tobin <ftobin@uiuc.edu>
32380              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
32381              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
32382      Branch: cfgperl
32383            ! lib/IPC/Open3.pm
32384 ____________________________________________________________________________
32385 [  6248] By: jhi                                   on 2000/06/28  14:11:25
32386         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
32387              From: Mark-Jason Dominus <mjd@plover.com>
32388              Date: Tue, 27 Jun 2000 22:36:42 -0400
32389              Message-ID: <20000628023642.12166.qmail@plover.com>
32390      Branch: cfgperl
32391            ! pod/perlfunc.pod
32392 ____________________________________________________________________________
32393 [  6247] By: jhi                                   on 2000/06/27  12:46:37
32394         Log: Tweak $VERSION, patch from Doug MacEachern.
32395      Branch: cfgperl
32396            ! lib/File/Spec.pm
32397 ____________________________________________________________________________
32398 [  6246] By: jhi                                   on 2000/06/27  03:34:46
32399         Log: Allow for standalone testing.
32400      Branch: cfgperl
32401            ! t/lib/filefunc.t t/lib/filespec.t
32402 ____________________________________________________________________________
32403 [  6245] By: jhi                                   on 2000/06/27  02:50:02
32404         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
32405              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
32406              Date: Sat, 24 Jun 2000 13:06:20 +0100
32407              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
32408      Branch: cfgperl
32409            ! ext/DynaLoader/DynaLoader_pm.PL
32410 ____________________________________________________________________________
32411 [  6244] By: jhi                                   on 2000/06/27  02:46:10
32412         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
32413              From: Doug MacEachern <dougm@covalent.net>
32414              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
32415              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
32416      Branch: cfgperl
32417            ! gv.c sv.c t/lib/peek.t
32418 ____________________________________________________________________________
32419 [  6243] By: jhi                                   on 2000/06/27  02:38:07
32420         Log: Subject: [PATCH] is_utf8_string
32421              From: simon@brecon.co.uk (Simon Cozens)
32422              Date: 26 Jun 2000 02:25:59 GMT
32423              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
32424      Branch: cfgperl
32425            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
32426            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
32427            ! proto.h utf8.c
32428 ____________________________________________________________________________
32429 [  6242] By: jhi                                   on 2000/06/27  02:24:00
32430         Log: Subject: [PATCH] bytes<->utf8 fixes
32431              From: simon@brecon.co.uk (Simon Cozens)
32432              Date: 26 Jun 2000 04:55:45 GMT
32433              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
32434      Branch: cfgperl
32435            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
32436 ____________________________________________________________________________
32437 [  6241] By: jhi                                   on 2000/06/27  02:12:42
32438         Log: Do no -warn on \_, only on \alpha.
32439              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
32440              From: David Dyck <dcd@tc.fluke.com>
32441              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
32442              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
32443      Branch: cfgperl
32444            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
32445 ____________________________________________________________________________
32446 [  6240] By: jhi                                   on 2000/06/27  02:00:01
32447         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
32448              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
32449              Date: Mon, 26 Jun 2000 18:40:14 +0100
32450              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
32451      Branch: cfgperl
32452            ! utils/h2xs.PL
32453 ____________________________________________________________________________
32454 [  6239] By: jhi                                   on 2000/06/27  01:53:40
32455         Log: Configure maintenance.  Sever some dependency cycles,
32456              separate gccversion from the cc unit,
32457              address [ID 20000623.006] Configure script patch for using gcc on AIX
32458              (but solve it a little bit differently),
32459              unduplex some accidentally duplicated units,
32460              suggest using gcc if no cc available
32461              (p5p thread: "Solaris configure: counterproposal", 1999-09)
32462      Branch: cfgperl
32463            ! Configure Todo-5.6 config_h.SH
32464      Branch: metaconfig
32465            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
32466            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
32467      Branch: metaconfig/U/perl
32468            + gccvers.U
32469            ! d_getespwnam.U d_getprpwnam.U i_prot.U
32470 ____________________________________________________________________________
32471 [  6238] By: jhi                                   on 2000/06/25  18:04:56
32472         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
32473              From: Dan Sugalski <dan@sidhe.org>
32474              Date: Fri, 23 Jun 2000 17:00:00 -0400
32475              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
32476      Branch: cfgperl
32477            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
32478 ____________________________________________________________________________
32479 [  6237] By: jhi                                   on 2000/06/25  16:36:45
32480         Log: Tweak embed.pl, regen headers.
32481      Branch: cfgperl
32482            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
32483            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
32484            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
32485            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
32486            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
32487 ____________________________________________________________________________
32488 [  6236] By: jhi                                   on 2000/06/25  15:26:42
32489         Log: Regen headers.
32490      Branch: cfgperl
32491            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
32492            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
32493            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
32494            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
32495            ! regnodes.h warnings.h
32496 ____________________________________________________________________________
32497 [  6235] By: jhi                                   on 2000/06/23  19:39:35
32498         Log: The thread begun by
32499              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
32500              From: Kevin.Ruscoe@ubsw.com
32501              Date: Fri, 16 Jun 2000 16:38:51 +0100
32502              Message-Id: <H000019b03c300d6@MHS>
32503      Branch: cfgperl
32504            ! hints/solaris_2.sh
32505 ____________________________________________________________________________
32506 [  6234] By: jhi                                   on 2000/06/23  19:23:36
32507         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
32508              because when run as services (Win32ese for daemons)
32509              no environment variables are set and tmpdir ends up as /tmp,
32510              which is ambiguous.
32511              
32512              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
32513              From: matt@sergeant.org
32514              Date: 16 Jun 2000 16:30:43 -0000
32515              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
32516      Branch: cfgperl
32517            ! lib/File/Spec/Win32.pm
32518 ____________________________________________________________________________
32519 [  6233] By: jhi                                   on 2000/06/23  19:18:58
32520         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
32521              From: Mark-Jason Dominus <mjd@plover.com>
32522              Date: Fri, 16 Jun 2000 20:53:04 -0400
32523              Message-ID: <20000617005304.8008.qmail@plover.com>
32524      Branch: cfgperl
32525            ! op.h
32526 ____________________________________________________________________________
32527 [  6232] By: jhi                                   on 2000/06/23  16:10:02
32528         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
32529              From: simon@brecon.co.uk (Simon Cozens)
32530              Date: 19 Jun 2000 15:18:27 GMT
32531              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
32532              
32533              plus update pod/Makefile and regenerate perltoc
32534      Branch: cfgperl
32535            + pod/perlutil.pod
32536            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
32537 ____________________________________________________________________________
32538 [  6231] By: jhi                                   on 2000/06/23  15:19:18
32539         Log: Subject: [PATCH 5.6.0] cygwin port
32540              From: "Fifer, Eric" <EFifer@sanwaint.com>
32541              Date: Tue, 20 Jun 2000 14:30:58 +0100
32542              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
32543      Branch: cfgperl
32544            ! README.cygwin lib/File/Find.pm
32545 ____________________________________________________________________________
32546 [  6230] By: jhi                                   on 2000/06/23  14:25:21
32547         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
32548      Branch: cfgperl
32549            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
32550            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
32551            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
32552            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
32553 ____________________________________________________________________________
32554 [  6229] By: jhi                                   on 2000/06/23  14:13:34
32555         Log: Subject: README.hpux version 0.6.1
32556              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
32557              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
32558              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
32559      Branch: cfgperl
32560            ! README.hpux
32561 ____________________________________________________________________________
32562 [  6228] By: jhi                                   on 2000/06/23  14:07:20
32563         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
32564              From: Doug MacEachern <dougm@covalent.net>
32565              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
32566              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
32567      Branch: cfgperl
32568            ! op.c
32569 ____________________________________________________________________________
32570 [  6227] By: jhi                                   on 2000/06/23  14:01:06
32571         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
32572              From: Doug MacEachern <dougm@covalent.net>
32573              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
32574              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
32575      Branch: cfgperl
32576            + lib/lib.pm.PL
32577            - lib/lib.pm
32578            ! MANIFEST Makefile.SH
32579 ____________________________________________________________________________
32580 [  6226] By: jhi                                   on 2000/06/23  13:53:07
32581         Log: Subject: [PATCH] remove forward declarations in Socket.pm
32582              From: Doug MacEachern <dougm@covalent.net>
32583              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
32584              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
32585              
32586              From: Doug MacEachern <dougm@covalent.net>
32587              Subject: Re: [PATCH] remove forward declarations in Socket.pm
32588              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
32589              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
32590      Branch: cfgperl
32591            ! ext/Socket/Socket.pm op.c
32592 ____________________________________________________________________________
32593 [  6225] By: jhi                                   on 2000/06/23  13:41:52
32594         Log: Add source code filenames to apidoc.
32595              From: simon@brecon.co.uk (Simon Cozens)
32596              Subject: [PATCH embed.pl] Source X-ref
32597              Date: 22 Jun 2000 02:18:49 GMT
32598              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
32599      Branch: cfgperl
32600            ! embed.pl
32601 ____________________________________________________________________________
32602 [  6224] By: jhi                                   on 2000/06/23  13:32:33
32603         Log: A way to avoid English.pm performance hit.
32604              From: root <root@jester.slaysys.com>
32605              Subject: [YAPATCH English.pm] My turn to putt again
32606              Date: Thu, 22 Jun 2000 20:33:58 -0400
32607              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
32608      Branch: cfgperl
32609            ! lib/English.pm t/lib/english.t
32610 ____________________________________________________________________________
32611 [  6223] By: jhi                                   on 2000/06/23  13:27:06
32612         Log: Avoid double close().
32613              Subject: [PATCH] avoid double close()
32614              From: Doug MacEachern <dougm@covalent.net>
32615              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
32616              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
32617      Branch: cfgperl
32618            ! doio.c
32619 ____________________________________________________________________________
32620 [  6222] By: jhi                                   on 2000/06/23  13:25:54
32621         Log: doc typo fix
32622              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
32623              From: Ian Phillipps <Ian.Phillipps@iname.com>
32624              Date: Fri, 23 Jun 2000 10:40:58 +0100
32625              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
32626      Branch: cfgperl
32627            ! lib/Pod/Usage.pm
32628 ____________________________________________________________________________
32629 [  6221] By: jhi                                   on 2000/06/23  13:24:15
32630         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
32631              From: simon@brecon.co.uk (Simon Cozens)
32632              Subject: [PATCH] Eliminate tr///[CU][CU]
32633              Date: 23 Jun 2000 11:05:40 GMT
32634              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
32635      Branch: cfgperl
32636            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
32637 ____________________________________________________________________________
32638 [  6220] By: jhi                                   on 2000/06/22  16:07:51
32639         Log: Win32 patches from Benjamin Stuhl.
32640      Branch: cfgperl
32641            ! makedef.pl win32/win32.h
32642 ____________________________________________________________________________
32643 [  6219] By: jhi                                   on 2000/06/22  16:06:34
32644         Log: Bytecode patches from Benjamin Stuhl.
32645      Branch: cfgperl
32646            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
32647            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
32648            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
32649 ____________________________________________________________________________
32650 [  6218] By: jhi                                   on 2000/06/15  23:54:16
32651         Log: Bytecode patches from Benjamin Stuhl.
32652      Branch: cfgperl
32653            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
32654 ____________________________________________________________________________
32655 [  6217] By: jhi                                   on 2000/06/09  13:38:29
32656         Log: Rename the fdpid locking and integrate with Sarathy.
32657      Branch: cfgperl
32658            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
32659            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
32660            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
32661            ! win32/win32.c
32662           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
32663 ____________________________________________________________________________
32664 [  6216] By: gsar                                  on 2000/06/08  14:54:21
32665         Log: be more optimal about clearing @_
32666      Branch: perl
32667            ! cop.h
32668 ____________________________________________________________________________
32669 [  6215] By: gsar                                  on 2000/06/08  14:33:04
32670         Log: tweak comment about @DB::args
32671      Branch: perl
32672            ! av.h pp_ctl.c
32673 ____________________________________________________________________________
32674 [  6214] By: gsar                                  on 2000/06/08  13:57:54
32675         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
32676              caller() wants to populate @DB::args with it (causes a coredump
32677              in Carp::confess())
32678      Branch: perl
32679            ! cop.h t/op/runlevel.t
32680 ____________________________________________________________________________
32681 [  6213] By: gsar                                  on 2000/06/08  07:06:35
32682         Log: back out change#6106 (seems problematic)
32683      Branch: perl
32684            ! hints/solaris_2.sh
32685 ____________________________________________________________________________
32686 [  6212] By: jhi                                   on 2000/06/07  03:10:36
32687         Log: Continuing mopup for #6204.
32688      Branch: cfgperl
32689            ! ext/B/defsubs_h.PL
32690 ____________________________________________________________________________
32691 [  6211] By: jhi                                   on 2000/06/07  02:41:50
32692         Log: Mopup for #6204.
32693              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
32694              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
32695              This is comes from const() where POK isn't on when expected.
32696      Branch: cfgperl
32697            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
32698            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
32699            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
32700            ! perlapi.h pod/perlapi.pod
32701 ____________________________________________________________________________
32702 [  6210] By: jhi                                   on 2000/06/07  01:56:29
32703         Log: Mopup for #6207 and #6209.
32704      Branch: cfgperl
32705            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
32706 ____________________________________________________________________________
32707 [  6209] By: jhi                                   on 2000/06/07  01:33:12
32708         Log: Lock PL_fdpid against race conditions, based on:
32709              Subject: [PATCH 5.6.0]subprocess fixup for threads
32710              From: Dan Sugalski <dan@sidhe.org>
32711              To: perl5-porters@perl.org
32712              Date: Tue, 11 Apr 2000 17:02:32 -0400
32713              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
32714      Branch: cfgperl
32715            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
32716            ! win32/win32.c
32717 ____________________________________________________________________________
32718 [  6208] By: jhi                                   on 2000/06/07  01:05:23
32719         Log: Regen headers for #6207.
32720      Branch: cfgperl
32721            ! embed.h global.sym objXSUB.h proto.h
32722 ____________________________________________________________________________
32723 [  6207] By: jhi                                   on 2000/06/06  23:43:13
32724         Log: Subject: [PATCH 5.6.0] Threadsafe patches
32725              From: Dan Sugalski <dan@sidhe.org>
32726              To: perl5-porters@perl.org
32727              Date: Mon, 08 May 2000 18:08:13 -0400
32728              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
32729      Branch: cfgperl
32730            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
32731            ! proto.h sv.h util.c
32732 ____________________________________________________________________________
32733 [  6206] By: jhi                                   on 2000/06/06  23:21:23
32734         Log: Subject: [PATCH] Eliminate $a/$b in pod
32735              From: David Glasser <me@davidglasser.net>
32736              To: perl5-porters@perl.org
32737              Date: Mon, 29 May 2000 21:15:59 -0400
32738              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
32739      Branch: cfgperl
32740            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
32741            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
32742            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
32743            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
32744            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
32745            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
32746            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
32747            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
32748            ! pod/perlvar.pod pod/perlxs.pod
32749 ____________________________________________________________________________
32750 [  6205] By: jhi                                   on 2000/06/06  23:12:14
32751         Log: Subject: [PATCH] Win32 improvements
32752              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
32753              To: gsar@activestate.com, perl5-porters@perl.org
32754              Date: Mon, 29 May 2000 17:22:24 PDT
32755              Message-ID: <20000530002224.91142.qmail@hotmail.com>
32756              (MUA had mangled many lines by wordwrapping)
32757      Branch: cfgperl
32758            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
32759 ____________________________________________________________________________
32760 [  6204] By: jhi                                   on 2000/06/06  23:01:50
32761         Log: Subject: [PATCH] B::Bytecode patches
32762              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
32763              To: gsar@activestate.com, jhi@iki.fi
32764              Cc: perl5-porters@perl.org
32765              Message-ID: <20000602202526.48694.qmail@hotmail.com>
32766              (MUA had mangled many lines by wordwrapping)
32767      Branch: cfgperl
32768            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
32769            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
32770            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
32771            ! intrpvar.h perl.c
32772 ____________________________________________________________________________
32773 [  6203] By: jhi                                   on 2000/06/06  22:32:43
32774         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
32775              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32776              Date: Tue, 06 Jun 2000 13:07:45 -0700
32777              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
32778      Branch: cfgperl
32779            ! pod/perldiag.pod
32780 ____________________________________________________________________________
32781 [  6202] By: jhi                                   on 2000/06/06  19:38:35
32782         Log: Integrate with Sarathy.
32783      Branch: cfgperl
32784           !> perl.c
32785 ____________________________________________________________________________
32786 [  6201] By: gsar                                  on 2000/06/06  00:42:59
32787         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
32788              does a PUSHMARK that's never ever POPMARKed; in general, only
32789              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
32790              Perl_eval_[sp]v() don't because they don't take any incoming
32791              arguments (this leak has been around since the original version
32792              of perl_eval_pv() in 5.003_97e)
32793      Branch: perl
32794            ! perl.c
32795 ____________________________________________________________________________
32796 [  6200] By: jhi                                   on 2000/06/04  03:44:52
32797         Log: Update to cperl-mode.el 4.31 from
32798              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
32799              Subject: A couple of notes
32800              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32801              To: Mailing list Perl5 <perl5-porters@perl.org>
32802              Date: Sat, 3 Jun 2000 23:33:32 -0400
32803              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
32804      Branch: cfgperl
32805            ! emacs/cperl-mode.el
32806 ____________________________________________________________________________
32807 [  6199] By: jhi                                   on 2000/06/03  15:11:05
32808         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
32809              From: Dan Sugalski <dan@sidhe.org>
32810              To: perl5-porters@perl.org, vmsperl@perl.org
32811              Date: Fri, 02 Jun 2000 17:30:51 -0400
32812              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
32813      Branch: cfgperl
32814            ! vms/descrip_mms.template vms/gen_shrfls.pl
32815 ____________________________________________________________________________
32816 [  6198] By: jhi                                   on 2000/06/03  14:59:15
32817         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
32818              From: Dan Sugalski <dan@sidhe.org>
32819              To: vmsperl@perl.org, perl5-porters@perl.org
32820              Date: Fri, 02 Jun 2000 16:00:41 -0400
32821              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
32822              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
32823      Branch: cfgperl
32824            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
32825            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
32826            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
32827 ____________________________________________________________________________
32828 [  6197] By: jhi                                   on 2000/06/03  14:41:30
32829         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
32830              From: John Borwick <jhborwic@unity.ncsu.edu>
32831              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
32832              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
32833      Branch: cfgperl
32834            ! pod/perlsyn.pod
32835 ____________________________________________________________________________
32836 [  6196] By: jhi                                   on 2000/06/03  14:38:09
32837         Log: Integrate with Sarathy.
32838      Branch: cfgperl
32839           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
32840           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
32841           !> vms/perly_c.vms
32842 ____________________________________________________________________________
32843 [  6195] By: gsar                                  on 2000/06/02  22:43:13
32844         Log: fix yet another eval"" leak under USE_ITHREADS
32845      Branch: perl
32846            ! op.c
32847 ____________________________________________________________________________
32848 [  6194] By: gsar                                  on 2000/06/02  18:22:06
32849         Log: fix small eval"" memory leaks under USE_ITHREADS
32850      Branch: perl
32851            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
32852            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
32853            ! vms/perly_c.vms
32854 ____________________________________________________________________________
32855 [  6193] By: jhi                                   on 2000/06/01  13:03:56
32856         Log: Signals-be-gone for microperl.
32857      Branch: cfgperl
32858            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
32859 ____________________________________________________________________________
32860 [  6192] By: jhi                                   on 2000/06/01  12:52:02
32861         Log: Integrate with Sarathy.
32862      Branch: cfgperl
32863           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
32864           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
32865           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
32866           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
32867           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
32868           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
32869           !> t/op/vec.t utils/h2xs.PL
32870 ____________________________________________________________________________
32871 [  6191] By: gsar                                  on 2000/06/01  09:38:21
32872         Log: vec() loses numericalness (modified version of patch suggested
32873              by Robin Barker)
32874      Branch: perl
32875            ! doop.c t/op/vec.t
32876 ____________________________________________________________________________
32877 [  6190] By: gsar                                  on 2000/06/01  09:26:15
32878         Log: submit missing embed.pl change
32879      Branch: perl
32880            ! embed.pl
32881 ____________________________________________________________________________
32882 [  6189] By: gsar                                  on 2000/06/01  09:05:34
32883         Log: counting tr/// corrupts later operation (from M.J.T Guy)
32884      Branch: perl
32885            ! doop.c t/op/tr.t
32886 ____________________________________________________________________________
32887 [  6188] By: gsar                                  on 2000/06/01  08:58:39
32888         Log: h2xs tweaks
32889      Branch: perl
32890            ! utils/h2xs.PL
32891 ____________________________________________________________________________
32892 [  6187] By: gsar                                  on 2000/06/01  08:50:07
32893         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
32894              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
32895      Branch: perl
32896            + lib/Pod/LaTeX.pm
32897            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
32898            ! pod/pod2latex.PL
32899 ____________________________________________________________________________
32900 [  6186] By: gsar                                  on 2000/06/01  08:24:40
32901         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
32902              <wolfgang.laun@alcatel.at>)
32903      Branch: perl
32904            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
32905            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
32906 ____________________________________________________________________________
32907 [  6185] By: gsar                                  on 2000/06/01  08:12:00
32908         Log: remove incorrect documentation about implicit split to @_ in
32909              list context, which never really worked in perl 5 (from
32910              M.J.T. Guy)
32911      Branch: perl
32912            ! pod/perlfunc.pod pod/perltrap.pod
32913 ____________________________________________________________________________
32914 [  6184] By: gsar                                  on 2000/06/01  07:52:27
32915         Log: tweak for change#6127
32916      Branch: perl
32917            ! perl.c
32918 ____________________________________________________________________________
32919 [  6183] By: gsar                                  on 2000/06/01  07:41:02
32920         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
32921              <nick@ccl4.org>)
32922      Branch: perl
32923            + t/lib/selfloader.t
32924            ! MANIFEST lib/SelfLoader.pm
32925 ____________________________________________________________________________
32926 [  6182] By: jhi                                   on 2000/06/01  00:34:42
32927         Log: Be Cleaner Part Deux.
32928      Branch: cfgperl
32929            ! Makefile.SH
32930 ____________________________________________________________________________
32931 [  6181] By: jhi                                   on 2000/06/01  00:32:09
32932         Log: Integrate with Sarathy.
32933      Branch: cfgperl
32934           !> pp.c t/op/arith.t
32935 ____________________________________________________________________________
32936 [  6180] By: jhi                                   on 2000/06/01  00:31:13
32937         Log: microperl nits from Simon Cozens.
32938      Branch: cfgperl
32939            + uconfig.h
32940            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
32941            ! unixish.h
32942 ____________________________________________________________________________
32943 [  6179] By: gsar                                  on 2000/05/31  22:37:51
32944         Log: buggy modulus on UVs introduced by change#3378 (resulted in
32945              4063328477 % 65535 amounting to 27406, instead of 27407)
32946      Branch: perl
32947            ! pp.c t/op/arith.t
32948 ____________________________________________________________________________
32949 [  6178] By: jhi                                   on 2000/05/31  21:52:41
32950         Log: Be cleaner.
32951      Branch: cfgperl
32952            ! Makefile.SH
32953 ____________________________________________________________________________
32954 [  6177] By: jhi                                   on 2000/05/31  21:47:33
32955         Log: Substitution utf8 patch from Simon Cozens.
32956      Branch: cfgperl
32957            ! pp_hot.c
32958 ____________________________________________________________________________
32959 [  6176] By: jhi                                   on 2000/05/31  21:45:34
32960         Log: Single-quoted utf8 patch from Simon Cozens.
32961      Branch: cfgperl
32962            ! toke.c
32963 ____________________________________________________________________________
32964 [  6175] By: jhi                                   on 2000/05/31  21:40:18
32965         Log: Integrate with Sarathy.
32966      Branch: cfgperl
32967           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
32968 ____________________________________________________________________________
32969 [  6174] By: jhi                                   on 2000/05/31  21:37:31
32970         Log: microperl changes from Simon Cozens; Makefile for microperl
32971              written from scratch; few casts added as microperl compilation
32972              doesn't have all prototypes available.
32973      Branch: cfgperl
32974            + Makefile.micro README.micro Todo.micro uconfig.sh
32975            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
32976            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
32977      Branch: metaconfig
32978            + U/modified/Config_h.U
32979 ____________________________________________________________________________
32980 [  6173] By: jhi                                   on 2000/05/31  20:00:24
32981         Log: metaconfig maintenance.
32982      Branch: metaconfig
32983            + U/modified/Inhdr.U U/typedefs/inotype.U
32984      Branch: metaconfig/U/perl
32985            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
32986            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
32987 ____________________________________________________________________________
32988 [  6172] By: gsar                                  on 2000/05/31  05:05:42
32989         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
32990              (from Ilya Zakharevich)
32991      Branch: perl
32992            ! regexec.c t/op/re_tests
32993 ____________________________________________________________________________
32994 [  6171] By: gsar                                  on 2000/05/31  05:01:47
32995         Log: scalar() doesn't force scalar context when used in void context
32996              (from Simon Cozens)
32997      Branch: perl
32998            ! op.c t/op/wantarray.t
32999 ____________________________________________________________________________
33000 [  6170] By: gsar                                  on 2000/05/31  04:41:33
33001         Log: change#6142 needs tweaks to tests to work where there's no symlink()
33002              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
33003      Branch: perl
33004            ! t/lib/filefind.t
33005 ____________________________________________________________________________
33006 [  6169] By: gsar                                  on 2000/05/31  04:29:49
33007         Log: integrate cfgperl contents into mainline
33008      Branch: perl
33009           +> pod/perlmodlib.PL pod/perlnewmod.pod
33010           !> (integrate 42 files)
33011 ____________________________________________________________________________
33012 [  6168] By: jhi                                   on 2000/05/30  22:53:37
33013         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
33014      Branch: cfgperl
33015            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33016            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
33017            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
33018            ! win32/config.bc win32/config.gc win32/config.vc
33019            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33020            ! win32/config_h.PL win32/config_sh.PL
33021      Branch: metaconfig/U/perl
33022            ! perlxv.U
33023 ____________________________________________________________________________
33024 [  6167] By: jhi                                   on 2000/05/30  22:20:21
33025         Log: tweak todo 
33026      Branch: cfgperl
33027            ! Todo-5.6
33028 ____________________________________________________________________________
33029 [  6166] By: jhi                                   on 2000/05/30  22:11:51
33030         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
33031              in case somebody wants to write an extension for more
33032              shadow database interfaces.
33033      Branch: cfgperl
33034            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33035            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
33036            ! vos/config.def vos/config.h vos/config_h.SH_orig
33037            ! win32/config.bc win32/config.gc win32/config.vc
33038            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33039      Branch: metaconfig
33040            ! U/modified/Myinit.U
33041      Branch: metaconfig/U/perl
33042            + d_getespwnam.U d_getprpwnam.U i_prot.U
33043 ____________________________________________________________________________
33044 [  6165] By: jhi                                   on 2000/05/30  18:35:34
33045         Log: Integrate with Sarathy.
33046      Branch: cfgperl
33047           !> op.c
33048 ____________________________________________________________________________
33049 [  6164] By: jhi                                   on 2000/05/30  18:30:16
33050         Log: detypo
33051      Branch: cfgperl
33052            ! Configure config_h.SH
33053      Branch: metaconfig/U/perl
33054            ! perlxv.U
33055 ____________________________________________________________________________
33056 [  6163] By: gsar                                  on 2000/05/30  03:24:03
33057         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
33058      Branch: perl
33059            ! op.c
33060 ____________________________________________________________________________
33061 [  6162] By: gsar                                  on 2000/05/30  03:09:38
33062         Log: fix memory leak in method call optimization (change#3768);
33063              made C<eval "$x->foo()"> leak
33064      Branch: perl
33065            ! op.c
33066 ____________________________________________________________________________
33067 [  6161] By: jhi                                   on 2000/05/29  17:56:26
33068         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
33069              both from Simon Cozens.
33070      Branch: cfgperl
33071            + pod/perlmodlib.PL pod/perlnewmod.pod
33072            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
33073            ! pod/perlmodlib.pod pod/perltoc.pod
33074 ____________________________________________________________________________
33075 [  6160] By: jhi                                   on 2000/05/29  17:23:55
33076         Log: Changes for the File::Temp 0.08 (change #6159) test suite
33077              to fit better into the Perl distribution test framework.
33078      Branch: cfgperl
33079            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
33080            ! t/lib/ftmp-tempfile.t
33081 ____________________________________________________________________________
33082 [  6159] By: jhi                                   on 2000/05/29  16:55:36
33083         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
33084      Branch: cfgperl
33085            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
33086            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
33087 ____________________________________________________________________________
33088 [  6158] By: bailey                                on 2000/05/29  16:22:08
33089         Log: Add fallback to tmpfile for use in cases where user's relying on
33090              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
33091              Lane's patch)
33092      Branch: vmsperl
33093            ! vms/vms.c vms/vmsish.h
33094 ____________________________________________________________________________
33095 [  6157] By: jhi                                   on 2000/05/29  03:10:36
33096         Log: Regen Configure to jive with #6149.
33097      Branch: cfgperl
33098            ! Configure
33099      Branch: metaconfig
33100            ! U/modified/Getfile.U
33101 ____________________________________________________________________________
33102 [  6156] By: jhi                                   on 2000/05/29  03:01:38
33103         Log: Integrate with Sarathy.
33104      Branch: cfgperl
33105           +> ext/DynaLoader/dl_mac.xs
33106           !> (integrate 38 files)
33107 ____________________________________________________________________________
33108 [  6155] By: gsar                                  on 2000/05/28  21:15:58
33109         Log: small bug in change#6144; remove random \xA0 character that snuck
33110              in via change#6145
33111      Branch: perl
33112            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
33113 ____________________________________________________________________________
33114 [  6154] By: gsar                                  on 2000/05/28  21:04:19
33115         Log: avoid type mismatch warning
33116      Branch: perl
33117            ! perl.c
33118 ____________________________________________________________________________
33119 [  6153] By: gsar                                  on 2000/05/28  20:58:31
33120         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
33121              <nick@Bagpuss.uk.boo.com>)
33122      Branch: perl
33123            ! lib/Test/Harness.pm
33124 ____________________________________________________________________________
33125 [  6152] By: gsar                                  on 2000/05/28  20:53:42
33126         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
33127      Branch: perl
33128            ! regexec.c
33129 ____________________________________________________________________________
33130 [  6151] By: gsar                                  on 2000/05/28  20:50:28
33131         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
33132      Branch: perl
33133            ! regexec.c
33134 ____________________________________________________________________________
33135 [  6150] By: gsar                                  on 2000/05/28  20:39:58
33136         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
33137      Branch: perl
33138            ! pod/perlrequick.pod
33139 ____________________________________________________________________________
33140 [  6149] By: gsar                                  on 2000/05/28  20:35:16
33141         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
33142              <troc@netrus.net>)
33143      Branch: perl
33144            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
33145            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
33146            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
33147            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
33148 ____________________________________________________________________________
33149 [  6148] By: gsar                                  on 2000/05/28  20:21:07
33150         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
33151      Branch: perl
33152            ! lib/ExtUtils/MM_Unix.pm
33153 ____________________________________________________________________________
33154 [  6147] By: gsar                                  on 2000/05/28  20:12:41
33155         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
33156              (from Peter Prymmer)
33157      Branch: perl
33158            ! vms/subconfigure.com
33159 ____________________________________________________________________________
33160 [  6146] By: gsar                                  on 2000/05/28  20:06:15
33161         Log: doc typo
33162      Branch: perl
33163            ! lib/warnings.pm warnings.h warnings.pl
33164 ____________________________________________________________________________
33165 [  6145] By: gsar                                  on 2000/05/28  18:44:33
33166         Log: make xsubpp skip embedded pod (from Matthias Neeracher
33167              <neeri@iis.ee.ethz.ch>)
33168      Branch: perl
33169            ! lib/ExtUtils/xsubpp
33170 ____________________________________________________________________________
33171 [  6144] By: gsar                                  on 2000/05/28  18:42:49
33172         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
33173              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
33174              <neeri@iis.ee.ethz.ch>)
33175      Branch: perl
33176            ! lib/AutoSplit.pm
33177 ____________________________________________________________________________
33178 [  6143] By: gsar                                  on 2000/05/28  18:41:12
33179         Log: MacOS support, part 1 (from Matthias Neeracher
33180              <neeri@iis.ee.ethz.ch>)
33181      Branch: perl
33182            + ext/DynaLoader/dl_mac.xs
33183            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
33184            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
33185            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
33186            ! util.h
33187 ____________________________________________________________________________
33188 [  6142] By: gsar                                  on 2000/05/28  18:21:51
33189         Log: File::Find fails to chdir when chasing symlinks (from
33190              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
33191      Branch: perl
33192            ! lib/File/Find.pm t/lib/filefind.t
33193 ____________________________________________________________________________
33194 [  6141] By: jhi                                   on 2000/05/28  14:25:15
33195         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
33196              forwarded by Peter Seebach from the bsdi-users mailing list.
33197              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
33198      Branch: perl
33199            ! hints/bsdos.sh
33200 ____________________________________________________________________________
33201 [  6140] By: jhi                                   on 2000/05/28  14:11:57
33202         Log: Integrate with Sarathy.
33203      Branch: cfgperl
33204           +> (branch 30 files)
33205           !> (integrate 93 files)
33206 ____________________________________________________________________________
33207 [  6139] By: gsar                                  on 2000/05/28  10:01:48
33208         Log: revise mktables.PL for bugs and newness in Unicode 3.0
33209              (from James Bence <jbence@amgen.com>)
33210      Branch: perl
33211            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
33212            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
33213            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
33214            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
33215            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
33216            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
33217            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
33218            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
33219            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
33220            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
33221            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
33222            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
33223            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
33224            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
33225            + lib/unicode/Is/SylWU.pl
33226            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
33227            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
33228            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
33229            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
33230            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
33231            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
33232            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
33233            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
33234            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
33235            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
33236            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
33237            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
33238            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
33239            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
33240            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
33241            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
33242            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
33243            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
33244            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
33245            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
33246            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
33247            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
33248            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
33249            ! lib/unicode/Makefile lib/unicode/mktables.PL
33250 ____________________________________________________________________________
33251 [  6138] By: gsar                                  on 2000/05/28  08:50:32
33252         Log: add note about the handling of negative indices to tied arrays
33253              (from Michael G Schwern <schwern@pobox.com>)
33254      Branch: perl
33255            ! pod/perltie.pod
33256 ____________________________________________________________________________
33257 [  6137] By: gsar                                  on 2000/05/28  08:46:10
33258         Log: fix bogus redeclaration warning for "our" variables in different
33259              scopes
33260      Branch: perl
33261            ! op.c t/pragma/strict-vars
33262 ____________________________________________________________________________
33263 [  6136] By: gsar                                  on 2000/05/28  08:31:20
33264         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
33265      Branch: perl
33266            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
33267 ____________________________________________________________________________
33268 [  6135] By: gsar                                  on 2000/05/28  08:17:50
33269         Log: enable Test::Harness to dynamically determine column width etc.
33270              (from Rob Napier <rnapier@employees.org>)
33271      Branch: perl
33272            ! lib/Test/Harness.pm
33273 ____________________________________________________________________________
33274 [  6134] By: gsar                                  on 2000/05/28  08:13:39
33275         Log: make Test::Harness use wait.h/WCOREDUMP if available
33276              (from Ben Tilly <ben_tilly@hotmail.com>)
33277      Branch: perl
33278            ! lib/Test/Harness.pm
33279 ____________________________________________________________________________
33280 [  6133] By: gsar                                  on 2000/05/28  08:08:05
33281         Log: elide bogus test in change#6132
33282      Branch: perl
33283            ! t/pragma/warn/9enabled
33284 ____________________________________________________________________________
33285 [  6132] By: gsar                                  on 2000/05/28  08:03:14
33286         Log: warnings::enabled() doesn't fall back to looking at $^W if
33287              caller isn't using lexical warnings (from Paul Marquess)
33288      Branch: perl
33289            ! pp_ctl.c t/pragma/warn/9enabled
33290 ____________________________________________________________________________
33291 [  6131] By: gsar                                  on 2000/05/28  07:57:47
33292         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
33293      Branch: perl
33294            ! ext/POSIX/POSIX.pm
33295 ____________________________________________________________________________
33296 [  6130] By: gsar                                  on 2000/05/28  07:29:12
33297         Log: fix places that mean C<"word" character> but say C<alphanumeric
33298              character>
33299      Branch: perl
33300            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
33301 ____________________________________________________________________________
33302 [  6129] By: gsar                                  on 2000/05/28  07:18:41
33303         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
33304      Branch: perl
33305            ! vms/test.com
33306 ____________________________________________________________________________
33307 [  6128] By: gsar                                  on 2000/05/28  07:12:55
33308         Log: new perlxstut example for passing/returning refs to arrays
33309              (from David Lowe <dlowe@pootpoot.com>)
33310      Branch: perl
33311            ! pod/perlxstut.pod
33312 ____________________________________________________________________________
33313 [  6127] By: gsar                                  on 2000/05/28  07:02:50
33314         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
33315              failed (from Gisle Aas)
33316      Branch: perl
33317            ! cop.h perl.c
33318 ____________________________________________________________________________
33319 [  6126] By: gsar                                  on 2000/05/28  06:39:53
33320         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
33321              (reworked variant of patch suggested by Simon Cozens)
33322      Branch: perl
33323            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
33324            ! pp_hot.c proto.h t/op/gv.t
33325 ____________________________________________________________________________
33326 [  6125] By: gsar                                  on 2000/05/28  05:14:55
33327         Log: enable propagating exception objects via Perl_croak() in XS code
33328              (from Gisle Aas)
33329      Branch: perl
33330            ! util.c
33331 ____________________________________________________________________________
33332 [  6124] By: gsar                                  on 2000/05/28  05:07:28
33333         Log: integrate vmsperl contents into mainline
33334      Branch: perl
33335           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
33336           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
33337           !> vms/vmsish.h
33338 ____________________________________________________________________________
33339 [  6123] By: gsar                                  on 2000/05/28  05:03:53
33340         Log: clarify gotcha with #line directives (from Rocco Caputo
33341              <troc@netrus.net>)
33342      Branch: perl
33343            ! pod/perldebug.pod pod/perlsyn.pod
33344 ____________________________________________________________________________
33345 [  6122] By: gsar                                  on 2000/05/28  04:58:29
33346         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
33347              (from Mark-Jason Dominus)
33348      Branch: perl
33349            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
33350            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
33351            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
33352            ! toke.c
33353 ____________________________________________________________________________
33354 [  6121] By: bailey                                on 2000/05/25  04:46:54
33355         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
33356              lists (based on fixes by Craig Berry)
33357      Branch: vmsperl
33358            ! lib/File/Spec/VMS.pm
33359 ____________________________________________________________________________
33360 [  6120] By: bailey                                on 2000/05/25  04:25:38
33361         Log: Add missing escape (Charles Lane)
33362      Branch: vmsperl
33363            ! t/op/lex_assign.t
33364 ____________________________________________________________________________
33365 [  6119] By: bailey                                on 2000/05/25  04:21:25
33366         Log: Quiet error messages in vmsish.t (Charles Lane)
33367      Branch: vmsperl
33368            ! vms/ext/vmsish.t
33369 ____________________________________________________________________________
33370 [  6118] By: bailey                                on 2000/05/25  04:17:57
33371         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
33372              Flatten case labels in switch statements uniformly (Charles Bailey)
33373      Branch: vmsperl
33374            ! vms/vms.c
33375 ____________________________________________________________________________
33376 [  6117] By: bailey                                on 2000/05/25  03:58:09
33377         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
33378      Branch: vmsperl
33379            ! vms/vmsish.h
33380 ____________________________________________________________________________
33381 [  6116] By: bailey                                on 2000/05/25  03:11:15
33382         Log: Miscellaneous cosmetic fixes (Charles Lane)
33383      Branch: vmsperl
33384            ! lib/ExtUtils/MM_VMS.pm
33385 ____________________________________________________________________________
33386 [  6115] By: bailey                                on 2000/05/25  03:10:36
33387         Log: Add bounds checking for several strings (Charles Lane)
33388      Branch: vmsperl
33389            ! vms/vms.c
33390 ____________________________________________________________________________
33391 [  6114] By: bailey                                on 2000/05/25  02:25:34
33392         Log: Urk -- undo previous removal of vmsish 'exit' change
33393      Branch: vmsperl
33394            ! vms/ext/vmsish.pm vms/vmsish.h
33395 ____________________________________________________________________________
33396 [  6113] By: bailey                                on 2000/05/24  02:24:40
33397         Log: Ugly workaround for version-specific RTL error
33398      Branch: vmsperl
33399            ! vms/vms.c
33400 ____________________________________________________________________________
33401 [  6112] By: bailey                                on 2000/05/24  02:19:55
33402         Log: Check for existence of file before trying to delete
33403      Branch: vmsperl
33404            ! vms/test.com
33405 ____________________________________________________________________________
33406 [  6111] By: bailey                                on 2000/05/23  23:35:13
33407         Log: Resync with mainline prior to post-5.6.0 updates
33408      Branch: vmsperl
33409           +> (branch 49 files)
33410            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
33411            ! vms/ext/vmsish.pm
33412           !> (integrate 334 files)
33413 ____________________________________________________________________________
33414 [  6110] By: jhi                                   on 2000/05/23  19:28:32
33415         Log: todo tweak
33416      Branch: cfgperl
33417            ! Todo-5.6
33418 ____________________________________________________________________________
33419 [  6109] By: jhi                                   on 2000/05/18  17:38:54
33420         Log: Integrate with Sarathy.
33421      Branch: cfgperl
33422           !> mg.c perl.h win32/perlhost.h
33423 ____________________________________________________________________________
33424 [  6108] By: gsar                                  on 2000/05/17  02:24:56
33425         Log: reenable fake signal handling on Windows, bugs and all
33426      Branch: perl
33427            ! mg.c perl.h win32/perlhost.h
33428 ____________________________________________________________________________
33429 [  6107] By: jhi                                   on 2000/05/15  18:01:41
33430         Log: Tweak the todo list.
33431      Branch: cfgperl
33432            ! Todo-5.6
33433 ____________________________________________________________________________
33434 [  6106] By: jhi                                   on 2000/05/15  13:41:48
33435         Log: The (Configure) script refuses to go on, after asking for
33436              'You may also choose to try maximal 64-bitness....'.
33437              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
33438              -- Patrick Zima
33439              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
33440      Branch: cfgperl
33441            ! hints/solaris_2.sh
33442 ____________________________________________________________________________
33443 [  6105] By: jhi                                   on 2000/05/11  14:37:43
33444         Log: Integrate with Sarathy.
33445      Branch: cfgperl
33446           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
33447           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
33448 ____________________________________________________________________________
33449 [  6104] By: gsar                                  on 2000/05/11  03:39:07
33450         Log: PL_sys_intern was being initialized too late on windows
33451      Branch: perl
33452            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
33453            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
33454 ____________________________________________________________________________
33455 [  6103] By: jhi                                   on 2000/05/09  19:42:20
33456         Log: Test tweaking for Unicos continues.
33457      Branch: cfgperl
33458            ! t/op/64bitint.t
33459 ____________________________________________________________________________
33460 [  6102] By: jhi                                   on 2000/05/09  16:47:27
33461         Log: The test suite tweak in #6101 wasn't quite right.
33462      Branch: cfgperl
33463            ! t/lib/complex.t
33464 ____________________________________________________________________________
33465 [  6101] By: jhi                                   on 2000/05/09  15:35:34
33466         Log: Hints and test tweaks for Unicos.
33467      Branch: cfgperl
33468            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
33469 ____________________________________________________________________________
33470 [  6100] By: jhi                                   on 2000/05/08  21:15:06
33471         Log: More compilation tweakery from Allen Smith.
33472      Branch: cfgperl
33473            ! hints/irix_6.sh
33474 ____________________________________________________________________________
33475 [  6099] By: jhi                                   on 2000/05/08  19:21:18
33476         Log: Tweaks for the cc bugs from Allen Smith.
33477      Branch: cfgperl
33478            ! hints/irix_6.sh
33479 ____________________________________________________________________________
33480 [  6098] By: jhi                                   on 2000/05/08  19:13:37
33481         Log: Add a note about other, yet unsupported, shadow password APIs.
33482      Branch: cfgperl
33483            ! pp_sys.c
33484 ____________________________________________________________________________
33485 [  6097] By: jhi                                   on 2000/05/08  18:46:34
33486         Log: Add a note about possible compilation problems from Allen Smith.
33487      Branch: cfgperl
33488            ! hints/irix_6.sh
33489 ____________________________________________________________________________
33490 [  6096] By: jhi                                   on 2000/05/08  17:33:10
33491         Log: Integrate with Sarathy.
33492      Branch: cfgperl
33493           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
33494           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
33495 ____________________________________________________________________________
33496 [  6095] By: jhi                                   on 2000/05/08  16:21:33
33497         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
33498              might be useful in future.
33499      Branch: cfgperl
33500            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33501            ! config_h.SH
33502      Branch: metaconfig
33503            ! U/installdirs/inc_version_list.U
33504      Branch: metaconfig/U/perl
33505            ! perlxv.U
33506 ____________________________________________________________________________
33507 [  6094] By: gsar                                  on 2000/05/08  14:22:22
33508         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
33509      Branch: perl
33510            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
33511            ! hints/cygwin.sh pp_sys.c
33512 ____________________________________________________________________________
33513 [  6093] By: gsar                                  on 2000/05/08  12:52:28
33514         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
33515              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
33516      Branch: perl
33517            ! pp_sys.c sv.c win32/perlhost.h
33518 ____________________________________________________________________________
33519 [  6092] By: jhi                                   on 2000/05/07  22:40:34
33520         Log: Regen perltoc with the fixed buildtoc.
33521      Branch: cfgperl
33522            ! pod/perltoc.pod
33523 ____________________________________________________________________________
33524 [  6091] By: jhi                                   on 2000/05/07  22:24:16
33525         Log: Integrate with Sarathy.
33526      Branch: cfgperl
33527           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
33528           !> t/op/substr.t toke.c
33529 ____________________________________________________________________________
33530 [  6090] By: gsar                                  on 2000/05/07  19:47:07
33531         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
33532              [NI]OK; added tests for both
33533      Branch: perl
33534            ! perl.c pp_hot.c sv.c t/op/substr.t
33535 ____________________________________________________________________________
33536 [  6089] By: gsar                                  on 2000/05/07  18:18:38
33537         Log: buildtoc tweak to fix newline lossage
33538      Branch: perl
33539            ! pod/buildtoc
33540 ____________________________________________________________________________
33541 [  6088] By: jhi                                   on 2000/05/07  16:35:36
33542         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
33543              because we do not use those.  The HAS_GETSPNAM remains,
33544              though, because we still do use that.
33545      Branch: cfgperl
33546            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33547            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
33548            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
33549            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
33550            ! win32/config.vc win32/config_H.bc win32/config_H.gc
33551            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
33552 ____________________________________________________________________________
33553 [  6087] By: gsar                                  on 2000/05/07  16:05:16
33554         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
33555      Branch: perl
33556            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
33557 ____________________________________________________________________________
33558 [  6086] By: jhi                                   on 2000/05/07  15:27:07
33559         Log: Integrate with Sarathy.
33560      Branch: cfgperl
33561           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
33562           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
33563           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
33564           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
33565           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
33566           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
33567 ____________________________________________________________________________
33568 [  6085] By: gsar                                  on 2000/05/07  05:52:02
33569         Log: repeat operator (x) doesn't preserve utf8-ness
33570      Branch: perl
33571            ! pp.c t/op/substr.t
33572 ____________________________________________________________________________
33573 [  6084] By: gsar                                  on 2000/05/07  05:39:55
33574         Log: substr() does not preserve utf8-ness (from Stefan Eissing
33575              <Eissing@medicaldataservice.de>); added tests
33576      Branch: perl
33577            ! pp.c t/op/substr.t
33578 ____________________________________________________________________________
33579 [  6083] By: gsar                                  on 2000/05/07  05:24:46
33580         Log: note about undocumented caller() return value (from M.J.T. Guy);
33581              yet another peek.t tweak
33582      Branch: perl
33583            ! pod/perlfunc.pod t/lib/peek.t
33584 ____________________________________________________________________________
33585 [  6082] By: gsar                                  on 2000/05/07  05:08:40
33586         Log: peek.t non-portable to ithreads
33587      Branch: perl
33588            ! t/lib/peek.t
33589 ____________________________________________________________________________
33590 [  6081] By: gsar                                  on 2000/05/07  04:17:04
33591         Log: better default perlbug categories for ok reports (from Richard Foley)
33592      Branch: perl
33593            ! utils/perlbug.PL
33594 ____________________________________________________________________________
33595 [  6080] By: gsar                                  on 2000/05/07  04:08:07
33596         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
33597              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
33598      Branch: perl
33599            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
33600            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
33601            ! AUTHORS MAINTAIN MANIFEST
33602 ____________________________________________________________________________
33603 [  6079] By: gsar                                  on 2000/05/07  04:01:38
33604         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
33605      Branch: perl
33606            ! lib/Carp/Heavy.pm
33607 ____________________________________________________________________________
33608 [  6078] By: gsar                                  on 2000/05/07  01:24:19
33609         Log: workaround for CRT bug in chdir() (from Charles Lane, via
33610              Peter Prymmer)
33611      Branch: perl
33612            ! iperlsys.h vms/vms.c vms/vmsish.h
33613 ____________________________________________________________________________
33614 [  6077] By: gsar                                  on 2000/05/07  01:22:23
33615         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
33616              and Tom Phoenix)
33617      Branch: perl
33618            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
33619 ____________________________________________________________________________
33620 [  6076] By: gsar                                  on 2000/05/06  17:36:29
33621         Log: integrate cfgperl contents into mainline
33622      Branch: perl
33623           +> t/lib/peek.t
33624           !> Configure MANIFEST Porting/Glossary Porting/config.sh
33625           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
33626           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
33627           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
33628 ____________________________________________________________________________
33629 [  6075] By: jhi                                   on 2000/05/05  18:56:10
33630         Log: Make the test more portable.
33631      Branch: cfgperl
33632            ! t/lib/peek.t
33633 ____________________________________________________________________________
33634 [  6074] By: jhi                                   on 2000/05/05  18:49:20
33635         Log: Introduce t/lib/peek.t.
33636      Branch: cfgperl
33637            + t/lib/peek.t
33638            ! MANIFEST
33639 ____________________________________________________________________________
33640 [  6073] By: jhi                                   on 2000/05/05  14:30:45
33641         Log: Complex tweaks.
33642      Branch: cfgperl
33643            ! lib/Math/Complex.pm t/lib/complex.t
33644 ____________________________________________________________________________
33645 [  6072] By: jhi                                   on 2000/05/05  12:27:13
33646         Log: Integrate with Sarathy.
33647      Branch: cfgperl
33648           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
33649           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
33650           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
33651           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
33652 ____________________________________________________________________________
33653 [  6071] By: gsar                                  on 2000/05/05  02:24:46
33654         Log: misformatted perllocal.pod (from Tim Jenness
33655              <t.jenness@jach.hawaii.edu>)
33656      Branch: perl
33657            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
33658 ____________________________________________________________________________
33659 [  6070] By: gsar                                  on 2000/05/05  02:16:52
33660         Log: remove misleading comment (from M.J.T. Guy)
33661      Branch: perl
33662            ! t/lib/anydbm.t
33663 ____________________________________________________________________________
33664 [  6069] By: gsar                                  on 2000/05/05  02:15:13
33665         Log: File::Spec compatibility update (from Barrie Slaymaker
33666              <barries@slaysys.com>)
33667      Branch: perl
33668            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
33669            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
33670 ____________________________________________________________________________
33671 [  6068] By: gsar                                  on 2000/05/05  02:01:50
33672         Log: note about values()
33673      Branch: perl
33674            ! pod/perlfunc.pod
33675 ____________________________________________________________________________
33676 [  6067] By: gsar                                  on 2000/05/05  01:33:09
33677         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
33678      Branch: perl
33679            ! win32/win32.c
33680 ____________________________________________________________________________
33681 [  6066] By: gsar                                  on 2000/05/05  01:23:43
33682         Log: s/END/CHECK/
33683      Branch: perl
33684            ! perl.c
33685 ____________________________________________________________________________
33686 [  6065] By: jhi                                   on 2000/05/04  17:30:22
33687         Log: Integrate with Sarathy.
33688      Branch: cfgperl
33689           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
33690 ____________________________________________________________________________
33691 [  6064] By: gsar                                  on 2000/05/04  17:26:14
33692         Log: change#5905 wasn't quite right--it's intent only applies when arguments
33693              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
33694      Branch: perl
33695            ! pp_sys.c sv.c
33696 ____________________________________________________________________________
33697 [  6063] By: gsar                                  on 2000/05/04  16:52:29
33698         Log: tokeq() could read unallocated field in argument
33699      Branch: perl
33700            ! toke.c
33701 ____________________________________________________________________________
33702 [  6062] By: gsar                                  on 2000/05/04  16:34:51
33703         Log: additional tests for utf8.t
33704      Branch: perl
33705            ! t/pragma/utf8.t
33706 ____________________________________________________________________________
33707 [  6061] By: gsar                                  on 2000/05/04  16:09:28
33708         Log: change#5921 neglected to make eq honor "use bytes"
33709      Branch: perl
33710            ! sv.c
33711 ____________________________________________________________________________
33712 [  6060] By: jhi                                   on 2000/05/04  15:30:16
33713         Log: Integrate with Sarathy.
33714      Branch: cfgperl
33715           !> perl.c regcomp.c t/pragma/utf8.t
33716 ____________________________________________________________________________
33717 [  6059] By: jhi                                   on 2000/05/04  15:26:37
33718         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
33719              in natively 64-bit platforms where a long is a quad (no need
33720              for long longs).  Also added bias for IVs.
33721      Branch: cfgperl
33722            ! toke.c
33723 ____________________________________________________________________________
33724 [  6058] By: gsar                                  on 2000/05/04  00:19:14
33725         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
33726              (spotted by Donald Kinzer <dkinzer@premia.com>)
33727      Branch: perl
33728            ! perl.c
33729 ____________________________________________________________________________
33730 [  6057] By: gsar                                  on 2000/05/03  18:34:01
33731         Log: fix broken parsing of /\x{ab}/
33732      Branch: perl
33733            ! regcomp.c t/pragma/utf8.t
33734 ____________________________________________________________________________
33735 [  6056] By: jhi                                   on 2000/05/03  17:57:16
33736         Log: The search of infinity continues, this time simplified.
33737      Branch: cfgperl
33738            ! lib/Math/Complex.pm
33739 ____________________________________________________________________________
33740 [  6055] By: jhi                                   on 2000/05/03  17:45:30
33741         Log: Detypo.
33742      Branch: cfgperl
33743            ! hints/unicos.sh
33744 ____________________________________________________________________________
33745 [  6054] By: jhi                                   on 2000/05/02  22:28:27
33746         Log: Be more forgiving in POSIX about HUGE_VALL.
33747      Branch: cfgperl
33748            ! ext/POSIX/POSIX.xs
33749 ____________________________________________________________________________
33750 [  6053] By: jhi                                   on 2000/05/02  22:25:05
33751         Log: Integrate with Sarathy.
33752      Branch: cfgperl
33753           !> hints/irix_6.sh pod/perlop.pod
33754 ____________________________________________________________________________
33755 [  6052] By: jhi                                   on 2000/05/02  22:24:31
33756         Log: Unicos hint tweak.
33757      Branch: cfgperl
33758            ! hints/unicos.sh
33759 ____________________________________________________________________________
33760 [  6051] By: jhi                                   on 2000/05/02  22:21:26
33761         Log: Complex tweakery.
33762      Branch: cfgperl
33763            ! lib/Math/Complex.pm t/lib/complex.t
33764 ____________________________________________________________________________
33765 [  6050] By: jhi                                   on 2000/05/02  19:26:22
33766         Log: Use setxxent()/endxxent().
33767      Branch: cfgperl
33768            ! t/op/grent.t t/op/pwent.t
33769 ____________________________________________________________________________
33770 [  6049] By: jhi                                   on 2000/05/02  19:06:02
33771         Log: Test both the scalar and list contexts.
33772      Branch: cfgperl
33773            ! t/op/grent.t t/op/pwent.t
33774 ____________________________________________________________________________
33775 [  6048] By: gsar                                  on 2000/05/02  18:29:10
33776         Log: add note about how $( doesn't interpolate in REs (from
33777              Philip Newton <newton@ficus.frogspace.net>)
33778      Branch: perl
33779            ! pod/perlop.pod
33780 ____________________________________________________________________________
33781 [  6047] By: jhi                                   on 2000/05/02  17:41:24
33782         Log: Call getspnam() only iff needd.
33783      Branch: cfgperl
33784            ! pp_sys.c
33785 ____________________________________________________________________________
33786 [  6046] By: gsar                                  on 2000/05/02  17:07:25
33787         Log: libscheck has insufficient checks for n32 libs (from
33788              Albert Chin-A-Young <china@thewrittenword.com>)
33789      Branch: perl
33790            ! hints/irix_6.sh
33791 ____________________________________________________________________________
33792 [  6045] By: jhi                                   on 2000/05/02  13:57:17
33793         Log: Integrate with Sarathy.
33794      Branch: cfgperl
33795           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
33796           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
33797 ____________________________________________________________________________
33798 [  6044] By: gsar                                  on 2000/05/02  06:48:19
33799         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
33800              such that underscores are only ignored in literal numbers,
33801              "\x{...}", and hex/oct argument
33802      Branch: perl
33803            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
33804 ____________________________________________________________________________
33805 [  6043] By: gsar                                  on 2000/05/02  02:22:29
33806         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
33807      Branch: perl
33808            ! pod/perlretut.pod
33809 ____________________________________________________________________________
33810 [  6042] By: gsar                                  on 2000/05/02  02:17:51
33811         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
33812      Branch: perl
33813            ! pod/perltrap.pod
33814 ____________________________________________________________________________
33815 [  6041] By: gsar                                  on 2000/05/02  01:53:51
33816         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
33817              to compensate
33818      Branch: perl
33819            ! Porting/makerel
33820 ____________________________________________________________________________
33821 [  6040] By: gsar                                  on 2000/05/02  01:51:57
33822         Log: missing files in MANIFEST
33823      Branch: perl
33824            ! MANIFEST
33825 ____________________________________________________________________________
33826 [  6039] By: jhi                                   on 2000/05/02  00:36:46
33827         Log: Infinite problems.
33828      Branch: cfgperl
33829            ! lib/Math/Complex.pm
33830 ____________________________________________________________________________
33831 [  6038] By: jhi                                   on 2000/05/02  00:06:38
33832         Log: pwent/spent #ifdef imbalance.
33833      Branch: cfgperl
33834            ! pp_sys.c
33835 ____________________________________________________________________________
33836 [  6037] By: jhi                                   on 2000/05/01  22:50:11
33837         Log: Use HUGE_VALL if applicable.
33838      Branch: cfgperl
33839            ! ext/POSIX/POSIX.xs util.c
33840 ____________________________________________________________________________
33841 [  6036] By: jhi                                   on 2000/05/01  22:20:53
33842         Log: Correct Freudian slip.
33843      Branch: cfgperl
33844            ! pp_sys.c
33845 ____________________________________________________________________________
33846 [  6035] By: jhi                                   on 2000/05/01  21:07:38
33847         Log: Continue on the pwent/spent case.
33848      Branch: cfgperl
33849            ! pp_sys.c
33850 ____________________________________________________________________________
33851 [  6034] By: jhi                                   on 2000/05/01  17:45:14
33852         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
33853              adjustments in 6032 conflicted badly with this, will have
33854              to revisit them later.
33855      Branch: cfgperl
33856           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
33857           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
33858           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
33859           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
33860           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
33861           !> t/lib/cgi-html.t t/lib/cgi-request.t
33862 ____________________________________________________________________________
33863 [  6033] By: jhi                                   on 2000/05/01  17:40:49
33864         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
33865      Branch: cfgperl
33866            ! pp_sys.c
33867 ____________________________________________________________________________
33868 [  6032] By: gsar                                  on 2000/05/01  15:56:32
33869         Log: whitespace adjustments
33870      Branch: perl
33871            ! pp_sys.c
33872 ____________________________________________________________________________
33873 [  6031] By: gsar                                  on 2000/05/01  15:19:41
33874         Log: small nits in diagnostics.pm (from Robin Barker)
33875      Branch: perl
33876            ! lib/diagnostics.pm pod/perldiag.pod
33877 ____________________________________________________________________________
33878 [  6030] By: gsar                                  on 2000/05/01  08:39:18
33879         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
33880              for @- and @+ (from Johan Vromans)
33881      Branch: perl
33882            ! lib/English.pm pod/perlvar.pod
33883 ____________________________________________________________________________
33884 [  6029] By: gsar                                  on 2000/05/01  08:16:10
33885         Log: add CGI.pm v2.66 (from Lincoln Stein)
33886      Branch: perl
33887            + lib/CGI/Util.pm t/lib/cgi-pretty.t
33888            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
33889            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
33890            ! t/lib/cgi-html.t t/lib/cgi-request.t
33891 ____________________________________________________________________________
33892 [  6028] By: gsar                                  on 2000/05/01  06:34:41
33893         Log: Pod::Man generates groff-incompatible macro definition (from
33894              Tom Christiansen)
33895      Branch: perl
33896            ! lib/Pod/Man.pm
33897 ____________________________________________________________________________
33898 [  6027] By: gsar                                  on 2000/05/01  06:31:36
33899         Log: podlators-1.02 update (from Russ Allbery)
33900      Branch: perl
33901            ! lib/Pod/Man.pm lib/Pod/Text.pm
33902 ____________________________________________________________________________
33903 [  6026] By: jhi                                   on 2000/04/30  23:24:23
33904         Log: Integrate with Sarathy.
33905      Branch: cfgperl
33906           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
33907           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
33908           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
33909           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
33910           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
33911           !> t/lib/syslog.t toke.c win32/win32.h
33912 ____________________________________________________________________________
33913 [  6025] By: gsar                                  on 2000/04/30  18:17:47
33914         Log: Is{Alnum,Alpha,Word} don't match titlecase
33915              
33916              TODO: IsSpace is defined recursively!
33917              
33918              (both spotted by Larry)
33919      Branch: perl
33920            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
33921            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
33922 ____________________________________________________________________________
33923 [  6024] By: gsar                                  on 2000/04/30  17:50:19
33924         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
33925              (from Hugo van der Sanden)
33926      Branch: perl
33927            ! toke.c
33928 ____________________________________________________________________________
33929 [  6023] By: gsar                                  on 2000/04/30  17:14:43
33930         Log: debugger stomps on $. (from M.J.T. Guy)
33931      Branch: perl
33932            ! lib/perl5db.pl
33933 ____________________________________________________________________________
33934 [  6022] By: gsar                                  on 2000/04/30  16:59:22
33935         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
33936      Branch: perl
33937            ! sv.c
33938 ____________________________________________________________________________
33939 [  6021] By: gsar                                  on 2000/04/29  21:00:08
33940         Log: remove Win2K issue in pod (fixed by change#6020)
33941      Branch: perl
33942            ! README.win32 pod/perl56delta.pod
33943 ____________________________________________________________________________
33944 [  6020] By: gsar                                  on 2000/04/29  20:51:49
33945         Log: test tweak
33946      Branch: perl
33947            ! t/lib/open3.t
33948 ____________________________________________________________________________
33949 [  6019] By: gsar                                  on 2000/04/29  20:34:27
33950         Log: windows portability tweaks
33951      Branch: perl
33952            ! t/lib/b.t win32/win32.h
33953 ____________________________________________________________________________
33954 [  6018] By: gsar                                  on 2000/04/29  19:55:24
33955         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
33956              make _PATH_LOG() return "" if unavailable
33957      Branch: perl
33958            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
33959            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
33960 ____________________________________________________________________________
33961 [  6017] By: jhi                                   on 2000/04/28  22:49:46
33962         Log: Integrate with Sarathy.
33963      Branch: cfgperl
33964           !> op.c perl.c pod/perldiag.pod t/lib/b.t
33965 ____________________________________________________________________________
33966 [  6016] By: jhi                                   on 2000/04/28  22:46:14
33967         Log: Do not warn that an infinity does not look like a number.
33968      Branch: cfgperl
33969            ! sv.c
33970 ____________________________________________________________________________
33971 [  6015] By: gsar                                  on 2000/04/28  22:35:49
33972         Log: tweak test for portability
33973      Branch: perl
33974            ! t/lib/b.t
33975 ____________________________________________________________________________
33976 [  6014] By: gsar                                  on 2000/04/28  22:05:31
33977         Log: glob() loading File::Glob behind the scenes may cause syntax errors
33978      Branch: perl
33979            ! op.c
33980 ____________________________________________________________________________
33981 [  6013] By: gsar                                  on 2000/04/28  21:25:22
33982         Log: tweak change#5945 to display correct switch name in diagnostic
33983      Branch: perl
33984            ! perl.c pod/perldiag.pod
33985 ____________________________________________________________________________
33986 [  6012] By: jhi                                   on 2000/04/28  21:08:12
33987         Log: Integrate with Sarathy.
33988      Branch: cfgperl
33989           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
33990           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
33991           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
33992 ____________________________________________________________________________
33993 [  6011] By: jhi                                   on 2000/04/28  21:04:46
33994         Log: &HUGE_VAL is not defined, it exists.
33995      Branch: cfgperl
33996            ! lib/Math/Complex.pm
33997 ____________________________________________________________________________
33998 [  6010] By: gsar                                  on 2000/04/28  21:02:58
33999         Log: clarify note about shadow password support (from
34000              gellyfish@gellyfish.com)
34001      Branch: perl
34002            ! pod/perlfunc.pod
34003 ____________________________________________________________________________
34004 [  6009] By: gsar                                  on 2000/04/28  21:00:00
34005         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
34006      Branch: perl
34007            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
34008 ____________________________________________________________________________
34009 [  6008] By: gsar                                  on 2000/04/28  20:56:33
34010         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
34011      Branch: perl
34012            ! installperl vms/subconfigure.com
34013 ____________________________________________________________________________
34014 [  6007] By: gsar                                  on 2000/04/28  20:51:21
34015         Log: note about compile failures and END blocks (from M.J.T. Guy)
34016      Branch: perl
34017            ! pod/perl56delta.pod pod/perlmod.pod
34018 ____________________________________________________________________________
34019 [  6006] By: jhi                                   on 2000/04/28  20:42:14
34020         Log: Regen Configure.
34021      Branch: cfgperl
34022            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34023            ! config_h.SH
34024 ____________________________________________________________________________
34025 [  6005] By: gsar                                  on 2000/04/28  20:41:16
34026         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
34027      Branch: perl
34028            ! utils/perldoc.PL
34029 ____________________________________________________________________________
34030 [  6004] By: jhi                                   on 2000/04/28  20:28:21
34031         Log: Integrate with Sarathy.
34032      Branch: cfgperl
34033           !> Configure INSTALL Porting/Glossary Porting/config.sh
34034           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
34035           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
34036           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
34037           !> win32/config.vc win32/win32.c
34038 ____________________________________________________________________________
34039 [  6003] By: gsar                                  on 2000/04/28  20:11:20
34040         Log: allow REG_EXPAND_SZ keys in Windows registry (from
34041              John Clayton <John.Clayton@barclayscapital.com>)
34042      Branch: perl
34043            ! win32/win32.c
34044 ____________________________________________________________________________
34045 [  6002] By: gsar                                  on 2000/04/28  19:34:16
34046         Log: destructive sv_setsv() can lose UV-ness from source, causing
34047              numeric promotions/comparisons to fail to do the right thing
34048      Branch: perl
34049            ! sv.c
34050 ____________________________________________________________________________
34051 [  6001] By: gsar                                  on 2000/04/28  18:44:15
34052         Log: support additional library locations via $Config{otherlibdirs}
34053              (from Andy Dougherty)
34054      Branch: perl
34055            ! Configure INSTALL Porting/Glossary Porting/config.sh
34056            ! Porting/config_H config_h.SH epoc/config.sh perl.c
34057            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
34058            ! win32/config.bc win32/config.gc win32/config.vc
34059 ____________________________________________________________________________
34060 [  6000] By: gsar                                  on 2000/04/28  18:26:58
34061         Log: reworked otherlibdirs.U (from Andy Dougherty)
34062      Branch: metaconfig
34063            ! U/installdirs/otherlibdirs.U
34064 ____________________________________________________________________________
34065 [  5999] By: gsar                                  on 2000/04/28  18:17:07
34066         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
34067      Branch: perl
34068            ! t/pragma/warn/toke toke.c
34069 ____________________________________________________________________________
34070 [  5998] By: jhi                                   on 2000/04/28  13:32:17
34071         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
34072      Branch: cfgperl
34073            ! lib/Math/Complex.pm
34074 ____________________________________________________________________________
34075 [  5997] By: jhi                                   on 2000/04/28  13:14:04
34076         Log: Preserve $!.
34077      Branch: cfgperl
34078            ! lib/Math/Complex.pm
34079 ____________________________________________________________________________
34080 [  5996] By: jhi                                   on 2000/04/28  12:59:23
34081         Log: Integrate with Sarathy.
34082      Branch: cfgperl
34083           +> pod/perlrequick.pod pod/perlretut.pod
34084           !> (integrate 51 files)
34085 ____________________________________________________________________________
34086 [  5995] By: gsar                                  on 2000/04/28  09:37:36
34087         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
34088      Branch: perl
34089            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
34090 ____________________________________________________________________________
34091 [  5994] By: gsar                                  on 2000/04/28  09:33:26
34092         Log: fix for missed accounting for null byte in pack("Z",...) (from
34093              M.J.T. Guy)
34094      Branch: perl
34095            ! pp.c t/op/pack.t
34096 ____________________________________________________________________________
34097 [  5993] By: gsar                                  on 2000/04/28  09:30:05
34098         Log: various minor tweaks seen on p5p
34099      Branch: perl
34100            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
34101 ____________________________________________________________________________
34102 [  5992] By: gsar                                  on 2000/04/28  09:08:19
34103         Log: pod nit (from Simon Cozens)
34104      Branch: perl
34105            ! pod/perlop.pod
34106 ____________________________________________________________________________
34107 [  5991] By: gsar                                  on 2000/04/28  09:06:36
34108         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
34109      Branch: perl
34110            ! README.posix-bc hints/posix-bc.sh
34111 ____________________________________________________________________________
34112 [  5990] By: gsar                                  on 2000/04/28  08:54:52
34113         Log: use $ENV{LIB} to search for libs under Visual C compiler
34114              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
34115      Branch: perl
34116            ! lib/ExtUtils/Liblist.pm
34117 ____________________________________________________________________________
34118 [  5989] By: gsar                                  on 2000/04/28  08:27:12
34119         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
34120              itself and no other (from Tom Hughes)
34121      Branch: perl
34122            ! t/op/array.t toke.c
34123 ____________________________________________________________________________
34124 [  5988] By: gsar                                  on 2000/04/28  08:01:38
34125         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
34126              <paul@miraclefish.com>)
34127      Branch: perl
34128            ! lib/ExtUtils/MakeMaker.pm
34129 ____________________________________________________________________________
34130 [  5987] By: gsar                                  on 2000/04/28  07:53:09
34131         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
34132      Branch: perl
34133            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
34134 ____________________________________________________________________________
34135 [  5986] By: gsar                                  on 2000/04/28  07:44:17
34136         Log: add regular expressions tutorial and quick-start guide (from
34137              Mark Kvale <kvale@phy.ucsf.edu>)
34138      Branch: perl
34139            + pod/perlrequick.pod pod/perlretut.pod
34140            ! AUTHORS MAINTAIN MANIFEST
34141 ____________________________________________________________________________
34142 [  5985] By: gsar                                  on 2000/04/28  07:30:28
34143         Log: forked child may not exit correctly if it failed to open
34144              /dev/console (from Graham Barr)
34145      Branch: perl
34146            ! ext/Sys/Syslog/Syslog.pm
34147 ____________________________________________________________________________
34148 [  5984] By: gsar                                  on 2000/04/28  07:27:20
34149         Log: attributes::reftype() doesn't work on tied argument
34150      Branch: perl
34151            ! xsutils.c
34152 ____________________________________________________________________________
34153 [  5983] By: gsar                                  on 2000/04/28  07:15:04
34154         Log: numeric conversion of non-number in change#3378 tramples on
34155              OOK offset, causing segfaults
34156      Branch: perl
34157            ! sv.c
34158 ____________________________________________________________________________
34159 [  5982] By: gsar                                  on 2000/04/28  04:48:25
34160         Log: avoid error in IO::Socket::INET when given an unknown service name
34161              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
34162      Branch: perl
34163            ! ext/IO/lib/IO/Socket/INET.pm
34164 ____________________________________________________________________________
34165 [  5981] By: gsar                                  on 2000/04/28  04:31:31
34166         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
34167              prototype mismatch with CORE::glob(); update pod and tests to
34168              suit (File::Glob::glob() is still available for backward
34169              compatibility, but should be considered deprecated)
34170      Branch: perl
34171            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
34172            ! t/lib/glob-taint.t
34173 ____________________________________________________________________________
34174 [  5980] By: gsar                                  on 2000/04/28  03:47:29
34175         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
34176              <ghudson@mit.edu>)
34177      Branch: metaconfig
34178            ! U/modified/Options.U
34179      Branch: perl
34180            ! Configure
34181 ____________________________________________________________________________
34182 [  5979] By: gsar                                  on 2000/04/28  03:07:54
34183         Log: under useithreads, constant pad entries could inadvertantly be
34184              shared across threads (from Eric Blood <eblood@xmission.com>);
34185              added Eric's test case to testsuite
34186      Branch: perl
34187            ! op.c t/op/misc.t
34188 ____________________________________________________________________________
34189 [  5978] By: gsar                                  on 2000/04/27  21:13:00
34190         Log: sync version numbers in File::Spec with the ones on CPAN
34191              (from Barrie Slaymaker)
34192      Branch: perl
34193            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
34194            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
34195            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
34196 ____________________________________________________________________________
34197 [  5977] By: gsar                                  on 2000/04/27  21:07:29
34198         Log: autoquote barewords followed by newline and arrow properly
34199              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
34200      Branch: perl
34201            ! t/pragma/warn/toke toke.c
34202 ____________________________________________________________________________
34203 [  5976] By: gsar                                  on 2000/04/27  20:41:20
34204         Log: DB_File v1.73 update (from Paul Marquess)
34205      Branch: perl
34206            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
34207            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
34208 ____________________________________________________________________________
34209 [  5975] By: gsar                                  on 2000/04/27  20:34:24
34210         Log: allow sort() reentrancy (variant of patch suggested by
34211              Hugo van der Sanden)
34212      Branch: perl
34213            ! pp_ctl.c t/op/sort.t
34214 ____________________________________________________________________________
34215 [  5974] By: gsar                                  on 2000/04/27  19:46:57
34216         Log: change#4197 somehow missed initializing PL_errors, meaning
34217              sytax error queueing wasn't working outside eval"" at all;
34218              also fixed eval"" to localize PL_error_count, so that compile-time
34219              eval's don't clobber the error state of the outer context
34220      Branch: perl
34221            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
34222            ! t/pragma/warn/toke
34223 ____________________________________________________________________________
34224 [  5973] By: gsar                                  on 2000/04/27  18:29:05
34225         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
34226      Branch: perl
34227            ! regcomp.c regexec.c t/op/re_tests
34228 ____________________________________________________________________________
34229 [  5972] By: jhi                                   on 2000/04/27  18:22:41
34230         Log: Integrate with Sarathy.
34231      Branch: cfgperl
34232           +> t/lib/b.t t/lib/syslog.t
34233           !> (integrate 31 files)
34234 ____________________________________________________________________________
34235 [  5971] By: jhi                                   on 2000/04/27  18:18:46
34236         Log: Unicos tweaks from Mark P. Lutz.
34237      Branch: cfgperl
34238            ! hints/unicos.sh lib/Math/Complex.pm
34239 ____________________________________________________________________________
34240 [  5970] By: gsar                                  on 2000/04/27  18:05:11
34241         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
34242              IV is >32bits
34243      Branch: perl
34244            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
34245 ____________________________________________________________________________
34246 [  5969] By: gsar                                  on 2000/04/27  17:50:56
34247         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
34248      Branch: perl
34249            + t/lib/syslog.t
34250            ! MANIFEST ext/Sys/Syslog/Syslog.pm
34251 ____________________________________________________________________________
34252 [  5968] By: gsar                                  on 2000/04/27  17:44:49
34253         Log: tolerate spaces in group names in test on solaris (from David Boyce
34254              <dsb@boyski.com>)
34255      Branch: perl
34256            ! t/op/groups.t
34257 ____________________________________________________________________________
34258 [  5967] By: gsar                                  on 2000/04/27  17:41:22
34259         Log: improved docs on the warn_uninit diagnostic (from David Glasser
34260              and Simon Cozens)
34261      Branch: perl
34262            ! pod/perldiag.pod
34263 ____________________________________________________________________________
34264 [  5966] By: gsar                                  on 2000/04/27  16:54:58
34265         Log: add testsuite for B backends, fix bug in B::Deparse (from
34266              Simon Cozens <simon@brecon.co.uk>)
34267      Branch: perl
34268            + t/lib/b.t
34269            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
34270 ____________________________________________________________________________
34271 [  5965] By: gsar                                  on 2000/04/27  16:10:37
34272         Log: avoid "will not stay shared" warnings for our variables (from
34273              Robin Barker)
34274      Branch: perl
34275            ! op.c t/pragma/warn/op
34276 ____________________________________________________________________________
34277 [  5964] By: gsar                                  on 2000/04/27  07:05:05
34278         Log: reformat to 72 columns (again)
34279      Branch: perl
34280            ! pod/perldiag.pod
34281 ____________________________________________________________________________
34282 [  5963] By: gsar                                  on 2000/04/27  06:28:31
34283         Log: patch from Larry to make (\&) prototype work; added tests for
34284              the same
34285      Branch: perl
34286            ! op.c t/comp/proto.t
34287 ____________________________________________________________________________
34288 [  5962] By: gsar                                  on 2000/04/27  06:15:47
34289         Log: updated README.hpux (from Jeff Okamoto)
34290      Branch: perl
34291            ! README.hpux
34292 ____________________________________________________________________________
34293 [  5961] By: gsar                                  on 2000/04/27  05:55:03
34294         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
34295      Branch: perl
34296            ! emacs/cperl-mode.el
34297 ____________________________________________________________________________
34298 [  5960] By: gsar                                  on 2000/04/27  05:49:26
34299         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
34300      Branch: perl
34301            ! INSTALL
34302 ____________________________________________________________________________
34303 [  5959] By: gsar                                  on 2000/04/27  05:33:41
34304         Log: doubled words in pods (from Simon Cozens
34305              <simon.p.cozens@jp.pwcglobal.com>)
34306      Branch: perl
34307            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
34308            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
34309            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
34310            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
34311            ! pod/perltootc.pod
34312 ____________________________________________________________________________
34313 [  5958] By: gsar                                  on 2000/04/27  05:11:39
34314         Log: change#3569 deleted some essential code, revert; avoid use of
34315              atexit() to make DynaLoader work properly on AIX under mod_perl
34316              (from Jens-Uwe Mager <jum@helios.de>)
34317      Branch: perl
34318            ! ext/DynaLoader/dl_aix.xs
34319 ____________________________________________________________________________
34320 [  5957] By: gsar                                  on 2000/04/27  04:54:51
34321         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
34322      Branch: perl
34323            ! pod/perlmod.pod
34324 ____________________________________________________________________________
34325 [  5956] By: gsar                                  on 2000/04/27  04:51:47
34326         Log: better diagnostics on failed tests (from Ilya Zakharevich)
34327      Branch: perl
34328            ! t/op/lex_assign.t
34329 ____________________________________________________________________________
34330 [  5955] By: gsar                                  on 2000/04/27  04:26:44
34331         Log: longstanding bug exposed by change#3307: sort arguments weren't
34332              compiled with the right wantarray context (ensuing runtime lookup
34333              via block_gimme() was getting the incidental context of the
34334              sort() itself)
34335      Branch: perl
34336            ! op.c t/op/sort.t
34337 ____________________________________________________________________________
34338 [  5954] By: gsar                                  on 2000/04/26  23:42:12
34339         Log: integrate cfgperl contents into mainline
34340      Branch: perl
34341           !> (integrate 30 files)
34342 ____________________________________________________________________________
34343 [  5953] By: jhi                                   on 2000/04/26  23:06:42
34344         Log: Integrate with Sarathy.
34345      Branch: cfgperl
34346           !> README.win32 ext/B/B/Deparse.pm
34347           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
34348           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
34349           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
34350           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
34351           !> utils/perldoc.PL vms/perlvms.pod
34352 ____________________________________________________________________________
34353 [  5952] By: jhi                                   on 2000/04/26  23:03:46
34354         Log: Undo "use integer" addition from 64bitint as it seems
34355              to break most of the subtests in Digital UNIX;
34356              Unicos needs to find another way.
34357      Branch: cfgperl
34358            ! t/op/64bitint.t
34359 ____________________________________________________________________________
34360 [  5951] By: jhi                                   on 2000/04/26  22:57:53
34361         Log: Be more robust on "extreme" (large absolute value)
34362              arguments.  Originally reported by Daniel Connelly
34363              as a problem with asinh() on large negative arguments,
34364              asinh() used to bail out because an argument to log()
34365              ended up being zero.  Ilya Zakharevich proposed using
34366              Taylor's series in such cases, which for such large
34367              arguments is a very good approximation.
34368      Branch: cfgperl
34369            ! lib/Math/Complex.pm t/lib/complex.t
34370 ____________________________________________________________________________
34371 [  5950] By: gsar                                  on 2000/04/25  19:13:12
34372         Log: reformat perldiag to avoid long lines
34373      Branch: perl
34374            ! pod/perldiag.pod
34375 ____________________________________________________________________________
34376 [  5949] By: gsar                                  on 2000/04/25  18:41:11
34377         Log: make perldoc use the pod2man from the same version (from
34378              M.J.T. Guy)
34379      Branch: perl
34380            ! utils/perldoc.PL
34381 ____________________________________________________________________________
34382 [  5948] By: gsar                                  on 2000/04/25  18:21:57
34383         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
34384              <kompas@kompas.usr.onet.pl>)
34385      Branch: perl
34386            ! lib/vars.pm
34387 ____________________________________________________________________________
34388 [  5947] By: gsar                                  on 2000/04/25  18:11:53
34389         Log: use &dl_error rather than &dl_load_file as the guard for calling
34390              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
34391              statically built perl)
34392      Branch: perl
34393            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
34394 ____________________________________________________________________________
34395 [  5946] By: jhi                                   on 2000/04/25  17:37:54
34396         Log: Document that tr() is not tr(1).
34397      Branch: cfgperl
34398            ! pod/perlop.pod
34399 ____________________________________________________________________________
34400 [  5945] By: gsar                                  on 2000/04/25  16:34:33
34401         Log: make module name mandatory after -M switch; reorder perldiag
34402              alphabetically (from Mark-Jason Dominus)
34403      Branch: perl
34404            ! perl.c pod/perldiag.pod
34405 ____________________________________________________________________________
34406 [  5944] By: jhi                                   on 2000/04/25  01:15:18
34407         Log: On second thoughts frexp() does have two arguments.
34408      Branch: cfgperl
34409            ! perl.h
34410 ____________________________________________________________________________
34411 [  5943] By: jhi                                   on 2000/04/24  22:56:32
34412         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
34413              Now pp_ncmp() returns undef is either operand is a NaN.
34414      Branch: cfgperl
34415            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34416            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
34417            ! vms/subconfigure.com vos/config.def vos/config.h
34418            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
34419            ! win32/config.vc win32/config_H.bc win32/config_H.gc
34420            ! win32/config_H.vc
34421      Branch: metaconfig/U/perl
34422            + d_modfl.U
34423 ____________________________________________________________________________
34424 [  5942] By: jhi                                   on 2000/04/24  19:45:17
34425         Log: Regen Configure to match #5937.
34426      Branch: cfgperl
34427            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34428            ! config_h.SH
34429      Branch: metaconfig
34430            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
34431 ____________________________________________________________________________
34432 [  5941] By: jhi                                   on 2000/04/24  19:24:11
34433         Log: Further Unicos fixes for Mark Lutz.
34434      Branch: cfgperl
34435            ! hints/unicos.sh pp_ctl.c
34436 ____________________________________________________________________________
34437 [  5940] By: jhi                                   on 2000/04/24  19:09:06
34438         Log: Various Unicos 10.0.0.6 fixes.
34439              
34440              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
34441              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
34442              Reply-To: tecmpl1@triton.ca.boeing.com 
34443              To: perl5-porters@perl.org 
34444              Date: Fri, 14 Apr 2000 20:21:00 GMT 
34445              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
34446      Branch: cfgperl
34447            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
34448 ____________________________________________________________________________
34449 [  5939] By: gsar                                  on 2000/04/24  19:01:24
34450         Log: more pod nits (from Larry Virden)
34451      Branch: perl
34452            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
34453            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
34454            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
34455 ____________________________________________________________________________
34456 [  5938] By: gsar                                  on 2000/04/24  18:54:01
34457         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
34458      Branch: perl
34459            ! ext/B/B/Deparse.pm
34460 ____________________________________________________________________________
34461 [  5937] By: jhi                                   on 2000/04/24  17:39:00
34462         Log: Integrate with Sarathy.
34463      Branch: cfgperl
34464           +> (branch 31 files)
34465           !> (integrate 73 files)
34466 ____________________________________________________________________________
34467 [  5936] By: gsar                                  on 2000/04/24  17:30:06
34468         Log: additional tests for change#5934 (from Paul Marquess, who also
34469              sent in the same fix)
34470      Branch: perl
34471            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
34472            ! t/pragma/warn/5nolint t/pragma/warn/6default
34473 ____________________________________________________________________________
34474 [  5935] By: jhi                                   on 2000/04/24  17:26:05
34475         Log: Do not assume sign propagation.
34476              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
34477              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
34478              To: payner@ncifcrf.gov, perl5-porters@perl.org 
34479              Date: Tue, 18 Apr 2000 18:24:49 +0100 
34480              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
34481      Branch: cfgperl
34482            ! t/op/bop.t t/op/misc.t
34483 ____________________________________________________________________________
34484 [  5934] By: gsar                                  on 2000/04/24  17:16:54
34485         Log: propagate lexical warnings from surrounding scope correctly
34486              within string eval()
34487      Branch: perl
34488            ! pp_ctl.c t/pragma/warn/pp_ctl
34489 ____________________________________________________________________________
34490 [  5933] By: jhi                                   on 2000/04/24  17:01:07
34491         Log: Flatten the cpp jungle doing the nosuid checking.
34492      Branch: cfgperl
34493            ! perl.c
34494 ____________________________________________________________________________
34495 [  5932] By: gsar                                  on 2000/04/24  09:08:14
34496         Log: add rsignal(), whichsig() and do_join() to public API list
34497              (mod_perl uses them to good advantage)
34498      Branch: perl
34499            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
34500 ____________________________________________________________________________
34501 [  5931] By: gsar                                  on 2000/04/24  09:01:40
34502         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
34503      Branch: perl
34504            ! pp_hot.c regexec.c t/op/pat.t
34505 ____________________________________________________________________________
34506 [  5930] By: gsar                                  on 2000/04/24  08:58:33
34507         Log: small os390 tweaks (from Peter Prymmer)
34508      Branch: perl
34509            ! config_h.SH makedepend.SH
34510 ____________________________________________________________________________
34511 [  5929] By: gsar                                  on 2000/04/24  08:55:25
34512         Log: pod nits
34513      Branch: perl
34514            ! pod/perlguts.pod
34515 ____________________________________________________________________________
34516 [  5928] By: gsar                                  on 2000/04/24  08:50:13
34517         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
34518      Branch: perl
34519            ! ext/IO/lib/IO/Poll.pm
34520 ____________________________________________________________________________
34521 [  5927] By: gsar                                  on 2000/04/24  08:43:24
34522         Log: arrange for next() to resume at the unstack op rather than the
34523              loop conditional, so that scope cleanup happens correctly
34524              (from Stephen McCamant)
34525      Branch: perl
34526            ! op.c pp_ctl.c t/op/misc.t
34527 ____________________________________________________________________________
34528 [  5926] By: gsar                                  on 2000/04/24  08:18:40
34529         Log: on windows, reserve 16M of stack rather than 128M (allows more
34530              threads to run concurrently)
34531      Branch: perl
34532            ! win32/Makefile win32/makefile.mk
34533 ____________________________________________________________________________
34534 [  5925] By: gsar                                  on 2000/04/24  08:13:52
34535         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
34536      Branch: perl
34537            ! toke.c
34538 ____________________________________________________________________________
34539 [  5924] By: gsar                                  on 2000/04/24  08:08:59
34540         Log: avoid using uninitialized memory in require version check
34541      Branch: perl
34542            ! pp_ctl.c universal.c
34543 ____________________________________________________________________________
34544 [  5923] By: gsar                                  on 2000/04/24  07:20:14
34545         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
34546      Branch: perl
34547            ! ext/IO/lib/IO/Poll.pm
34548 ____________________________________________________________________________
34549 [  5922] By: gsar                                  on 2000/04/24  07:08:42
34550         Log: commentary about IoTYPE() (from Nathan Torkington)
34551      Branch: perl
34552            ! sv.h
34553 ____________________________________________________________________________
34554 [  5921] By: gsar                                  on 2000/04/24  06:58:26
34555         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
34556              by fix
34557      Branch: perl
34558            ! sv.c t/lib/charnames.t t/pragma/utf8.t
34559 ____________________________________________________________________________
34560 [  5920] By: gsar                                  on 2000/04/24  06:37:59
34561         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
34562      Branch: perl
34563            ! doop.c t/op/ver.t
34564 ____________________________________________________________________________
34565 [  5919] By: gsar                                  on 2000/04/24  06:21:58
34566         Log: Configure might miss old directories when prefix must be
34567              expanded (from Robin Barker)
34568      Branch: metaconfig
34569            ! U/installdirs/inc_version_list.U
34570      Branch: perl
34571            ! Configure
34572 ____________________________________________________________________________
34573 [  5918] By: gsar                                  on 2000/04/24  06:16:11
34574         Log: VMS nits in glob() test (from Charles Lane)
34575      Branch: perl
34576            ! t/lib/glob-basic.t
34577 ____________________________________________________________________________
34578 [  5917] By: gsar                                  on 2000/04/24  06:11:56
34579         Log: various pod nits (from Larry Virden and others)
34580      Branch: perl
34581            ! README.amiga README.hpux README.machten README.os2
34582            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
34583            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
34584            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
34585            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
34586            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
34587            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
34588            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
34589            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
34590 ____________________________________________________________________________
34591 [  5916] By: gsar                                  on 2000/04/24  05:52:43
34592         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
34593              <wjones@tc.fluke.com>)
34594      Branch: perl
34595            ! t/lib/glob-basic.t
34596 ____________________________________________________________________________
34597 [  5915] By: gsar                                  on 2000/04/24  05:07:01
34598         Log: supported platforms mixed up
34599      Branch: perl
34600            ! pod/perl56delta.pod pod/perlport.pod
34601 ____________________________________________________________________________
34602 [  5914] By: gsar                                  on 2000/04/24  04:56:08
34603         Log: caller() wasn't returning the right number of elements for
34604              eval {...}
34605      Branch: perl
34606            ! pp_ctl.c t/pragma/warn/9enabled
34607 ____________________________________________________________________________
34608 [  5913] By: gsar                                  on 2000/04/24  04:35:41
34609         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
34610              Mark-Jason Dominus)
34611      Branch: perl
34612            ! pod/perlfunc.pod
34613 ____________________________________________________________________________
34614 [  5912] By: gsar                                  on 2000/04/24  04:17:15
34615         Log: fix totally broken caching in UNIVERSAL::isa() (from
34616              Nick Ing-Simmons)
34617      Branch: perl
34618            ! t/op/universal.t universal.c
34619 ____________________________________________________________________________
34620 [  5911] By: gsar                                  on 2000/04/24  03:39:47
34621         Log: add linebreak properties from unicode/LineBrk.txt (from
34622              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
34623      Branch: perl
34624            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
34625            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
34626            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
34627            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
34628            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
34629            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
34630            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
34631            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
34632            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
34633            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
34634            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
34635            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
34636            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
34637            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
34638            + lib/unicode/Is/LbrkZW.pl
34639            ! lib/unicode/mktables.PL
34640 ____________________________________________________________________________
34641 [  5910] By: gsar                                  on 2000/04/24  03:23:10
34642         Log: typo in pod
34643      Branch: perl
34644            ! ext/Thread/Thread.pm
34645 ____________________________________________________________________________
34646 [  5909] By: gsar                                  on 2000/04/24  03:22:03
34647         Log: mode argument to do_binmode() should be file mode, not boolean
34648      Branch: perl
34649            ! pp_sys.c
34650 ____________________________________________________________________________
34651 [  5908] By: gsar                                  on 2000/04/16  16:51:08
34652         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
34653              always returns a valid GV even when the symbol is trapped by strictures
34654              (avoids coredumps)
34655              
34656              TODO: the C<package;> hack needs similar treatment
34657      Branch: perl
34658            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
34659            ! t/pragma/strict-vars
34660 ____________________________________________________________________________
34661 [  5907] By: jhi                                   on 2000/03/31  23:42:56
34662         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
34663              an assumption which #5905 demolished.
34664      Branch: cfgperl
34665            ! pp_sys.c
34666 ____________________________________________________________________________
34667 [  5906] By: jhi                                   on 2000/03/31  18:54:37
34668         Log: Typo in #5905.
34669      Branch: cfgperl
34670            ! t/op/64bitint.t
34671 ____________________________________________________________________________
34672 [  5905] By: jhi                                   on 2000/03/31  18:50:54
34673         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
34674              reported by Joseph N. Hall.  The bug was that even with use64bitint
34675              one had to use the prefixes q, L, or ll with printf/sprintf,
34676              contrary to the documentation and common sense.
34677      Branch: cfgperl
34678            ! sv.c t/op/64bitint.t
34679 ____________________________________________________________________________
34680 [  5904] By: gsar                                  on 2000/03/28  02:31:32
34681         Log: add Changes, perldelta.pod
34682      Branch: perl
34683            + Changes pod/perldelta.pod
34684 ____________________________________________________________________________
34685 [  5903] By: gsar                                  on 2000/03/28  02:03:55
34686         Log: rename Changes and perldelta.pod
34687      Branch: perl
34688           +> Changes5.6 pod/perl56delta.pod
34689            - Changes pod/perldelta.pod
34690            ! MANIFEST
34691 ____________________________________________________________________________
34692 [  5902] By: gsar                                  on 2000/03/28  01:59:14
34693         Log: create maint-5.6 branch
34694      Branch: maint-5.6/perl
34695           +> (branch 1611 files)
34696 ____________________________________________________________________________
34697 [  5901] By: jhi                                   on 2000/03/23  05:48:43
34698         Log: Integrate with Sarathy.
34699      Branch: cfgperl
34700           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
34701 ____________________________________________________________________________
34702 [  5900] By: gsar                                  on 2000/03/23  05:42:43
34703         Log: three guesses on what this is :-)
34704      Branch: perl
34705            ! Changes