Integrate mainline
[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 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
35         Log: Integrate change #10144 from maintperl.
36              
37              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
38      Branch: perl
39           !> win32/config.bc win32/config.gc win32/config.vc
40           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
41 ____________________________________________________________________________
42 [ 10154] By: nick                                  on 2001/05/18  07:23:03
43         Log: Integrate mainline.
44      Branch: perlio
45           +> README.dgux t/lib/i18n-collate.t utils.lst
46           !> (integrate 49 files)
47 ____________________________________________________________________________
48 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
49         Log: Integrate change #7224 from mainline into maintperl.
50              
51              Allow @+ and @- to be doublequoted, from Simon Cozens. 
52              (Approved by Larry, see Tom's comment in 20000830.005.)
53      Branch: maint-5.6/perl
54           !> toke.c
55 ____________________________________________________________________________
56 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
57         Log: Subject: [PATCH bleadperl] small lookbehind fix
58              From: Hugo <hv@crypt.compulink.co.uk>
59              Date: Fri, 18 May 2001 00:07:19 +0100
60              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
61      Branch: perl
62            ! regexec.c
63 ____________________________________________________________________________
64 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
65         Log: Detypos.
66      Branch: perl
67            ! installman utils.lst
68 ____________________________________________________________________________
69 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
70         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
71              in 20001222.001.
72      Branch: perl
73            ! t/lib/glob-basic.t
74 ____________________________________________________________________________
75 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
76         Log: Subject: [PATCH] Test for bug 20010515.004
77              From: Benjamin Sugars <bsugars@canoe.ca>
78              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
79              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
80      Branch: perl
81            ! t/op/misc.t
82 ____________________________________________________________________________
83 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
84         Log: Integrate #10145 from maintperl.
85              
86              fix for ID 20010515.004 (needs test)
87      Branch: perl
88           !> pp_hot.c
89 ____________________________________________________________________________
90 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
91         Log: Thinko noticed by Doug MacEachern.
92      Branch: perl
93            ! thread.h
94 ____________________________________________________________________________
95 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
96         Log: Subject: Re: [PATCH] HERE mark in regex
97              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
98              Date: Thu, 17 May 2001 12:20:33 -0400
99              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
100      Branch: perl
101            ! t/op/re_tests
102 ____________________________________________________________________________
103 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
104         Log: fix for ID 20010515.004 (needs test)
105      Branch: maint-5.6/perl
106            ! pp_hot.c
107 ____________________________________________________________________________
108 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
109         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
110      Branch: maint-5.6/perl
111            ! win32/config.bc win32/config.gc win32/config.vc
112            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
113 ____________________________________________________________________________
114 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
115         Log: Macrofy the getspecific (and use it also in util.c)
116      Branch: perl
117            ! thread.h util.c
118 ____________________________________________________________________________
119 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
120         Log: Use the unchecked thread-specific key fetch also in Tru64.
121      Branch: perl
122            ! thread.h
123 ____________________________________________________________________________
124 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
125         Log: Subject: [PATCH 5.6.1]Quick thread speedup
126              From: Dan Sugalski <dan@sidhe.org> 
127              Date: Wed, 16 May 2001 18:05:19 -0400
128              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
129      Branch: perl
130            ! thread.h util.c
131 ____________________________________________________________________________
132 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
133         Log: I think this is quite enough testing for a deprecated feature.
134      Branch: perl
135            + t/lib/i18n-collate.t
136            ! MANIFEST t/lib/1_compile.t
137 ____________________________________________________________________________
138 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
139         Log: More HP-UX lore from Jeff Okamoto.
140      Branch: perl
141            ! README.hpux
142 ____________________________________________________________________________
143 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
144         Log: Sort utils.lst for easier maintenance.
145      Branch: perl
146            ! utils.lst
147 ____________________________________________________________________________
148 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
149         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
150              From: Tim Jenness <t.jenness@jach.hawaii.edu>
151              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
152              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
153              
154              Add pod2latex to utils.lst.
155      Branch: perl
156            ! MANIFEST utils.lst
157 ____________________________________________________________________________
158 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
159         Log: Subject: Re: [PATCH] HERE mark in regex
160              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
161              Date: Wed, 16 May 2001 13:04:43 -0400
162              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
163      Branch: perl
164            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
165            ! t/op/regmesg.t t/pragma/warn/regcomp
166 ____________________________________________________________________________
167 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
168         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
169              From: Simon Cozens <simon@netthink.co.uk>
170              Date: Wed, 16 May 2001 18:02:08 +0100
171              Message-ID: <20010516180208.A6458@netthink.co.uk>
172      Branch: perl
173            ! installman utils.lst
174 ____________________________________________________________________________
175 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
176         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
177              From: "Philip Newton" <pnewton@gmx.de>
178              Date: Tue, 15 May 2001 15:09:30 +0200
179              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
180              
181              Test case for #10128.
182      Branch: perl
183            ! t/pragma/warn/pp_hot
184 ____________________________________________________________________________
185 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
186         Log: Update Changes.
187      Branch: perl
188            ! Changes patchlevel.h
189 ____________________________________________________________________________
190 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
191         Log: Deprecate pseudo-hashes.
192      Branch: perl
193            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
194 ____________________________________________________________________________
195 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
196         Log: HP-UX hints update from Merijn.
197      Branch: perl
198            ! hints/hpux.sh
199 ____________________________________________________________________________
200 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
201         Log: README.hpux update from Merijn.
202      Branch: perl
203            ! README.hpux
204 ____________________________________________________________________________
205 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
206         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
207              From: Simon Cozens <simon@netthink.co.uk>
208              Date: Wed, 16 May 2001 15:57:55 +0100
209              Message-ID: <20010516155755.A4728@netthink.co.uk>
210      Branch: perl
211            + utils.lst
212            ! MANIFEST installman installperl
213 ____________________________________________________________________________
214 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
215         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
216              From: "Philip Newton" <pnewton@gmx.de>
217              Date: Tue, 15 May 2001 16:31:05 +0200
218              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
219              
220              Fix PERL_Y2KWARN test to check before rather than after appending.
221      Branch: perl
222            ! pp_hot.c
223 ____________________________________________________________________________
224 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
225         Log: Regen Porting stuff.
226      Branch: perl
227            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
228            ! config_h.SH
229 ____________________________________________________________________________
230 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
231         Log: Metaconfig unit change for #10125.
232      Branch: metaconfig
233            ! U/modified/Oldconfig.U
234 ____________________________________________________________________________
235 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
236         Log: Use OSVERS.
237      Branch: perl
238            ! Configure config_h.SH perl.c
239 ____________________________________________________________________________
240 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
241         Log: Regen toc.
242      Branch: perl
243            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
244 ____________________________________________________________________________
245 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
246         Log: Adding the README.dgux to the MANIFEST would be a good idea.
247      Branch: perl
248            ! MANIFEST
249 ____________________________________________________________________________
250 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
251         Log: Move the stack desire definition to thread.h.
252      Branch: perl
253            ! ext/Thread/Thread.xs thread.h
254 ____________________________________________________________________________
255 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
256         Log: DG-UX threading patches, including a README.dgux,
257              from Takis Psarogiannakopoulos.
258      Branch: perl
259            + README.dgux
260            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
261 ____________________________________________________________________________
262 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
263         Log: Subject: [PATCH B::Deparse] More on /x regexes
264              From: Robin Houston <robin@kitsite.com>
265              Date: Tue, 15 May 2001 19:09:35 +0100
266              Message-ID: <20010515190935.A27268@penderel>
267      Branch: perl
268            ! ext/B/B/Deparse.pm
269 ____________________________________________________________________________
270 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
271         Log: Document that the core time() may be rounding rather
272              than truncating, would have saved at least my confusion.
273      Branch: perl
274            ! ext/Time/HiRes/HiRes.pm
275 ____________________________________________________________________________
276 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
277         Log: Subject: perl-current/t/time-hires.t
278              From: John Peacock <jpeacock@rowman.com>
279              Date: Fri, 11 May 2001 14:09:41 -0400
280              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
281      Branch: perl
282            ! t/lib/time-hires.t
283 ____________________________________________________________________________
284 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
285         Log: Subject: [PATCH dump.c] Op private flags
286              From: Simon Cozens <simon@netthink.co.uk>
287              Date: Sun, 13 May 2001 20:20:36 +0100
288              Message-ID: <20010513202036.A21896@netthink.co.uk>
289      Branch: perl
290            ! dump.c
291 ____________________________________________________________________________
292 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
293         Log: Upgrade to Switch 2.03.
294      Branch: perl
295            ! lib/Switch.pm
296 ____________________________________________________________________________
297 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
298         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
299              to PERL_CONFIG_SH and use it consistently.
300      Branch: maint-5.6/perl
301           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
302           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
303           !> myconfig.SH writemain.SH
304 ____________________________________________________________________________
305 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
306         Log: Metaconfig units changes for #10113.
307      Branch: metaconfig
308            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
309 ____________________________________________________________________________
310 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
311         Log: The problem described in 20010514.031 still wasn't
312              fully cured, there were remnants of $CONFIG when
313              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
314              to avoid future conflicts.
315      Branch: perl
316            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
317            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
318            ! myconfig.SH writemain.SH
319 ____________________________________________________________________________
320 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
321         Log: Half of #10107 got lost.
322      Branch: perl
323            ! ext/B/B/Deparse.pm
324 ____________________________________________________________________________
325 [ 10111] By: nick                                  on 2001/05/15  08:39:14
326         Log: Integrate mainline.
327      Branch: perlio
328           +> ext/POSIX/hints/uts.pl
329            - Todo Todo-5.6 t/camel-III/vstring.t
330           !> (integrate 48 files)
331 ____________________________________________________________________________
332 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
333         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
334              From: Robin Houston <robin@kitsite.com>
335              Date: Mon, 14 May 2001 22:27:08 +0100
336              Message-ID: <20010514222708.A22963@penderel>
337      Branch: perl
338            ! t/TestInit.pm
339 ____________________________________________________________________________
340 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
341         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
342              From: Robin Houston <robin@kitsite.com>
343              Date: Mon, 14 May 2001 22:16:43 +0100
344              Message-ID: <20010514221643.A22437@penderel>
345      Branch: perl
346            ! ext/B/B/Deparse.pm
347 ____________________________________________________________________________
348 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
349         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
350              From: Robin Houston <robin@kitsite.com>
351              Date: Mon, 14 May 2001 22:03:44 +0100
352              Message-ID: <20010514220344.A20643@penderel>
353      Branch: perl
354            ! ext/B/B/Deparse.pm
355 ____________________________________________________________________________
356 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
357         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
358              From: Robin Houston <robin@kitsite.com>
359              Date: Mon, 14 May 2001 22:10:07 +0100
360              Message-ID: <20010514221007.A21118@penderel>
361      Branch: perl
362            ! ext/B/B/Deparse.pm
363 ____________________________________________________________________________
364 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
365         Log: Fix for 20010514.037; substr() didn't invalidate the locale
366              collation magic.
367      Branch: perl
368            ! pp.c
369 ____________________________________________________________________________
370 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
371         Log: Update Changes.
372      Branch: perl
373            ! Changes patchlevel.h
374 ____________________________________________________________________________
375 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
376         Log: Retract #10094.
377      Branch: perl
378            ! lib/Pod/Text.pm
379 ____________________________________________________________________________
380 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
381         Log: Integrate change #10100 from maintperl.
382              
383              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
384              bug ID 20010514.027)
385      Branch: perl
386           !> mg.c pp_ctl.c
387 ____________________________________________________________________________
388 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
389         Log: Document the deprecatedness of suidperl.
390      Branch: perl
391            ! INSTALL pod/perlfaq1.pod
392 ____________________________________________________________________________
393 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
394         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
395              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
396              Date: Mon, 14 May 2001 09:38:59 -0400
397              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
398      Branch: perl
399            ! lib/ExtUtils/MM_Unix.pm
400 ____________________________________________________________________________
401 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
402         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
403              bug ID 20010514.027)
404              
405              TODO: this needs a testsuite addition
406      Branch: maint-5.6/perl
407            ! mg.c pp_ctl.c
408 ____________________________________________________________________________
409 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
410         Log: More DWIMminess for Class::Struct: calling the array or hash
411              accessors only with one argument, an array or a hash reference,
412              sets the underlying array or hash.  This mirrors nicely also
413              the usage in the constructor.
414              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
415      Branch: perl
416            ! lib/Class/Struct.pm t/lib/class-struct.t
417 ____________________________________________________________________________
418 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
419         Log: Reference cmp'ing should go through the whole stringification
420              process shebang, as pointed out by Sarathy in #10091.
421      Branch: perl
422            ! pp.c
423 ____________________________________________________________________________
424 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
425         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
426              From: Simon Cozens <simon@netthink.co.uk>
427              Date: Sat, 12 May 2001 16:36:27 +0100
428              Message-ID: <20010512163627.A5522@netthink.co.uk>
429              
430              with some additions salvaged from Todo and Todo-5.6 before
431              retiring them.
432      Branch: perl
433            - Todo Todo-5.6
434            ! MANIFEST pod/perltodo.pod
435 ____________________________________________________________________________
436 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
437         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
438              From: "Golubev I. N." <gin@mo.msk.ru>
439              Date: Mon, 07 May 2001 14:33:34 (GMT)
440              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
441      Branch: perl
442            ! perl.h
443 ____________________________________________________________________________
444 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
445         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
446              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
447              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
448              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
449      Branch: perl
450            ! lib/ExtUtils/MM_Unix.pm
451 ____________________________________________________________________________
452 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
453         Log: (Retracted by #10104.)
454              
455              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
456              From: barries <barries@slaysys.com>
457              Date: Sat, 12 May 2001 01:28:10 -0400
458              Message-ID: <20010512012810.B26358@jester.slaysys.com>
459      Branch: perl
460            ! lib/Pod/Text.pm
461 ____________________________________________________________________________
462 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
463         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
464              From: Mike Guy <mjtg@cam.ac.uk>
465              Date: Sat, 12 May 2001 19:24:33 +0100
466              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
467      Branch: perl
468            ! lib/AutoSplit.pm
469 ____________________________________________________________________________
470 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
471         Log: Yet another HP-UX hints tweak from Merijn.
472      Branch: perl
473            ! hints/hpux.sh
474 ____________________________________________________________________________
475 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
476         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
477              isn't defined (changes#9366,9368,9370 from mainline without the
478              pp_scmp() change)
479      Branch: maint-5.6/perl
480            ! pp.c pp.h pp_hot.c
481 ____________________________________________________________________________
482 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
483         Log: The sorting seems to happen now automatically.
484      Branch: perl
485            ! t/lib/glob-basic.t
486 ____________________________________________________________________________
487 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
488         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
489              From: Benjamin Sugars <bsugars@canoe.ca>
490              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
491              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
492      Branch: perl
493            ! pod/perlfunc.pod
494 ____________________________________________________________________________
495 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
496         Log: Subject: Re: undef(&foo) does not work for XS functions
497              From: Doug MacEachern <dougm@covalent.net>
498              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
499              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
500      Branch: perl
501            ! op.c
502 ____________________________________________________________________________
503 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
504         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
505              From: Peter Prymmer <pvhp@forte.com>
506              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
507              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
508      Branch: perl
509            ! t/op/append.t
510 ____________________________________________________________________________
511 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
512         Log: Update Changes.
513      Branch: perl
514            ! Changes patchlevel.h
515 ____________________________________________________________________________
516 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
517         Log: Remove the 'asciir' re subpragma.  Should instead implement
518              the 'physical vs logical' range scheme:
519              
520              \xAA-\xCC is a native physical range, you want that range of
521              codepoints in your native encoding.  In EBCDIC the codepoints
522              in the gaps (between i-j and r-s) should be included.
523              
524              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
525              codepoints in Unicode.
526              
527              a-z is a logical range, you want that range of 'logical' codepoints
528              in your native encoding.  In EBCDIC the codepoints in the gaps
529              (between i-j and r-s) should not be included.
530              
531              Mixed cases (a-\xAA, etc) should either be errors, or maybe
532              the 'logical' endpoints should be converted to native/Unicode
533              codepoints, and the range handled as a physical range.
534              
535              'Logical endpoints' are to be recognized only in the A-Z, a-z,
536              and 0-9 ranges.  Probably a warning should be given for mixed
537              cases like A-z or a-9 (since such expressions are encoding
538              dependent), with a recommendation to use physical ranges.
539      Branch: perl
540            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
541            ! t/op/regexp.t
542 ____________________________________________________________________________
543 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
544         Log: Make the test to cleanup the test directory tree
545              both before and after the testing so that we always
546              have a clean slate to work with.
547      Branch: perl
548            ! t/lib/filefind.t
549 ____________________________________________________________________________
550 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
551         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
552              From: Jon Eveland <jweveland@yahoo.com>
553              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
554              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
555      Branch: perl
556            ! pod/perlfunc.pod
557 ____________________________________________________________________________
558 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
559         Log: Merge the camel-III/vstring.t with op/ver.t.
560      Branch: perl
561            - t/camel-III/vstring.t
562            ! MANIFEST t/TEST t/harness t/op/ver.t
563 ____________________________________________________________________________
564 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
565         Log: Add test.deparse make target.
566      Branch: perl
567            ! Makefile.SH
568 ____________________________________________________________________________
569 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
570         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
571              From: Robin Houston <robin@kitsite.com>
572              Date: Fri, 11 May 2001 12:02:22 +0100
573              Message-ID: <20010511120222.A11529@penderel>
574      Branch: perl
575            ! ext/B/B/Deparse.pm t/op/method.t
576 ____________________________________________________________________________
577 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
578         Log: A nicely working combination for UTS from Hal Morris.
579      Branch: perl
580            + ext/POSIX/hints/uts.pl
581            ! MANIFEST hints/uts.sh
582 ____________________________________________________________________________
583 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
584         Log: i_ieeefp=undef for UTS.
585      Branch: perl
586            ! hints/uts.sh
587 ____________________________________________________________________________
588 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
589         Log: Subject: RE: rand(0) is rand(1)
590              From: Larry Shatzer <lshatzer@islanddata.com>
591              Date: Thu, 10 May 2001 11:09:27 -0700
592              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
593      Branch: perl
594            ! pod/perlfunc.pod
595 ____________________________________________________________________________
596 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
597         Log: Subject: [patch] make op_{clear,null} public
598              From: Doug MacEachern <dougm@covalent.net>
599              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
600              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
601      Branch: perl
602            ! embed.h embed.pl op.c proto.h
603 ____________________________________________________________________________
604 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
605         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
606              From: Robin Houston <robin@kitsite.com>
607              Date: Thu, 10 May 2001 18:54:59 +0100
608              Message-ID: <20010510185459.A5995@penderel>
609      Branch: perl
610            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
611 ____________________________________________________________________________
612 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
613         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
614              From: Robin Houston <robin@kitsite.com>
615              Date: Thu, 10 May 2001 12:56:39 +0100
616              Message-ID: <20010510125639.A2119@penderel>
617      Branch: perl
618            ! ext/B/B/Deparse.pm
619 ____________________________________________________________________________
620 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
621         Log: Retract #10070, not ready yet.
622      Branch: perl
623            ! ext/B/B/Deparse.pm
624 ____________________________________________________________________________
625 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
626         Log: The metaconfig unit change for #10071.
627      Branch: metaconfig
628            ! U/modified/mallocsrc.U
629 ____________________________________________________________________________
630 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
631         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
632      Branch: perl
633            ! Configure
634 ____________________________________________________________________________
635 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
636         Log: (Retracted by #10073)
637              
638              Subject: Re: [PATCH t/TEST] B::Deparse tester 
639              From: Hugo <hv@crypt.compulink.co.uk>
640              Date: Thu, 10 May 2001 05:48:09 +0100
641              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
642      Branch: perl
643            ! ext/B/B/Deparse.pm
644 ____________________________________________________________________________
645 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
646         Log: Add a for(func()) test.
647      Branch: perl
648            ! t/cmd/for.t
649 ____________________________________________________________________________
650 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
651         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
652              From: Robin Houston <robin@kitsite.com>
653              Date: Thu, 10 May 2001 13:50:08 +0100
654              Message-ID: <20010510135008.A2454@penderel>
655      Branch: perl
656            ! ext/B/B/Deparse.pm
657 ____________________________________________________________________________
658 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
659         Log: A thinko in #10065.
660      Branch: perl
661            ! hv.c
662 ____________________________________________________________________________
663 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
664         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
665              From: Robin Houston <robin@kitsite.com>
666              Date: Thu, 10 May 2001 02:10:34 +0100
667              Message-ID: <20010510021034.A19421@penderel>
668      Branch: perl
669            ! ext/B/B.xs ext/B/B/Deparse.pm
670 ____________________________________________________________________________
671 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
672         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
673              From: Doug MacEachern <dougm@covalent.net>
674              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
675              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
676      Branch: perl
677            ! hv.c
678 ____________________________________________________________________________
679 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
680         Log: One more workaround for the UTS compiler from Hal Morris.
681      Branch: perl
682            ! perl.h
683 ____________________________________________________________________________
684 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
685         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
686              From: Robin Houston <robin@kitsite.com>
687              Date: Thu, 10 May 2001 01:02:08 +0100
688              Message-ID: <20010510010208.A18200@penderel>
689      Branch: perl
690            ! ext/B/B/Debug.pm
691 ____________________________________________________________________________
692 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
693         Log: Subject: [PATCH] Simplify deb_curcv() a bit
694              From: Benjamin Sugars <bsugars@canoe.ca>
695              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
696              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
697      Branch: perl
698            ! run.c
699 ____________________________________________________________________________
700 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
701         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
702              From: Benjamin Sugars <bsugars@canoe.ca>
703              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
704              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
705      Branch: perl
706            ! t/lib/io_scalar.t
707 ____________________________________________________________________________
708 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
709         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
710              From: Peter Prymmer <pvhp@forte.com>
711              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
712              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
713      Branch: perl
714            ! t/lib/md5-file.t
715 ____________________________________________________________________________
716 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
717         Log: Subject: [PATCH t/TEST] B::Deparse tester
718              From: Robin Houston <robin@kitsite.com>
719              Date: Wed, 9 May 2001 19:17:50 +0100
720              Message-ID: <20010509191750.A16940@penderel>
721      Branch: perl
722            ! ext/B/O.pm t/TEST
723 ____________________________________________________________________________
724 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
725         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
726              From: Jeff Pinyan <jeffp@crusoe.net>
727              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
728              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
729      Branch: perl
730            ! lib/Pod/Html.pm
731 ____________________________________________________________________________
732 [ 10057] By: nick                                  on 2001/05/09  18:37:56
733         Log: Integrate mainline.
734      Branch: perlio
735           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
736           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
737 ____________________________________________________________________________
738 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
739         Log: Update Changes.
740      Branch: perl
741            ! Changes patchlevel.h
742 ____________________________________________________________________________
743 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
744         Log: Integrate perlio.
745      Branch: perl
746           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
747 ____________________________________________________________________________
748 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
749         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
750              From: Benjamin Sugars <bsugars@canoe.ca>
751              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
752              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
753      Branch: perl
754            ! perlio.c
755 ____________________________________________________________________________
756 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
757         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
758              From: Benjamin Sugars <bsugars@canoe.ca>
759              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
760              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
761      Branch: perl
762            ! ext/PerlIO/Scalar/Scalar.xs
763 ____________________________________________________________________________
764 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
765         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
766              From: Jeff Pinyan <jeffp@crusoe.net>
767              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
768              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
769      Branch: perl
770            ! lib/Pod/Html.pm
771 ____________________________________________________________________________
772 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
773         Log: EPOC tweak from Olaf Flebbe.
774      Branch: perl
775            ! epoc/epocish.h
776 ____________________________________________________________________________
777 [ 10050] By: nick                                  on 2001/05/09  14:37:57
778         Log: win32, regen_config_h
779      Branch: perlio
780            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
781 ____________________________________________________________________________
782 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
783         Log: Integrate perlio.
784      Branch: perl
785           !> pp_sys.c
786 ____________________________________________________________________________
787 [ 10048] By: nick                                  on 2001/05/09  11:59:50
788         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
789              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
790      Branch: perlio
791            ! pp_sys.c
792 ____________________________________________________________________________
793 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
794         Log: Integrate perlio.
795      Branch: perl
796           !> run.c
797 ____________________________________________________________________________
798 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
799         Log: Subject: Re: Less warnings during configure
800              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
801              Date: Wed, 09 May 2001 13:12:49 +0200
802              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
803      Branch: perl
804            ! hints/hpux.sh
805 ____________________________________________________________________________
806 [ 10045] By: nick                                  on 2001/05/09  09:56:59
807         Log: MULTIPLICITY/DEBUGGING build fix.
808      Branch: perlio
809            ! run.c
810 ____________________________________________________________________________
811 [ 10044] By: nick                                  on 2001/05/09  09:46:37
812         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
813      Branch: perlio
814           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
815            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
816           !> (integrate 65 files)
817 ____________________________________________________________________________
818 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
819         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
820              From: Robin Houston <robin@kitsite.com>
821              Date: Tue, 8 May 2001 19:38:00 +0100
822              Message-ID: <20010508193800.A4389@penderel>
823              
824              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
825              From: Robin Houston <robin@kitsite.com>
826              Date: Tue, 8 May 2001 20:03:57 +0100
827              Message-ID: <20010508200357.A4614@penderel>
828              
829              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
830              From: Robin Houston <robin@kitsite.com>
831              Date: Wed, 9 May 2001 00:12:05 +0100
832              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
833      Branch: perl
834            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
835 ____________________________________________________________________________
836 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
837         Log: Retract #10031.
838      Branch: perl
839            ! pod/perlfunc.pod
840 ____________________________________________________________________________
841 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
842         Log: The metaconfig unit changes for #10040.
843      Branch: metaconfig/U/perl
844            ! Checkcc.U d_dlsymun.U dlsrc.U
845 ____________________________________________________________________________
846 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
847         Log: The Configure half of
848              
849              Subject: Less warnings during configure
850              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
851              Date: Tue, 08 May 2001 08:44:02 +0200
852              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
853      Branch: perl
854            ! Configure
855 ____________________________________________________________________________
856 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
857         Log: Subject: Less warnings during configure
858              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
859              Date: Tue, 08 May 2001 08:44:02 +0200
860              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
861      Branch: perl
862            ! hints/hpux.sh
863 ____________________________________________________________________________
864 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
865         Log: Don't forget to whine about \d__\d.
866      Branch: perl
867            ! t/pragma/warn/toke toke.c
868 ____________________________________________________________________________
869 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
870         Log: Allow underscores also in the exponent part.
871      Branch: perl
872            ! t/pragma/warn/toke toke.c
873 ____________________________________________________________________________
874 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
875         Log: CodeMagicCD doesn't look like an *I*DE.
876      Branch: perl
877            ! pod/perlfaq3.pod
878 ____________________________________________________________________________
879 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
880         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
881              to be consistently down).
882      Branch: perl
883            ! pod/perlfaq3.pod
884 ____________________________________________________________________________
885 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
886         Log: Upgrade to Text::Balanced 1.84.
887      Branch: perl
888            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
889 ____________________________________________________________________________
890 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
891         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
892              From: Benjamin Sugars <bsugars@canoe.ca>
893              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
894              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
895      Branch: perl
896            ! run.c
897 ____________________________________________________________________________
898 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
899         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
900              From: Peter Prymmer <pvhp@forte.com>
901              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
902              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
903      Branch: perl
904            ! t/pod/plainer.t
905 ____________________________________________________________________________
906 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
907         Log: (Retracted by #10042)
908              
909              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
910              From: "Philip Newton" <pnewton@gmx.de>
911              Date: Tue, 8 May 2001 09:18:10 +0200
912              Message-ID: <3AF7B9D2.28861.603732@localhost>
913      Branch: perl
914            ! pod/perlfunc.pod
915 ____________________________________________________________________________
916 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
917         Log: Subject: [PATCH B::Deparse] Document known bugs
918              From: Robin Houston <robin@kitsite.com>
919              Date: Tue, 8 May 2001 01:53:34 +0100
920              Message-ID: <20010508015334.A32394@penderel>
921      Branch: perl
922            ! ext/B/B/Deparse.pm
923 ____________________________________________________________________________
924 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
925         Log: Subject: Re: Perl book, magazine and website updates.
926              From: "Philip Newton" <pnewton@gmx.de>
927              Date: Mon, 7 May 2001 17:03:58 +0200
928              Message-ID: <3AF6D57E.5387.1E29930@localhost>
929      Branch: perl
930            ! pod/perlfaq2.pod
931 ____________________________________________________________________________
932 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
933         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
934              From: Peter Prymmer <pvhp@forte.com>
935              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
936              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
937      Branch: perl
938            ! t/io/fflush.t
939 ____________________________________________________________________________
940 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
941         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
942              From: Robin Houston <robin@kitsite.com>
943              Date: Tue, 8 May 2001 01:14:55 +0100
944              Message-ID: <20010508011455.A32162@penderel>
945      Branch: perl
946            ! ext/B/B/Deparse.pm
947 ____________________________________________________________________________
948 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
949         Log: Typo in #10025.
950      Branch: perl
951            ! hints/uts.sh
952 ____________________________________________________________________________
953 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
954         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
955      Branch: perl
956            ! hints/uts.sh
957 ____________________________________________________________________________
958 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
959         Log: Subject: Re: [ID 20010506.045] question about hash syntax
960              From: Peter Scott <Peter@PSDT.com>
961              Date: Sun, 06 May 2001 13:10:40 -0700
962              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
963      Branch: perl
964            ! pod/perl56delta.pod
965 ____________________________________________________________________________
966 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
967         Log: Configure should figure out the list of dynamic extensions
968              just fine in UTS-- and in fact it does, as reported by Hal Morris.
969      Branch: perl
970            ! hints/uts.sh
971 ____________________________________________________________________________
972 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
973         Log: Update Changes.
974      Branch: perl
975            ! Changes patchlevel.h
976 ____________________________________________________________________________
977 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
978         Log: Subject: [PATCH regcomp.c] Insecure regexes
979              From: Robin Houston <robin@kitsite.com>
980              Date: Mon, 7 May 2001 21:56:12 +0100
981              Message-ID: <20010507215612.A31114@penderel>
982      Branch: perl
983            ! regcomp.c
984 ____________________________________________________________________________
985 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
986         Log: Drop the foobar.perl.com references for now until Simon
987              gets them sorted out.
988      Branch: perl
989            ! pod/perlfaq2.pod
990 ____________________________________________________________________________
991 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
992         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
993              From: Prymmer/Kahn <pvhp@best.com>
994              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
995              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
996      Branch: perl
997            ! lib/Devel/SelfStubber.pm
998 ____________________________________________________________________________
999 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
1000         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
1001              From: Prymmer/Kahn <pvhp@best.com>
1002              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
1003              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
1004      Branch: perl
1005            ! win32/Makefile
1006 ____________________________________________________________________________
1007 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
1008         Log: s/WebTechnique's/WebTechniques/
1009      Branch: perl
1010            ! pod/perlfaq2.pod
1011 ____________________________________________________________________________
1012 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
1013         Log: Llama 3 updates from Randal.
1014      Branch: perl
1015            ! pod/perlfaq2.pod
1016 ____________________________________________________________________________
1017 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
1018         Log: Subject: [PATCH] Help -Dt show correct pad variables
1019              From: Benjamin Sugars <ben.sugars@home.com>
1020              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
1021              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
1022      Branch: perl
1023            ! embed.h embed.pl proto.h run.c
1024 ____________________________________________________________________________
1025 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
1026         Log: Subject: [PATCH] Document C<our $foo : shared>
1027              From: Benjamin Sugars <ben.sugars@home.com>
1028              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
1029              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
1030      Branch: perl
1031            ! pod/perlfunc.pod
1032 ____________________________________________________________________________
1033 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
1034         Log: Subject: [PATCH B::Deparse] undefined folded constants
1035              From: Robin Houston <robin@kitsite.com>
1036              Date: Sun, 6 May 2001 17:19:09 +0100
1037              Message-ID: <20010506171909.A7046@penderel>
1038      Branch: perl
1039            ! ext/B/B/Deparse.pm
1040 ____________________________________________________________________________
1041 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
1042         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
1043              From: Robin Houston <robin@kitsite.com>
1044              Message-ID: <20010506164654.A6848@penderel>
1045              Date: Sun, 6 May 2001 16:46:54 +0100
1046      Branch: perl
1047            ! ext/B/B/Deparse.pm
1048 ____________________________________________________________________________
1049 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
1050         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
1051              From: Robin Houston <robin@kitsite.com>
1052              Date: Sun, 6 May 2001 14:47:02 +0100
1053              Message-ID: <20010506144702.A6308@penderel>
1054      Branch: perl
1055            ! t/op/my_stash.t
1056 ____________________________________________________________________________
1057 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
1058         Log: Subject: Perl book, magazine and website updates.
1059              From: Simon Cozens <simon@netthink.co.uk>
1060              Date: Sun, 6 May 2001 16:55:36 +0100
1061              Message-ID: <20010506165536.A1795@netthink.co.uk>
1062      Branch: perl
1063            ! pod/perlbook.pod pod/perlfaq2.pod
1064 ____________________________________________________________________________
1065 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
1066         Log: Tweaks on the Tru64 prof options.
1067      Branch: perl
1068            ! pod/perlhack.pod
1069 ____________________________________________________________________________
1070 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
1071         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
1072              From: Robin Houston <robin@kitsite.com>
1073              Date: Sun, 6 May 2001 14:40:51 +0100
1074              Message-ID: <20010506144051.A6279@penderel>
1075      Branch: perl
1076            ! t/pod/testp2pt.pl
1077 ____________________________________________________________________________
1078 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
1079         Log: Subject: [PATCH B::Deparse] scoping
1080              From: Robin Houston <robin@kitsite.com>
1081              Date: Sun, 6 May 2001 14:36:56 +0100
1082              Message-ID: <20010506143656.A4006@penderel>
1083      Branch: perl
1084            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
1085 ____________________________________________________________________________
1086 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
1087         Log: Document the undefinedness of bitshifting out of range.
1088      Branch: perl
1089            ! pod/perlop.pod
1090 ____________________________________________________________________________
1091 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
1092         Log: Retract #10003 and update the IDE descriptions a bit.
1093      Branch: perl
1094            ! pod/perlfaq3.pod
1095 ____________________________________________________________________________
1096 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
1097         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
1098              From: Prymmer/Kahn <pvhp@best.com>
1099              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
1100              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
1101      Branch: perl
1102            ! win32/Makefile win32/buildext.pl win32/config.bc
1103            ! win32/config.gc win32/config.vc
1104 ____________________________________________________________________________
1105 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
1106         Log: (Retracted by #10005.)
1107      Branch: perl
1108            ! pod/perlfaq3.pod
1109 ____________________________________________________________________________
1110 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
1111         Log: It's "psed", not "sed".
1112      Branch: perl
1113            ! x2p/s2p.PL
1114 ____________________________________________________________________________
1115 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
1116         Log: Update Changes.
1117      Branch: perl
1118            ! Changes patchlevel.h
1119 ____________________________________________________________________________
1120 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
1121         Log: Subject: Re: bleadperl make install fails due to "psed"
1122              From: andreas.koenig@anima.de (Andreas J. Koenig)
1123              Date: 05 May 2001 18:23:28 +0200
1124              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
1125      Branch: perl
1126            ! x2p/Makefile.SH x2p/s2p.PL
1127 ____________________________________________________________________________
1128 [  9999] By: jhi                                   on 2001/05/05  18:28:09
1129         Log: AUTHORS updates.
1130      Branch: perl
1131            ! AUTHORS
1132 ____________________________________________________________________________
1133 [  9998] By: jhi                                   on 2001/05/05  18:16:00
1134         Log: Updates on the pods related to the modules included since 5.6.
1135              
1136              TODO: perltodo really could use major updating.
1137      Branch: perl
1138            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
1139            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
1140            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
1141            ! pod/perlsyn.pod pod/perltodo.pod
1142 ____________________________________________________________________________
1143 [  9997] By: jhi                                   on 2001/05/05  17:35:17
1144         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
1145              from Kurt Skauen.
1146      Branch: perl
1147            + hints/atheos.sh
1148            ! MANIFEST
1149 ____________________________________________________________________________
1150 [  9996] By: jhi                                   on 2001/05/05  17:25:00
1151         Log: Add preemptive #undefs for some of the shorter and more prone
1152              to collision regcomp.h #defines.  (Background: the MASK collided
1153              with a system header #define in Rhapsody.)
1154      Branch: perl
1155            ! regcomp.h
1156 ____________________________________________________________________________
1157 [  9995] By: jhi                                   on 2001/05/05  13:24:21
1158         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
1159              From: Nicholas Clark <nick@ccl4.org>
1160              Date: Sat, 5 May 2001 14:46:39 +0100
1161              Message-ID: <20010505144639.O53513@plum.flirble.org>
1162              
1163              Add a test for the constants (if any) being processed correctly.
1164      Branch: perl
1165            ! utils/h2xs.PL
1166 ____________________________________________________________________________
1167 [  9994] By: jhi                                   on 2001/05/05  02:11:03
1168         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
1169              From: Peter Prymmer <pvhp@forte.com>
1170              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
1171              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
1172      Branch: perl
1173            ! t/lib/b-stash.t
1174 ____________________________________________________________________________
1175 [  9993] By: jhi                                   on 2001/05/05  02:03:49
1176         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
1177              From: Peter Prymmer <pvhp@forte.com>
1178              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
1179              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
1180      Branch: perl
1181            ! perlio.c vms/vmsish.h
1182 ____________________________________________________________________________
1183 [  9992] By: jhi                                   on 2001/05/04  17:21:12
1184         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
1185              From: Robin Barker <rmb1@cise.npl.co.uk>
1186              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
1187              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
1188      Branch: perl
1189            + t/pod/plainer.t
1190            ! MANIFEST
1191 ____________________________________________________________________________
1192 [  9991] By: jhi                                   on 2001/05/04  16:47:45
1193         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
1194              From: Robin Barker <rmb1@cise.npl.co.uk>
1195              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
1196              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
1197      Branch: perl
1198            ! regcomp.c
1199 ____________________________________________________________________________
1200 [  9990] By: jhi                                   on 2001/05/04  14:37:20
1201         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
1202              From: Prymmer/Kahn <pvhp@best.com>
1203              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
1204              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
1205      Branch: perl
1206            ! t/lib/b-stash.t
1207 ____________________________________________________________________________
1208 [  9989] By: jhi                                   on 2001/05/04  14:03:58
1209         Log: Introduce perl572delta, update Todo, add the missing
1210              mention about signal safety since 5.7.1 (though this
1211              requires verification and more details.)
1212      Branch: perl
1213            + pod/perl572delta.pod
1214            ! MANIFEST Todo pod/perl571delta.pod
1215 ____________________________________________________________________________
1216 [  9988] By: jhi                                   on 2001/05/04  12:41:51
1217         Log: Subject: [PATCH perl@9944] long =item
1218              From: Robin Barker <rmb1@cise.npl.co.uk>
1219              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
1220              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
1221      Branch: perl
1222            ! ext/Time/HiRes/HiRes.pm
1223 ____________________________________________________________________________
1224 [  9987] By: jhi                                   on 2001/05/04  12:39:19
1225         Log: The #9901 had removed one line essential for EBCDIC.
1226      Branch: perl
1227            ! regcomp.c
1228 ____________________________________________________________________________
1229 [  9986] By: jhi                                   on 2001/05/04  12:30:23
1230         Log: Subject: cygwin/Makefile.SHs INSTALL patch
1231              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
1232              Date: Mon, 08 Jan 2001 04:59:21 +0200
1233              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
1234      Branch: perl
1235            ! cygwin/Makefile.SHs
1236 ____________________________________________________________________________
1237 [  9985] By: jhi                                   on 2001/05/04  03:51:39
1238         Log: Encode/IO doc tweaks.
1239      Branch: perl
1240            ! ext/Encode/Encode.pm
1241 ____________________________________________________________________________
1242 [  9984] By: jhi                                   on 2001/05/04  03:29:34
1243         Log: Remove GDBM_File from the dynamic extensions for UTS,
1244              GDBM is not a standard feature.
1245      Branch: perl
1246            ! hints/uts.sh
1247 ____________________________________________________________________________
1248 [  9983] By: jhi                                   on 2001/05/04  03:22:59
1249         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
1250      Branch: perl
1251            ! pod/perlretut.pod
1252 ____________________________________________________________________________
1253 [  9982] By: jhi                                   on 2001/05/03  23:21:03
1254         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
1255              From: Benjamin Sugars <bsugars@canoe.ca>
1256              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
1257              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
1258      Branch: perl
1259            ! dump.c
1260 ____________________________________________________________________________
1261 [  9981] By: jhi                                   on 2001/05/03  23:20:05
1262         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
1263              From: Benjamin Sugars <bsugars@canoe.ca>
1264              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
1265              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
1266      Branch: perl
1267            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
1268 ____________________________________________________________________________
1269 [  9980] By: jhi                                   on 2001/05/03  23:15:29
1270         Log: Integrate perlio.
1271      Branch: perl
1272           !> ext/Encode/Encode.pm
1273 ____________________________________________________________________________
1274 [  9979] By: jhi                                   on 2001/05/03  16:54:59
1275         Log: Install psed man page.
1276      Branch: perl
1277            ! installman
1278 ____________________________________________________________________________
1279 [  9978] By: jhi                                   on 2001/05/03  16:45:58
1280         Log: Remove unused files; noted by Sarathy.
1281      Branch: perl
1282            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
1283            ! MANIFEST
1284 ____________________________________________________________________________
1285 [  9977] By: jhi                                   on 2001/05/03  16:42:30
1286         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
1287              From: Andy Dougherty <doughera@lafayette.edu>
1288              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
1289              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
1290      Branch: perl
1291            ! INSTALL
1292 ____________________________________________________________________________
1293 [  9976] By: nick                                  on 2001/05/03  16:40:42
1294         Log: Allow $answer = encode($object,$text); like it says in docs.
1295      Branch: perlio
1296            ! ext/Encode/Encode.pm
1297 ____________________________________________________________________________
1298 [  9975] By: nick                                  on 2001/05/03  16:22:30
1299         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
1300              to be in scope (fair enough), and also a package variable (our) for eval to see it.
1301      Branch: perlio
1302            ! ext/Encode/Encode.pm
1303 ____________________________________________________________________________
1304 [  9974] By: nick                                  on 2001/05/03  15:48:17
1305         Log: Integrate mainline.
1306      Branch: perlio
1307           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
1308           +> t/lib/filter-simple.t t/lib/next.t
1309           !> (integrate 70 files)
1310 ____________________________________________________________________________
1311 [  9973] By: jhi                                   on 2001/05/03  13:09:09
1312         Log: Update Changes.
1313      Branch: perl
1314            ! Changes patchlevel.h
1315 ____________________________________________________________________________
1316 [  9972] By: jhi                                   on 2001/05/03  12:58:33
1317         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
1318              From: Prymmer/Kahn <pvhp@best.com>
1319              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
1320              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
1321      Branch: perl
1322            ! t/io/fflush.t
1323 ____________________________________________________________________________
1324 [  9971] By: jhi                                   on 2001/05/03  12:57:26
1325         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
1326              From: Prymmer/Kahn <pvhp@best.com>
1327              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
1328              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
1329      Branch: perl
1330            ! win32/FindExt.pm
1331 ____________________________________________________________________________
1332 [  9970] By: jhi                                   on 2001/05/03  02:42:46
1333         Log: Can't croak sans thread context, from Doug MacEachern.
1334      Branch: perl
1335            ! toke.c
1336 ____________________________________________________________________________
1337 [  9969] By: jhi                                   on 2001/05/03  01:23:48
1338         Log: Subject: Random input test and Perl
1339              From: Ilya Zakharevich <ilya@math.berkeley.edu>
1340              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
1341              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
1342      Branch: perl
1343            ! toke.c
1344 ____________________________________________________________________________
1345 [  9968] By: jhi                                   on 2001/05/02  22:17:21
1346         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
1347              From: Peter Prymmer <pvhp@forte.com>
1348              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
1349              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
1350      Branch: perl
1351            ! pod/perlfunc.pod pod/perlport.pod
1352 ____________________________________________________________________________
1353 [  9967] By: jhi                                   on 2001/05/02  20:12:45
1354         Log: Workaround for UTS compiler casting bug from Hal Morris.
1355      Branch: perl
1356            ! perl.h
1357 ____________________________________________________________________________
1358 [  9966] By: jhi                                   on 2001/05/02  18:31:37
1359         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
1360              From: Dan Sugalski <dan@sidhe.org>
1361              Date: Wed, 02 May 2001 15:23:22 -0400
1362              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
1363      Branch: perl
1364            ! perl.c vms/vms.c
1365 ____________________________________________________________________________
1366 [  9965] By: jhi                                   on 2001/05/02  18:21:29
1367         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
1368      Branch: perl
1369            ! pod/perlfunc.pod
1370 ____________________________________________________________________________
1371 [  9964] By: jhi                                   on 2001/05/02  18:15:01
1372         Log: Document large files in INSTALL, document also the %x
1373              limitation if not use64bitint, closes bug 20010326.007.
1374      Branch: perl
1375            ! INSTALL
1376 ____________________________________________________________________________
1377 [  9963] By: jhi                                   on 2001/05/02  17:24:47
1378         Log: perlmodlib tweaks; regen pods.
1379      Branch: perl
1380            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
1381            ! pod/perltoc.pod
1382 ____________________________________________________________________________
1383 [  9962] By: jhi                                   on 2001/05/02  17:14:00
1384         Log: Fix for a segfault, from Marc Lehmann.
1385      Branch: perl
1386            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
1387 ____________________________________________________________________________
1388 [  9961] By: jhi                                   on 2001/05/02  15:55:53
1389         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
1390              From: "Philip Newton" <pnewton@gmx.de>
1391              Date: Wed, 2 May 2001 18:39:03 +0200
1392              Message-ID: <3AF05447.15525.173B588@localhost>
1393      Branch: perl
1394            ! pod/perlop.pod
1395 ____________________________________________________________________________
1396 [  9960] By: jhi                                   on 2001/05/02  15:35:37
1397         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
1398              From: Dan Sugalski <dan@sidhe.org>
1399              Date: Wed, 02 May 2001 11:37:27 -0400
1400              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
1401      Branch: perl
1402            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
1403            ! thread.h vms/vms.c vms/vmsish.h
1404 ____________________________________________________________________________
1405 [  9959] By: jhi                                   on 2001/05/02  15:21:08
1406         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
1407              From: Benjamin Sugars <bsugars@canoe.ca>
1408              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
1409              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
1410      Branch: perl
1411            ! ext/PerlIO/Scalar/Scalar.xs
1412 ____________________________________________________________________________
1413 [  9958] By: jhi                                   on 2001/05/02  15:15:53
1414         Log: Bug in #9915, spotted by Mike Guy.
1415      Branch: perl
1416            ! installperl
1417 ____________________________________________________________________________
1418 [  9957] By: jhi                                   on 2001/05/02  13:26:01
1419         Log: Add a test for not griping about references as array
1420              indices if the reference has magic in it (overloaded
1421              methods).
1422      Branch: perl
1423            ! pod/perldiag.pod t/pragma/warn/pp_hot
1424 ____________________________________________________________________________
1425 [  9956] By: jhi                                   on 2001/05/02  13:07:01
1426         Log: Retracted a bit too much in #9952.
1427      Branch: perl
1428            ! t/pragma/sub_lval.t
1429 ____________________________________________________________________________
1430 [  9955] By: jhi                                   on 2001/05/02  13:05:38
1431         Log: Test for #9952.
1432      Branch: perl
1433            ! t/op/tie.t
1434 ____________________________________________________________________________
1435 [  9954] By: jhi                                   on 2001/05/02  11:48:18
1436         Log: Additional note on the encoding example: one cannot
1437              convert string constants in-place.
1438      Branch: perl
1439            ! ext/Encode/Encode.pm
1440 ____________________________________________________________________________
1441 [  9953] By: jhi                                   on 2001/05/02  11:43:51
1442         Log: Note that if you have recent enough Perl you already
1443              have Filter::Util::Call.
1444      Branch: perl
1445            ! lib/Filter/Simple.pm
1446 ____________________________________________________________________________
1447 [  9952] By: jhi                                   on 2001/05/02  11:31:53
1448         Log: Retract changes #8254 and #8255, causes coredump in
1449              'tie FH, "main"', reported by Abigail, culprit found by
1450              Benjamin Sugars.  Mirrors maintperl change #9950.
1451      Branch: perl
1452            ! op.c t/pragma/sub_lval.t
1453 ____________________________________________________________________________
1454 [  9951] By: jhi                                   on 2001/05/02  11:14:29
1455         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
1456      Branch: perl
1457            + t/lib/MyFilter.pm
1458 ____________________________________________________________________________
1459 [  9950] By: gsar                                  on 2001/05/02  03:17:11
1460         Log: revert integration of changes#8254,8255 in change#8620 (causes
1461              a coredump in C<tie FH, 'foo'>; the idea itself may need better
1462              rationalization)
1463      Branch: maint-5.6/perl
1464            ! op.c t/pragma/sub_lval.t
1465 ____________________________________________________________________________
1466 [  9949] By: gsar                                  on 2001/05/02  02:56:32
1467         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
1468              
1469              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
1470              
1471              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
1472      Branch: maint-5.6/perl
1473           !> hints/svr5.sh
1474 ____________________________________________________________________________
1475 [  9948] By: gsar                                  on 2001/05/02  02:49:15
1476         Log: pod/find.t breaks on VMS (from Craig Berry)
1477      Branch: maint-5.6/perl
1478            ! t/pod/find.t
1479 ____________________________________________________________________________
1480 [  9947] By: jhi                                   on 2001/05/02  02:43:09
1481         Log: Add an encoding conversion example.
1482      Branch: perl
1483            ! ext/Encode/Encode.pm
1484 ____________________________________________________________________________
1485 [  9946] By: jhi                                   on 2001/05/02  01:34:22
1486         Log: Another coat of paint but still nowhere finished.
1487              Need to decide on the semantics of strptime(): should
1488              strptime() be a function instead of a method?  To do
1489              the week/monthname-strptiming the i18n/l10n bullet needs
1490              to be bitten with gusto.
1491      Branch: perl
1492            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
1493 ____________________________________________________________________________
1494 [  9945] By: jhi                                   on 2001/05/01  23:40:52
1495         Log: Update Changes.
1496      Branch: perl
1497            ! Changes patchlevel.h
1498 ____________________________________________________________________________
1499 [  9944] By: jhi                                   on 2001/05/01  23:33:37
1500         Log: Add known-to-be-tested modules to the list-to-be-skipped.
1501      Branch: perl
1502            ! t/lib/1_compile.t
1503 ____________________________________________________________________________
1504 [  9943] By: jhi                                   on 2001/05/01  23:24:40
1505         Log: Subject: BorlandC++ fix
1506              From: "Vadim Konovalov" <watman@inbox.ru>
1507              Date: Mon, 30 Apr 2001 20:12:26 -0700
1508              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
1509      Branch: perl
1510            ! win32/makefile.mk
1511 ____________________________________________________________________________
1512 [  9942] By: jhi                                   on 2001/05/01  23:18:02
1513         Log: Update to Filter::Simple 0.60, create a test for it.
1514      Branch: perl
1515            + t/lib/filter-simple.t
1516            ! MANIFEST lib/Filter/Simple.pm
1517 ____________________________________________________________________________
1518 [  9941] By: jhi                                   on 2001/05/01  19:47:24
1519         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
1520              From: Hugo <hv@crypt.compulink.co.uk>
1521              Date: Tue, 01 May 2001 20:12:20 +0100
1522              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
1523      Branch: perl
1524            ! pp_hot.c t/op/re_tests
1525 ____________________________________________________________________________
1526 [  9940] By: jhi                                   on 2001/05/01  19:42:16
1527         Log: Integrate perlio.
1528      Branch: perl
1529           !> lib/base.pm t/lib/fields.t
1530 ____________________________________________________________________________
1531 [  9939] By: jhi                                   on 2001/05/01  19:39:51
1532         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
1533              From: Benjamin Sugars <bsugars@canoe.ca>
1534              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
1535              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
1536      Branch: perl
1537            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
1538 ____________________________________________________________________________
1539 [  9938] By: jhi                                   on 2001/05/01  19:34:09
1540         Log: Add NEXT, a pseudo-class for method redispatching.
1541              <Damian>NEXT.pm probably offers more bang-for-buck
1542              than anything else I've ever written.</Damian>
1543      Branch: perl
1544            + lib/NEXT.pm t/lib/next.t
1545            ! MANIFEST
1546 ____________________________________________________________________________
1547 [  9937] By: jhi                                   on 2001/05/01  19:21:41
1548         Log: Update to Switch 2.02.
1549      Branch: perl
1550            ! lib/Switch.pm t/lib/switch.t
1551 ____________________________________________________________________________
1552 [  9936] By: nick                                  on 2001/05/01  19:09:21
1553         Log: Fix for base.pm clobbering $VERSION
1554      Branch: perlio
1555            ! lib/base.pm
1556 ____________________________________________________________________________
1557 [  9935] By: nick                                  on 2001/05/01  18:54:38
1558         Log: Test for base.pm clobbering $VERSION.
1559      Branch: perlio
1560            ! t/lib/fields.t
1561 ____________________________________________________________________________
1562 [  9934] By: jhi                                   on 2001/05/01  18:39:10
1563         Log: Add information about Scalar::Util::blessed.
1564      Branch: perl
1565            ! pod/perlobj.pod
1566 ____________________________________________________________________________
1567 [  9933] By: jhi                                   on 2001/05/01  18:33:51
1568         Log: Subject: Extra UNIVERSAL documentation
1569              From: Mike Guy <mjtg@cam.ac.uk>
1570              Date: Tue, 01 May 2001 20:12:11 +0100
1571              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
1572      Branch: perl
1573            ! pod/perlobj.pod
1574 ____________________________________________________________________________
1575 [  9932] By: jhi                                   on 2001/05/01  18:26:54
1576         Log: Subject: Autoflush in tests as appropriate
1577              From: Mike Guy <mjtg@cam.ac.uk>
1578              Date: Tue, 01 May 2001 20:05:31 +0100
1579              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
1580      Branch: perl
1581            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
1582            ! t/op/taint.t
1583 ____________________________________________________________________________
1584 [  9931] By: jhi                                   on 2001/05/01  18:02:29
1585         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
1586              From: Benjamin Sugars <bsugars@canoe.ca>
1587              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
1588              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
1589      Branch: perl
1590            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
1591 ____________________________________________________________________________
1592 [  9930] By: jhi                                   on 2001/05/01  15:12:26
1593         Log: Subject: Re: Finally got a round tuit
1594              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1595              Date: Tue, 01 May 2001 14:14:10 +0200
1596              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
1597              
1598              The -DP part, slightly modified.
1599      Branch: perl
1600            ! perl.c
1601 ____________________________________________________________________________
1602 [  9929] By: jhi                                   on 2001/05/01  14:17:15
1603         Log: Subject: Re: Finally got a round tuit
1604              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1605              Date: Tue, 01 May 2001 16:34:06 +0200
1606              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
1607              
1608              cpp and optimization tweaks for HP-UX.
1609      Branch: perl
1610            ! hints/hpux.sh
1611 ____________________________________________________________________________
1612 [  9928] By: jhi                                   on 2001/05/01  13:24:20
1613         Log: Tune the scan_num() comments to reality.
1614      Branch: perl
1615            ! toke.c
1616 ____________________________________________________________________________
1617 [  9927] By: jhi                                   on 2001/05/01  13:14:01
1618         Log: Subject: [PATCH B::Deparse] optimised sort
1619              From: Robin Houston <robin@kitsite.com>
1620              Date: Tue, 1 May 2001 14:07:12 +0100
1621              Message-ID: <20010501140712.A4266@penderel>
1622      Branch: perl
1623            ! ext/B/B/Deparse.pm
1624 ____________________________________________________________________________
1625 [  9926] By: jhi                                   on 2001/05/01  13:10:53
1626         Log: Subject: [PATCH t/lib/b-deparse.t] 
1627              From: Robin Houston <robin@kitsite.com>
1628              Date: Tue, 1 May 2001 13:37:42 +0100
1629              Message-ID: <20010501133742.A4082@penderel>
1630      Branch: perl
1631            ! t/lib/b-deparse.t
1632 ____________________________________________________________________________
1633 [  9925] By: jhi                                   on 2001/05/01  13:10:13
1634         Log: Subject: [PATCH B::Deparse] for(;;), sort
1635              From: Robin Houston <robin@kitsite.com>
1636              Date: Tue, 1 May 2001 13:35:00 +0100
1637              Message-ID: <20010501133500.A4061@penderel>
1638      Branch: perl
1639            ! ext/B/B/Deparse.pm
1640 ____________________________________________________________________________
1641 [  9924] By: jhi                                   on 2001/05/01  13:09:22
1642         Log: Subject: [PATCH B::Deparse] do, warn, use
1643              From: Robin Houston <robin@kitsite.com>
1644              Date: Tue, 1 May 2001 13:31:03 +0100
1645              Message-ID: <20010501133103.A4041@penderel>
1646      Branch: perl
1647            ! ext/B/B/Deparse.pm
1648 ____________________________________________________________________________
1649 [  9923] By: jhi                                   on 2001/05/01  11:45:36
1650         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
1651              From: Benjamin Sugars <ben.sugars@home.com>
1652              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
1653              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
1654      Branch: perl
1655            + t/io/fflush.t
1656            ! MANIFEST
1657 ____________________________________________________________________________
1658 [  9922] By: jhi                                   on 2001/05/01  11:35:42
1659         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
1660              From: Peter Prymmer <pvhp@forte.com>
1661              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
1662              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
1663      Branch: perl
1664            ! t/lib/selfstubber.t
1665 ____________________________________________________________________________
1666 [  9921] By: jhi                                   on 2001/04/30  16:34:33
1667         Log: Subject: [PATCH B::Concise] suppress warning
1668              From: Robin Houston <robin@kitsite.com>
1669              Date: Mon, 30 Apr 2001 16:09:49 +0100
1670              Message-ID: <20010430160949.A25086@penderel>
1671      Branch: perl
1672            ! ext/B/B/Concise.pm
1673 ____________________________________________________________________________
1674 [  9920] By: jhi                                   on 2001/04/30  13:56:04
1675         Log: Strip the *markers* from #9919.
1676      Branch: perl
1677            ! pod/perlfaq.pod pod/perlfaq5.pod
1678 ____________________________________________________________________________
1679 [  9919] By: jhi                                   on 2001/04/30  13:54:04
1680         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
1681              From: Gwyn Judd <b.judd@xtra.co.nz>
1682              Date: Sun, 29 Apr 2001 01:47:49 +1200
1683              Message-ID: <20010429014749.A4418@thislove>
1684      Branch: perl
1685            ! pod/perlfaq.pod pod/perlfaq5.pod
1686 ____________________________________________________________________________
1687 [  9918] By: jhi                                   on 2001/04/30  13:13:54
1688         Log: More_tweakage.
1689      Branch: perl
1690            ! pod/perldata.pod pod/perldiag.pod
1691 ____________________________________________________________________________
1692 [  9917] By: jhi                                   on 2001/04/30  13:01:27
1693         Log: Update Changes.
1694      Branch: perl
1695            ! Changes patchlevel.h
1696 ____________________________________________________________________________
1697 [  9916] By: jhi                                   on 2001/04/30  12:57:03
1698         Log: T_w_e_a_k_a_g_e.
1699      Branch: perl
1700            ! pod/perldata.pod pod/perldiag.pod
1701 ____________________________________________________________________________
1702 [  9915] By: jhi                                   on 2001/04/30  12:39:29
1703         Log: Install s2p also as psed.
1704              
1705              TODO: psed documentation?
1706      Branch: perl
1707            ! installperl
1708 ____________________________________________________________________________
1709 [  9914] By: jhi                                   on 2001/04/30  12:29:21
1710         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
1711              From: Jens Hamisch <jens@Strawberry.COM>
1712              Date: Fri, 27 Apr 2001 17:00:36 +0200
1713              Message-ID: <20010427170036.K1372@Strawberry.COM>
1714              
1715              SOCKS5_VERSION_NAME is the right symbol to detect
1716              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
1717              function called socks5_init() is available, and even that is
1718              not universal, most SOCKS5 installations use SOCKSinit()).
1719      Branch: perl
1720            ! perlio.c
1721 ____________________________________________________________________________
1722 [  9913] By: jhi                                   on 2001/04/30  12:22:15
1723         Log: Allow a zero timeout on IO::Socket accept and connect--
1724              though one really shouldn't do that.  Based on
1725              
1726              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
1727              From: "John Holdsworth" <coldwave@bigfoot.com>
1728              Date: Sun, 4 Feb 2001 12:48:18 +0100
1729              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
1730      Branch: perl
1731            ! ext/IO/lib/IO/Socket.pm
1732 ____________________________________________________________________________
1733 [  9912] By: jhi                                   on 2001/04/30  11:27:27
1734         Log: Save the spot of regprev (see #9911) for binary compatibility;
1735              regen API.
1736      Branch: perl
1737            ! embedvar.h perlapi.h thrdvar.h
1738 ____________________________________________________________________________
1739 [  9911] By: jhi                                   on 2001/04/30  11:22:03
1740         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
1741              From: Hugo <hv@crypt.compulink.co.uk>
1742              Date: Sun, 29 Apr 2001 17:09:30 +0100
1743              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
1744      Branch: perl
1745            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
1746 ____________________________________________________________________________
1747 [  9910] By: jhi                                   on 2001/04/30  11:15:12
1748         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
1749              a dummy for PL_numeric_radix); no pressing reason to break
1750              binary compatibility; regen API.
1751      Branch: perl
1752            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
1753            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
1754 ____________________________________________________________________________
1755 [  9909] By: jhi                                   on 2001/04/30  10:56:08
1756         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
1757              From: Walt Mankowski <waltman@netaxs.com>
1758              Date: Sun, 29 Apr 2001 21:53:48 -0400
1759              Message-ID: <20010429215348.A3971@netaxs.com>
1760      Branch: perl
1761            ! pod/perlfunc.pod
1762 ____________________________________________________________________________
1763 [  9908] By: jhi                                   on 2001/04/30  10:49:40
1764         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
1765      Branch: perl
1766            ! t/lib/selfstubber.t
1767 ____________________________________________________________________________
1768 [  9907] By: nick                                  on 2001/04/30  09:26:50
1769         Log: Integrate mainline.
1770      Branch: perlio
1771           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
1772 ____________________________________________________________________________
1773 [  9906] By: jhi                                   on 2001/04/29  23:24:20
1774         Log: Abigail spotted a thinko in #9905.
1775      Branch: perl
1776            ! pod/perldiag.pod
1777 ____________________________________________________________________________
1778 [  9905] By: jhi                                   on 2001/04/29  15:55:39
1779         Log: Changed the underscore/undebar syntax in numeric constants;
1780              now any grouping will do, as long as the underscores are not
1781              consecutive (so "zero-grouping" is out), and they do not begin
1782              or end the integer or fractional parts.
1783      Branch: perl
1784            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
1785 ____________________________________________________________________________
1786 [  9904] By: nick                                  on 2001/04/29  15:43:22
1787         Log: Integrate mainline.
1788      Branch: perlio
1789           +> (branch 98 files)
1790            - lib/unicode/Block.pl
1791            - lib/unicode/In/AlphabeticPresentationForms.pl
1792            - lib/unicode/In/Arabic.pl
1793            - lib/unicode/In/ArabicPresentationForms-A.pl
1794            - lib/unicode/In/ArabicPresentationForms-B.pl
1795            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
1796            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
1797            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
1798            - lib/unicode/In/BopomofoExtended.pl
1799            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
1800            - lib/unicode/In/CJKCompatibility.pl
1801            - lib/unicode/In/CJKCompatibilityForms.pl
1802            - lib/unicode/In/CJKCompatibilityIdeographs.pl
1803            - lib/unicode/In/CJKRadicalsSupplement.pl
1804            - lib/unicode/In/CJKSymbolsandPunctuation.pl
1805            - lib/unicode/In/CJKUnifiedIdeographs.pl
1806            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
1807            - lib/unicode/In/Cherokee.pl
1808            - lib/unicode/In/CombiningDiacriticalMarks.pl
1809            - lib/unicode/In/CombiningHalfMarks.pl
1810            - lib/unicode/In/CombiningMarksforSymbols.pl
1811            - lib/unicode/In/ControlPictures.pl
1812            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
1813            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
1814            - lib/unicode/In/EnclosedAlphanumerics.pl
1815            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
1816            - lib/unicode/In/Ethiopic.pl
1817            - lib/unicode/In/GeneralPunctuation.pl
1818            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
1819            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
1820            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
1821            - lib/unicode/In/HalfwidthandFullwidthForms.pl
1822            - lib/unicode/In/HangulCompatibilityJamo.pl
1823            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
1824            - lib/unicode/In/Hebrew.pl
1825            - lib/unicode/In/HighPrivateUseSurrogates.pl
1826            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
1827            - lib/unicode/In/IPAExtensions.pl
1828            - lib/unicode/In/IdeographicDescriptionCharacters.pl
1829            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
1830            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
1831            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
1832            - lib/unicode/In/Latin-1Supplement.pl
1833            - lib/unicode/In/LatinExtended-A.pl
1834            - lib/unicode/In/LatinExtended-B.pl
1835            - lib/unicode/In/LatinExtendedAdditional.pl
1836            - lib/unicode/In/LetterlikeSymbols.pl
1837            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
1838            - lib/unicode/In/MathematicalOperators.pl
1839            - lib/unicode/In/MiscellaneousSymbols.pl
1840            - lib/unicode/In/MiscellaneousTechnical.pl
1841            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
1842            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
1843            - lib/unicode/In/OpticalCharacterRecognition.pl
1844            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
1845            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
1846            - lib/unicode/In/SmallFormVariants.pl
1847            - lib/unicode/In/SpacingModifierLetters.pl
1848            - lib/unicode/In/Specials.pl
1849            - lib/unicode/In/SuperscriptsandSubscripts.pl
1850            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
1851            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
1852            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
1853            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
1854            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
1855           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
1856           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
1857           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
1858           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
1859           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
1860           !> utf8.c win32/Makefile
1861 ____________________________________________________________________________
1862 [  9903] By: jhi                                   on 2001/04/29  14:30:53
1863         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
1864              From: Prymmer/Kahn <pvhp@best.com>
1865              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
1866              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
1867      Branch: perl
1868            ! win32/Makefile
1869 ____________________________________________________________________________
1870 [  9902] By: jhi                                   on 2001/04/29  02:52:44
1871         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
1872              From: "Abigail" <abigail@foad.org>
1873              Date: Sun, 29 Apr 2001 03:14:25 +0200
1874              Message-ID: <20010429011425.24503.qmail@foad.org>
1875      Branch: perl
1876            ! ext/IO/lib/IO/Seekable.pm
1877 ____________________________________________________________________________
1878 [  9901] By: jhi                                   on 2001/04/29  02:04:46
1879         Log: In character classes one couldn't have 0x80..0xff characters
1880              at the left hand side if there were 0x100.. characters in the
1881              character class.
1882      Branch: perl
1883            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
1884            ! t/op/pat.t utf8.c
1885 ____________________________________________________________________________
1886 [  9900] By: jhi                                   on 2001/04/28  22:55:04
1887         Log: Forgot the latest mktables.PL from #9899.
1888      Branch: perl
1889            ! lib/unicode/mktables.PL
1890 ____________________________________________________________________________
1891 [  9899] By: jhi                                   on 2001/04/28  22:53:28
1892         Log: Explain the \p{} and \P{} error message better and
1893              have prettier prettyprint in In.pl.
1894      Branch: perl
1895            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
1896            ! pod/perldiag.pod
1897 ____________________________________________________________________________
1898 [  9898] By: jhi                                   on 2001/04/28  21:03:34
1899         Log: Add one possible explanation for the "Invalid [] range" error.
1900      Branch: perl
1901            ! pod/perldiag.pod
1902 ____________________________________________________________________________
1903 [  9897] By: jhi                                   on 2001/04/28  17:18:26
1904         Log: Add a level of indirection to the implementation of \p{InFoo}
1905              so that we don't have to have long filenames.  (Nothing changes
1906              in the user interface.)   The indirection is defined in
1907              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
1908              Also rename some the character classes by removing '-' from
1909              the classnames, and finally renamed Block.pl as Blocks.pl.
1910      Branch: perl
1911            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
1912            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
1913            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
1914            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
1915            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
1916            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
1917            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
1918            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
1919            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
1920            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
1921            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
1922            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
1923            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
1924            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
1925            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
1926            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
1927            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
1928            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
1929            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
1930            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
1931            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
1932            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
1933            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
1934            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
1935            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
1936            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
1937            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
1938            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
1939            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
1940            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
1941            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
1942            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
1943            + lib/unicode/In/94.pl lib/unicode/In/95.pl
1944            - lib/unicode/Block.pl
1945            - lib/unicode/In/AlphabeticPresentationForms.pl
1946            - lib/unicode/In/Arabic.pl
1947            - lib/unicode/In/ArabicPresentationForms-A.pl
1948            - lib/unicode/In/ArabicPresentationForms-B.pl
1949            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
1950            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
1951            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
1952            - lib/unicode/In/BopomofoExtended.pl
1953            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
1954            - lib/unicode/In/CJKCompatibility.pl
1955            - lib/unicode/In/CJKCompatibilityForms.pl
1956            - lib/unicode/In/CJKCompatibilityIdeographs.pl
1957            - lib/unicode/In/CJKRadicalsSupplement.pl
1958            - lib/unicode/In/CJKSymbolsandPunctuation.pl
1959            - lib/unicode/In/CJKUnifiedIdeographs.pl
1960            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
1961            - lib/unicode/In/Cherokee.pl
1962            - lib/unicode/In/CombiningDiacriticalMarks.pl
1963            - lib/unicode/In/CombiningHalfMarks.pl
1964            - lib/unicode/In/CombiningMarksforSymbols.pl
1965            - lib/unicode/In/ControlPictures.pl
1966            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
1967            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
1968            - lib/unicode/In/EnclosedAlphanumerics.pl
1969            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
1970            - lib/unicode/In/Ethiopic.pl
1971            - lib/unicode/In/GeneralPunctuation.pl
1972            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
1973            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
1974            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
1975            - lib/unicode/In/HalfwidthandFullwidthForms.pl
1976            - lib/unicode/In/HangulCompatibilityJamo.pl
1977            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
1978            - lib/unicode/In/Hebrew.pl
1979            - lib/unicode/In/HighPrivateUseSurrogates.pl
1980            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
1981            - lib/unicode/In/IPAExtensions.pl
1982            - lib/unicode/In/IdeographicDescriptionCharacters.pl
1983            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
1984            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
1985            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
1986            - lib/unicode/In/Latin-1Supplement.pl
1987            - lib/unicode/In/LatinExtended-A.pl
1988            - lib/unicode/In/LatinExtended-B.pl
1989            - lib/unicode/In/LatinExtendedAdditional.pl
1990            - lib/unicode/In/LetterlikeSymbols.pl
1991            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
1992            - lib/unicode/In/MathematicalOperators.pl
1993            - lib/unicode/In/MiscellaneousSymbols.pl
1994            - lib/unicode/In/MiscellaneousTechnical.pl
1995            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
1996            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
1997            - lib/unicode/In/OpticalCharacterRecognition.pl
1998            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
1999            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
2000            - lib/unicode/In/SmallFormVariants.pl
2001            - lib/unicode/In/SpacingModifierLetters.pl
2002            - lib/unicode/In/Specials.pl
2003            - lib/unicode/In/SuperscriptsandSubscripts.pl
2004            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
2005            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
2006            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
2007            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
2008            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
2009            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
2010            ! pod/perlunicode.pod
2011 ____________________________________________________________________________
2012 [  9896] By: jhi                                   on 2001/04/28  14:33:17
2013         Log: Update the information on shared library path on HP-UX.
2014      Branch: perl
2015            ! INSTALL
2016 ____________________________________________________________________________
2017 [  9895] By: jhi                                   on 2001/04/28  14:32:30
2018         Log: Because #9894 seems to do the trick, this workaround can be removed.
2019      Branch: perl
2020            ! t/lib/selfstubber.t
2021 ____________________________________________________________________________
2022 [  9894] By: jhi                                   on 2001/04/28  14:26:13
2023         Log: For PerlIO flush the children's file handles (on fork/exec/system).
2024      Branch: perl
2025            ! perl.h
2026 ____________________________________________________________________________
2027 [  9893] By: jhi                                   on 2001/04/28  14:23:15
2028         Log: Test tweak for #9891.
2029      Branch: perl
2030            ! t/lib/b-deparse.t
2031 ____________________________________________________________________________
2032 [  9892] By: jhi                                   on 2001/04/28  14:10:13
2033         Log: New HP-UX hints from Merijn.
2034      Branch: perl
2035            ! hints/hpux.sh
2036 ____________________________________________________________________________
2037 [  9891] By: jhi                                   on 2001/04/28  14:07:27
2038         Log: Subject: [PATCH B::Deparse] non-block scopes
2039              From: Robin Houston <robin@kitsite.com>
2040              Date: Fri, 27 Apr 2001 19:15:14 +0100
2041              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
2042      Branch: perl
2043            ! ext/B/B/Deparse.pm
2044 ____________________________________________________________________________
2045 [  9890] By: nick                                  on 2001/04/27  19:41:25
2046         Log: Integrate mainline
2047      Branch: perlio
2048           +> t/lib/selfstubber.t
2049           !> (integrate 50 files)
2050 ____________________________________________________________________________
2051 [  9889] By: jhi                                   on 2001/04/27  18:23:46
2052         Log: Subject: Re: selfstubber test fail on bleadperl
2053              From: Mike Guy <mjtg@cam.ac.uk>
2054              Date: Fri, 27 Apr 2001 19:31:18 +0100
2055              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
2056      Branch: perl
2057            ! t/lib/selfstubber.t
2058 ____________________________________________________________________________
2059 [  9888] By: jhi                                   on 2001/04/27  16:20:54
2060         Log: Test tweak for #9886.
2061      Branch: perl
2062            ! t/lib/b-deparse.t
2063 ____________________________________________________________________________
2064 [  9887] By: jhi                                   on 2001/04/27  16:16:33
2065         Log: Buffering issue at least in Solaris (even with perlio).
2066      Branch: perl
2067            ! t/lib/selfstubber.t
2068 ____________________________________________________________________________
2069 [  9886] By: jhi                                   on 2001/04/27  14:59:23
2070         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
2071              From: Robin Houston <robin@kitsite.com>
2072              Date: Fri, 27 Apr 2001 16:53:20 +0100
2073              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
2074      Branch: perl
2075            ! ext/B/B/Deparse.pm
2076 ____________________________________________________________________________
2077 [  9885] By: jhi                                   on 2001/04/27  14:23:51
2078         Log: Update Changes.
2079      Branch: perl
2080            ! Changes patchlevel.h
2081 ____________________________________________________________________________
2082 [  9884] By: jhi                                   on 2001/04/27  14:14:12
2083         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
2084              From: "Philip Newton" <pnewton@gmx.de>
2085              Date: Fri, 27 Apr 2001 16:40:13 +0200
2086              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
2087      Branch: perl
2088            ! pod/perldata.pod
2089 ____________________________________________________________________________
2090 [  9883] By: jhi                                   on 2001/04/27  13:28:19
2091         Log: Add LOG_PERROR; prettify the "removed".
2092      Branch: perl
2093            ! ext/Sys/Syslog/Syslog.xs
2094 ____________________________________________________________________________
2095 [  9882] By: jhi                                   on 2001/04/27  13:13:18
2096         Log: h2xs tweaks: use NV instead of double, "quote" the removed
2097              prefixes for clarity (especially when nothing is removed),
2098              slight pod reformats.
2099      Branch: perl
2100            ! utils/h2xs.PL
2101 ____________________________________________________________________________
2102 [  9881] By: jhi                                   on 2001/04/27  12:58:48
2103         Log: Don't bother creating existing directories.
2104      Branch: perl
2105            ! utils/h2xs.PL
2106 ____________________________________________________________________________
2107 [  9880] By: jhi                                   on 2001/04/27  12:45:39
2108         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
2109              From: Mike Schilli <m@perlmeister.com>
2110              Date: Wed, 25 Apr 2001 01:29:21 -0700
2111              Message-id: <3AE68AE1.6A981723@perlmeister.com>
2112      Branch: perl
2113            ! utils/h2xs.PL
2114 ____________________________________________________________________________
2115 [  9879] By: jhi                                   on 2001/04/27  12:40:55
2116         Log: break is not yet Perl.  Added the template license also to README.
2117      Branch: perl
2118            ! utils/h2xs.PL
2119 ____________________________________________________________________________
2120 [  9878] By: jhi                                   on 2001/04/27  03:08:20
2121         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
2122              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2123              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
2124              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
2125      Branch: perl
2126            ! t/lib/xs-typemap.t
2127 ____________________________________________________________________________
2128 [  9877] By: jhi                                   on 2001/04/26  23:54:40
2129         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
2130              From: "Abigail" <abigail@foad.org>
2131              Date: Fri, 27 Apr 2001 01:44:28 +0200
2132              Message-ID: <20010426234428.19786.qmail@foad.org>
2133      Branch: perl
2134            ! utils/h2xs.PL
2135 ____________________________________________________________________________
2136 [  9876] By: jhi                                   on 2001/04/26  23:52:06
2137         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
2138              From: Peter Prymmer <pvhp@forte.com>
2139              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
2140              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
2141      Branch: perl
2142            ! t/lib/selfstubber.t
2143 ____________________________________________________________________________
2144 [  9875] By: jhi                                   on 2001/04/26  23:48:10
2145         Log: Deparse nits.
2146      Branch: perl
2147            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
2148 ____________________________________________________________________________
2149 [  9874] By: jhi                                   on 2001/04/26  22:46:05
2150         Log: Document ANYOF_CLASS.
2151      Branch: perl
2152            ! regcomp.h
2153 ____________________________________________________________________________
2154 [  9873] By: jhi                                   on 2001/04/26  22:35:03
2155         Log: Subject: Re: [PATCH @9846] dumping ANYOF
2156              From: Hugo <hv@crypt.compulink.co.uk>
2157              Date: Thu, 26 Apr 2001 23:33:38 +0100
2158              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
2159      Branch: perl
2160            ! regcomp.c regcomp.h
2161 ____________________________________________________________________________
2162 [  9872] By: jhi                                   on 2001/04/26  22:34:31
2163         Log: Subject: [PATCH] more for Devel::SelfStubber
2164              From: Nicholas Clark <nick@ccl4.org>
2165              Date: Fri, 27 Apr 2001 00:13:52 +0100
2166              Message-ID: <20010427001351.K88186@plum.flirble.org>
2167      Branch: perl
2168            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
2169 ____________________________________________________________________________
2170 [  9871] By: jhi                                   on 2001/04/26  21:59:17
2171         Log: Subject: [PATCH B::Deparse] formats must be flush left
2172              From: Robin Houston <robin@kitsite.com>
2173              Date: Thu, 26 Apr 2001 23:54:29 +0100
2174              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
2175      Branch: perl
2176            ! ext/B/B/Deparse.pm
2177 ____________________________________________________________________________
2178 [  9870] By: jhi                                   on 2001/04/26  21:57:37
2179         Log: If some of the constants are prefixes of others,
2180              the prefixes may never get recognized.  (See 20010426.006.)
2181      Branch: perl
2182            ! utils/h2xs.PL
2183 ____________________________________________________________________________
2184 [  9869] By: jhi                                   on 2001/04/26  21:50:42
2185         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
2186              From: Chris Bongaarts <cab@tc.umn.edu>
2187              Date: Thu, 26 Apr 2001 17:10:31 -0500
2188              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
2189      Branch: perl
2190            ! ext/Sys/Syslog/Syslog.xs
2191 ____________________________________________________________________________
2192 [  9868] By: jhi                                   on 2001/04/26  21:35:12
2193         Log: Further cuts and more docs from Graham Barr.
2194      Branch: perl
2195            ! ext/List/Util/lib/List/Util.pm
2196            ! ext/List/Util/lib/Scalar/Util.pm
2197 ____________________________________________________________________________
2198 [  9867] By: jhi                                   on 2001/04/26  21:18:57
2199         Log: Subject: [PATCH 5.7.1] DB_File-1.77
2200              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
2201              Date: Thu, 26 Apr 2001 22:37:53 +0100
2202              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
2203      Branch: perl
2204            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2205            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
2206 ____________________________________________________________________________
2207 [  9866] By: jhi                                   on 2001/04/26  21:12:31
2208         Log: Subject: [PATCH B::Deparse] fix easy bugs
2209              From: Robin Houston <robin@kitsite.com>
2210              Date: Thu, 26 Apr 2001 23:03:33 +0100
2211              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
2212      Branch: perl
2213            ! ext/B/B/Deparse.pm
2214 ____________________________________________________________________________
2215 [  9865] By: jhi                                   on 2001/04/26  20:26:13
2216         Log: Update Changes.
2217      Branch: perl
2218            ! Changes patchlevel.h
2219 ____________________________________________________________________________
2220 [  9864] By: jhi                                   on 2001/04/26  19:27:48
2221         Log: Dethinko from Robin Houston.
2222      Branch: perl
2223            ! ext/B/B/Deparse.pm
2224 ____________________________________________________________________________
2225 [  9863] By: jhi                                   on 2001/04/26  19:10:35
2226         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
2227              From: Robin Houston <robin@kitsite.com>
2228              Date: Thu, 26 Apr 2001 21:08:32 +0100
2229              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
2230      Branch: perl
2231            ! ext/B/B/Deparse.pm
2232 ____________________________________________________________________________
2233 [  9862] By: jhi                                   on 2001/04/26  19:04:23
2234         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
2235              From: Robin Houston <robin@kitsite.com>
2236              Date: Thu, 26 Apr 2001 20:52:50 +0100
2237              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
2238      Branch: perl
2239            ! ext/B/B/Deparse.pm
2240 ____________________________________________________________________________
2241 [  9861] By: jhi                                   on 2001/04/26  18:56:14
2242         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
2243              From: Mike Guy <mjtg@cam.ac.uk>
2244              Date: Thu, 26 Apr 2001 14:22:40 +0100
2245              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
2246      Branch: perl
2247            ! pod/perlobj.pod
2248 ____________________________________________________________________________
2249 [  9860] By: jhi                                   on 2001/04/26  18:46:42
2250         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
2251              From: Robin Houston <robin@kitsite.com>
2252              Date: Thu, 26 Apr 2001 20:34:29 +0100
2253              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
2254              
2255              Hashes do not interpolate.
2256      Branch: perl
2257            ! ext/B/B/Deparse.pm
2258 ____________________________________________________________________________
2259 [  9859] By: jhi                                   on 2001/04/26  18:43:51
2260         Log: Subject: The Time::Piece conspiracy unmasked!!!
2261              From: Mike Guy <mjtg@cam.ac.uk>
2262              Date: Thu, 26 Apr 2001 19:02:50 +0100
2263              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
2264              
2265              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
2266              From: Mike Guy <mjtg@cam.ac.uk>
2267              Date: Thu, 26 Apr 2001 19:08:21 +0100
2268              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
2269              
2270              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
2271              From: Graham Barr <gbarr@pobox.com>
2272              Date: Thu, 26 Apr 2001 19:12:03 +0100
2273              Message-ID: <20010426191203.A70835@pobox.com>
2274              
2275              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
2276      Branch: perl
2277            ! ext/List/Util/lib/List/Util.pm
2278            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
2279 ____________________________________________________________________________
2280 [  9858] By: jhi                                   on 2001/04/26  18:17:42
2281         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
2282              From: Robin Houston <robin@kitsite.com>
2283              Date: Thu, 26 Apr 2001 16:09:35 +0100
2284              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
2285      Branch: perl
2286            ! t/comp/proto.t
2287 ____________________________________________________________________________
2288 [  9857] By: jhi                                   on 2001/04/26  18:04:59
2289         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
2290              From: barries <barries@slaysys.com>
2291              Date: Thu, 26 Apr 2001 12:01:10 -0400
2292              Message-ID: <20010426120110.E29698@jester.slaysys.com>
2293      Branch: perl
2294            ! pod/perldiag.pod
2295 ____________________________________________________________________________
2296 [  9856] By: jhi                                   on 2001/04/26  18:03:33
2297         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
2298              Date: Thu, 26 Apr 2001 17:13:41 +0100
2299              From: Robin Houston <robin@kitsite.com>
2300              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
2301              
2302              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
2303              From: Robin Houston <robin@kitsite.com>
2304              Date: Thu, 26 Apr 2001 18:44:29 +0100
2305              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
2306      Branch: perl
2307            ! ext/B/B/Deparse.pm
2308 ____________________________________________________________________________
2309 [  9855] By: jhi                                   on 2001/04/26  17:56:04
2310         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
2311              From: Robin Houston <robin@kitsite.com>
2312              Date: Thu, 26 Apr 2001 17:04:08 +0100
2313              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
2314      Branch: perl
2315            ! ext/B/B/Deparse.pm
2316 ____________________________________________________________________________
2317 [  9854] By: jhi                                   on 2001/04/26  17:47:26
2318         Log: Subject: Re: Short test case for undef %stash:: crash
2319              From: Benjamin Sugars <bsugars@canoe.ca> 
2320              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
2321              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
2322              Changed and moved the perldiag entry.
2323      Branch: perl
2324            ! gv.c pod/perldiag.pod
2325 ____________________________________________________________________________
2326 [  9853] By: jhi                                   on 2001/04/26  14:35:16
2327         Log: Beginnings of strptime().  Do not touch the wet paint.
2328      Branch: perl
2329            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
2330 ____________________________________________________________________________
2331 [  9852] By: jhi                                   on 2001/04/26  13:17:21
2332         Log: Retract #9851, core dumps from pod2man.
2333      Branch: perl
2334            ! regcomp.c
2335 ____________________________________________________________________________
2336 [  9851] By: jhi                                   on 2001/04/26  11:54:41
2337         Log: (Retracted by #9852.)
2338              
2339              Subject: [PATCH @9846] dumping ANYOF
2340              From: Hugo <hv@crypt.compulink.co.uk>
2341              Date: Thu, 26 Apr 2001 05:32:38 +0100
2342              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
2343      Branch: perl
2344            ! regcomp.c
2345 ____________________________________________________________________________
2346 [  9850] By: jhi                                   on 2001/04/26  02:34:44
2347         Log: If ccflags was empty the _previous_ $* containing all the
2348              environment variables and Configure variables was used,
2349              which lead, among other bad things, into $ccflags being your
2350              uname -a output, which lead into test compile with cc failing,
2351              which lead into gcc being selected, which didn't work that well
2352              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
2353              with large files, et cetera.
2354      Branch: perl
2355            ! hints/hpux.sh
2356 ____________________________________________________________________________
2357 [  9849] By: jhi                                   on 2001/04/26  01:44:57
2358         Log: Make selfstubber test more portable.
2359      Branch: perl
2360            ! t/lib/selfstubber.t
2361 ____________________________________________________________________________
2362 [  9848] By: jhi                                   on 2001/04/26  00:50:26
2363         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
2364              From: Benjamin Sugars <ben.sugars@home.com>
2365              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
2366              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
2367      Branch: perl
2368            ! ext/Cwd/Cwd.xs
2369 ____________________________________________________________________________
2370 [  9847] By: jhi                                   on 2001/04/26  00:46:58
2371         Log: Subject: [PATCH: perl@9841] VMS updates
2372              From: Peter Prymmer <pvhp@forte.com>
2373              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
2374              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
2375      Branch: perl
2376            ! README.vms configure.com vms/descrip_mms.template
2377            ! vms/ext/filespec.t
2378 ____________________________________________________________________________
2379 [  9846] By: jhi                                   on 2001/04/26  00:11:56
2380         Log: re 'debug' was broken by #9084.
2381      Branch: perl
2382            ! ext/re/re.xs
2383 ____________________________________________________________________________
2384 [  9845] By: jhi                                   on 2001/04/25  22:33:17
2385         Log: Subject: [PATCH] test for Devel::SelfStubber
2386              From: Nicholas Clark <nick@ccl4.org>
2387              Date: Thu, 26 Apr 2001 00:00:54 +0100
2388              Message-ID: <20010426000054.D89026@plum.flirble.org>
2389      Branch: perl
2390            + t/lib/selfstubber.t
2391            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
2392 ____________________________________________________________________________
2393 [  9844] By: jhi                                   on 2001/04/25  22:29:32
2394         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
2395              From: Paul Johnson <paul@pjcj.net>
2396              Date: Thu, 26 Apr 2001 00:46:08 +0200
2397              Message-ID: <20010426004608.H2338@pjcj.net>
2398      Branch: perl
2399            ! ext/B/B/Concise.pm
2400 ____________________________________________________________________________
2401 [  9843] By: jhi                                   on 2001/04/25  22:28:28
2402         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
2403              From: Peter Prymmer <pvhp@forte.com>
2404              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
2405              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
2406      Branch: perl
2407            ! ext/Cwd/Cwd.xs
2408 ____________________________________________________________________________
2409 [  9842] By: jhi                                   on 2001/04/25  20:58:12
2410         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
2411              From: John Peacock <jpeacock@rowman.com>
2412              Date: Wed, 25 Apr 2001 17:30:26 -0400
2413              Message-ID: <3AE741F2.B3217464@rowman.com>
2414      Branch: perl
2415            ! lib/Math/BigInt.pm t/lib/bigintpm.t
2416 ____________________________________________________________________________
2417 [  9841] By: jhi                                   on 2001/04/25  20:07:05
2418         Log: Update Changes.
2419      Branch: perl
2420            ! Changes patchlevel.h
2421 ____________________________________________________________________________
2422 [  9840] By: jhi                                   on 2001/04/25  19:56:51
2423         Log: Yet another HP-UX hints version from Merijn.
2424      Branch: perl
2425            ! hints/hpux.sh
2426 ____________________________________________________________________________
2427 [  9839] By: jhi                                   on 2001/04/25  19:53:04
2428         Log: abs_path() didn't terminate the filename correctly,
2429              in DIRNAMLENless systems like HP-UX this would fail.
2430      Branch: perl
2431            ! ext/Cwd/Cwd.xs
2432 ____________________________________________________________________________
2433 [  9838] By: jhi                                   on 2001/04/25  16:37:26
2434         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
2435              From: Mike Guy <mjtg@cam.ac.uk>
2436              Date: Wed, 25 Apr 2001 18:31:47 +0100
2437              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
2438      Branch: perl
2439            ! op.c
2440 ____________________________________________________________________________
2441 [  9837] By: jhi                                   on 2001/04/25  16:21:53
2442         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
2443              From: Jon Eveland <jweveland@yahoo.com>
2444              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
2445              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
2446      Branch: perl
2447            ! lib/perl5db.pl
2448 ____________________________________________________________________________
2449 [  9836] By: jhi                                   on 2001/04/25  14:17:50
2450         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
2451              From: "Philip Newton" <pnewton@gmx.de>
2452              Date: Wed, 25 Apr 2001 17:05:58 +0200
2453              Message-ID: <3AE703F6.3234.1833C45@localhost>
2454      Branch: perl
2455            ! Porting/patching.pod
2456 ____________________________________________________________________________
2457 [  9835] By: jhi                                   on 2001/04/25  13:58:07
2458         Log: It would seem that both ar and full_ar need to be overridden
2459              for HP-UX to avoid the GNU ar.
2460      Branch: perl
2461            ! hints/hpux.sh
2462 ____________________________________________________________________________
2463 [  9834] By: jhi                                   on 2001/04/25  13:50:40
2464         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
2465              From: "Philip Newton" <pnewton@gmx.de>
2466              Date: Wed, 25 Apr 2001 16:09:23 +0200
2467              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
2468              
2469              Detypo.
2470      Branch: perl
2471            ! t/op/misc.t
2472 ____________________________________________________________________________
2473 [  9833] By: jhi                                   on 2001/04/25  12:36:11
2474         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
2475      Branch: perl
2476            ! hints/hpux.sh
2477 ____________________________________________________________________________
2478 [  9832] By: jhi                                   on 2001/04/25  12:33:36
2479         Log: New version of HP-UX hints from Merijn.
2480      Branch: perl
2481            ! hints/hpux.sh
2482 ____________________________________________________________________________
2483 [  9831] By: jhi                                   on 2001/04/25  03:39:45
2484         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
2485      Branch: perl
2486            ! hints/hpux.sh
2487 ____________________________________________________________________________
2488 [  9830] By: jhi                                   on 2001/04/25  02:53:25
2489         Log: The tzname[] bit is not needed by util.c -- and causes
2490              heartburn in VMS (and it missing was probably the cause of
2491              the Mac OS X trouble).  Ouch.
2492      Branch: perl
2493            ! ext/POSIX/POSIX.xs util.c
2494 ____________________________________________________________________________
2495 [  9829] By: jhi                                   on 2001/04/25  00:10:06
2496         Log: Metaconfig unit change for #9828.
2497      Branch: metaconfig
2498            ! U/compline/ccflags.U
2499 ____________________________________________________________________________
2500 [  9828] By: jhi                                   on 2001/04/25  00:04:18
2501         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
2502              (which is actually the reason for the change, we need to pass
2503              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
2504              EP/IX, OS/2, and TitanOS, based on the hints files.
2505      Branch: perl
2506            ! Configure config_h.SH
2507 ____________________________________________________________________________
2508 [  9827] By: jhi                                   on 2001/04/24  23:49:20
2509         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
2510              the $cat must have an absolute path.
2511      Branch: perl
2512            ! makedepend.SH
2513 ____________________________________________________________________________
2514 [  9826] By: jhi                                   on 2001/04/24  23:40:53
2515         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
2516      Branch: perl
2517            ! README.amiga
2518 ____________________________________________________________________________
2519 [  9825] By: jhi                                   on 2001/04/24  23:35:35
2520         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
2521              From: "Philip Newton" <pnewton@gmx.de>
2522              Date: Tue, 24 Apr 2001 18:52:49 +0200
2523              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
2524      Branch: perl
2525            ! x2p/find2perl.PL
2526 ____________________________________________________________________________
2527 [  9824] By: jhi                                   on 2001/04/24  23:33:07
2528         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
2529              Some gcc specifics dropped out due to extensive rewriting;
2530              will be put back later as needed.
2531      Branch: perl
2532            ! hints/hpux.sh
2533 ____________________________________________________________________________
2534 [  9823] By: jhi                                   on 2001/04/24  23:27:57
2535         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
2536      Branch: perl
2537            ! ext/POSIX/POSIX.xs
2538 ____________________________________________________________________________
2539 [  9822] By: jhi                                   on 2001/04/24  23:25:21
2540         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
2541              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2542              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
2543              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
2544      Branch: perl
2545            ! ext/XS/Typemap/Typemap.xs
2546 ____________________________________________________________________________
2547 [  9821] By: jhi                                   on 2001/04/24  23:24:10
2548         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
2549              From: "Abigail" <abigail@foad.org>
2550              Date: Tue, 24 Apr 2001 23:12:03 +0200
2551              Message-ID: <20010424211203.7901.qmail@foad.org>
2552      Branch: perl
2553            ! pod/perlport.pod
2554 ____________________________________________________________________________
2555 [  9820] By: jhi                                   on 2001/04/24  23:23:15
2556         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
2557              From: Matt Sergeant <matt@sergeant.org>
2558              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
2559              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
2560      Branch: perl
2561            ! pod/perlfaq4.pod
2562 ____________________________________________________________________________
2563 [  9819] By: nick                                  on 2001/04/24  18:49:43
2564         Log: Integrate mainline.
2565      Branch: perlio
2566           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
2567           !> (integrate 37 files)
2568 ____________________________________________________________________________
2569 [  9818] By: jhi                                   on 2001/04/24  14:35:23
2570         Log: Update Changes.
2571      Branch: perl
2572            ! Changes patchlevel.h
2573 ____________________________________________________________________________
2574 [  9817] By: jhi                                   on 2001/04/24  14:09:17
2575         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
2576              From: "Philip Newton" <pnewton@gmx.de>
2577              Date: Tue, 24 Apr 2001 12:58:12 +0200
2578              Message-ID: <3AE57864.8304.B77A0A@localhost> 
2579              
2580              plus add CPAN to the list of modules that have their own tests.
2581      Branch: perl
2582            ! t/lib/1_compile.t
2583 ____________________________________________________________________________
2584 [  9816] By: jhi                                   on 2001/04/24  14:07:03
2585         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
2586              From: Michael G Schwern <schwern@pobox.com>
2587              Date: Sat, 21 Apr 2001 22:35:00 +0100
2588              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
2589      Branch: perl
2590            ! t/lib/1_compile.t
2591 ____________________________________________________________________________
2592 [  9815] By: jhi                                   on 2001/04/24  13:54:32
2593         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
2594              From: Robin Houston <robin@kitsite.com>
2595              Date: Tue, 24 Apr 2001 15:51:18 +0100
2596              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
2597      Branch: perl
2598            ! ext/B/B/Deparse.pm
2599 ____________________________________________________________________________
2600 [  9814] By: jhi                                   on 2001/04/24  13:17:34
2601         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
2602              From: Bill Glicker <billg@burrelles.com>
2603              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
2604              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
2605      Branch: perl
2606            ! hints/svr5.sh
2607 ____________________________________________________________________________
2608 [  9813] By: jhi                                   on 2001/04/24  12:54:23
2609         Log: Prevent path disclosure (probing for existence of filenames)
2610              using suidperl; bug id 20010322.218.
2611      Branch: perl
2612            ! perl.c pod/perldiag.pod
2613 ____________________________________________________________________________
2614 [  9812] By: jhi                                   on 2001/04/24  12:08:36
2615         Log: Retract #9811.
2616      Branch: perl
2617            ! ext/POSIX/POSIX.xs
2618 ____________________________________________________________________________
2619 [  9811] By: jhi                                   on 2001/04/24  11:57:35
2620         Log: (Retracted by #9812.)
2621      Branch: perl
2622            ! ext/POSIX/POSIX.xs
2623 ____________________________________________________________________________
2624 [  9810] By: jhi                                   on 2001/04/24  03:32:35
2625         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
2626      Branch: perl
2627            ! util.c
2628 ____________________________________________________________________________
2629 [  9809] By: jhi                                   on 2001/04/24  03:16:13
2630         Log: The Math::BigFloat::import() was broken.
2631              (Fixes bug id 20010422.002.)
2632      Branch: perl
2633            ! lib/Math/BigFloat.pm
2634 ____________________________________________________________________________
2635 [  9808] By: jhi                                   on 2001/04/24  01:11:40
2636         Log: Additional dependencies; should help for parallel makes
2637              not to fail on missing lib/lib.pm or lib/re.pm.
2638      Branch: perl
2639            ! Makefile.SH
2640 ____________________________________________________________________________
2641 [  9807] By: jhi                                   on 2001/04/24  00:57:01
2642         Log: Update the test failure disclaimer.
2643      Branch: perl
2644            ! t/pragma/warn/pp_hot
2645 ____________________________________________________________________________
2646 [  9806] By: jhi                                   on 2001/04/24  00:54:04
2647         Log: Add make target "install-all" which is alias for "install"
2648              to cater for case-preserving filesystems like HFS+.
2649      Branch: perl
2650            ! INSTALL Makefile.SH
2651 ____________________________________________________________________________
2652 [  9805] By: jhi                                   on 2001/04/24  00:47:28
2653         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
2654              From: Peter Prymmer <pvhp@forte.com>
2655              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
2656              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
2657              
2658              (Ken William's message forwarded from macosx@perl.org)
2659      Branch: perl
2660            ! hints/darwin.sh
2661 ____________________________________________________________________________
2662 [  9804] By: jhi                                   on 2001/04/23  23:57:35
2663         Log: Cut-and-pasto.
2664      Branch: perl
2665            ! perlio.c
2666 ____________________________________________________________________________
2667 [  9803] By: jhi                                   on 2001/04/23  23:52:25
2668         Log: More PerlIO robustness.
2669      Branch: perl
2670            ! perlio.c
2671 ____________________________________________________________________________
2672 [  9802] By: jhi                                   on 2001/04/23  23:43:35
2673         Log: Make the "STD* opened only for ..." errors more consistent.
2674      Branch: perl
2675            ! doio.c
2676 ____________________________________________________________________________
2677 [  9801] By: jhi                                   on 2001/04/23  23:34:26
2678         Log: Test case for #9800.
2679      Branch: perl
2680            ! t/op/misc.t
2681 ____________________________________________________________________________
2682 [  9800] By: jhi                                   on 2001/04/23  23:14:43
2683         Log: Avoid coredump on 'close STDERR; die' by making
2684              the PerlIO calls more robust.  Also use SETERRNO()
2685              instead of errno = to be more VMS-ready.
2686      Branch: perl
2687            ! perlio.c
2688 ____________________________________________________________________________
2689 [  9799] By: jhi                                   on 2001/04/23  21:41:10
2690         Log: Subject: test for ID 20010423.002
2691              From: Robin Houston <robin@kitsite.com>
2692              Date: Mon, 23 Apr 2001 16:52:21 +0100
2693              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
2694      Branch: perl
2695            ! t/op/avhv.t
2696 ____________________________________________________________________________
2697 [  9798] By: jhi                                   on 2001/04/23  21:40:07
2698         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
2699              From: David Dyck <dcd@tc.fluke.com>
2700              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
2701              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
2702      Branch: perl
2703            ! installperl
2704 ____________________________________________________________________________
2705 [  9797] By: jhi                                   on 2001/04/23  21:37:56
2706         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
2707              From: Benjamin Sugars <bsugars@canoe.ca>
2708              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
2709              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
2710      Branch: perl
2711            ! ext/Cwd/Cwd.xs lib/Cwd.pm
2712 ____________________________________________________________________________
2713 [  9796] By: jhi                                   on 2001/04/23  21:29:24
2714         Log: Synchronize h2xs and pod2man some more on the documentation
2715              templates they propose.
2716      Branch: perl
2717            ! pod/pod2man.PL utils/h2xs.PL
2718 ____________________________________________________________________________
2719 [  9795] By: jhi                                   on 2001/04/23  17:30:40
2720         Log: Add one more naughty test for base64; make encoding logic cleaner.
2721      Branch: perl
2722            ! t/lib/mimeb64.t
2723 ____________________________________________________________________________
2724 [  9794] By: jhi                                   on 2001/04/23  13:51:32
2725         Log: Update Changes.
2726      Branch: perl
2727            ! Changes patchlevel.h
2728 ____________________________________________________________________________
2729 [  9793] By: jhi                                   on 2001/04/23  13:44:18
2730         Log: Duplicate lines.
2731      Branch: perl
2732            ! MANIFEST
2733 ____________________________________________________________________________
2734 [  9792] By: jhi                                   on 2001/04/23  13:39:13
2735         Log: Subject: Re: PATCH 5.7.1
2736              From: Mark-Jason Dominus <mjd@plover.com>
2737              Date: Mon, 23 Apr 2001 10:30:21 -0400
2738              Message-ID: <20010423143021.17335.qmail@plover.com>
2739      Branch: perl
2740            ! perl.h sv.c
2741 ____________________________________________________________________________
2742 [  9791] By: jhi                                   on 2001/04/23  13:32:40
2743         Log: Add the CPAN.pm 1.59_54 tests.
2744      Branch: perl
2745            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
2746            ! MANIFEST
2747 ____________________________________________________________________________
2748 [  9790] By: jhi                                   on 2001/04/23  13:21:55
2749         Log: Subject: Deparse nit
2750              From: Robin Houston <robin@kitsite.com>
2751              Date: Mon, 23 Apr 2001 12:38:20 +0100
2752              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
2753      Branch: perl
2754            ! ext/B/B/Deparse.pm
2755 ____________________________________________________________________________
2756 [  9789] By: jhi                                   on 2001/04/23  13:19:07
2757         Log: Subject: [PATCH] bug 20010423.002
2758              From: Robin Houston <robin@kitsite.com>
2759              Date: Mon, 23 Apr 2001 13:12:30 +0100
2760              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
2761      Branch: perl
2762            ! pp.c
2763 ____________________________________________________________________________
2764 [  9788] By: jhi                                   on 2001/04/23  13:02:49
2765         Log: Subject: PATCH [5.7.1] hv.c unused #define
2766              From: Mark-Jason Dominus <mjd@plover.com>
2767              Date: Sun, 22 Apr 2001 14:17:49 -0400
2768              Message-ID: <20010422181749.26976.qmail@plover.com>
2769      Branch: perl
2770            ! hv.c
2771 ____________________________________________________________________________
2772 [  9787] By: jhi                                   on 2001/04/23  13:02:02
2773         Log: Subject: PATCH 5.7.1
2774              From: Mark-Jason Dominus <mjd@plover.com>
2775              Date: Sun, 22 Apr 2001 15:12:57 -0400
2776              Message-ID: <20010422191258.6539.qmail@plover.com>
2777              
2778              plus Sarathy's STMT_START + STMT_END suggestion.
2779      Branch: perl
2780            ! perl.h
2781 ____________________________________________________________________________
2782 [  9786] By: jhi                                   on 2001/04/23  12:53:25
2783         Log: Fix for
2784              
2785              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
2786              From: dLux <dlux@spam.sch.bme.hu>
2787              Date: Mon, 23 Apr 2001 01:25:26 +0200
2788              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
2789              
2790              (SvGROW really does return a char *.)
2791      Branch: perl
2792            ! pod/perlapi.pod sv.h
2793 ____________________________________________________________________________
2794 [  9785] By: jhi                                   on 2001/04/23  04:34:04
2795         Log: Time::Piece work continues.  $t->day removed since
2796              I think it's too confusing.  Now has normal and
2797              abbreviated length weekday names and month names,
2798              the names change with _names(), not _list().
2799              Now has strftime() in Perl, _strftime() is
2800              the libc version (to which strftime() falls back
2801              if it doesn't know the format.  To do: the reverse
2802              of strftime, strptime(), and the localisation of both.
2803      Branch: perl
2804            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
2805            ! t/lib/time-piece.t
2806 ____________________________________________________________________________
2807 [  9784] By: jhi                                   on 2001/04/23  02:41:46
2808         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
2809              From: andreas.koenig@anima.de (Andreas J. Koenig)
2810              Date: 23 Apr 2001 05:20:55 +0200
2811              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
2812      Branch: perl
2813            ! t/pragma/overload.t
2814 ____________________________________________________________________________
2815 [  9783] By: jhi                                   on 2001/04/22  23:32:42
2816         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
2817              From: Robin Houston <robin@kitsite.com>
2818              Date: Mon, 23 Apr 2001 00:38:18 +0100
2819              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
2820      Branch: perl
2821            ! ext/B/B/Deparse.pm
2822 ____________________________________________________________________________
2823 [  9782] By: jhi                                   on 2001/04/22  20:55:43
2824         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
2825              From: Simon Cozens <simon@netthink.co.uk>
2826              Date: Sun, 22 Apr 2001 18:47:25 +0100
2827              Message-ID: <20010422184725.A14411@netthink.co.uk>
2828      Branch: perl
2829            ! sv.c t/pragma/overload.t
2830 ____________________________________________________________________________
2831 [  9781] By: jhi                                   on 2001/04/22  20:52:13
2832         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
2833              From: Robin Houston <robin@kitsite.com>
2834              Date: Sun, 22 Apr 2001 22:14:50 +0100
2835              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
2836      Branch: perl
2837            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
2838 ____________________________________________________________________________
2839 [  9780] By: nick                                  on 2001/04/22  20:40:31
2840         Log: Integrate mainline.
2841      Branch: perlio
2842           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
2843           +> t/lib/b-stash.t
2844           !> (integrate 38 files)
2845 ____________________________________________________________________________
2846 [  9779] By: jhi                                   on 2001/04/22  15:16:03
2847         Log: Subject: IO::Socket::INET patch
2848              From: andrew deryabin <djsf@technarchy.ru>
2849              Date: Sat, 21 Apr 2001 17:46:52 +0400
2850              Message-ID: <20010421174652.B1426@technarchy>
2851      Branch: perl
2852            ! ext/IO/lib/IO/Socket/INET.pm
2853 ____________________________________________________________________________
2854 [  9778] By: jhi                                   on 2001/04/22  15:14:33
2855         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
2856              From: Mark-Jason Dominus <mjd@plover.com>
2857              Date: Sat, 21 Apr 2001 21:27:49 -0400
2858              Message-ID: <20010422012749.27024.qmail@plover.com>
2859      Branch: perl
2860            ! regcomp.c
2861 ____________________________________________________________________________
2862 [  9777] By: jhi                                   on 2001/04/22  15:10:51
2863         Log: Subject: Re: Regex debugger patch 
2864              From: Mark-Jason Dominus <mjd@plover.com>
2865              Date: Sat, 21 Apr 2001 21:48:51 -0400
2866              Message-ID: <20010422014851.27165.qmail@plover.com>
2867      Branch: perl
2868            ! pod/perldebguts.pod
2869 ____________________________________________________________________________
2870 [  9776] By: jhi                                   on 2001/04/22  15:09:48
2871         Log: Subject: Re: Regex debugger patch
2872              From: Mark-Jason Dominus <mjd@plover.com>
2873              Date: Sat, 21 Apr 2001 14:24:39 -0400
2874              Message-ID: <20010421182439.16508.qmail@plover.com>
2875              
2876              Regex debugger backend.
2877      Branch: perl
2878            ! regcomp.c regexp.h
2879 ____________________________________________________________________________
2880 [  9775] By: jhi                                   on 2001/04/21  16:45:40
2881         Log: Subject: [PATCH] Typo in utf8.h
2882              From: Jesús Quiroga <jquiroga@pobox.com>
2883              Date: Sat, 21 Apr 2001 19:25:33 +0200
2884              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
2885      Branch: perl
2886            ! utf8.h
2887 ____________________________________________________________________________
2888 [  9774] By: jhi                                   on 2001/04/21  16:43:52
2889         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
2890              From: Joe Orton <jorton@redhat.com>
2891              Date: Tue, 17 Apr 2001 15:50:43 +0100
2892              Message-Id: <20010417155043.D19132@eu.c2.net>
2893      Branch: perl
2894            ! hints/svr5.sh
2895 ____________________________________________________________________________
2896 [  9773] By: jhi                                   on 2001/04/21  15:30:15
2897         Log: Subject: Patch utils/h2xs.PL
2898              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
2899              Date: Sat, 21 Apr 2001 10:32:16 -0500
2900              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
2901              
2902              Add MAILING list and LICENSE templates.
2903      Branch: perl
2904            ! utils/h2xs.PL
2905 ____________________________________________________________________________
2906 [  9772] By: jhi                                   on 2001/04/21  15:28:36
2907         Log: Subject: perlfaq2.patch for 5.7.1
2908              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
2909              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
2910              Date: Fri, 20 Apr 2001 16:42:19 -0500
2911              
2912              rm an extra tab, a blurb about the xx.cpan to clarify
2913              which countries actually have that and dejanews is history
2914              as well as most of that nonsensical entry.
2915      Branch: perl
2916            ! pod/perlfaq2.pod
2917 ____________________________________________________________________________
2918 [  9771] By: jhi                                   on 2001/04/21  15:27:17
2919         Log: Subject: perlfaq1.patch for 5.7.1
2920              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
2921              Date: Fri, 20 Apr 2001 16:57:36 -0500
2922              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
2923              
2924              Evil URLs must die. Especially when they are broken.
2925      Branch: perl
2926            ! pod/perlfaq1.pod
2927 ____________________________________________________________________________
2928 [  9770] By: jhi                                   on 2001/04/21  15:23:38
2929         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
2930              From: Michael G Schwern <schwern@pobox.com>
2931              Date: Sat, 21 Apr 2001 16:11:12 +0100
2932              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
2933      Branch: perl
2934            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
2935            + t/lib/b-stash.t
2936            ! MANIFEST ext/B/B.pm t/lib/b.t
2937 ____________________________________________________________________________
2938 [  9769] By: jhi                                   on 2001/04/21  15:03:32
2939         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
2940              From: Michael G Schwern <schwern@pobox.com>
2941              Date: Sat, 21 Apr 2001 09:48:00 +0100
2942              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
2943      Branch: perl
2944            ! utils/h2ph.PL
2945 ____________________________________________________________________________
2946 [  9768] By: jhi                                   on 2001/04/21  14:33:49
2947         Log: PerlIO and Encode doc cleanup and tweaks.
2948      Branch: perl
2949            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
2950            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
2951 ____________________________________________________________________________
2952 [  9767] By: jhi                                   on 2001/04/21  12:40:16
2953         Log: Integrate perlio.
2954      Branch: perl
2955           !> doio.c
2956 ____________________________________________________________________________
2957 [  9766] By: nick                                  on 2001/04/20  18:28:35
2958         Log: Avoid core dump on
2959              open(STDOUT,">",\$foo);
2960      Branch: perlio
2961            ! doio.c
2962 ____________________________________________________________________________
2963 [  9765] By: jhi                                   on 2001/04/20  13:23:43
2964         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
2965              From: Robin Houston <robin@kitsite.com>
2966              Date: Fri, 20 Apr 2001 14:29:22 +0100
2967              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
2968      Branch: perl
2969            ! ext/B/B.pm ext/B/B/Deparse.pm
2970 ____________________________________________________________________________
2971 [  9764] By: jhi                                   on 2001/04/20  13:19:33
2972         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
2973              From: Peter Prymmer <pvhp@forte.com>
2974              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
2975              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
2976      Branch: perl
2977            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
2978            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
2979            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
2980            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
2981 ____________________________________________________________________________
2982 [  9763] By: jhi                                   on 2001/04/20  12:36:39
2983         Log: Subject: Re: A new PerlIO coredump
2984              From: Nick Ing-Simmons <nik@tiuk.ti.com>
2985              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
2986              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
2987      Branch: perl
2988            ! doio.c
2989 ____________________________________________________________________________
2990 [  9762] By: jhi                                   on 2001/04/19  23:02:30
2991         Log: Update Changes.
2992      Branch: perl
2993            ! Changes patchlevel.h
2994 ____________________________________________________________________________
2995 [  9761] By: jhi                                   on 2001/04/19  22:59:19
2996         Log: More cleanup cleanup.
2997      Branch: perl
2998            ! Makefile.SH win32/Makefile win32/makefile.mk
2999 ____________________________________________________________________________
3000 [  9760] By: jhi                                   on 2001/04/19  22:50:31
3001         Log: lib/Time is non-empty, let's not rmdir it.
3002      Branch: perl
3003            ! Makefile.SH
3004 ____________________________________________________________________________
3005 [  9759] By: jhi                                   on 2001/04/19  22:36:51
3006         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
3007              From: Robin Houston <robin@kitsite.com>
3008              Date: Fri, 20 Apr 2001 00:18:53 +0100
3009              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
3010      Branch: perl
3011            ! ext/B/B/Deparse.pm
3012 ____________________________________________________________________________
3013 [  9758] By: jhi                                   on 2001/04/19  22:36:00
3014         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
3015              From: Peter Prymmer <pvhp@forte.com>
3016              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
3017              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
3018      Branch: perl
3019            ! ext/Cwd/Cwd.xs
3020 ____________________________________________________________________________
3021 [  9757] By: nick                                  on 2001/04/19  18:53:54
3022         Log: Blind (untested) integrate of mainline.
3023      Branch: perlio
3024           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
3025           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
3026           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
3027           !> (integrate 53 files)
3028 ____________________________________________________________________________
3029 [  9756] By: jhi                                   on 2001/04/19  16:59:23
3030         Log: Document and test Time::Piece.
3031      Branch: perl
3032            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
3033            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
3034 ____________________________________________________________________________
3035 [  9755] By: jhi                                   on 2001/04/19  12:13:29
3036         Log: A better fix for the \x{12345678} trouble from NI-S.
3037      Branch: perl
3038            ! utf8.c
3039 ____________________________________________________________________________
3040 [  9754] By: jhi                                   on 2001/04/19  11:56:07
3041         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
3042              From: Robin Houston <robin@kitsite.com>
3043              Date: Wed, 18 Apr 2001 17:58:33 +0100
3044              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
3045      Branch: perl
3046            ! ext/B/B/Deparse.pm op.c
3047 ____________________________________________________________________________
3048 [  9753] By: jhi                                   on 2001/04/19  04:21:52
3049         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
3050              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
3051              Date: Thu, 19 Apr 2001 01:11:41 -0400
3052              Message-ID: <20010419011141.A5798@cpan.org>
3053      Branch: perl
3054            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
3055 ____________________________________________________________________________
3056 [  9752] By: jhi                                   on 2001/04/19  02:41:10
3057         Log: The new time utils need to be thread-aware, too.
3058      Branch: perl
3059            ! util.c
3060 ____________________________________________________________________________
3061 [  9751] By: jhi                                   on 2001/04/19  02:26:47
3062         Log: Compilation nit noticed by AIX compiler.
3063      Branch: perl
3064            ! perlio.c
3065 ____________________________________________________________________________
3066 [  9750] By: jhi                                   on 2001/04/19  02:20:06
3067         Log: The new time utils need to be public.
3068      Branch: perl
3069            ! embed.pl
3070 ____________________________________________________________________________
3071 [  9749] By: jhi                                   on 2001/04/19  01:42:39
3072         Log: Regen toc.
3073      Branch: perl
3074            ! pod/perltoc.pod
3075 ____________________________________________________________________________
3076 [  9748] By: jhi                                   on 2001/04/19  01:41:10
3077         Log: Add Time::Piece, a slight rewrite of Time::Object,
3078              from Matt Sergeant.
3079      Branch: perl
3080            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
3081            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
3082            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
3083            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
3084            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
3085            ! win32/makefile.mk
3086 ____________________________________________________________________________
3087 [  9747] By: jhi                                   on 2001/04/19  00:55:35
3088         Log: The new metaconfig unit from strftime.
3089      Branch: metaconfig/U/perl
3090            + d_strftime.U
3091 ____________________________________________________________________________
3092 [  9746] By: jhi                                   on 2001/04/19  00:54:54
3093         Log: Move the strftime() wrapper from POSIX.xs to util.c
3094              as my_strftime(), requires HAS_STRFTIME.
3095      Branch: perl
3096            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3097            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
3098            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
3099            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3100            ! vos/config.ga.h win32/config.bc win32/config.gc
3101            ! win32/config.vc
3102 ____________________________________________________________________________
3103 [  9745] By: jhi                                   on 2001/04/18  23:11:03
3104         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
3105              in preparation of Time::Piece.
3106      Branch: perl
3107            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
3108 ____________________________________________________________________________
3109 [  9744] By: jhi                                   on 2001/04/18  22:33:12
3110         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
3111              From: Peter Prymmer <pvhp@forte.com>
3112              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
3113              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
3114      Branch: perl
3115            ! t/lib/exporter.t
3116 ____________________________________________________________________________
3117 [  9743] By: jhi                                   on 2001/04/18  22:32:23
3118         Log: Subject: Fwd: pod2html leaves cache files lying around?
3119              From: Rajesh Vaidheeswarran <rv@gnu.org>
3120              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
3121              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
3122      Branch: perl
3123            ! lib/Pod/Html.pm
3124 ____________________________________________________________________________
3125 [  9742] By: jhi                                   on 2001/04/18  20:31:49
3126         Log: Update Changes.
3127      Branch: perl
3128            ! Changes patchlevel.h
3129 ____________________________________________________________________________
3130 [  9741] By: jhi                                   on 2001/04/18  20:23:02
3131         Log: Declare hints only if needed.
3132      Branch: perl
3133            ! ext/B/B/Deparse.pm
3134 ____________________________________________________________________________
3135 [  9740] By: jhi                                   on 2001/04/18  19:06:05
3136         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
3137              bug noticed by Robin Houston; basically the code of detecting
3138              value wraparound was acting differently under different compilers
3139              and platforms.  The workaround is to remove the overflow check
3140              for now, a real fix would be to do the overflow (portably) right.
3141      Branch: perl
3142            ! t/op/pat.t utf8.c
3143 ____________________________________________________________________________
3144 [  9739] By: jhi                                   on 2001/04/18  19:01:23
3145         Log: Subject: [PATCH B::Deparse] some pragma support
3146              From: Robin Houston <robin@kitsite.com>
3147              Date: Wed, 18 Apr 2001 19:32:12 +0100
3148              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
3149      Branch: perl
3150            ! ext/B/B/Deparse.pm
3151 ____________________________________________________________________________
3152 [  9738] By: jhi                                   on 2001/04/18  15:16:37
3153         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
3154              From: Benjamin Sugars <bsugars@canoe.ca>
3155              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
3156              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
3157      Branch: perl
3158            ! t/op/glob.t
3159 ____________________________________________________________________________
3160 [  9737] By: jhi                                   on 2001/04/18  13:24:50
3161         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
3162              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3163              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
3164              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
3165      Branch: perl
3166            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
3167            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
3168 ____________________________________________________________________________
3169 [  9736] By: jhi                                   on 2001/04/18  04:15:14
3170         Log: The #9735 also changes the subtest 12.
3171      Branch: perl
3172            ! t/lib/b.t
3173 ____________________________________________________________________________
3174 [  9735] By: jhi                                   on 2001/04/18  03:55:17
3175         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
3176              From: David Dyck <dcd@tc.fluke.com>
3177              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
3178              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
3179      Branch: perl
3180            ! ext/B/B/Deparse.pm
3181 ____________________________________________________________________________
3182 [  9734] By: jhi                                   on 2001/04/18  03:54:11
3183         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
3184              From: Gisle Aas <gisle@ActiveState.com>
3185              Date: 17 Apr 2001 19:06:45 -0700
3186              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
3187      Branch: perl
3188            ! pp_hot.c t/op/misc.t
3189 ____________________________________________________________________________
3190 [  9733] By: jhi                                   on 2001/04/17  22:25:22
3191         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
3192              From: "Abigail" <abigail@foad.org>
3193              Date: Wed, 18 Apr 2001 01:17:46 +0200
3194              Message-ID: <20010417231746.21657.qmail@foad.org>
3195      Branch: perl
3196            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
3197 ____________________________________________________________________________
3198 [  9732] By: jhi                                   on 2001/04/17  20:47:56
3199         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
3200              From: Robin Houston <robin@kitsite.com>
3201              Date: Tue, 17 Apr 2001 22:37:42 +0100
3202              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
3203      Branch: perl
3204            ! ext/B/B/Deparse.pm
3205 ____________________________________________________________________________
3206 [  9731] By: nick                                  on 2001/04/17  20:46:35
3207         Log: Re-sync for t/lib/b.t fix
3208      Branch: perlio
3209           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
3210 ____________________________________________________________________________
3211 [  9730] By: jhi                                   on 2001/04/17  20:45:29
3212         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
3213              From: Robin Houston <robin@kitsite.com>
3214              Date: Tue, 17 Apr 2001 22:29:36 +0100
3215              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
3216      Branch: perl
3217            ! ext/B/B.xs ext/B/B/Deparse.pm
3218 ____________________________________________________________________________
3219 [  9729] By: jhi                                   on 2001/04/17  20:43:11
3220         Log: Subject: Deparse - parenthesise args to undeclared subs
3221              From: Robin Houston <robin@kitsite.com>
3222              Date: Tue, 17 Apr 2001 21:31:05 +0100
3223              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
3224      Branch: perl
3225            ! ext/B/B/Deparse.pm
3226 ____________________________________________________________________________
3227 [  9728] By: jhi                                   on 2001/04/17  18:57:30
3228         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
3229              From: Benjamin Sugars <ben.sugars@home.com>
3230              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
3231              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
3232      Branch: perl
3233            ! t/lib/cwd.t
3234 ____________________________________________________________________________
3235 [  9727] By: jhi                                   on 2001/04/17  18:20:20
3236         Log: Subject: [PATCH B::Deparse] ambient pragmas
3237              From: Robin Houston <robin@kitsite.com>
3238              Date: Tue, 17 Apr 2001 20:01:59 +0100
3239              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
3240      Branch: perl
3241            ! ext/B/B/Deparse.pm t/lib/b.t
3242 ____________________________________________________________________________
3243 [  9726] By: nick                                  on 2001/04/17  16:33:51
3244         Log: Integrate mainline (t/lib/b.t fails test 2...)
3245      Branch: perlio
3246           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
3247           +> ext/List/Util/README ext/List/Util/Util.xs
3248           +> ext/List/Util/lib/List/Util.pm
3249           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
3250           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
3251           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
3252           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
3253           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
3254           !> (integrate 31 files)
3255 ____________________________________________________________________________
3256 [  9725] By: jhi                                   on 2001/04/17  12:14:24
3257         Log: Subject: multiple B::* changes
3258              From: Robin Houston <robin@kitsite.com>
3259              Date: Thu, 12 Apr 2001 20:12:27 +0100
3260              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
3261      Branch: perl
3262            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
3263 ____________________________________________________________________________
3264 [  9724] By: jhi                                   on 2001/04/17  11:59:05
3265         Log: Thread-awareness from Doug MacEachern.
3266      Branch: perl
3267            ! ext/List/Util/Util.xs
3268 ____________________________________________________________________________
3269 [  9723] By: jhi                                   on 2001/04/17  11:57:41
3270         Log: Make the test more portable.
3271      Branch: perl
3272            ! t/lib/cwd.t
3273 ____________________________________________________________________________
3274 [  9722] By: jhi                                   on 2001/04/17  11:53:50
3275         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
3276              From: Benjamin Sugars <ben.sugars@home.com>
3277              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
3278              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
3279      Branch: perl
3280            ! t/lib/cwd.t
3281 ____________________________________________________________________________
3282 [  9721] By: jhi                                   on 2001/04/17  11:52:17
3283         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
3284              From: Benjamin Sugars <bsugars@canoe.ca>
3285              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
3286              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
3287      Branch: perl
3288            ! op.c
3289 ____________________________________________________________________________
3290 [  9720] By: jhi                                   on 2001/04/17  11:35:42
3291         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
3292              From: Chris Nandor <pudge@pobox.com>
3293              Date: Tue, 17 Apr 2001 00:30:49 -0400
3294              Message-Id: <p05100207b701768712de@[10.0.1.177]>
3295      Branch: perl
3296            ! ext/File/Glob/bsd_glob.c gv.c
3297 ____________________________________________________________________________
3298 [  9719] By: jhi                                   on 2001/04/17  11:32:13
3299         Log: Subject: [PATCH] Tweten->West
3300              From: Casey West <casey@geeknest.com>
3301              Date: Mon, 16 Apr 2001 12:11:22 -0400
3302              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
3303      Branch: perl
3304            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
3305            ! pod/perltie.pod
3306 ____________________________________________________________________________
3307 [  9718] By: jhi                                   on 2001/04/16  03:22:52
3308         Log: Update Changes.
3309      Branch: perl
3310            ! Changes patchlevel.h
3311 ____________________________________________________________________________
3312 [  9717] By: jhi                                   on 2001/04/16  03:06:28
3313         Log: Regen toc.
3314      Branch: perl
3315            ! pod/perltoc.pod
3316 ____________________________________________________________________________
3317 [  9716] By: jhi                                   on 2001/04/16  02:58:42
3318         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
3319              From: Prymmer/Kahn <pvhp@best.com>
3320              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
3321              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
3322      Branch: perl
3323            ! utf8.c
3324 ____________________________________________________________________________
3325 [  9715] By: jhi                                   on 2001/04/15  23:40:35
3326         Log: Subject: Re: Net::Ping patch, adds stream protocol
3327              From: bronson@rinspin.com (Scott Bronson)
3328              Date: Tue, 10 Apr 2001 23:58:33 -0700
3329              Message-ID: <20010410235833.N29719@rinspin.com>
3330      Branch: perl
3331            ! lib/Net/Ping.pm
3332 ____________________________________________________________________________
3333 [  9714] By: jhi                                   on 2001/04/15  23:31:46
3334         Log: Printing out the ok messages helps successful testing.
3335      Branch: perl
3336            ! t/lib/time-hires.t
3337 ____________________________________________________________________________
3338 [  9713] By: jhi                                   on 2001/04/15  21:43:24
3339         Log: Update Douglas Wegscheid's email.
3340      Branch: perl
3341            ! AUTHORS
3342 ____________________________________________________________________________
3343 [  9712] By: jhi                                   on 2001/04/15  21:40:41
3344         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
3345              From: Michael G Schwern <schwern@pobox.com>
3346              Date: Sat, 14 Apr 2001 22:40:50 +0100
3347              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
3348      Branch: perl
3349            + t/lib/exporter.t
3350            ! MANIFEST lib/Exporter/Heavy.pm
3351 ____________________________________________________________________________
3352 [  9711] By: jhi                                   on 2001/04/15  21:39:21
3353         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
3354              From: Michael G Schwern <schwern@pobox.com>
3355              Date: Sat, 14 Apr 2001 22:13:59 +0100
3356              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
3357      Branch: perl
3358            ! t/op/loopctl.t
3359 ____________________________________________________________________________
3360 [  9710] By: jhi                                   on 2001/04/15  21:30:19
3361         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
3362              From: Michael G Schwern <schwern@pobox.com>
3363              Date: Sat, 14 Apr 2001 22:05:32 +0100
3364              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
3365      Branch: perl
3366            ! t/pragma/warnings.t
3367 ____________________________________________________________________________
3368 [  9709] By: jhi                                   on 2001/04/15  19:34:09
3369         Log: Integrate changes #9706,9707 from maintperl into mainline.
3370              
3371              change#7210 broke .packlist generation
3372              
3373              ExtUtils::Installed doesn't quote regex metacharacters in paths
3374              before using them in match; also make it work for dosish platforms
3375      Branch: perl
3376           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
3377 ____________________________________________________________________________
3378 [  9708] By: jhi                                   on 2001/04/15  19:31:01
3379         Log: Test also the scalar aspect of getitimer().
3380      Branch: perl
3381            ! t/lib/time-hires.t
3382 ____________________________________________________________________________
3383 [  9707] By: gsar                                  on 2001/04/15  17:24:20
3384         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
3385              before using them in match; also make it work for dosish platforms
3386      Branch: maint-5.6/perl
3387            ! lib/ExtUtils/Installed.pm
3388 ____________________________________________________________________________
3389 [  9706] By: gsar                                  on 2001/04/15  17:21:59
3390         Log: change#7210 broke .packlist generation (listed only filename
3391              rather than fully qualified path name)
3392      Branch: maint-5.6/perl
3393            ! lib/ExtUtils/Install.pm
3394 ____________________________________________________________________________
3395 [  9705] By: jhi                                   on 2001/04/15  12:36:33
3396         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
3397      Branch: perl
3398            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
3399            ! t/lib/time-hires.t
3400 ____________________________________________________________________________
3401 [  9704] By: jhi                                   on 2001/04/15  10:49:08
3402         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
3403              From: Prymmer/Kahn <pvhp@best.com>
3404              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
3405              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
3406      Branch: perl
3407            ! lib/utf8.pm pod/perlebcdic.pod
3408 ____________________________________________________________________________
3409 [  9703] By: jhi                                   on 2001/04/15  02:26:26
3410         Log: I keep forgetting to sort MANIFEST.
3411      Branch: perl
3412            ! MANIFEST
3413 ____________________________________________________________________________
3414 [  9702] By: jhi                                   on 2001/04/15  02:07:47
3415         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
3416              Now we have blessed, reftype, tainted, first, reduce, ...
3417      Branch: perl
3418            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
3419            + ext/List/Util/README ext/List/Util/Util.xs
3420            + ext/List/Util/lib/List/Util.pm
3421            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
3422            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
3423            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
3424            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
3425            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
3426            ! MANIFEST
3427 ____________________________________________________________________________
3428 [  9701] By: jhi                                   on 2001/04/14  15:05:25
3429         Log: Subject: RE: dprofpp.pl updates 
3430              From: Carl Eklof <CEklof@endeca.com>
3431              Date: Thu, 12 Apr 2001 18:45:46 -0400
3432              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
3433      Branch: perl
3434            ! utils/dprofpp.PL
3435 ____________________________________________________________________________
3436 [  9700] By: jhi                                   on 2001/04/14  14:44:55
3437         Log: Do not just blindly add CR.
3438      Branch: perl
3439            ! Porting/makerel
3440 ____________________________________________________________________________
3441 [  9699] By: jhi                                   on 2001/04/13  13:17:01
3442         Log: Update Changes.
3443      Branch: perl
3444            ! Changes patchlevel.h
3445 ____________________________________________________________________________
3446 [  9698] By: jhi                                   on 2001/04/13  12:44:48
3447         Log: Integrate perlio.
3448      Branch: perl
3449           !> ext/PerlIO/Scalar/Scalar.xs
3450 ____________________________________________________________________________
3451 [  9697] By: jhi                                   on 2001/04/13  12:29:15
3452         Log: Add more debug output to the test.
3453      Branch: perl
3454            ! t/lib/cwd.t
3455 ____________________________________________________________________________
3456 [  9696] By: nick                                  on 2001/04/13  10:14:29
3457         Log: Fix core dump on binmode($fh,'Scalar')
3458      Branch: perlio
3459            ! ext/PerlIO/Scalar/Scalar.xs
3460 ____________________________________________________________________________
3461 [  9695] By: nick                                  on 2001/04/13  09:05:42
3462         Log: Integrate mainline
3463      Branch: perlio
3464           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3465           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
3466           +> t/lib/time-hires.t
3467           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
3468           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
3469           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
3470           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
3471           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
3472           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
3473           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
3474 ____________________________________________________________________________
3475 [  9694] By: jhi                                   on 2001/04/12  22:23:35
3476         Log: Integrate change #9693 from maintperl into mainline.
3477              
3478              $VERSION and Version() on the same line provokes a warning from
3479              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
3480      Branch: perl
3481           !> lib/Devel/SelfStubber.pm
3482 ____________________________________________________________________________
3483 [  9693] By: gsar                                  on 2001/04/12  21:55:56
3484         Log: $VERSION and Version() on the same line provokes a warning from
3485              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
3486      Branch: maint-5.6/perl
3487            ! lib/Devel/SelfStubber.pm
3488 ____________________________________________________________________________
3489 [  9692] By: jhi                                   on 2001/04/12  13:54:00
3490         Log: This is at least 5.005.
3491      Branch: perl
3492            ! ext/Time/HiRes/HiRes.xs
3493 ____________________________________________________________________________
3494 [  9691] By: jhi                                   on 2001/04/12  13:37:20
3495         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
3496      Branch: perl
3497            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
3498            ! win32/Makefile win32/makefile.mk
3499 ____________________________________________________________________________
3500 [  9690] By: jhi                                   on 2001/04/12  01:34:46
3501         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
3502      Branch: perl
3503            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3504            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
3505            + t/lib/time-hires.t
3506            ! MANIFEST
3507 ____________________________________________________________________________
3508 [  9689] By: jhi                                   on 2001/04/12  00:28:39
3509         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
3510              From: Gisle Aas <gisle@ActiveState.com>
3511              Date: 11 Apr 2001 16:36:11 -0700
3512              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
3513      Branch: perl
3514            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
3515 ____________________________________________________________________________
3516 [  9688] By: jhi                                   on 2001/04/12  00:27:39
3517         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
3518              From: Gisle Aas <gisle@ActiveState.com>
3519              Date: 11 Apr 2001 11:13:24 -0700
3520              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
3521      Branch: perl
3522            ! ext/MIME/Base64/Base64.xs
3523 ____________________________________________________________________________
3524 [  9687] By: jhi                                   on 2001/04/11  19:51:47
3525         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
3526      Branch: perl
3527            ! Todo-5.6
3528 ____________________________________________________________________________
3529 [  9686] By: jhi                                   on 2001/04/11  16:54:25
3530         Log: Subject: [PATCH opcode.pl] Documentation of table format
3531              From: Simon Cozens <simon@netthink.co.uk>
3532              Date: Wed, 11 Apr 2001 12:59:31 +0100
3533              Message-ID: <20010411125931.A25681@netthink.co.uk>
3534      Branch: perl
3535            ! opcode.pl
3536 ____________________________________________________________________________
3537 [  9685] By: jhi                                   on 2001/04/11  16:53:15
3538         Log: Subject: [PATCH] prototype("CORE::recv")
3539              From: Simon Cozens <simon@netthink.co.uk>
3540              Date: Wed, 11 Apr 2001 13:24:35 +0100
3541              Message-ID: <20010411132435.A26169@netthink.co.uk>
3542      Branch: perl
3543            ! pp.c t/comp/proto.t
3544 ____________________________________________________________________________
3545 [  9684] By: jhi                                   on 2001/04/11  16:47:13
3546         Log: FAQ (and AUTHORS) update from Dan Carson: the information
3547              was several years obsolete, Term::Readkey has been updated
3548              to have the functionality.
3549      Branch: perl
3550            ! AUTHORS pod/perlfaq5.pod
3551 ____________________________________________________________________________
3552 [  9683] By: jhi                                   on 2001/04/11  12:15:46
3553         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
3554              From: Calle Dybedahl <calle@lysator.liu.se>
3555              Date: 10 Apr 2001 16:44:16 +0200
3556              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
3557      Branch: perl
3558            ! ext/MIME/Base64/Base64.xs
3559 ____________________________________________________________________________
3560 [  9682] By: jhi                                   on 2001/04/11  12:12:26
3561         Log: A more minimal fix for 20010410.006 from Hugo.
3562      Branch: perl
3563            ! regexec.c
3564 ____________________________________________________________________________
3565 [  9681] By: jhi                                   on 2001/04/11  11:34:23
3566         Log: Integrate changes #9678,9679 from maintline into mainperl.
3567              
3568              addendum to change#9676
3569              
3570              up $File::Glob::VERSION; add a note pointing out the version of
3571              the OpenBSD glob bsd_glob.c resembles
3572      Branch: perl
3573           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3574           !> ext/File/Glob/bsd_glob.h
3575 ____________________________________________________________________________
3576 [  9680] By: jhi                                   on 2001/04/11  11:30:38
3577         Log: Bad test numbering in integrate in #9677.
3578              Fixes ID 20010411.001.
3579      Branch: perl
3580            ! t/op/pat.t
3581 ____________________________________________________________________________
3582 [  9679] By: gsar                                  on 2001/04/11  03:38:40
3583         Log: up $File::Glob::VERSION; add a note pointing out the version of
3584              the OpenBSD glob bsd_glob.c resembles
3585      Branch: maint-5.6/perl
3586            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3587            ! ext/File/Glob/bsd_glob.h
3588 ____________________________________________________________________________
3589 [  9678] By: gsar                                  on 2001/04/11  03:09:48
3590         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
3591              revision 1.8.10.1 found here:
3592              
3593              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
3594      Branch: maint-5.6/perl
3595            ! ext/File/Glob/bsd_glob.c
3596 ____________________________________________________________________________
3597 [  9677] By: jhi                                   on 2001/04/11  02:54:39
3598         Log: Integrate changes #9675,9676 from maintperl into mainline.
3599              
3600              fix for bug 20010410.006, undo change#7115
3601              
3602              port the OpenBSD glob() security patch
3603      Branch: perl
3604           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
3605           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
3606           !> t/op/pat.t
3607 ____________________________________________________________________________
3608 [  9676] By: gsar                                  on 2001/04/11  02:19:02
3609         Log: port the glob() security patch found at:
3610              
3611              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
3612              
3613              CERT advisory for the issue is here:
3614              
3615              http://www.cert.org/advisories/CA-2001-07.html
3616              
3617              Note that the security scare is only relevant for those who are
3618              foolish enough to build suidperl (which is now officially discouraged)
3619      Branch: maint-5.6/perl
3620            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
3621            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
3622 ____________________________________________________________________________
3623 [  9675] By: gsar                                  on 2001/04/10  23:52:11
3624         Log: fix for bug 20010410.006
3625              
3626              undo change#7115 (came into maint-5.6 as change#8156)
3627              
3628              add tests to keep it from coming back
3629      Branch: maint-5.6/perl
3630            ! regexec.c t/op/pat.t
3631 ____________________________________________________________________________
3632 [  9674] By: nick                                  on 2001/04/10  20:39:31
3633         Log: Integrate mainline
3634      Branch: perlio
3635           +> Porting/testall.atom
3636           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
3637           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
3638           !> t/lib/lc-uk.t t/pod/find.t
3639 ____________________________________________________________________________
3640 [  9673] By: nick                                  on 2001/04/10  18:46:14
3641         Log: Integrate against change 9670 aka perl-5.7.1
3642      Branch: perlio
3643           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
3644           !> (integrate 53 files)
3645 ____________________________________________________________________________
3646 [  9672] By: jhi                                   on 2001/04/10  13:45:01
3647         Log: Add a script for doing cumulative profile of the test suite.
3648              (Requires ATOM, that is, Tru64.)
3649      Branch: perl
3650            + Porting/testall.atom
3651            ! MANIFEST
3652 ____________________________________________________________________________
3653 [  9671] By: jhi                                   on 2001/04/10  12:38:53
3654         Log: Missing std block.
3655      Branch: perl
3656            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
3657            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
3658            ! t/pod/find.t
3659 ____________________________________________________________________________
3660 [  9670] By: jhi                                   on 2001/04/10  01:25:58
3661         Log: This is 5.7.1.
3662      Branch: perl
3663            ! patchlevel.h
3664 ____________________________________________________________________________
3665 [  9669] By: jhi                                   on 2001/04/10  01:09:14
3666         Log: Update Changes.
3667      Branch: perl
3668            ! Changes patchlevel.h
3669 ____________________________________________________________________________
3670 [  9668] By: jhi                                   on 2001/04/10  01:00:38
3671         Log: Regen toc.
3672      Branch: perl
3673            ! pod/perltoc.pod
3674 ____________________________________________________________________________
3675 [  9667] By: jhi                                   on 2001/04/10  00:52:16
3676         Log: Update perlhist.
3677      Branch: perl
3678            ! pod/perlhist.pod
3679 ____________________________________________________________________________
3680 [  9666] By: jhi                                   on 2001/04/09  23:38:59
3681         Log: Slight wording tweaks from Damian to #9658.
3682      Branch: perl
3683            ! pod/perlobj.pod
3684 ____________________________________________________________________________
3685 [  9665] By: jhi                                   on 2001/04/09  19:56:06
3686         Log: Subject: [PATCH perlutil.pod] Nit
3687              From: Simon Cozens <simon@netthink.co.uk>
3688              Date: Mon, 9 Apr 2001 20:29:44 +0100
3689              Message-ID: <20010409202944.A14796@the.earth.li>
3690      Branch: perl
3691            ! pod/perlutil.pod
3692 ____________________________________________________________________________
3693 [  9664] By: jhi                                   on 2001/04/09  19:54:42
3694         Log: Subject: Re: perl571delta.pod@9631
3695              From: Mike Guy <mjtg@cam.ac.uk>
3696              Date: Mon, 09 Apr 2001 18:09:14 +0100
3697              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
3698      Branch: perl
3699            ! pod/perl571delta.pod
3700 ____________________________________________________________________________
3701 [  9663] By: jhi                                   on 2001/04/09  13:43:35
3702         Log: Update Changes.
3703      Branch: perl
3704            ! Changes patchlevel.h
3705 ____________________________________________________________________________
3706 [  9662] By: jhi                                   on 2001/04/09  13:24:46
3707         Log: tweak tweak.
3708      Branch: perl
3709            ! AUTHORS pod/perl571delta.pod
3710 ____________________________________________________________________________
3711 [  9661] By: jhi                                   on 2001/04/09  13:15:13
3712         Log: Thinko in manual patch applying.
3713      Branch: perl
3714            ! sv.c
3715 ____________________________________________________________________________
3716 [  9660] By: jhi                                   on 2001/04/09  13:07:53
3717         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
3718              From: Robin Barker <rmb1@cise.npl.co.uk> 
3719              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
3720              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
3721              
3722              (This corrects the case where the "isn't numeric" string contains \0s
3723              and is longer than the temporary buffer, and contains \0 at the point
3724              the string would be truncated by "...".) 
3725      Branch: perl
3726            ! sv.c
3727 ____________________________________________________________________________
3728 [  9659] By: jhi                                   on 2001/04/09  12:57:41
3729         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
3730      Branch: perl
3731            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
3732            ! t/lib/cgi-function.t t/lib/cgi-html.t
3733 ____________________________________________________________________________
3734 [  9658] By: jhi                                   on 2001/04/09  12:48:47
3735         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
3736              From: Ilmari Karonen <iltzu@sci.fi>
3737              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
3738              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
3739              
3740              Rearrange and rewrite the Method Invocation section
3741              to explain the concepts in nicer order.
3742      Branch: perl
3743            ! pod/perlobj.pod
3744 ____________________________________________________________________________
3745 [  9657] By: jhi                                   on 2001/04/09  12:35:58
3746         Log: Upgrade to podlators 1.09, from Russ Allbery.
3747      Branch: perl
3748            ! lib/Pod/Man.pm lib/Pod/Text.pm
3749 ____________________________________________________________________________
3750 [  9656] By: jhi                                   on 2001/04/09  12:31:53
3751         Log: perl571delta.
3752      Branch: perl
3753            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
3754 ____________________________________________________________________________
3755 [  9655] By: jhi                                   on 2001/04/09  12:20:09
3756         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
3757              From: Prymmer/Kahn <pvhp@best.com>
3758              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
3759              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
3760      Branch: perl
3761            ! lib/utf8.pm pod/perlunicode.pod
3762 ____________________________________________________________________________
3763 [  9654] By: gsar                                  on 2001/04/09  03:38:33
3764         Log: here lies 5.6.1
3765      Branch: maint-5.6/perl
3766            ! Changes
3767 ____________________________________________________________________________
3768 [  9653] By: jhi                                   on 2001/04/09  03:25:24
3769         Log: Update perlhist.
3770      Branch: perl
3771            ! pod/perlhist.pod
3772 ____________________________________________________________________________
3773 [  9652] By: jhi                                   on 2001/04/09  03:18:49
3774         Log: perl571delta tweaking continues.
3775      Branch: perl
3776            ! pod/perl571delta.pod
3777 ____________________________________________________________________________
3778 [  9651] By: gsar                                  on 2001/04/09  03:11:19
3779         Log: update Changes, patchlevel.h &c.
3780      Branch: maint-5.6/perl
3781            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
3782            ! pod/perltoc.pod
3783 ____________________________________________________________________________
3784 [  9650] By: jhi                                   on 2001/04/09  02:40:24
3785         Log: Integrate the perlfork half of #9513 from maintperl into mainline
3786              (the perlunicode half is obsolete)
3787      Branch: perl
3788            ! pod/perlfork.pod
3789 ____________________________________________________________________________
3790 [  9649] By: gsar                                  on 2001/04/09  02:35:43
3791         Log: tweak perldelta as suggested by Jarkko
3792      Branch: maint-5.6/perl
3793            ! pod/perldelta.pod
3794 ____________________________________________________________________________
3795 [  9648] By: jhi                                   on 2001/04/09  02:13:04
3796         Log: Integrate change #9646 from maintperl into mainline.
3797              
3798              add note about ithreads and Thread.pm
3799      Branch: perl
3800           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
3801 ____________________________________________________________________________
3802 [  9647] By: jhi                                   on 2001/04/09  02:10:18
3803         Log: Bad assumption that shortsize == 2.
3804      Branch: perl
3805            ! t/lib/xs-typemap.t
3806 ____________________________________________________________________________
3807 [  9646] By: gsar                                  on 2001/04/09  00:48:04
3808         Log: add note about ithreads and Thread.pm (too many people are
3809              confused by the fact that Thread.pm is built and installed
3810              under non-5005threads but doesn't work)
3811      Branch: maint-5.6/perl
3812            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
3813 ____________________________________________________________________________
3814 [  9645] By: gsar                                  on 2001/04/09  00:19:03
3815         Log: update perldelta.pod for changes in 5.6.1
3816      Branch: maint-5.6/perl
3817            ! Changes pod/perldelta.pod
3818 ____________________________________________________________________________
3819 [  9644] By: jhi                                   on 2001/04/08  20:37:00
3820         Log: Integrate change #9639 from maintperl into mainline:
3821              on windows, many of the README.* pods were being copied to
3822              the wrong location
3823      Branch: perl
3824           !> win32/Makefile win32/makefile.mk
3825 ____________________________________________________________________________
3826 [  9643] By: jhi                                   on 2001/04/08  20:07:11
3827         Log: Integrate change #9624 from maintperl into mainline:
3828              the pod tests were not okay.  (t/pod/find.t changes ignored)
3829      Branch: perl
3830           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
3831           !> t/pod/include.t t/pod/included.t t/pod/lref.t
3832           !> t/pod/multiline_items.t t/pod/nested_items.t
3833           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
3834           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
3835 ____________________________________________________________________________
3836 [  9642] By: jhi                                   on 2001/04/08  19:57:17
3837         Log: Integrate change #9638 from maintperl into mainline:
3838              update to latest JPL from the anoncvs repository
3839      Branch: perl
3840           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
3841           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
3842           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
3843 ____________________________________________________________________________
3844 [  9641] By: jhi                                   on 2001/04/08  19:53:30
3845         Log: perl571delta updates.
3846      Branch: perl
3847            ! lib/Filter/Simple.pm pod/perl571delta.pod
3848 ____________________________________________________________________________
3849 [  9640] By: gsar                                  on 2001/04/08  19:20:46
3850         Log: integrate change#9634 from mainline
3851              
3852              Fix the perlmodlib generation (didn't understand separate .pod
3853              files; didn't understand -- as the name-thing separator).
3854              Update the CPAN mirrors list.
3855      Branch: maint-5.6/perl
3856            ! pod/perlmodlib.pod
3857           !> pod/perlmodlib.PL
3858 ____________________________________________________________________________
3859 [  9639] By: gsar                                  on 2001/04/08  18:57:31
3860         Log: on windows, many of the README.* pods were being copied to the wrong
3861              location
3862      Branch: maint-5.6/perl
3863            ! win32/Makefile win32/makefile.mk
3864 ____________________________________________________________________________
3865 [  9638] By: gsar                                  on 2001/04/08  18:38:25
3866         Log: update to latest JPL from the anoncvs repository
3867      Branch: maint-5.6/perl
3868            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
3869            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
3870            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
3871 ____________________________________________________________________________
3872 [  9637] By: jhi                                   on 2001/04/08  17:53:53
3873         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
3874      Branch: perl
3875            ! pod/perl571delta.pod
3876 ____________________________________________________________________________
3877 [  9636] By: jhi                                   on 2001/04/08  17:18:32
3878         Log: Regen toc.
3879      Branch: perl
3880            ! pod/perltoc.pod
3881 ____________________________________________________________________________
3882 [  9635] By: jhi                                   on 2001/04/08  17:16:33
3883         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
3884              From: "Craig A. Berry" <craigberry@mac.com>
3885              Date: Sun, 08 Apr 2001 12:30:16 -0500
3886              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
3887      Branch: perl
3888            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
3889 ____________________________________________________________________________
3890 [  9634] By: jhi                                   on 2001/04/08  17:09:19
3891         Log: Fix the perlmodlib generation (didn't understand separate .pod
3892              files; didn't understand -- as the name-thing separator).
3893              
3894              Update the CPAN mirrors list.
3895      Branch: perl
3896            ! pod/perlmodlib.PL pod/perlmodlib.pod
3897 ____________________________________________________________________________
3898 [  9633] By: jhi                                   on 2001/04/08  16:49:17
3899         Log: Sort MANIFEST.
3900      Branch: perl
3901            ! MANIFEST
3902 ____________________________________________________________________________
3903 [  9632] By: gsar                                  on 2001/04/08  16:36:06
3904         Log: add $Tie::RefHash::VERSION
3905      Branch: maint-5.6/perl
3906            ! lib/Tie/RefHash.pm
3907 ____________________________________________________________________________
3908 [  9631] By: jhi                                   on 2001/04/08  16:10:15
3909         Log: perl571delta updates based on p5p feedback; still needs
3910              lots of examples.
3911      Branch: perl
3912            ! pod/perl571delta.pod
3913 ____________________________________________________________________________
3914 [  9630] By: jhi                                   on 2001/04/08  15:59:13
3915         Log: Update the list of supported platforms to talk about 5.7.1
3916              (and 5.6.1)
3917      Branch: perl
3918            ! pod/perlport.pod
3919 ____________________________________________________________________________
3920 [  9629] By: jhi                                   on 2001/04/08  15:55:41
3921         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
3922              from maintperl into mainline: perlport updates.
3923      Branch: perl
3924            ! pod/perlport.pod
3925 ____________________________________________________________________________
3926 [  9628] By: jhi                                   on 2001/04/08  15:53:17
3927         Log: perlsolaris.pod copied to wrong directory.
3928      Branch: perl
3929            ! win32/makefile.mk
3930 ____________________________________________________________________________
3931 [  9627] By: jhi                                   on 2001/04/08  14:48:18
3932         Log: Subject: Typos in perl571delta.pod
3933              From: "Stephen P. Potter" <spp@spotter.yi.org>
3934              Date: Sat, 07 Apr 2001 20:37:05 -0400
3935              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
3936      Branch: perl
3937            ! pod/perl571delta.pod
3938 ____________________________________________________________________________
3939 [  9626] By: jhi                                   on 2001/04/08  14:39:04
3940         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
3941      Branch: perl
3942            ! gv.c
3943 ____________________________________________________________________________
3944 [  9625] By: nick                                  on 2001/04/08  10:14:23
3945         Log: Integrate mainline
3946      Branch: perlio
3947           +> pod/perl570delta.pod pod/perl571delta.pod
3948           !> (integrate 27 files)
3949 ____________________________________________________________________________
3950 [  9624] By: gsar                                  on 2001/04/08  06:08:17
3951         Log: test in t/pod/* were busted
3952              
3953              these tests are still not enabled in t/{harness,TEST}
3954      Branch: maint-5.6/perl
3955            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
3956            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
3957            ! t/pod/multiline_items.t t/pod/nested_items.t
3958            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
3959            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
3960 ____________________________________________________________________________
3961 [  9623] By: gsar                                  on 2001/04/08  03:37:01
3962         Log: integrate change#9470 from mainline
3963              
3964              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
3965      Branch: maint-5.6/perl
3966           !> ext/Socket/Socket.xs
3967 ____________________________________________________________________________
3968 [  9622] By: jhi                                   on 2001/04/07  22:40:47
3969         Log: Update Changes.
3970      Branch: perl
3971            ! Changes patchlevel.h
3972 ____________________________________________________________________________
3973 [  9621] By: jhi                                   on 2001/04/07  22:34:16
3974         Log: Update AUTHORS.
3975      Branch: perl
3976            ! AUTHORS
3977 ____________________________________________________________________________
3978 [  9620] By: jhi                                   on 2001/04/07  22:12:47
3979         Log: Forgot to bump the number of tests in #9164.
3980      Branch: perl
3981            ! t/op/array.t
3982 ____________________________________________________________________________
3983 [  9619] By: jhi                                   on 2001/04/07  22:09:50
3984         Log: Bump patchlevel to 5.7.1.
3985      Branch: perl
3986            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3987            ! config_h.SH patchlevel.h
3988 ____________________________________________________________________________
3989 [  9618] By: jhi                                   on 2001/04/07  22:02:41
3990         Log: Populate perl571delta.
3991      Branch: perl
3992            ! pod/perl571delta.pod
3993 ____________________________________________________________________________
3994 [  9617] By: jhi                                   on 2001/04/07  22:01:23
3995         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
3996              to forget it later; do not change patchlevel.h yet or regenerate
3997              Configure yet.
3998      Branch: perl
3999            ! epoc/config.sh win32/Makefile win32/config_H.bc
4000            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4001 ____________________________________________________________________________
4002 [  9616] By: jhi                                   on 2001/04/07  17:46:33
4003         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
4004      Branch: perl
4005            ! pod/perl571delta.pod
4006 ____________________________________________________________________________
4007 [  9615] By: jhi                                   on 2001/04/07  17:33:21
4008         Log: Change the toc configuration.
4009      Branch: perl
4010            ! pod/buildtoc.PL pod/perl.pod
4011 ____________________________________________________________________________
4012 [  9614] By: jhi                                   on 2001/04/07  17:29:47
4013         Log: Subject: PATCH: $[
4014              From: Robin Houston <robin@kitsite.com>
4015              Date: Fri, 6 Apr 2001 18:10:14 +0100
4016              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
4017      Branch: perl
4018            ! op.c t/op/array.t
4019 ____________________________________________________________________________
4020 [  9613] By: jhi                                   on 2001/04/07  17:28:26
4021         Log: Subject: [PATCH perl@9424] isn't numeric warning
4022              From: Robin Barker <rmb1@cise.npl.co.uk>
4023              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
4024              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
4025      Branch: perl
4026            ! sv.c t/pragma/warn/sv
4027 ____________________________________________________________________________
4028 [  9612] By: jhi                                   on 2001/04/07  17:26:45
4029         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
4030              From: Mike Guy <mjtg@cam.ac.uk>
4031              Date: Fri, 06 Apr 2001 12:47:06 +0100
4032              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
4033      Branch: perl
4034            ! dump.c t/lib/peek.t
4035 ____________________________________________________________________________
4036 [  9611] By: jhi                                   on 2001/04/07  17:21:35
4037         Log: Create perl571delta and seed it off with the perldelta changes
4038              since 5.7.0; remove those changes from perldelta and rename it
4039              as perl570delta; recreate perldelta but leave it almost empty.
4040      Branch: perl
4041            + pod/perl570delta.pod pod/perl571delta.pod
4042            ! MANIFEST pod/perldelta.pod
4043 ____________________________________________________________________________
4044 [  9610] By: jhi                                   on 2001/04/07  16:56:32
4045         Log: Denit.
4046      Branch: perl
4047            ! pod/perldelta.pod
4048 ____________________________________________________________________________
4049 [  9609] By: jhi                                   on 2001/04/07  16:38:32
4050         Log: Retract #9523: needs more thought.
4051      Branch: perl
4052            ! Makefile.SH
4053 ____________________________________________________________________________
4054 [  9608] By: jhi                                   on 2001/04/07  14:59:20
4055         Log: atmark() code cleanaup.
4056      Branch: perl
4057            ! ext/IO/IO.xs
4058 ____________________________________________________________________________
4059 [  9607] By: jhi                                   on 2001/04/07  14:48:14
4060         Log: Integrate change #9605 from maintperl into mainline.
4061              
4062              can't optimize away scope entry if tr/// is present
4063      Branch: perl
4064           !> op.c t/op/tr.t
4065 ____________________________________________________________________________
4066 [  9606] By: jhi                                   on 2001/04/07  14:43:59
4067         Log: Integrate perlio.
4068      Branch: perl
4069           +> win32/FindExt.pm
4070           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
4071           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
4072 ____________________________________________________________________________
4073 [  9605] By: gsar                                  on 2001/04/07  11:52:40
4074         Log: can't optimize away scope entry if tr/// is present
4075      Branch: maint-5.6/perl
4076            ! op.c t/op/tr.t
4077 ____________________________________________________________________________
4078 [  9604] By: nick                                  on 2001/04/07  11:39:45
4079         Log: Split out extension finding code from buildext.pl into FindExt.pm
4080              Use it to get Config.pm's idea of available extensions in line
4081              with what is built.
4082      Branch: perlio
4083            + win32/FindExt.pm
4084            ! MANIFEST win32/buildext.pl win32/config_sh.PL
4085            ! win32/makefile.mk
4086 ____________________________________________________________________________
4087 [  9603] By: nick                                  on 2001/04/07  09:11:38
4088         Log: Cleanup correction for failed :Via() layer, also set an error code.
4089      Branch: perlio
4090            ! ext/PerlIO/Via/Via.xs
4091 ____________________________________________________________________________
4092 [  9602] By: nick                                  on 2001/04/07  08:38:04
4093         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
4094              style. So don't use binmode() on the handles so that Win32 etc. see
4095              same sequence and produce same digests.
4096      Branch: perlio
4097            ! t/lib/md5-file.t
4098 ____________________________________________________________________________
4099 [  9601] By: nick                                  on 2001/04/07  08:36:26
4100         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
4101              Else it complains and so crlf layer (say) does not get pushed.
4102      Branch: perlio
4103            ! perlio.c
4104 ____________________________________________________________________________
4105 [  9600] By: jhi                                   on 2001/04/06  23:00:09
4106         Log: Integrate change #9599 from perlio into mainline.
4107      Branch: perl
4108           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
4109           !> win32/config_H.vc
4110 ____________________________________________________________________________
4111 [  9599] By: nick                                  on 2001/04/06  21:42:43
4112         Log: Quote $VERSION in Encode.pm.
4113              regen_config_h as requested.
4114      Branch: perlio
4115            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
4116            ! win32/config_H.vc
4117 ____________________________________________________________________________
4118 [  9598] By: nick                                  on 2001/04/06  20:34:59
4119         Log: Integrate mainline
4120      Branch: perlio
4121           +> README.macos
4122           !> (integrate 39 files)
4123 ____________________________________________________________________________
4124 [  9597] By: gsar                                  on 2001/04/06  18:06:35
4125         Log: integrate change#9464 from mainline (addendum to change#8313)
4126              
4127              Subject: [PATCH @9452] Better peep()ing for foreach() loops
4128      Branch: maint-5.6/perl
4129           !> op.c
4130 ____________________________________________________________________________
4131 [  9596] By: jhi                                   on 2001/04/06  17:26:03
4132         Log: The d_casti32=undef is good for you even when not use64bitall.
4133      Branch: perl
4134            ! hints/hpux.sh
4135 ____________________________________________________________________________
4136 [  9595] By: gsar                                  on 2001/04/06  14:57:17
4137         Log: add a low-impact fix to accomodate darwin-ism
4138      Branch: maint-5.6/perl
4139            ! ext/Errno/Errno_pm.PL
4140 ____________________________________________________________________________
4141 [  9594] By: jhi                                   on 2001/04/06  14:55:14
4142         Log: Integrate changes #9528,9593 from mainline into maintperl;
4143              tweaking the editor/IDE/shell list.
4144      Branch: maint-5.6/perl
4145           !> pod/perlfaq3.pod
4146 ____________________________________________________________________________
4147 [  9593] By: jhi                                   on 2001/04/06  14:51:39
4148         Log: Make the editor/IDE/shell list a little bit airier.
4149      Branch: perl
4150            ! pod/perlfaq3.pod
4151 ____________________________________________________________________________
4152 [  9592] By: gsar                                  on 2001/04/06  14:45:18
4153         Log: integrate change#9477 from mainline (base.pm doc tweak)
4154              
4155              missing doc entry for fmod()
4156      Branch: maint-5.6/perl
4157            ! lib/Math/BigFloat.pm
4158           !> lib/base.pm
4159 ____________________________________________________________________________
4160 [  9591] By: jhi                                   on 2001/04/06  13:55:48
4161         Log: Regen toc.
4162      Branch: perl
4163            ! pod/perltoc.pod
4164 ____________________________________________________________________________
4165 [  9590] By: jhi                                   on 2001/04/06  13:54:52
4166         Log: Math::BigFloat patches from John Peacock.  The equivalent
4167              of #9586 from maintperl but reworked by John to work with
4168              the bleadperl.
4169      Branch: perl
4170            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
4171 ____________________________________________________________________________
4172 [  9589] By: jhi                                   on 2001/04/06  13:42:23
4173         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
4174      Branch: perl
4175            ! ext/Digest/MD5/Makefile.PL
4176 ____________________________________________________________________________
4177 [  9588] By: jhi                                   on 2001/04/06  13:31:45
4178         Log: Integrate changes #9584,9587 from maintperl into mainline.
4179              
4180              keep eval"" CVs alive until the end of the statement in which
4181              they're called
4182              
4183              add README.macos (from Chris Nandor)
4184              
4185              tyop in change#9555
4186      Branch: perl
4187           +> README.macos
4188           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
4189           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
4190           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
4191           !> win32/makefile.mk
4192 ____________________________________________________________________________
4193 [  9587] By: gsar                                  on 2001/04/06  07:31:30
4194         Log: add README.macos (from Chris Nandor)
4195              
4196              tyop in change#9555
4197      Branch: maint-5.6/perl
4198            + README.macos
4199            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
4200            ! win32/Makefile win32/makefile.mk
4201 ____________________________________________________________________________
4202 [  9586] By: gsar                                  on 2001/04/06  07:08:54
4203         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
4204      Branch: maint-5.6/perl
4205            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
4206 ____________________________________________________________________________
4207 [  9585] By: gsar                                  on 2001/04/06  06:58:44
4208         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
4209              from mainline
4210              
4211              Subject: [PATCH] Base64 update to perlfaq9.pod
4212              
4213              Subject: [PATCH AUTHORS] Housekeeping
4214              
4215              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
4216              Mac OS X (Darwin) has extra pwent fields.
4217              
4218              Subject: [PATCH B::*] print control-character vars readably
4219              Needs EBCDICification.
4220              
4221              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
4222              
4223              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
4224              
4225              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
4226              
4227              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
4228              
4229              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
4230              
4231              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
4232              
4233              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
4234              
4235              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
4236              
4237              FreeBSD hints tweak from Anton Berezin.
4238              
4239              Subject: [PATCH foolperl & bleadperl] README.vms update
4240              
4241              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
4242      Branch: maint-5.6/perl
4243           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
4244           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
4245           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
4246 ____________________________________________________________________________
4247 [  9584] By: gsar                                  on 2001/04/06  04:09:00
4248         Log: keep eval"" CVs alive until the end of the statement in which
4249              they're called; this avoids a coredump ensuing from search for
4250              lexicals in code such as:
4251              
4252              sub bug {
4253              my $s = @_;
4254              eval q[sub { eval 'sub { &$s }' }];
4255              }
4256              bug("x")->()->();
4257              
4258              this code still doesn't work as intended (as it has remained
4259              since time immemorial), but it doesn't provoke a coredump anymore
4260      Branch: maint-5.6/perl
4261            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
4262            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
4263 ____________________________________________________________________________
4264 [  9583] By: jhi                                   on 2001/04/05  23:52:51
4265         Log: Update Changes.
4266      Branch: perl
4267            ! Changes patchlevel.h
4268 ____________________________________________________________________________
4269 [  9582] By: jhi                                   on 2001/04/05  23:11:23
4270         Log: Slight doc tweak.
4271      Branch: perl
4272            ! pod/perlunicode.pod
4273 ____________________________________________________________________________
4274 [  9581] By: jhi                                   on 2001/04/05  23:04:11
4275         Log: Integrate perlio.
4276      Branch: perl
4277           !> pod/perlunicode.pod
4278 ____________________________________________________________________________
4279 [  9580] By: jhi                                   on 2001/04/05  23:03:29
4280         Log: Test for #9579.
4281      Branch: perl
4282            ! t/op/do.t
4283 ____________________________________________________________________________
4284 [  9579] By: jhi                                   on 2001/04/05  22:54:17
4285         Log: Subject: [PATCH] Propagate calling context for do '...'
4286              From: Gisle Aas <gisle@ActiveState.com>
4287              Date: 04 Apr 2001 20:17:29 -0700
4288              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
4289      Branch: perl
4290            ! pod/perlfunc.pod pp_ctl.c
4291 ____________________________________________________________________________
4292 [  9578] By: jhi                                   on 2001/04/05  22:52:51
4293         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
4294              From: Peter Prymmer <pvhp@forte.com>
4295              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
4296              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
4297      Branch: perl
4298            ! README.vms
4299 ____________________________________________________________________________
4300 [  9577] By: jhi                                   on 2001/04/05  22:48:22
4301         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
4302              From: "Craig A. Berry" <craigberry@mac.com>
4303              Date: Thu, 5 Apr 2001 13:43:28 -0500
4304              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
4305      Branch: perl
4306            ! README.vms
4307 ____________________________________________________________________________
4308 [  9576] By: jhi                                   on 2001/04/05  22:31:38
4309         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
4310              From: Michael G Schwern <schwern@pobox.com>
4311              Date: Thu, 5 Apr 2001 21:53:21 +0100
4312              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
4313      Branch: perl
4314            ! lib/base.pm t/lib/fields.t
4315 ____________________________________________________________________________
4316 [  9575] By: jhi                                   on 2001/04/05  22:26:10
4317         Log: FreeBSD hints tweak from Anton Berezin.
4318      Branch: perl
4319            ! hints/freebsd.sh
4320 ____________________________________________________________________________
4321 [  9574] By: jhi                                   on 2001/04/05  22:24:03
4322         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
4323              From: David Dyck <dcd@tc.fluke.com>
4324              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
4325              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
4326      Branch: perl
4327            ! t/op/oct.t
4328 ____________________________________________________________________________
4329 [  9573] By: jhi                                   on 2001/04/05  22:23:06
4330         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
4331              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
4332              From: David Dyck <dcd@tc.fluke.com>
4333              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
4334      Branch: perl
4335            ! pp.c
4336 ____________________________________________________________________________
4337 [  9572] By: jhi                                   on 2001/04/05  22:14:47
4338         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
4339              From: Robin Houston <robin@kitsite.com>
4340              Date: Thu, 5 Apr 2001 20:56:48 +0100
4341              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
4342      Branch: perl
4343            ! ext/B/B/Deparse.pm
4344 ____________________________________________________________________________
4345 [  9571] By: jhi                                   on 2001/04/05  22:12:53
4346         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
4347              From: Robin Houston <robin@kitsite.com>
4348              Date: Thu, 5 Apr 2001 19:55:51 +0100
4349              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
4350      Branch: perl
4351            ! ext/B/B/Deparse.pm
4352 ____________________________________________________________________________
4353 [  9570] By: jhi                                   on 2001/04/05  22:11:06
4354         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
4355              From: Robin Houston <robin@kitsite.com>
4356              Date: Thu, 5 Apr 2001 20:16:29 +0100
4357              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
4358      Branch: perl
4359            ! ext/B/B/Deparse.pm
4360 ____________________________________________________________________________
4361 [  9569] By: nick                                  on 2001/04/05  21:32:26
4362         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
4363      Branch: perlio
4364            ! pod/perlunicode.pod
4365 ____________________________________________________________________________
4366 [  9568] By: nick                                  on 2001/04/05  19:38:09
4367         Log: Integrate mainline
4368      Branch: perlio
4369           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
4370           !> (integrate 35 files)
4371 ____________________________________________________________________________
4372 [  9567] By: jhi                                   on 2001/04/05  18:31:45
4373         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
4374              From: Robin Houston <robin@kitsite.com>
4375              Date: Thu, 5 Apr 2001 18:03:23 +0100
4376              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
4377      Branch: perl
4378            ! ext/B/B/Deparse.pm
4379 ____________________________________________________________________________
4380 [  9566] By: jhi                                   on 2001/04/05  18:29:35
4381         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
4382              From: Robin Houston <robin@kitsite.com>
4383              Date: Thu, 5 Apr 2001 16:45:18 +0100
4384              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
4385      Branch: perl
4386            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
4387 ____________________________________________________________________________
4388 [  9565] By: jhi                                   on 2001/04/05  18:24:23
4389         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
4390              From: Robin Houston <robin@kitsite.com>
4391              Date: Thu, 5 Apr 2001 14:50:09 +0100
4392              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
4393      Branch: perl
4394            ! ext/B/B/Deparse.pm
4395 ____________________________________________________________________________
4396 [  9564] By: jhi                                   on 2001/04/05  18:23:03
4397         Log: Subject: [PATCH B::*] print control-character vars readably
4398              From: Robin Houston <robin@kitsite.com>
4399              Date: Thu, 5 Apr 2001 14:27:38 +0100
4400              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
4401              
4402              Needs EBCDICification.
4403      Branch: perl
4404            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
4405            ! ext/B/B/Terse.pm
4406 ____________________________________________________________________________
4407 [  9563] By: jhi                                   on 2001/04/05  18:20:32
4408         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
4409              Date: Thu, 5 Apr 2001 13:21:42 -0400
4410              From: Paul Schinder <schinder@pobox.com>
4411              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
4412              
4413              Mac OS X (Darwin) has extra pwent fields.
4414      Branch: perl
4415            ! t/op/pwent.t
4416 ____________________________________________________________________________
4417 [  9562] By: jhi                                   on 2001/04/05  17:57:51
4418         Log: Regen toc.
4419      Branch: perl
4420            ! pod/perltoc.pod
4421 ____________________________________________________________________________
4422 [  9561] By: jhi                                   on 2001/04/05  17:47:33
4423         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
4424      Branch: metaconfig
4425            ! U/Glossary.patch
4426      Branch: metaconfig/U/perl
4427            + d_u32align.U
4428            ! d_cmsghdr_s.U d_msghdr_s.U
4429 ____________________________________________________________________________
4430 [  9560] By: jhi                                   on 2001/04/05  17:47:01
4431         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
4432              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
4433              Introduce probes for struct msghdr, struct cmsghdr,
4434              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
4435              ualarm, usleep, for possible later extension work.
4436      Branch: perl
4437            + t/lib/md5-align.t
4438            ! Configure MANIFEST Porting/Glossary Porting/config.sh
4439            ! Porting/config_H config_h.SH configure.com epoc/config.sh
4440            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
4441            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4442            ! vos/config.ga.h win32/config.bc win32/config.gc
4443            ! win32/config.vc
4444 ____________________________________________________________________________
4445 [  9559] By: jhi                                   on 2001/04/05  13:03:04
4446         Log: Be traditional in your cpp (for the Errno extension).
4447      Branch: perl
4448            ! hints/darwin.sh
4449 ____________________________________________________________________________
4450 [  9558] By: jhi                                   on 2001/04/05  13:00:05
4451         Log: Add $Config{cppflags} to the gcc incantation.
4452      Branch: perl
4453            ! ext/Errno/Errno_pm.PL
4454 ____________________________________________________________________________
4455 [  9557] By: jhi                                   on 2001/04/05  04:22:39
4456         Log: Introduce Sean Burke's Class::ISA 0.32.
4457      Branch: perl
4458            + lib/Class/ISA.pm t/lib/class-isa.t
4459            ! MANIFEST
4460 ____________________________________________________________________________
4461 [  9556] By: jhi                                   on 2001/04/05  04:09:50
4462         Log: Subject: [PATCH AUTHORS] Housekeeping
4463              From: Paul Johnson <paul@pjcj.net> 
4464              Date: Wed, 4 Apr 2001 22:45:47 +0200
4465              Message-ID: <20010404224547.D9548@pjcj.net>
4466      Branch: perl
4467            ! AUTHORS
4468 ____________________________________________________________________________
4469 [  9555] By: jhi                                   on 2001/04/05  04:06:33
4470         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
4471              From: Gisle Aas <gisle@ActiveState.com>
4472              Date: 04 Apr 2001 14:23:04 -0700
4473              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
4474      Branch: perl
4475            ! pod/perlfaq9.pod
4476 ____________________________________________________________________________
4477 [  9554] By: jhi                                   on 2001/04/05  04:05:49
4478         Log: Downgrade also the "Wide character" diagnostic.
4479      Branch: perl
4480            ! pod/perldiag.pod
4481 ____________________________________________________________________________
4482 [  9553] By: jhi                                   on 2001/04/05  04:00:33
4483         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
4484              maintperl into mainline.
4485              
4486              "double" should be "NV"; standard typemap is missing entry
4487              for NV
4488              
4489              s/djSP/dSP/
4490              
4491              Downgrade "Wide character in print" to a warning.
4492              
4493              B::Deparse fix for ${^FOO} and documentation for PVX() method
4494              (from Robin Houston)
4495              
4496              tr/// doesn't null-terminate the result in some situations
4497              (from Gisle Aas)
4498      Branch: perl
4499           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
4500           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
4501           !> t/io/utf8.t t/op/tr.t
4502 ____________________________________________________________________________
4503 [  9552] By: jhi                                   on 2001/04/05  03:52:50
4504         Log: Retract changes #9542 and #9538 (from maintperl, integrated
4505              at #9540), shouldn't be needed because of the perlio changes.
4506      Branch: perl
4507            ! util.c
4508 ____________________________________________________________________________
4509 [  9551] By: gsar                                  on 2001/04/05  00:18:34
4510         Log: tr/// doesn't null-terminate the result in some situations
4511              (from Gisle Aas)
4512      Branch: maint-5.6/perl
4513            ! doop.c t/op/tr.t
4514 ____________________________________________________________________________
4515 [  9550] By: gsar                                  on 2001/04/04  20:04:17
4516         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
4517              (from Robin Houston)
4518      Branch: maint-5.6/perl
4519            ! ext/B/B.pm ext/B/B/Deparse.pm
4520 ____________________________________________________________________________
4521 [  9549] By: nick                                  on 2001/04/04  18:56:15
4522         Log: Downgrade "Wide character in print" to a warning.
4523      Branch: perlio
4524            ! doio.c t/io/utf8.t
4525 ____________________________________________________________________________
4526 [  9548] By: gsar                                  on 2001/04/04  18:51:49
4527         Log: integrate changes#9460,9462,9482,9521,9522
4528              
4529              Subject: PATCH: B::Debug should show LOOP-specific fields
4530              
4531              Subject: B::Deparse precedence bug. (Patch included.)
4532              
4533              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
4534              
4535              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
4536              
4537              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
4538      Branch: maint-5.6/perl
4539           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
4540           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
4541 ____________________________________________________________________________
4542 [  9547] By: gsar                                  on 2001/04/04  18:49:16
4543         Log: s/djSP/dSP/
4544      Branch: maint-5.6/perl
4545            ! ext/Thread/Thread.xs
4546 ____________________________________________________________________________
4547 [  9546] By: nick                                  on 2001/04/04  18:44:00
4548         Log: Integrate mainline.
4549      Branch: perlio
4550           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
4551           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
4552 ____________________________________________________________________________
4553 [  9545] By: gsar                                  on 2001/04/04  18:38:52
4554         Log: integrate change#8837 from mainline
4555              
4556              Subject: [patch] -Wall cleanup round 2
4557      Branch: maint-5.6/perl
4558           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
4559           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
4560           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
4561           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
4562           !> ext/SDBM_File/SDBM_File.xs
4563 ____________________________________________________________________________
4564 [  9544] By: gsar                                  on 2001/04/04  17:49:57
4565         Log: "double" should be "NV"; standard typemap is missing entry
4566              for NV
4567      Branch: maint-5.6/perl
4568            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
4569 ____________________________________________________________________________
4570 [  9543] By: jhi                                   on 2001/04/04  14:13:18
4571         Log: Thou shalt not (just) match for English error messages.
4572      Branch: perl
4573            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
4574            ! os2/OS2/Process/Process.pm
4575 ____________________________________________________________________________
4576 [  9542] By: jhi                                   on 2001/04/04  13:20:39
4577         Log: Make the stdio tricks of fflush_all() to exist only if
4578              stdio is being used.
4579      Branch: perl
4580            ! util.c
4581 ____________________________________________________________________________
4582 [  9541] By: jhi                                   on 2001/04/04  04:20:24
4583         Log: Subject: Re: [PATCH] Lighten up glob
4584              From: Benjamin Sugars <bsugars@canoe.ca>
4585              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
4586              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
4587      Branch: perl
4588            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
4589            ! util.c
4590 ____________________________________________________________________________
4591 [  9540] By: jhi                                   on 2001/04/04  04:03:57
4592         Log: Integrate changes #9538,9539 from maintperl into mainline.
4593              
4594              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
4595              for use with _fwalk() (fix for change#7705)
4596              
4597              another tweak needed for SunOS 4.1.x build (from Mike Guy)
4598              (cp -f is not portable)
4599      Branch: perl
4600           !> Makefile.SH util.c
4601 ____________________________________________________________________________
4602 [  9539] By: gsar                                  on 2001/04/04  03:01:14
4603         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
4604      Branch: maint-5.6/perl
4605            ! Makefile.SH
4606 ____________________________________________________________________________
4607 [  9538] By: gsar                                  on 2001/04/04  01:00:38
4608         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
4609              for use with _fwalk() (fix for change#7705)
4610      Branch: maint-5.6/perl
4611            ! util.c
4612 ____________________________________________________________________________
4613 [  9537] By: nick                                  on 2001/04/03  19:24:55
4614         Log: Integrate mainline
4615      Branch: perlio
4616           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
4617           +> lib/unicode/PropList.html
4618            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
4619           !> (integrate 69 files)
4620 ____________________________________________________________________________
4621 [  9536] By: jhi                                   on 2001/04/03  18:02:31
4622         Log: Integrate change #9533 from maintperl into mainline.
4623              
4624              better fix for change#9517 to accomodate UNC paths like
4625              \\server\share\foo, and paths with trailing backslash
4626              like c:\this\
4627      Branch: perl
4628           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
4629 ____________________________________________________________________________
4630 [  9535] By: jhi                                   on 2001/04/03  17:58:07
4631         Log: Change the push/unshift warning to be of class syntax, not misc.
4632      Branch: perl
4633            ! op.c pod/perldiag.pod t/pragma/warn/op
4634 ____________________________________________________________________________
4635 [  9534] By: jhi                                   on 2001/04/03  15:03:46
4636         Log: Change the push/unshift warning (#9532) to talk about "no values"
4637              instead of "no arguments".
4638      Branch: perl
4639            ! op.c pod/perldiag.pod t/pragma/warn/op
4640 ____________________________________________________________________________
4641 [  9533] By: gsar                                  on 2001/04/03  14:30:07
4642         Log: better fix for change#9517 to accomodate UNC paths like
4643              \\server\share\foo, and paths with trailing backslash
4644              like c:\this\
4645      Branch: maint-5.6/perl
4646            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
4647 ____________________________________________________________________________
4648 [  9532] By: jhi                                   on 2001/04/03  13:11:46
4649         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
4650              From: Robin Houston <robin@kitsite.com>
4651              Date: Mon, 2 Apr 2001 15:03:29 +0100
4652              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
4653      Branch: perl
4654            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
4655 ____________________________________________________________________________
4656 [  9531] By: jhi                                   on 2001/04/03  13:06:34
4657         Log: Integrate change #9530 from maintperl into mainline.
4658              
4659              accomodate VMS "mailbox overflow" quirk in testsuite (from
4660              Craig Berry)
4661      Branch: perl
4662           !> t/lib/socket.t
4663 ____________________________________________________________________________
4664 [  9530] By: gsar                                  on 2001/04/03  04:56:41
4665         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
4666              Craig Berry)
4667      Branch: maint-5.6/perl
4668            ! t/lib/socket.t
4669 ____________________________________________________________________________
4670 [  9529] By: jhi                                   on 2001/04/03  02:34:34
4671         Log: Update Changes.
4672      Branch: perl
4673            ! Changes patchlevel.h
4674 ____________________________________________________________________________
4675 [  9528] By: jhi                                   on 2001/04/03  01:27:57
4676         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
4677              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
4678              To: perl5-porters@perl.org
4679              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
4680      Branch: perl
4681            ! pod/perlfaq3.pod
4682 ____________________________________________________________________________
4683 [  9527] By: jhi                                   on 2001/04/03  01:22:09
4684         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
4685              From: Peter Prymmer <pvhp@forte.com>
4686              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
4687              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
4688      Branch: perl
4689            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
4690 ____________________________________________________________________________
4691 [  9526] By: jhi                                   on 2001/04/03  01:18:25
4692         Log: The metaconfig unit changes for #9525.
4693      Branch: metaconfig
4694            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
4695      Branch: metaconfig/U/perl
4696            ! use64bits.U
4697 ____________________________________________________________________________
4698 [  9525] By: jhi                                   on 2001/04/03  01:17:30
4699         Log: Configure sanity checks:
4700              * if use64bitall is attempted but pointers are only 32-bit,
4701              'downgrade' to use64bitint
4702              * if use64bitint is attempted but there's no quad type,
4703              forget about use64bitint (well, the default for it is 'n',
4704              the user can still override this)
4705              * if pointers are 64 bits, do not try to use Perl's malloc
4706      Branch: perl
4707            ! Configure
4708 ____________________________________________________________________________
4709 [  9524] By: gsar                                  on 2001/04/03  01:09:12
4710         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
4711      Branch: maint-5.6/perl
4712            ! pp_sys.c
4713 ____________________________________________________________________________
4714 [  9523] By: jhi                                   on 2001/04/03  00:02:31
4715         Log: (Retracted by #9609)
4716              
4717              Make it harder for parallel makes to enter 'test' before
4718              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
4719              should be unhappy enough, but sometimes parallel makes seem
4720              to sneak past both in Tru64 and AIX.)
4721      Branch: perl
4722            ! Makefile.SH
4723 ____________________________________________________________________________
4724 [  9522] By: jhi                                   on 2001/04/02  22:35:31
4725         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
4726              Date: Mon, 2 Apr 2001 22:54:10 +0100
4727              From: Robin Houston <robin@kitsite.com>
4728              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
4729      Branch: perl
4730            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
4731 ____________________________________________________________________________
4732 [  9521] By: jhi                                   on 2001/04/02  22:32:23
4733         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
4734              From: Robin Houston <robin@kitsite.com>
4735              Date: Mon, 2 Apr 2001 20:24:03 +0100
4736              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
4737      Branch: perl
4738            ! ext/B/B/Concise.pm
4739 ____________________________________________________________________________
4740 [  9520] By: jhi                                   on 2001/04/02  22:30:43
4741         Log: Subject: [PATCH] REALLY pedantic hv.h nit
4742              From: Simon Cozens <simon@netthink.co.uk>
4743              Date: Mon, 2 Apr 2001 15:43:06 +0100
4744              Message-ID: <20010402154306.A21711@netthink.co.uk>
4745      Branch: perl
4746            ! hv.h
4747 ____________________________________________________________________________
4748 [  9519] By: jhi                                   on 2001/04/02  22:28:04
4749         Log: Based on
4750              
4751              Subject: [foolperl] EPOC fix
4752              From: Olaf Flebbe <O.Flebbe@science-computing.de>
4753              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
4754              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
4755      Branch: perl
4756            ! pp_sys.c
4757 ____________________________________________________________________________
4758 [  9518] By: jhi                                   on 2001/04/02  22:22:34
4759         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
4760              
4761              README.win32 tweaks; add a note about alternative location for
4762              getting a gcc-2.95.2 that will build perl properly on windows
4763              
4764              add some notes about gutsy threading matters
4765              
4766              many of the utilities interpolate literal paths within doublequotes
4767              (fails on dosish platforms where path contains backslashes)
4768      Branch: perl
4769           !> README.win32 pod/perlguts.pod utils/perldoc.PL
4770           !> x2p/find2perl.PL x2p/s2p.PL
4771 ____________________________________________________________________________
4772 [  9517] By: gsar                                  on 2001/04/02  19:52:21
4773         Log: many of the utilities interpolate literal paths within doublequotes
4774              (fails on dosish platforms where path contains backslashes)
4775      Branch: maint-5.6/perl
4776            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
4777 ____________________________________________________________________________
4778 [  9516] By: gsar                                  on 2001/04/02  05:49:37
4779         Log: a foolish release
4780      Branch: maint-5.6/perl
4781            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
4782            ! pod/perltoc.pod
4783 ____________________________________________________________________________
4784 [  9515] By: gsar                                  on 2001/04/02  05:04:29
4785         Log: add missing changelog summaries
4786      Branch: maint-5.6/perl
4787            ! Changes
4788 ____________________________________________________________________________
4789 [  9514] By: gsar                                  on 2001/04/02  04:07:13
4790         Log: add some notes about gutsy threading matters
4791      Branch: maint-5.6/perl
4792            ! pod/perlguts.pod
4793 ____________________________________________________________________________
4794 [  9513] By: gsar                                  on 2001/04/02  03:25:21
4795         Log: add more prominent caveat notices about experimental features
4796      Branch: maint-5.6/perl
4797            ! pod/perlfork.pod pod/perlunicode.pod
4798 ____________________________________________________________________________
4799 [  9512] By: gsar                                  on 2001/04/02  02:54:33
4800         Log: integrate changes#9479,9509 from mainline
4801              
4802              [PATCH] File::Glob stuff for Mac OS
4803              
4804              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
4805      Branch: maint-5.6/perl
4806           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
4807           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
4808           !> t/lib/glob-taint.t
4809 ____________________________________________________________________________
4810 [  9511] By: gsar                                  on 2001/04/02  02:38:24
4811         Log: README.win32 tweaks; add a note about alternative location for
4812              getting a gcc-2.95.2 that will build perl properly on windows
4813      Branch: maint-5.6/perl
4814            ! README.win32
4815 ____________________________________________________________________________
4816 [  9510] By: jhi                                   on 2001/04/01  20:45:10
4817         Log: An ambiguosity warning.
4818      Branch: perl
4819            ! t/lib/trig.t
4820 ____________________________________________________________________________
4821 [  9509] By: jhi                                   on 2001/04/01  19:53:47
4822         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
4823              From: Jonathan Stowe <gellyfish@gellyfish.com>
4824              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
4825              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
4826      Branch: perl
4827            ! ext/File/Glob/bsd_glob.c
4828 ____________________________________________________________________________
4829 [  9508] By: jhi                                   on 2001/04/01  19:35:03
4830         Log: Update Changes.
4831      Branch: perl
4832            ! Changes patchlevel.h
4833 ____________________________________________________________________________
4834 [  9507] By: jhi                                   on 2001/04/01  19:24:01
4835         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
4836              from mainline to maintperl: pod tweaks.
4837      Branch: maint-5.6/perl
4838           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
4839           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
4840           !> pod/perlvar.pod
4841 ____________________________________________________________________________
4842 [  9506] By: jhi                                   on 2001/04/01  19:11:53
4843         Log: Commit Sarathy to April release of 5.6.1 :-)
4844      Branch: perl
4845            ! pod/perlfaq1.pod
4846 ____________________________________________________________________________
4847 [  9505] By: jhi                                   on 2001/04/01  19:03:15
4848         Log: Subject: PATCH 5.6.0 (perldebug.pod)
4849              From: Mark-Jason Dominus <mjd@plover.com>
4850              Date: Sun, 01 Apr 2001 14:25:11 -0400
4851              Message-ID: <20010401182511.9247.qmail@plover.com>
4852      Branch: perl
4853            ! pod/perldebug.pod
4854 ____________________________________________________________________________
4855 [  9504] By: jhi                                   on 2001/04/01  18:43:09
4856         Log: Add great_circle_direction().
4857      Branch: perl
4858            ! lib/Math/Trig.pm t/lib/trig.t
4859 ____________________________________________________________________________
4860 [  9503] By: jhi                                   on 2001/04/01  17:29:12
4861         Log: Unicode ReadMe update for Unicode 3.1.
4862      Branch: perl
4863            ! lib/unicode/ReadMe.txt
4864 ____________________________________________________________________________
4865 [  9502] By: jhi                                   on 2001/04/01  17:18:40
4866         Log: Integrate change #9501 from maintperl into mainline.
4867              
4868              fix the perlembed notes on multiple interpreters
4869              
4870              fix ExtUtils::Embed to work passably on Windows
4871      Branch: perl
4872           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
4873 ____________________________________________________________________________
4874 [  9501] By: gsar                                  on 2001/04/01  07:21:57
4875         Log: fix the perlembed notes on multiple interpreters
4876              
4877              fix ExtUtils::Embed to work passably on Windows
4878      Branch: maint-5.6/perl
4879            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
4880 ____________________________________________________________________________
4881 [  9500] By: jhi                                   on 2001/04/01  05:58:23
4882         Log: Test for #9499.
4883      Branch: perl
4884            ! t/op/tr.t
4885 ____________________________________________________________________________
4886 [  9499] By: jhi                                   on 2001/04/01  05:55:46
4887         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
4888      Branch: perl
4889            ! embed.h embed.pl op.c proto.h
4890 ____________________________________________________________________________
4891 [  9498] By: jhi                                   on 2001/04/01  05:44:34
4892         Log: Protect the workaround hunk more.
4893      Branch: perl
4894            ! toke.c
4895 ____________________________________________________________________________
4896 [  9497] By: jhi                                   on 2001/04/01  00:24:25
4897         Log: Integrate changes #9493,9494,9495,9496 from maintperl
4898              into mainline.
4899              
4900              fix a broken workaround for Borland compiler in change#4739
4901              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
4902              
4903              nits spotted by Borland compiler
4904              
4905              avoid redefinition warnings under Borland 5.02
4906              
4907              various nits identified by the Borland 5.5 compiler; remove suppression
4908              of a few warnings
4909      Branch: perl
4910           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
4911           !> win32/win32.h
4912 ____________________________________________________________________________
4913 [  9496] By: gsar                                  on 2001/03/31  23:22:28
4914         Log: various nits identified by the Borland 5.5 compiler; remove suppression
4915              of a few warnings
4916      Branch: maint-5.6/perl
4917            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
4918 ____________________________________________________________________________
4919 [  9495] By: gsar                                  on 2001/03/31  21:03:08
4920         Log: avoid redefinition warnings under Borland 5.02
4921      Branch: maint-5.6/perl
4922            ! win32/makefile.mk
4923 ____________________________________________________________________________
4924 [  9494] By: gsar                                  on 2001/03/31  20:18:59
4925         Log: nits spotted by Borland compiler
4926      Branch: maint-5.6/perl
4927            ! utf8.h win32/win32.h
4928 ____________________________________________________________________________
4929 [  9493] By: gsar                                  on 2001/03/31  20:18:05
4930         Log: fix a broken workaround for Borland compiler in change#4739
4931              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
4932      Branch: maint-5.6/perl
4933            ! toke.c
4934 ____________________________________________________________________________
4935 [  9492] By: jhi                                   on 2001/03/31  18:36:24
4936         Log: Integrate change #9491 from maintperl into mainline.
4937              
4938              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
4939              directory is relative (need to fetch the full path name *before*
4940              the chdir!)
4941      Branch: perl
4942           !> lib/Cwd.pm
4943 ____________________________________________________________________________
4944 [  9491] By: gsar                                  on 2001/03/31  17:01:56
4945         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
4946              directory is relative (need to fetch the full path name *before*
4947              the chdir!)
4948              
4949              this is a followup patch for change#6749
4950      Branch: maint-5.6/perl
4951            ! lib/Cwd.pm
4952 ____________________________________________________________________________
4953 [  9490] By: jhi                                   on 2001/03/31  15:50:18
4954         Log: Subject: Re: [PATCH] av.h cosmetics
4955              From: Simon Cozens <simon@netthink.co.uk>
4956              Date: Sat, 31 Mar 2001 13:09:59 +0100
4957              Message-ID: <20010331130959.A22000@netthink.co.uk>
4958              
4959              Document AvALLOC.
4960      Branch: perl
4961            ! pod/perlguts.pod
4962 ____________________________________________________________________________
4963 [  9489] By: jhi                                   on 2001/03/31  15:48:44
4964         Log: Subject: [PATCH] Re: Math::Big* v1.21
4965              From: Tels <perl_dummy@bloodgate.com>
4966              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
4967              Message-Id: <200103311125.GAA377738@www08.hway.net>
4968      Branch: perl
4969            ! pod/perlop.pod
4970 ____________________________________________________________________________
4971 [  9488] By: jhi                                   on 2001/03/31  03:39:51
4972         Log: Debug output tweak.
4973      Branch: perl
4974            ! t/lib/cwd.t
4975 ____________________________________________________________________________
4976 [  9487] By: jhi                                   on 2001/03/31  03:33:02
4977         Log: OverVMSification.
4978      Branch: perl
4979            ! t/lib/cwd.t
4980 ____________________________________________________________________________
4981 [  9486] By: jhi                                   on 2001/03/31  03:01:40
4982         Log: Missed MANIFESTations in #9483.
4983      Branch: perl
4984            ! MANIFEST
4985 ____________________________________________________________________________
4986 [  9485] By: jhi                                   on 2001/03/31  02:58:17
4987         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
4988              From: Peter Prymmer <pvhp@forte.com>
4989              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
4990              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
4991      Branch: perl
4992            ! regexec.c t/lib/cwd.t
4993 ____________________________________________________________________________
4994 [  9484] By: jhi                                   on 2001/03/31  01:04:41
4995         Log: Obsolete file (see #3938)
4996      Branch: perl
4997            - lib/unicode/README.Ethiopic
4998            ! MANIFEST
4999 ____________________________________________________________________________
5000 [  9483] By: jhi                                   on 2001/03/31  00:52:42
5001         Log: Update to Unicode 3.1.
5002              (Rename Names.txt to NamesList.txt.)
5003      Branch: perl
5004            + lib/unicode/NamesList.txt lib/unicode/PropList.html
5005            - lib/unicode/Names.txt
5006            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
5007            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
5008            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
5009            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
5010            ! lib/unicode/UCD.html lib/unicode/Unicode.html
5011            ! lib/unicode/rename lib/unicode/version
5012 ____________________________________________________________________________
5013 [  9482] By: jhi                                   on 2001/03/30  23:33:44
5014         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
5015              From: Robin Houston <robin@kitsite.com>
5016              Date: Fri, 30 Mar 2001 20:07:22 +0100
5017              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
5018      Branch: perl
5019            ! ext/B/B/Deparse.pm
5020 ____________________________________________________________________________
5021 [  9481] By: jhi                                   on 2001/03/30  23:20:25
5022         Log: Subject: Re: [PATCH] CwdXS, Take 2
5023              From: Benjamin Sugars <bsugars@canoe.ca>
5024              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
5025              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
5026      Branch: perl
5027            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
5028            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
5029 ____________________________________________________________________________
5030 [  9480] By: jhi                                   on 2001/03/30  22:52:38
5031         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
5032              From: David Dyck <dcd@tc.fluke.com>
5033              Date: Fri, 30 Mar 2001 14:44:13 -0800
5034              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
5035              
5036              The t/rantests flags file creation was accidentally
5037              removed by #9217.
5038      Branch: perl
5039            ! Makefile.SH
5040 ____________________________________________________________________________
5041 [  9479] By: jhi                                   on 2001/03/30  22:45:45
5042         Log: Subject: [PATCH] File::Glob stuff for Mac OS
5043              From: Chris Nandor <pudge@pobox.com>
5044              Date: Fri, 30 Mar 2001 16:51:00 -0500
5045              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
5046      Branch: perl
5047            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
5048            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
5049            ! t/lib/glob-taint.t
5050 ____________________________________________________________________________
5051 [  9478] By: jhi                                   on 2001/03/30  22:43:12
5052         Log: Subject: fix for win32/buildext.pl
5053              From: "Vadim Konovalov" <watman@inbox.ru>
5054              Date: Sat, 31 Mar 2001 00:50:36 +0400
5055              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
5056      Branch: perl
5057            ! win32/buildext.pl
5058 ____________________________________________________________________________
5059 [  9477] By: jhi                                   on 2001/03/30  22:41:16
5060         Log: Subject: small base.pm doc patch
5061              From: Leon Brocard <acme@astray.com>
5062              Date: Fri, 30 Mar 2001 21:49:57 +0100
5063              Message-ID: <20010330214957.B8733@ns0.astray.com>
5064      Branch: perl
5065            ! lib/base.pm
5066 ____________________________________________________________________________
5067 [  9476] By: jhi                                   on 2001/03/30  18:16:57
5068         Log: Subject: [PATCH] av.h cosmetics
5069              From: Simon Cozens <simon@netthink.co.uk>
5070              Date: Fri, 30 Mar 2001 18:12:28 +0100
5071              Message-ID: <20010330181228.A9319@netthink.co.uk>
5072      Branch: perl
5073            ! av.h
5074 ____________________________________________________________________________
5075 [  9475] By: jhi                                   on 2001/03/30  18:15:50
5076         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
5077              From: "Philip Newton" <pnewton@gmx.de>
5078              Date: Fri, 30 Mar 2001 19:06:57 +0200
5079              Message-ID: <3AC4D951.14815.1AC7068@localhost>
5080      Branch: perl
5081            ! pod/perlhack.pod
5082 ____________________________________________________________________________
5083 [  9474] By: jhi                                   on 2001/03/30  18:14:02
5084         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
5085              From: Benjamin Sugars <bsugars@canoe.ca>
5086              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
5087              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
5088      Branch: perl
5089            ! t/lib/glob-basic.t
5090 ____________________________________________________________________________
5091 [  9473] By: jhi                                   on 2001/03/30  16:09:24
5092         Log: Update Changes.
5093      Branch: perl
5094            ! Changes patchlevel.h
5095 ____________________________________________________________________________
5096 [  9472] By: jhi                                   on 2001/03/30  15:16:08
5097         Log: Integrate perlio.
5098      Branch: perl
5099           !> t/lib/cwd.t t/lib/glob-basic.t
5100 ____________________________________________________________________________
5101 [  9471] By: nick                                  on 2001/03/30  14:47:10
5102         Log: Should be (^O eq 'MSWin32') not 'Win32'
5103              Fail #12 seems real - chdir is in wrong dir.
5104      Branch: perlio
5105            ! t/lib/cwd.t
5106 ____________________________________________________________________________
5107 [  9470] By: jhi                                   on 2001/03/30  14:41:11
5108         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
5109              From: Radu Greab <radu@netsoft.ro>
5110              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
5111              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
5112              
5113              Replace #9352.
5114      Branch: perl
5115            ! ext/Socket/Socket.xs pp_sys.c
5116 ____________________________________________________________________________
5117 [  9469] By: jhi                                   on 2001/03/30  14:37:51
5118         Log: Subject: PATCH pod/perldiag.pod
5119              From: Robin Houston <robin@kitsite.com>
5120              Date: Fri, 30 Mar 2001 14:10:36 +0100
5121              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
5122      Branch: perl
5123            ! pod/perldiag.pod t/lib/glob-basic.t
5124 ____________________________________________________________________________
5125 [  9468] By: jhi                                   on 2001/03/30  14:36:36
5126         Log: Subject: Better diagnostic in io/fs.t
5127              From: andreas.koenig@anima.de (Andreas J. Koenig)
5128              Date: 30 Mar 2001 10:11:43 +0200
5129              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
5130      Branch: perl
5131            ! t/io/fs.t
5132 ____________________________________________________________________________
5133 [  9467] By: nick                                  on 2001/03/30  14:25:43
5134         Log: Skip order test of glob if case-ignoring system cannot 
5135              create a.test and A.test
5136      Branch: perlio
5137            ! t/lib/glob-basic.t
5138 ____________________________________________________________________________
5139 [  9466] By: nick                                  on 2001/03/30  13:03:12
5140         Log: Integrate mainline.
5141      Branch: perlio
5142            - ext/re/hints/aix.pl
5143           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
5144           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
5145           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
5146           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
5147 ____________________________________________________________________________
5148 [  9465] By: jhi                                   on 2001/03/30  03:53:37
5149         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
5150              the tests sometimes hang, sometimes not.)
5151      Branch: perl
5152            ! t/lib/io_multihomed.t t/lib/io_sock.t
5153 ____________________________________________________________________________
5154 [  9464] By: jhi                                   on 2001/03/30  02:56:04
5155         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
5156              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5157              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
5158              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
5159      Branch: perl
5160            ! op.c
5161 ____________________________________________________________________________
5162 [  9463] By: jhi                                   on 2001/03/30  02:34:48
5163         Log: Test for #9462.
5164      Branch: perl
5165            ! t/lib/b.t
5166 ____________________________________________________________________________
5167 [  9462] By: jhi                                   on 2001/03/30  02:29:37
5168         Log: Subject: B::Deparse precedence bug. (Patch included.)
5169              From: Jeremy Madea <jmadea@inktomi.com>
5170              Date: Thu, 29 Mar 2001 12:05:02 -0800
5171              Message-ID: <20010329120502.A24881@dr.inktomi.com>
5172      Branch: perl
5173            ! ext/B/B/Deparse.pm
5174 ____________________________________________________________________________
5175 [  9461] By: jhi                                   on 2001/03/30  02:18:41
5176         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
5177              From: Peter Prymmer <pvhp@forte.com>
5178              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
5179              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
5180      Branch: perl
5181            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
5182            ! t/lib/md5-file.t
5183 ____________________________________________________________________________
5184 [  9460] By: jhi                                   on 2001/03/30  02:17:07
5185         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
5186              From: Robin Houston <robin@kitsite.com>
5187              Date: Thu, 29 Mar 2001 20:47:56 +0100
5188              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
5189      Branch: perl
5190            ! ext/B/B/Debug.pm
5191 ____________________________________________________________________________
5192 [  9459] By: jhi                                   on 2001/03/30  02:16:05
5193         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
5194              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
5195              Date: Wed, 28 Mar 2001 18:02:20 -0600
5196              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
5197      Branch: perl
5198            ! lib/ExtUtils/MM_VMS.pm
5199 ____________________________________________________________________________
5200 [  9458] By: jhi                                   on 2001/03/30  02:07:58
5201         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
5202              From: "Joshua E. Rodd" <jrodd@pbs.org>
5203              Date: Wed, 28 Mar 2001 17:29:12 -0500
5204              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
5205      Branch: perl
5206            ! pod/perlop.pod
5207 ____________________________________________________________________________
5208 [  9457] By: jhi                                   on 2001/03/30  02:04:33
5209         Log: Subject: ext/re/aix.pl can go
5210              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5211              Date: Thu, 29 Mar 2001 12:03:28 +0200
5212              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
5213      Branch: perl
5214            - ext/re/hints/aix.pl
5215            ! MANIFEST
5216 ____________________________________________________________________________
5217 [  9456] By: jhi                                   on 2001/03/30  02:03:32
5218         Log: Integrate perlio.
5219      Branch: perl
5220           !> ext/Encode/Encode.xs installperl
5221 ____________________________________________________________________________
5222 [  9455] By: nick                                  on 2001/03/29  21:11:46
5223         Log: DLL name has changed so installperl needs to know
5224              (Why isn't it working it out or passed it?)
5225      Branch: perlio
5226            ! installperl
5227 ____________________________________________________________________________
5228 [  9454] By: nick                                  on 2001/03/29  20:56:12
5229         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
5230              and we don't get undef warnings.
5231      Branch: perlio
5232            ! ext/Encode/Encode.xs
5233 ____________________________________________________________________________
5234 [  9453] By: nick                                  on 2001/03/29  17:58:48
5235         Log: Integrate mainline
5236      Branch: perlio
5237           !> Changes patchlevel.h
5238 ____________________________________________________________________________
5239 [  9452] By: jhi                                   on 2001/03/29  16:44:55
5240         Log: Update Changes.
5241      Branch: perl
5242            ! Changes patchlevel.h
5243 ____________________________________________________________________________
5244 [  9451] By: nick                                  on 2001/03/29  16:31:38
5245         Log: Integrate mainline
5246      Branch: perlio
5247           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
5248           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
5249           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
5250           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
5251           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
5252 ____________________________________________________________________________
5253 [  9450] By: jhi                                   on 2001/03/29  16:29:17
5254         Log: Integrate perlio.
5255      Branch: perl
5256           !> win32/buildext.pl
5257 ____________________________________________________________________________
5258 [  9449] By: jhi                                   on 2001/03/29  15:50:01
5259         Log: Update Changes.
5260      Branch: perl
5261            ! Changes patchlevel.h
5262 ____________________________________________________________________________
5263 [  9448] By: nick                                  on 2001/03/29  15:47:15
5264         Log: Make sure buildext.pl finds Errno.pm
5265      Branch: perlio
5266            ! win32/buildext.pl
5267 ____________________________________________________________________________
5268 [  9447] By: jhi                                   on 2001/03/29  15:39:34
5269         Log: Integrate perlio.
5270      Branch: perl
5271           !> win32/makefile.mk
5272 ____________________________________________________________________________
5273 [  9446] By: nick                                  on 2001/03/29  15:30:03
5274         Log: Integrate win32/makefile.mk with mainline.
5275      Branch: perlio
5276           !> win32/makefile.mk
5277 ____________________________________________________________________________
5278 [  9445] By: nick                                  on 2001/03/29  15:27:32
5279         Log: Fix breakage ... 
5280      Branch: perlio
5281            ! win32/makefile.mk
5282 ____________________________________________________________________________
5283 [  9444] By: jhi                                   on 2001/03/29  15:03:08
5284         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
5285              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5286              Date: Thu, 29 Mar 2001 10:32:59 +0400
5287              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
5288      Branch: perl
5289            ! win32/makefile.mk
5290 ____________________________________________________________________________
5291 [  9443] By: jhi                                   on 2001/03/29  15:02:12
5292         Log: Integrate perlio.
5293      Branch: perl
5294           +> win32/buildext.pl
5295           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
5296           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
5297 ____________________________________________________________________________
5298 [  9442] By: nick                                  on 2001/03/29  14:59:11
5299         Log: Work in progress - determine win32 extensions to build via script.
5300      Branch: perlio
5301            + win32/buildext.pl
5302            ! MANIFEST win32/makefile.mk
5303 ____________________________________________________________________________
5304 [  9441] By: jhi                                   on 2001/03/29  14:51:47
5305         Log: Reintroduce the use of external pwd.
5306      Branch: perl
5307            ! t/lib/cwd.t
5308 ____________________________________________________________________________
5309 [  9440] By: jhi                                   on 2001/03/29  14:42:58
5310         Log: use warnings instead of -w.
5311      Branch: perl
5312            ! utils/h2xs.PL
5313 ____________________________________________________________________________
5314 [  9439] By: jhi                                   on 2001/03/29  14:41:52
5315         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
5316              From: Jonathan Stowe <gellyfish@gellyfish.com>
5317              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
5318              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
5319      Branch: perl
5320            ! utils/h2xs.PL
5321 ____________________________________________________________________________
5322 [  9438] By: jhi                                   on 2001/03/29  14:39:38
5323         Log: Subject: [PATCH perl@9424] minor pod nits
5324              From: Robin Barker <rmb1@cise.npl.co.uk>
5325              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
5326              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
5327      Branch: perl
5328            ! pod/perlhack.pod pod/perliol.pod
5329 ____________________________________________________________________________
5330 [  9437] By: jhi                                   on 2001/03/29  14:29:16
5331         Log: Subject: [PATCH perl@9424] typemap cast warning
5332              From: Robin Barker <rmb1@cise.npl.co.uk>
5333              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
5334              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
5335      Branch: perl
5336            ! lib/ExtUtils/typemap
5337 ____________________________________________________________________________
5338 [  9436] By: jhi                                   on 2001/03/29  14:26:03
5339         Log: Subject: [PATCH perl@9424] printf warning
5340              From: Robin Barker <rmb1@cise.npl.co.uk>
5341              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
5342              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
5343      Branch: perl
5344            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
5345            ! ext/Storable/Storable.xs toke.c
5346 ____________________________________________________________________________
5347 [  9435] By: nick                                  on 2001/03/29  14:23:31
5348         Log: Win32 has name conflict with ERROR
5349      Branch: perlio
5350            ! ext/PerlIO/Via/Via.xs
5351 ____________________________________________________________________________
5352 [  9434] By: jhi                                   on 2001/03/29  14:17:48
5353         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
5354              From: Peter Prymmer <pvhp@forte.com>
5355              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
5356              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
5357      Branch: perl
5358            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
5359 ____________________________________________________________________________
5360 [  9433] By: jhi                                   on 2001/03/29  13:52:44
5361         Log: test-prep target was missing.
5362      Branch: perl
5363            ! Makefile.SH
5364 ____________________________________________________________________________
5365 [  9432] By: nick                                  on 2001/03/29  12:40:03
5366         Log: Make as-shipped compiler default to MSVC6 
5367      Branch: perlio
5368            ! win32/makefile.mk
5369 ____________________________________________________________________________
5370 [  9431] By: nick                                  on 2001/03/29  12:12:16
5371         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
5372              akin to PerlIO::Scalar.
5373      Branch: perlio
5374            ! perlio.c perlio.h
5375 ____________________________________________________________________________
5376 [  9430] By: nick                                  on 2001/03/29  10:56:35
5377         Log: Integrate mainline.
5378      Branch: perlio
5379           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
5380           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
5381           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
5382           !> win32/makefile.mk win32/win32sck.c
5383 ____________________________________________________________________________
5384 [  9429] By: nick                                  on 2001/03/29  09:03:43
5385         Log: Noticed that two tests were skipped as perlio:: package
5386              isn't there any more. Changed the skip condition.
5387              Avoid core-dump if sv_utf8_upgrade() called on something
5388              that does not become SvPOK after SvPV() (e.g. a ref).
5389      Branch: perlio
5390            ! sv.c t/io/utf8.t t/lib/io_scalar.t
5391 ____________________________________________________________________________
5392 [  9428] By: jhi                                   on 2001/03/29  01:31:47
5393         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
5394              From: Benjamin Sugars <bsugars@canoe.ca> 
5395              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
5396              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
5397      Branch: perl
5398            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
5399            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
5400            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
5401 ____________________________________________________________________________
5402 [  9427] By: jhi                                   on 2001/03/29  00:49:30
5403         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
5404              From: "Vadim Konovalov" <watman@inbox.ru>
5405              Date: Thu, 29 Mar 2001 01:50:12 +0400
5406              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
5407      Branch: perl
5408            ! win32/makefile.mk win32/win32sck.c
5409 ____________________________________________________________________________
5410 [  9426] By: gsar                                  on 2001/03/29  00:28:04
5411         Log: dmake can only handle == and != in comparisons; support building
5412              with Borland's VCL libraries (from Vadim Konovalov)
5413      Branch: maint-5.6/perl
5414            ! win32/makefile.mk
5415 ____________________________________________________________________________
5416 [  9425] By: nick                                  on 2001/03/28  19:29:56
5417         Log: Integrate (@snapshot)
5418      Branch: perlio
5419           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
5420 ____________________________________________________________________________
5421 [  9424] By: jhi                                   on 2001/03/28  19:03:16
5422         Log: Update Changes.
5423      Branch: perl
5424            ! Changes patchlevel.h
5425 ____________________________________________________________________________
5426 [  9423] By: jhi                                   on 2001/03/28  18:52:09
5427         Log: Rmdir lib/XS on cleanup.
5428      Branch: perl
5429            ! Makefile.SH
5430 ____________________________________________________________________________
5431 [  9422] By: jhi                                   on 2001/03/28  18:49:34
5432         Log: Integrate perlio.
5433      Branch: perl
5434           !> t/op/utf8decode.t
5435 ____________________________________________________________________________
5436 [  9421] By: nick                                  on 2001/03/28  18:46:44
5437         Log: Loose duplicate chunk.
5438      Branch: perlio
5439            ! t/op/utf8decode.t
5440 ____________________________________________________________________________
5441 [  9420] By: nick                                  on 2001/03/28  18:44:11
5442         Log: Integrate mainline.
5443      Branch: perlio
5444           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
5445           !> vms/vmsish.h
5446 ____________________________________________________________________________
5447 [  9419] By: jhi                                   on 2001/03/28  18:42:05
5448         Log: Can't trust external pwds
5449              (either shell builtins or external programs)
5450      Branch: perl
5451            ! t/lib/cwd.t
5452 ____________________________________________________________________________
5453 [  9418] By: jhi                                   on 2001/03/28  18:34:05
5454         Log: Integrate perlio.
5455      Branch: perl
5456            - lib/perlio.pm
5457           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
5458           !> t/op/utf8decode.t
5459 ____________________________________________________________________________
5460 [  9417] By: nick                                  on 2001/03/28  18:24:02
5461         Log: PerlIO.pm / perlio.pm conflict.
5462              Update some pods.
5463              Make t/op/utf8decode.t a text file.
5464      Branch: perlio
5465            - lib/perlio.pm
5466            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
5467            ! t/op/utf8decode.t
5468 ____________________________________________________________________________
5469 [  9416] By: jhi                                   on 2001/03/28  18:06:07
5470         Log: Integrate change #9409 from mainline to maintperl.
5471              
5472              Yet another tweak on AIX dynaloading.
5473      Branch: maint-5.6/perl
5474           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
5475 ____________________________________________________________________________
5476 [  9415] By: gsar                                  on 2001/03/28  17:13:01
5477         Log: integrate changes#9377,9385,9401 from mainline
5478              
5479              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
5480              
5481              If directory entries compare equal case-insensitively,
5482              retry case-sensitively.
5483              
5484              Subject: [PATCH] B::Terse and warnings
5485      Branch: maint-5.6/perl
5486           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
5487           !> t/pragma/warn/perl
5488 ____________________________________________________________________________
5489 [  9414] By: jhi                                   on 2001/03/28  17:11:12
5490         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
5491              From: "Craig A. Berry" <craigberry@mac.com>
5492              Date: Wed, 28 Mar 2001 10:55:20 -0600
5493              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
5494      Branch: perl
5495            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
5496 ____________________________________________________________________________
5497 [  9413] By: jhi                                   on 2001/03/28  17:03:12
5498         Log: Dup hunk.
5499      Branch: perl
5500            ! t/op/utf8decode.t
5501 ____________________________________________________________________________
5502 [  9412] By: jhi                                   on 2001/03/28  17:02:36
5503         Log: Forced integrate from perlio.
5504      Branch: perl
5505           !> t/op/utf8decode.t
5506 ____________________________________________________________________________
5507 [  9411] By: nick                                  on 2001/03/28  16:50:03
5508         Log: Integrate mainline.
5509      Branch: perlio
5510           +> t/lib/cwd.t
5511           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
5512           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
5513           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
5514           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
5515           !> t/pragma/warn/perl
5516 ____________________________________________________________________________
5517 [  9410] By: jhi                                   on 2001/03/28  16:44:23
5518         Log: Subject: Re: [PATCH] 9403 cannot be tested
5519              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5520              Date: Wed, 28 Mar 2001 18:33:56 +0200
5521              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
5522      Branch: perl
5523            ! makedef.pl
5524 ____________________________________________________________________________
5525 [  9409] By: jhi                                   on 2001/03/28  16:12:45
5526         Log: Yet another tweak on AIX dynaloading.
5527      Branch: perl
5528            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
5529 ____________________________________________________________________________
5530 [  9408] By: jhi                                   on 2001/03/28  15:52:55
5531         Log: Subject: [PATCH] 9403 cannot be tested
5532              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
5533              Date: Wed, 28 Mar 2001 17:23:00 +0200
5534              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
5535              
5536              A missing symbol.
5537      Branch: perl
5538            ! makedef.pl
5539 ____________________________________________________________________________
5540 [  9407] By: jhi                                   on 2001/03/28  15:47:43
5541         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
5542      Branch: perl
5543            ! t/op/utf8decode.t
5544           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
5545           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
5546 ____________________________________________________________________________
5547 [  9406] By: jhi                                   on 2001/03/28  15:37:08
5548         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
5549              From: Benjamin Sugars <bsugars@canoe.ca> 
5550              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
5551              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
5552      Branch: perl
5553            + t/lib/cwd.t
5554            ! MANIFEST
5555 ____________________________________________________________________________
5556 [  9405] By: jhi                                   on 2001/03/28  15:13:18
5557         Log: pp_ne() needs a CORRECT boolean.
5558      Branch: perl
5559            ! pp.c
5560 ____________________________________________________________________________
5561 [  9404] By: jhi                                   on 2001/03/28  15:09:23
5562         Log: pp_ne() needs a boolean, not an integer.
5563      Branch: perl
5564            ! pp.c
5565 ____________________________________________________________________________
5566 [  9403] By: jhi                                   on 2001/03/28  14:47:43
5567         Log: (Retracted by #9404.)
5568      Branch: perl
5569            ! pp.c
5570 ____________________________________________________________________________
5571 [  9402] By: jhi                                   on 2001/03/28  14:43:59
5572         Log: Subject: Re: [PATCH] Typemap testing
5573              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
5574              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
5575              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
5576      Branch: perl
5577            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
5578            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
5579 ____________________________________________________________________________
5580 [  9401] By: jhi                                   on 2001/03/28  14:42:14
5581         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
5582              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
5583              Date: Sun, 25 Mar 2001 21:59:15 +0100
5584              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
5585              
5586              A variable will be checked for the "use once" warnings if:
5587              
5588              1. It is in the scope of a use warnings 'once'
5589              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
5590              
5591              Otherwise it won't be checked at all.
5592              
5593              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
5594              
5595              The enclosed patch partially fixes this issue. What I didn't
5596              get to work was the case where the "used once" warning is enabled
5597              in any file other than the main file.
5598      Branch: perl
5599            ! gv.c t/pragma/warn/perl
5600 ____________________________________________________________________________
5601 [  9400] By: nick                                  on 2001/03/28  14:38:24
5602         Log: More EBCDIC tweaks:
5603              - one more swash issue &~(0xA0-1) did not do the right thing,
5604              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
5605              - add "use re 'asciirange'" to make [!-~] etc. work
5606              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
5607              - Choose a key for t/op/each.t test which gets encoded.
5608              - Skip utf8decode if this is UTF-EBCDIC.
5609      Branch: perlio
5610            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
5611            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
5612 ____________________________________________________________________________
5613 [  9399] By: jhi                                   on 2001/03/28  14:21:00
5614         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
5615              Andreas Schwab.
5616      Branch: perl
5617            ! pp.c
5618 ____________________________________________________________________________
5619 [  9398] By: jhi                                   on 2001/03/28  00:55:56
5620         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
5621              From: David Dyck <dcd@tc.fluke.com>
5622              Date: Tue, 27 Mar 2001 15:16:24 -0800
5623              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
5624      Branch: perl
5625            ! ext/IO/lib/IO/Socket.pm
5626 ____________________________________________________________________________
5627 [  9397] By: jhi                                   on 2001/03/27  21:52:49
5628         Log: Integrate perlio.
5629      Branch: perl
5630           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
5631           +> ext/PerlIO/Via/Via.xs
5632           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
5633 ____________________________________________________________________________
5634 [  9396] By: nick                                  on 2001/03/27  21:45:13
5635         Log: Integrate mainline.
5636      Branch: perlio
5637           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
5638           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
5639 ____________________________________________________________________________
5640 [  9395] By: nick                                  on 2001/03/27  21:18:58
5641         Log: Outline docs for PerlIO and PerlIO::Scalar
5642      Branch: perlio
5643            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
5644 ____________________________________________________________________________
5645 [  9394] By: nick                                  on 2001/03/27  20:50:13
5646         Log: PerlIO::Via layer (alpha-ish).
5647      Branch: perlio
5648            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
5649            + ext/PerlIO/Via/Via.xs
5650            ! MANIFEST
5651 ____________________________________________________________________________
5652 [  9393] By: jhi                                   on 2001/03/27  20:49:55
5653         Log: Retract #9329 now that 9390 should take care of the matter.
5654      Branch: perl
5655            ! utils/h2xs.PL
5656 ____________________________________________________________________________
5657 [  9390] By: jhi                                   on 2001/03/27  20:47:50
5658         Log: Subject: Autoloading Errno.pm when %! is encountered
5659              From: Robin Houston <robin@kitsite.com>
5660              Date: Tue, 27 Mar 2001 20:57:11 +0100
5661              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
5662      Branch: perl
5663            ! embed.h embed.pl gv.c proto.h t/op/magic.t
5664 ____________________________________________________________________________
5665 [  9389] By: jhi                                   on 2001/03/27  20:24:31
5666         Log: Integrate perlio.
5667      Branch: perl
5668           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
5669           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
5670           !> utf8.c
5671 ____________________________________________________________________________
5672 [  9388] By: jhi                                   on 2001/03/27  20:21:38
5673         Log: Better have a three-element array if one is going to assign
5674              to the third element of that array. (from Tim Jenness)
5675      Branch: perl
5676            ! ext/XS/Typemap/Typemap.xs
5677 ____________________________________________________________________________
5678 [  9387] By: nick                                  on 2001/03/27  20:15:43
5679         Log: Integrate mainline.
5680      Branch: perlio
5681           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
5682           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
5683           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
5684           +> t/lib/xs-typemap.t
5685           !> (integrate 34 files)
5686 ____________________________________________________________________________
5687 [  9386] By: jhi                                   on 2001/03/27  20:04:18
5688         Log: Subject: Re: perl@9359 breaks HTML::Parser
5689              From: Gisle Aas <gisle@ActiveState.com>
5690              Date: 27 Mar 2001 11:30:24 -0800
5691              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
5692              
5693              Clarify the UTF-8 issues of the API docs.
5694              (Slightly reworded and expanded.)
5695      Branch: perl
5696            ! pod/perlapi.pod sv.c sv.h
5697 ____________________________________________________________________________
5698 [  9385] By: jhi                                   on 2001/03/27  19:44:25
5699         Log: If directory entries compare equal case-insensitively,
5700              retry case-sensitively.
5701      Branch: perl
5702            ! ext/File/Glob/bsd_glob.c
5703 ____________________________________________________________________________
5704 [  9384] By: nick                                  on 2001/03/27  19:38:50
5705         Log: Various EBCDIC fixes:
5706              - major revelation that swash code is encoding aware,
5707              (or thought it was) - now it is ;-)
5708              - With that out of the way fix a slab of tr/// cases.
5709              - Fix Encode 'Unicode' to be true Unicode so tests pass.
5710              - As anticipated Base64.xs needed tweaks.
5711              - Until tr/// works right avoid old_encode64 in MIME tests.
5712      Branch: perlio
5713            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
5714            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
5715 ____________________________________________________________________________
5716 [  9383] By: jhi                                   on 2001/03/27  18:34:41
5717         Log: Add the std test suite BEGIN block.
5718      Branch: perl
5719            ! t/lib/xs-typemap.t
5720 ____________________________________________________________________________
5721 [  9382] By: jhi                                   on 2001/03/27  15:16:07
5722         Log: Add debugging output to the test.
5723      Branch: perl
5724            ! t/lib/glob-basic.t
5725 ____________________________________________________________________________
5726 [  9381] By: jhi                                   on 2001/03/27  15:08:10
5727         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
5728      Branch: perl
5729            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
5730            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
5731            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
5732            + t/lib/xs-typemap.t
5733            ! MANIFEST
5734 ____________________________________________________________________________
5735 [  9380] By: jhi                                   on 2001/03/27  14:48:34
5736         Log: Subject: [PATCH] Typemap testing
5737              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
5738              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
5739              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
5740              
5741              (The first part of the patch.)
5742      Branch: perl
5743            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
5744 ____________________________________________________________________________
5745 [  9379] By: jhi                                   on 2001/03/27  14:44:56
5746         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
5747              From: Benjamin Sugars <bsugars@canoe.ca> 
5748              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
5749              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
5750      Branch: perl
5751            ! t/lib/glob-basic.t
5752 ____________________________________________________________________________
5753 [  9378] By: jhi                                   on 2001/03/27  14:42:30
5754         Log: Subject: [PATCH] perlvar nit
5755              From: Simon Cozens <simon@netthink.co.uk>
5756              Date: Tue, 27 Mar 2001 01:12:01 +0100
5757              Message-ID: <20010327011201.A19179@netthink.co.uk>
5758      Branch: perl
5759            ! pod/perlvar.pod
5760 ____________________________________________________________________________
5761 [  9377] By: jhi                                   on 2001/03/27  14:36:26
5762         Log: Subject: [PATCH] B::Terse and warnings
5763              From: Benjamin Sugars <ben.sugars@home.com>
5764              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
5765              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
5766      Branch: perl
5767            ! ext/B/B.pm ext/B/B/Terse.pm
5768 ____________________________________________________________________________
5769 [  9376] By: jhi                                   on 2001/03/27  14:31:31
5770         Log: Document sockatmark() some.
5771      Branch: perl
5772            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
5773            ! pod/perltoc.pod
5774 ____________________________________________________________________________
5775 [  9375] By: jhi                                   on 2001/03/27  14:00:24
5776         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
5777              noted by Gisle and fixed by NI-S.
5778      Branch: perl
5779            ! sv.c
5780 ____________________________________________________________________________
5781 [  9374] By: jhi                                   on 2001/03/27  05:50:01
5782         Log: Regen toc.
5783      Branch: perl
5784            ! pod/perltoc.pod
5785 ____________________________________________________________________________
5786 [  9373] By: jhi                                   on 2001/03/27  05:43:51
5787         Log: Pixie documenting.
5788      Branch: perl
5789            ! Makefile.SH pod/perlhack.pod
5790 ____________________________________________________________________________
5791 [  9372] By: jhi                                   on 2001/03/27  05:29:34
5792         Log: Metaconfig unit changes for #9371.
5793      Branch: metaconfig
5794            ! U/modified/myhostname.U
5795      Branch: metaconfig/U/perl
5796            + d_sockatmark.U
5797            ! gccvers.U
5798 ____________________________________________________________________________
5799 [  9371] By: jhi                                   on 2001/03/27  05:29:07
5800         Log: Add sockatmark() probing.
5801      Branch: perl
5802            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5803            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
5804            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5805            ! vos/config.ga.h win32/config.bc win32/config.gc
5806            ! win32/config.vc
5807 ____________________________________________________________________________
5808 [  9370] By: jhi                                   on 2001/03/26  22:01:18
5809         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
5810              Really need to benchmark this.
5811      Branch: perl
5812            ! pp.c
5813 ____________________________________________________________________________
5814 [  9369] By: nick                                  on 2001/03/26  21:59:30
5815         Log: Integrate mainline.
5816      Branch: perlio
5817            ! ext/MIME/Base64/QuotedPrint.pm
5818           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
5819           !> patchlevel.h pod/perlhack.pod pp_sys.c
5820 ____________________________________________________________________________
5821 [  9368] By: jhi                                   on 2001/03/26  21:47:03
5822         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
5823              
5824              TODO1: perlbench.
5825              TODO2: le, lt, ge, gt?  Yech.
5826      Branch: perl
5827            ! pp.c
5828 ____________________________________________________________________________
5829 [  9367] By: jhi                                   on 2001/03/26  21:34:57
5830         Log: Too much cut-and-paste in #9363.
5831      Branch: perl
5832            ! pp_sys.c
5833 ____________________________________________________________________________
5834 [  9366] By: jhi                                   on 2001/03/26  21:20:53
5835         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
5836              From: Andreas Schwab <schwab@suse.de>
5837              Date: 26 Mar 2001 17:29:04 +0200
5838              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
5839              
5840              (The patch for 5.6.0 or so, this is a guess for bleadperl)
5841      Branch: perl
5842            ! pp_hot.c
5843 ____________________________________________________________________________
5844 [  9365] By: jhi                                   on 2001/03/26  21:07:54
5845         Log: Integrate perlio.
5846      Branch: perl
5847           !> perlio.c
5848 ____________________________________________________________________________
5849 [  9364] By: nick                                  on 2001/03/26  20:30:48
5850         Log: REFCNT botch in layer name cache hash.
5851      Branch: perlio
5852            ! perlio.c
5853 ____________________________________________________________________________
5854 [  9363] By: jhi                                   on 2001/03/26  18:44:32
5855         Log: Subject: [PATCH] socket() leaks file descriptors
5856              From: Benjamin Sugars <bsugars@canoe.ca>
5857              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
5858              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
5859              
5860              Also sockpair() fixed similarly.
5861      Branch: perl
5862            ! pp_sys.c
5863 ____________________________________________________________________________
5864 [  9362] By: jhi                                   on 2001/03/26  18:37:52
5865         Log: Integrate perlio.
5866      Branch: perl
5867           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
5868 ____________________________________________________________________________
5869 [  9361] By: nick                                  on 2001/03/26  17:32:06
5870         Log: Implement flush of linebuffered streams on read of a tty.
5871      Branch: perlio
5872            ! perlio.c perliol.h
5873 ____________________________________________________________________________
5874 [  9360] By: nick                                  on 2001/03/26  17:12:32
5875         Log: Memory tweaks and notes for OEMVS.
5876      Branch: perlio
5877            ! README.os390 miniperlmain.c t/op/pat.t
5878 ____________________________________________________________________________
5879 [  9359] By: jhi                                   on 2001/03/26  02:12:54
5880         Log: Update Changes.
5881      Branch: perl
5882            ! Changes patchlevel.h
5883 ____________________________________________________________________________
5884 [  9358] By: jhi                                   on 2001/03/26  02:05:32
5885         Log: Document the most common pixie options.
5886      Branch: perl
5887            ! pod/perlhack.pod
5888 ____________________________________________________________________________
5889 [  9357] By: jhi                                   on 2001/03/26  01:25:28
5890         Log: For perl.pixie check *before* compiling that optimize is -g,
5891              as for perl.third.
5892      Branch: perl
5893            ! Makefile.SH
5894 ____________________________________________________________________________
5895 [  9356] By: jhi                                   on 2001/03/26  01:13:41
5896         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
5897      Branch: perl
5898            ! Makefile.SH
5899 ____________________________________________________________________________
5900 [  9355] By: jhi                                   on 2001/03/26  01:11:19
5901         Log: Remove t/perl.third.
5902      Branch: perl
5903            ! Makefile.SH
5904 ____________________________________________________________________________
5905 [  9354] By: jhi                                   on 2001/03/26  00:23:38
5906         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
5907              IO::Sockatmark().
5908      Branch: perl
5909            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
5910 ____________________________________________________________________________
5911 [  9353] By: jhi                                   on 2001/03/25  22:25:04
5912         Log: Integrate perlio.
5913      Branch: perl
5914           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
5915           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
5916           !> pp_hot.c win32/makefile.mk
5917 ____________________________________________________________________________
5918 [  9352] By: jhi                                   on 2001/03/25  22:21:41
5919         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
5920              From: Radu Greab <radu@netsoft.ro>
5921              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
5922              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
5923      Branch: perl
5924            ! pp_sys.c
5925 ____________________________________________________________________________
5926 [  9351] By: nick                                  on 2001/03/25  22:15:02
5927         Log: Fix readline in list mode to tell rest of world that it has
5928              things on the stack. Otherwise if perl code gets invoked
5929              underneath it it scribbles over results-so-far.
5930              (Why TIEHANDLE has not tripped on this is a mystery.)
5931      Branch: perlio
5932            ! pp_hot.c
5933 ____________________________________________________________________________
5934 [  9350] By: nick                                  on 2001/03/25  22:10:13
5935         Log: win32/makefile.mk typos
5936      Branch: perlio
5937            ! win32/makefile.mk
5938 ____________________________________________________________________________
5939 [  9349] By: nick                                  on 2001/03/25  21:31:14
5940         Log: Integrate now-non-binary file.
5941      Branch: perlio
5942           !> t/lib/mimeqp.t
5943 ____________________________________________________________________________
5944 [  9348] By: nick                                  on 2001/03/25  21:27:24
5945         Log: Make it text
5946      Branch: perlio
5947            ! t/lib/mimeqp.t
5948 ____________________________________________________________________________
5949 [  9347] By: nick                                  on 2001/03/25  21:25:37
5950         Log: Integrate mainline.
5951      Branch: perlio
5952           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
5953           !> lib/Term/ReadLine.pm t/lib/md5-file.t
5954 ____________________________________________________________________________
5955 [  9346] By: nick                                  on 2001/03/25  20:58:15
5956         Log: Add destruct time hook to PerlIO (for work-in-process implementing
5957              layers in perl code. In such cases layers need to be popped before
5958              we loose the ability to run perl code.)
5959              Also back-out "PerlIO::object" hook - it isn't going to work like that...
5960      Branch: perlio
5961            ! perl.c perlio.c perlio.h perliol.h
5962 ____________________________________________________________________________
5963 [  9345] By: nick                                  on 2001/03/25  20:49:11
5964         Log: Avoid at leasy one of undefined warnings in Encode.
5965      Branch: perlio
5966            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5967 ____________________________________________________________________________
5968 [  9344] By: jhi                                   on 2001/03/25  20:37:43
5969         Log: A workaround for using Term::ReadLine in emacs minibuffer
5970              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
5971              additional tweaks from Ilya Zakharevich.
5972      Branch: perl
5973            ! lib/Term/ReadLine.pm
5974 ____________________________________________________________________________
5975 [  9343] By: nick                                  on 2001/03/25  20:21:14
5976         Log: Missing return value.
5977      Branch: perlio
5978            ! ext/PerlIO/Scalar/Scalar.xs
5979 ____________________________________________________________________________
5980 [  9342] By: jhi                                   on 2001/03/25  16:21:00
5981         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
5982              to equal the CPAN versions since no code changes have been made.
5983      Branch: perl
5984            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
5985            ! t/lib/md5-file.t
5986 ____________________________________________________________________________
5987 [  9341] By: jhi                                   on 2001/03/25  16:01:48
5988         Log: Escape 8-bit characters.
5989      Branch: perl
5990            ! t/lib/mimeqp.t
5991 ____________________________________________________________________________
5992 [  9340] By: gsar                                  on 2001/03/25  15:50:53
5993         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
5994              chars)
5995      Branch: perl
5996            + t/lib/mimeqp.t
5997 ____________________________________________________________________________
5998 [  9339] By: gsar                                  on 2001/03/25  15:48:50
5999         Log: delete mimeqp.t for later with text mode set
6000      Branch: perl
6001            - t/lib/mimeqp.t
6002 ____________________________________________________________________________
6003 [  9338] By: nick                                  on 2001/03/25  09:01:57
6004         Log: Integrate mainline.
6005      Branch: perlio
6006           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
6007           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
6008           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
6009           +> t/lib/mimeb64u.t t/lib/mimeqp.t
6010           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
6011           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
6012           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
6013 ____________________________________________________________________________
6014 [  9337] By: jhi                                   on 2001/03/25  04:23:24
6015         Log: Add MIME::Base64 here and there.  Again, a lot of
6016              optimism is in the air.
6017      Branch: perl
6018            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
6019            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
6020 ____________________________________________________________________________
6021 [  9336] By: jhi                                   on 2001/03/25  04:12:43
6022         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
6023              this by ear as I do not do Win32 programming.)
6024      Branch: perl
6025            ! win32/Makefile win32/makefile.mk
6026 ____________________________________________________________________________
6027 [  9335] By: jhi                                   on 2001/03/25  04:03:50
6028         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
6029      Branch: perl
6030            ! t/lib/md5-file.t
6031 ____________________________________________________________________________
6032 [  9334] By: jhi                                   on 2001/03/25  03:58:53
6033         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
6034      Branch: perl
6035            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
6036            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
6037            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
6038            + t/lib/mimeb64u.t t/lib/mimeqp.t
6039            ! MANIFEST
6040 ____________________________________________________________________________
6041 [  9333] By: jhi                                   on 2001/03/24  20:14:37
6042         Log: Integrate perlio.
6043      Branch: perl
6044           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
6045 ____________________________________________________________________________
6046 [  9332] By: nick                                  on 2001/03/24  19:40:34
6047         Log: Fix un-init variable leading to spurious "Out of Memory!"
6048      Branch: perlio
6049            ! doio.c
6050 ____________________________________________________________________________
6051 [  9331] By: nick                                  on 2001/03/24  19:09:59
6052         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
6053              and update layers internals doc.
6054      Branch: perlio
6055            ! pod/perlfunc.pod pod/perliol.pod
6056 ____________________________________________________________________________
6057 [  9330] By: jhi                                   on 2001/03/24  18:42:11
6058         Log: The length might be uninitialized garbage if the *svp is the undef.
6059      Branch: perl
6060            ! doio.c
6061 ____________________________________________________________________________
6062 [  9329] By: jhi                                   on 2001/03/24  18:26:57
6063         Log: (Retracted by #9393)
6064
6065              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
6066              From: Simon Cozens <simon@netthink.co.uk>
6067              Date: Sat, 24 Mar 2001 17:13:17 +0000
6068              Message-ID: <20010324171317.A13406@netthink.co.uk>
6069      Branch: perl
6070            ! utils/h2xs.PL
6071 ____________________________________________________________________________
6072 [  9328] By: nick                                  on 2001/03/24  17:22:02
6073         Log: Integrate mainline.
6074      Branch: perlio
6075           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
6076           !> lib/unicode/version
6077 ____________________________________________________________________________
6078 [  9327] By: nick                                  on 2001/03/24  17:16:02
6079         Log: Integrate mainline.
6080      Branch: perlio
6081           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
6082           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
6083           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
6084           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
6085           +> t/lib/md5-file.t
6086           !> MANIFEST Makefile.SH configure.com djgpp/config.over
6087           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
6088           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
6089           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
6090           !> win32/makefile.mk
6091 ____________________________________________________________________________
6092 [  9326] By: jhi                                   on 2001/03/24  17:00:42
6093         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
6094      Branch: perl
6095            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
6096            ! lib/unicode/version
6097 ____________________________________________________________________________
6098 [  9325] By: jhi                                   on 2001/03/24  16:22:33
6099         Log: Subject: Re: B::Deparse bug (5.6.0)
6100              From: Robin Houston <robin@kitsite.com>
6101              Date: Sat, 24 Mar 2001 14:33:09 +0000
6102              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
6103      Branch: perl
6104            ! op.c pp.c t/lib/b.t t/op/repeat.t
6105 ____________________________________________________________________________
6106 [  9324] By: jhi                                   on 2001/03/24  16:21:56
6107         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
6108              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
6109              these additions may be too optimistic.
6110      Branch: perl
6111            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
6112            ! hints/uwin.sh hints/vmesa.sh
6113 ____________________________________________________________________________
6114 [  9323] By: jhi                                   on 2001/03/24  16:06:01
6115         Log: Integrate perlio.
6116      Branch: perl
6117           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
6118           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
6119            ! Makefile.SH
6120           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
6121           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
6122           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
6123           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6124           !> win32/makefile.mk win32/perlhost.h win32/win32.c
6125           !> win32/win32iop.h
6126 ____________________________________________________________________________
6127 [  9322] By: nick                                  on 2001/03/24  14:39:12
6128         Log: Routine Win32 regen_config_h - no real changes.
6129      Branch: perlio
6130            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6131 ____________________________________________________________________________
6132 [  9321] By: nick                                  on 2001/03/24  14:31:49
6133         Log: PerlIO fixups for Win32:
6134              - provide win33_popenlist() - non-functional as yet.
6135              - avoid need for aTHX in PerlIO_debug calls - even if not 
6136              enabled args are still evaluated so Win32 has trouble during fork().
6137              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
6138              - Fixup makedef.pl for latest set of symbols.
6139      Branch: perlio
6140            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
6141            ! win32/perlhost.h win32/win32.c win32/win32iop.h
6142 ____________________________________________________________________________
6143 [  9320] By: nick                                  on 2001/03/24  14:26:58
6144         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
6145              was gibberish - broke it on WIn32 at least.
6146      Branch: perlio
6147            ! ext/POSIX/POSIX.xs
6148 ____________________________________________________________________________
6149 [  9319] By: nick                                  on 2001/03/24  11:29:41
6150         Log: Generated files.
6151      Branch: perlio
6152            ! embed.h global.sym objXSUB.h perlapi.c proto.h
6153 ____________________________________________________________________________
6154 [  9318] By: nick                                  on 2001/03/24  10:29:37
6155         Log: Implement:
6156              1.  open($fh,"+<",undef);  # add test to t/io/open.t
6157              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
6158      Branch: perlio
6159            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
6160            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
6161            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
6162            ! t/io/open.t t/io/utf8.t
6163 ____________________________________________________________________________
6164 [  9317] By: jhi                                   on 2001/03/23  23:41:25
6165         Log: AIX does seems to have optimization problems with its C compilers.
6166      Branch: perl
6167            ! hints/aix.sh
6168 ____________________________________________________________________________
6169 [  9316] By: jhi                                   on 2001/03/23  23:40:46
6170         Log: Integrate perlio.
6171      Branch: perl
6172           +> lib/PerlIO.pm
6173           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
6174           !> perliol.h
6175 ____________________________________________________________________________
6176 [  9315] By: jhi                                   on 2001/03/23  22:16:30
6177         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
6178      Branch: perl
6179            ! t/lib/md5-file.t
6180 ____________________________________________________________________________
6181 [  9314] By: nick                                  on 2001/03/23  20:49:02
6182         Log: Perlio internals re-organized.
6183              - open process creates AV of layer/arg pairs
6184              (appends layers from open() or open.pm to default list).
6185              - push arg is now an SV.
6186              - layer ->Open get passed the AV
6187              - open is no longer mandatory method.
6188              - topmost layer that has ->Open method does the open
6189              - any layers above are pushed once that returns.
6190              - vtable re-ordered so dummy layers need only provide push/pop methods.
6191      Branch: perlio
6192            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
6193 ____________________________________________________________________________
6194 [  9313] By: nick                                  on 2001/03/23  16:27:41
6195         Log: Check in a stable (working) version before next round of tweaks.
6196              Changes include:
6197              - Move default layers code out of doio.c and into perlio.c
6198              - Single routine for parsing layer specification strings.
6199              - Skeleton support for demand loading of layers
6200              - Core-dump avoidance if PERLIO environment specifies loadable layer
6201              (does not _work_ as need IO to load and need load to do IO ...)
6202      Branch: perlio
6203            + lib/PerlIO.pm
6204            ! MANIFEST doio.c perlio.c
6205 ____________________________________________________________________________
6206 [  9312] By: gsar                                  on 2001/03/23  16:25:25
6207         Log: add execute bit to files with shebang lines in the repository;
6208              avoid clobbering execute bit in Porting/makerel 
6209      Branch: maint-5.6/perl
6210            ! (edit 144 files)
6211 ____________________________________________________________________________
6212 [  9311] By: jhi                                   on 2001/03/23  14:25:35
6213         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
6214      Branch: perl
6215            ! MANIFEST
6216 ____________________________________________________________________________
6217 [  9310] By: jhi                                   on 2001/03/23  13:45:04
6218         Log: Subject: [PATCH] Net::Ping
6219              From: Colin McMillen <mcmi0037@tc.umn.edu>
6220              Date: Thu, 22 Mar 2001 19:30:31 -0600
6221              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
6222      Branch: perl
6223            ! lib/Net/Ping.pm
6224 ____________________________________________________________________________
6225 [  9309] By: jhi                                   on 2001/03/23  13:39:13
6226         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
6227      Branch: perl
6228            ! t/lib/md5-aaa.t t/lib/md5-file.t
6229 ____________________________________________________________________________
6230 [  9308] By: jhi                                   on 2001/03/23  13:20:34
6231         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
6232              - bump the version to 2.14
6233              - drop the base64 tests since they require MIME::Base64
6234              - drop the rfc1321.txt
6235              - drop the hints/dec_osf.pl since it's only needed for
6236              pre-5.005_03 Perls
6237              Todo:
6238              - the U32 alignment testing is now removed; it needs to
6239              be reintroduced as as a Config variable (meaning also
6240              as a Configure test)
6241              - get the new EBCDIC md5sum for MD5.pm
6242              - test in Win32 to see how badly I botched the makefiles
6243      Branch: perl
6244            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
6245            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
6246            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
6247            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
6248            + t/lib/md5-file.t
6249            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
6250            ! win32/Makefile win32/makefile.mk
6251 ____________________________________________________________________________
6252 [  9307] By: jhi                                   on 2001/03/23  12:56:14
6253         Log: Integrate change #9306 from maintperl into mainline,
6254              AIX dynaloader for AIXes without <load.h>.
6255      Branch: perl
6256           !> ext/DynaLoader/hints/aix.pl
6257 ____________________________________________________________________________
6258 [  9306] By: jhi                                   on 2001/03/23  12:51:36
6259         Log: There are AIXes without /usr/include/load.h,
6260              patch from H.Merijn Brand.
6261      Branch: maint-5.6/perl
6262            ! ext/DynaLoader/hints/aix.pl
6263 ____________________________________________________________________________
6264 [  9305] By: nick                                  on 2001/03/23  11:00:42
6265         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
6266      Branch: perlio
6267            ! ext/Encode/Encode.xs perlio.c perlio.h
6268 ____________________________________________________________________________
6269 [  9304] By: nick                                  on 2001/03/23  10:20:46
6270         Log: Render -Duseperlio functional again.
6271              - this is "quick fix" which calls PerlIO_apply_layers after opening,
6272              which is what old scheme did. New scheme needs to change that
6273              to make open(...,\$scalar) etc. work but this will do for now.
6274      Branch: perlio
6275            ! perlio.c
6276 ____________________________________________________________________________
6277 [  9303] By: nick                                  on 2001/03/23  09:53:20
6278         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
6279              -Uuseperlio now works again.
6280              -Duseperlio is still poorly. Don't merge yet...
6281      Branch: perlio
6282            ! doio.c perlio.h
6283 ____________________________________________________________________________
6284 [  9302] By: nick                                  on 2001/03/22  22:26:51
6285         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
6286              type code.
6287              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
6288              is its main caller. In particular now has access to "extra" args, and
6289              can tell when an open handle is "reopened" (or duped?).
6290              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
6291              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
6292              PerlIO_open() et. al. (i.e. other way round).
6293              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
6294              with args close to PerlIO_openn().
6295      Branch: perlio
6296            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
6297 ____________________________________________________________________________
6298 [  9301] By: jhi                                   on 2001/03/22  20:58:04
6299         Log: Integrate perlio.
6300      Branch: perl
6301           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
6302           !> t/io/open.t util.c
6303 ____________________________________________________________________________
6304 [  9300] By: nick                                  on 2001/03/22  17:36:32
6305         Log: Don't include $@ in not ok message.
6306      Branch: perlio
6307            ! t/io/open.t
6308 ____________________________________________________________________________
6309 [  9299] By: gsar                                  on 2001/03/22  16:53:45
6310         Log: back out changes#7532,7521 for now (appears to have problems
6311              on IRIX)
6312      Branch: maint-5.6/perl
6313            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
6314            ! ext/POSIX/typemap pod/perlvar.pod
6315 ____________________________________________________________________________
6316 [  9298] By: nick                                  on 2001/03/22  14:35:46
6317         Log: Give a meaning to '&' in n-arg open case:
6318              open($fh,"<&",$scalar);
6319              $scalar can be:
6320              - an integer which does "fdopen"
6321              open($fh,"<&",2); # like open($fh,"<&2")
6322              - something that will yield a file handle via sv_2io()
6323              useful for dup'ing anonymous handles.
6324              e.g.:
6325              open(my $fh,"<&",\*STDIN);
6326              open(my $dup,"<&",$fh);
6327      Branch: perlio
6328            ! doio.c t/io/open.t
6329 ____________________________________________________________________________
6330 [  9297] By: nick                                  on 2001/03/22  13:34:35
6331         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
6332      Branch: perlio
6333            ! util.c
6334 ____________________________________________________________________________
6335 [  9296] By: nick                                  on 2001/03/22  12:51:20
6336         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
6337      Branch: perlio
6338            ! perl.c
6339 ____________________________________________________________________________
6340 [  9295] By: nick                                  on 2001/03/22  11:59:44
6341         Log: If stdin, stdout or stderr get opened in unexpected read/write state
6342              then warn at time of open not at time of use.
6343      Branch: perlio
6344            ! doio.c pp_hot.c pp_sys.c
6345 ____________________________________________________________________________
6346 [  9294] By: nick                                  on 2001/03/22  10:54:35
6347         Log: Die on n-arg open(...,"",xxx,yyy,...)
6348              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
6349              - die on read/write cases so we can decide what it means later.
6350      Branch: perlio
6351            ! doio.c embed.pl iperlsys.h util.c
6352 ____________________________________________________________________________
6353 [  9293] By: nick                                  on 2001/03/22  09:02:45
6354         Log: perlio tweaks (reported by Nick Clark)
6355              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
6356              error check in Pendinf_read().
6357      Branch: perlio
6358            ! perlio.c
6359 ____________________________________________________________________________
6360 [  9292] By: gsar                                  on 2001/03/22  07:12:00
6361         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
6362              fixes)
6363      Branch: maint-5.6/perl
6364           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
6365 ____________________________________________________________________________
6366 [  9291] By: jhi                                   on 2001/03/22  06:06:44
6367         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
6368      Branch: perl
6369            ! t/op/re_tests
6370 ____________________________________________________________________________
6371 [  9290] By: jhi                                   on 2001/03/22  05:57:01
6372         Log: Move MacOS Classic higher in the list of supported platforms.
6373      Branch: maint-5.6/perl
6374            ! pod/perlport.pod
6375 ____________________________________________________________________________
6376 [  9289] By: gsar                                  on 2001/03/22  05:35:04
6377         Log: revert part of change#6438 for compatibility (av_reify()
6378              appears to be needed to implement av_splice()ish things
6379              in XS)
6380      Branch: maint-5.6/perl
6381            ! embed.pl global.sym objXSUB.h perlapi.c
6382 ____________________________________________________________________________
6383 [  9288] By: gsar                                  on 2001/03/22  03:09:19
6384         Log: update copyright year
6385      Branch: maint-5.6/perl
6386            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
6387            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
6388            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
6389            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
6390            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
6391            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
6392            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
6393            ! x2p/walk.c
6394 ____________________________________________________________________________
6395 [  9287] By: jhi                                   on 2001/03/21  20:30:54
6396         Log: Integrate perlio.
6397      Branch: perl
6398           !> ext/Data/Dumper/Dumper.xs
6399 ____________________________________________________________________________
6400 [  9286] By: gsar                                  on 2001/03/21  19:49:54
6401         Log: makefile.mk tweak
6402      Branch: maint-5.6/perl
6403            ! win32/Makefile win32/makefile.mk
6404 ____________________________________________________________________________
6405 [  9285] By: nick                                  on 2001/03/21  19:07:13
6406         Log: Multiplicity fix for Dumper.
6407      Branch: perlio
6408            ! ext/Data/Dumper/Dumper.xs
6409 ____________________________________________________________________________
6410 [  9284] By: nick                                  on 2001/03/21  19:01:07
6411         Log: Integrate mainline - (does not build xTHX issue in Dumper).
6412      Branch: perlio
6413           !> (integrate 27 files)
6414 ____________________________________________________________________________
6415 [  9283] By: jhi                                   on 2001/03/21  17:17:35
6416         Log: Integrate change #9282 from mainline into maintperl,
6417              4-arg UTF-8 substr().
6418      Branch: maint-5.6/perl
6419           !> pp.c
6420 ____________________________________________________________________________
6421 [  9282] By: jhi                                   on 2001/03/21  17:15:43
6422         Log: The #9270 would have leaked a scalar if pp_substr()
6423              returned early.
6424      Branch: perl
6425            ! pp.c
6426 ____________________________________________________________________________
6427 [  9281] By: gsar                                  on 2001/03/21  17:03:14
6428         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
6429      Branch: maint-5.6/perl
6430            ! win32/makefile.mk
6431 ____________________________________________________________________________
6432 [  9280] By: gsar                                  on 2001/03/21  17:01:20
6433         Log: some tweaks to change#9278 (fork() emulation should be enabled
6434              by setting BUILD_FLAVOR instead of changing the defaults)
6435      Branch: maint-5.6/perl
6436            ! win32/makefile.mk
6437 ____________________________________________________________________________
6438 [  9279] By: gsar                                  on 2001/03/21  16:47:19
6439         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
6440      Branch: maint-5.6/perl
6441            ! ext/File/Glob/Glob.pm
6442           !> lib/Cwd.pm
6443 ____________________________________________________________________________
6444 [  9278] By: jhi                                   on 2001/03/21  14:35:10
6445         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
6446              From: "Vadim Konovalov" <watman@inbox.ru>
6447              Date: Wed, 21 Mar 2001 01:53:51 +0300
6448              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
6449      Branch: maint-5.6/perl
6450            ! win32/makefile.mk win32/win32sck.c
6451 ____________________________________________________________________________
6452 [  9277] By: jhi                                   on 2001/03/21  13:58:28
6453         Log: Integrate change #9270 from mainline to maintperl:
6454              continued 4-arg UTF-8 substr() fixing.
6455      Branch: maint-5.6/perl
6456           !> pp.c t/op/substr.t
6457 ____________________________________________________________________________
6458 [  9276] By: jhi                                   on 2001/03/21  13:33:00
6459         Log: More pixie cleaning.
6460      Branch: perl
6461            ! Makefile.SH
6462 ____________________________________________________________________________
6463 [  9275] By: jhi                                   on 2001/03/21  03:54:17
6464         Log: Update Changes.
6465      Branch: perl
6466            ! Changes patchlevel.h
6467 ____________________________________________________________________________
6468 [  9274] By: jhi                                   on 2001/03/21  03:48:24
6469         Log: First stab at making Data::Dumper to grok Unicode.
6470              
6471              TODO: tests, EBCDICify.
6472      Branch: perl
6473            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
6474 ____________________________________________________________________________
6475 [  9273] By: jhi                                   on 2001/03/21  02:23:00
6476         Log: Fix for
6477              
6478              Subject: Memory leak in unquoted print   
6479              From: Benjamin Sugars <bsugars@canoe.ca> 
6480              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
6481              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
6482      Branch: perl
6483            ! perlio.c
6484 ____________________________________________________________________________
6485 [  9272] By: jhi                                   on 2001/03/21  01:33:17
6486         Log: Subject: Re: [PATCH] POSIX::getcwd()
6487              From: Benjamin Sugars <bsugars@canoe.ca> 
6488              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
6489              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
6490      Branch: perl
6491            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
6492 ____________________________________________________________________________
6493 [  9271] By: jhi                                   on 2001/03/21  01:22:52
6494         Log: Subject: [PATCH] Cwd.pm docs
6495              From: Benjamin Sugars <bsugars@canoe.ca>
6496              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
6497              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
6498      Branch: perl
6499            ! lib/Cwd.pm
6500 ____________________________________________________________________________
6501 [  9270] By: jhi                                   on 2001/03/21  01:16:29
6502         Log: Continue 4-arg substr() UTF-8 fixage.
6503      Branch: perl
6504            ! pp.c t/op/substr.t
6505 ____________________________________________________________________________
6506 [  9269] By: jhi                                   on 2001/03/21  00:46:14
6507         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
6508              
6509              revert the leak fix in change#9142 (problem needs a more experimental
6510              fix unsuitable for 5.6.1)
6511              
6512              do alphabetical sorting by default (for csh compatibility)
6513              
6514              cut-n-paste goof in change#9264
6515              
6516              VMS piping fixes (from Charles Lane)
6517      Branch: perl
6518           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
6519           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
6520           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
6521 ____________________________________________________________________________
6522 [  9268] By: jhi                                   on 2001/03/21  00:37:04
6523         Log: Integrate perlio.
6524      Branch: perl
6525           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
6526           !> utf8.c utf8.h utfebcdic.h
6527 ____________________________________________________________________________
6528 [  9267] By: nick                                  on 2001/03/20  20:04:39
6529         Log: More EBCDIC stuff:
6530              - Loose the extra level of function on ASCII.
6531              - spotted a chr(0) issue in sv.c
6532              - re-work of UTF-X tr/// ranges to work in Unicode
6533              space. Still issues with the "0xff is illegal UTF-8" hack.
6534              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
6535              (why do it once when you can do it all over the place :-(
6536              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
6537              need utf8.pm for swashes.
6538              - Simplified and commented scan_const() in toke.c
6539              Still something wrong regexp and tr (swashes?).
6540      Branch: perlio
6541            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
6542            ! utf8.c utf8.h utfebcdic.h
6543 ____________________________________________________________________________
6544 [  9266] By: gsar                                  on 2001/03/20  19:16:43
6545         Log: VMS piping fixes (from Charles Lane)
6546      Branch: maint-5.6/perl
6547            ! vms/vms.c vms/vmspipe.com
6548 ____________________________________________________________________________
6549 [  9265] By: gsar                                  on 2001/03/20  17:53:52
6550         Log: cut-n-paste goof in change#9264
6551      Branch: maint-5.6/perl
6552            ! ext/File/Glob/Glob.xs
6553 ____________________________________________________________________________
6554 [  9264] By: gsar                                  on 2001/03/20  17:43:47
6555         Log: do alphabetical sorting by default (for csh compatibility);
6556              bsd_glob() does ASCII sort by default as usual, unless
6557              GLOB_ALPHASORT was specified
6558      Branch: maint-5.6/perl
6559            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
6560            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
6561            ! ext/File/Glob/bsd_glob.h
6562 ____________________________________________________________________________
6563 [  9263] By: gsar                                  on 2001/03/20  16:40:08
6564         Log: integrate change#9255 from mainline (unicode fix)
6565              
6566              substr($bytestr, i, n, $charstr)
6567      Branch: maint-5.6/perl
6568           !> Todo-5.6 pp.c t/op/substr.t
6569 ____________________________________________________________________________
6570 [  9262] By: gsar                                  on 2001/03/20  15:57:41
6571         Log: revert the leak fix in change#9142 (problem needs a more experimental
6572              fix unsuitable for 5.6.1)
6573      Branch: maint-5.6/perl
6574            ! scope.c
6575 ____________________________________________________________________________
6576 [  9261] By: jhi                                   on 2001/03/20  14:26:25
6577         Log: Integrate changes #9259,9260 from maintperl into mainline.
6578              
6579              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
6580              
6581              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
6582      Branch: perl
6583           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
6584 ____________________________________________________________________________
6585 [  9260] By: jhi                                   on 2001/03/20  14:05:46
6586         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
6587              From: Robin Barker <rmb1@cise.npl.co.uk>
6588              Date: Tue, 20 Mar 2001 10:12:04 GMT
6589              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
6590      Branch: maint-5.6/perl
6591            ! run.c
6592 ____________________________________________________________________________
6593 [  9259] By: jhi                                   on 2001/03/20  14:04:39
6594         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
6595              From: Chris Nandor <pudge@pobox.com>
6596              Date: Tue, 20 Mar 2001 00:40:56 -0500
6597              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
6598      Branch: maint-5.6/perl
6599            ! ext/POSIX/POSIX.xs lib/File/Path.pm
6600 ____________________________________________________________________________
6601 [  9258] By: jhi                                   on 2001/03/20  05:09:34
6602         Log: Update Changes.
6603      Branch: perl
6604            ! Changes patchlevel.h
6605 ____________________________________________________________________________
6606 [  9257] By: jhi                                   on 2001/03/20  05:04:25
6607         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
6608      Branch: perl
6609            ! t/op/tr.t
6610 ____________________________________________________________________________
6611 [  9256] By: jhi                                   on 2001/03/20  04:43:12
6612         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
6613              From: Peter Prymmer <pvhp@forte.com>
6614              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
6615              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
6616      Branch: maint-5.6/perl
6617            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
6618 ____________________________________________________________________________
6619 [  9255] By: jhi                                   on 2001/03/19  23:17:17
6620         Log: substr($bytestr, i, n, $charstr)
6621
6622              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
6623      Branch: perl
6624            ! Todo-5.6 pp.c t/op/substr.t
6625 ____________________________________________________________________________
6626 [  9254] By: jhi                                   on 2001/03/19  22:25:09
6627         Log: Rearrange the make test target prerequisites so that
6628              in a parallel make 'all' is finished before 'test'.
6629      Branch: perl
6630            ! Makefile.SH
6631 ____________________________________________________________________________
6632 [  9253] By: jhi                                   on 2001/03/19  21:48:07
6633         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
6634              From: Robin Houston <robin@kitsite.com>
6635              Date: Mon, 19 Mar 2001 15:48:41 +0000
6636              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
6637      Branch: perl
6638            ! pp_ctl.c
6639 ____________________________________________________________________________
6640 [  9252] By: jhi                                   on 2001/03/19  21:42:27
6641         Log: Integrate perlio.
6642      Branch: perl
6643           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
6644           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
6645           !> utfebcdic.h vms/perly_c.vms
6646 ____________________________________________________________________________
6647 [  9251] By: jhi                                   on 2001/03/19  21:31:28
6648         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
6649              
6650              Dynaloading in 64-bit AIX with vac.
6651      Branch: perl
6652           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
6653           !> hints/aix.sh
6654 ____________________________________________________________________________
6655 [  9250] By: jhi                                   on 2001/03/19  21:18:00
6656         Log: A more robust solution for the 64bitall AIX dynaloading
6657              problem, from Jens-Uwe Mager.
6658      Branch: maint-5.6/perl
6659            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
6660 ____________________________________________________________________________
6661 [  9249] By: nick                                  on 2001/03/19  20:59:37
6662         Log: Integrate mainline.
6663      Branch: perlio
6664           !> (integrate 42 files)
6665 ____________________________________________________________________________
6666 [  9248] By: nick                                  on 2001/03/19  20:22:07
6667         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
6668              (Building on OS390 uses native YACC and YYDEBUG has other
6669              side effects.)
6670      Branch: perlio
6671            ! perly.c perly.y vms/perly_c.vms
6672 ____________________________________________________________________________
6673 [  9247] By: jhi                                   on 2001/03/19  19:59:53
6674         Log: 64-bit AIX dynaloading problem (see #9244) idea
6675              from Jens-Uwe Mager.
6676      Branch: maint-5.6/perl
6677            ! ext/DynaLoader/dl_aix.xs
6678 ____________________________________________________________________________
6679 [  9246] By: nick                                  on 2001/03/19  19:27:57
6680         Log: More EBCDIC fixes.
6681      Branch: perlio
6682            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
6683            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
6684 ____________________________________________________________________________
6685 [  9245] By: jhi                                   on 2001/03/19  19:05:19
6686         Log: Integrate change #9243 from mainline into maintperl.
6687              
6688              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
6689      Branch: maint-5.6/perl
6690           !> README.vmesa
6691 ____________________________________________________________________________
6692 [  9244] By: jhi                                   on 2001/03/19  19:03:15
6693         Log: Get 64bitall AIX building, but still does not test okay:
6694              dynaloading anything fails, for example for op/defins:
6695              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
6696              (update: fixed by #9247,9250)
6697      Branch: maint-5.6/perl
6698            ! hints/aix.sh
6699 ____________________________________________________________________________
6700 [  9243] By: jhi                                   on 2001/03/19  19:00:16
6701         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
6702              From: Robin Barker <rmb1@cise.npl.co.uk>
6703              Date: Mon, 19 Mar 2001 18:01:57 GMT
6704              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
6705      Branch: perl
6706            ! README.vmesa
6707 ____________________________________________________________________________
6708 [  9242] By: jhi                                   on 2001/03/19  18:58:43
6709         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
6710              
6711              TODO: tests.
6712      Branch: perl
6713            ! doop.c op.c
6714 ____________________________________________________________________________
6715 [  9241] By: gsar                                  on 2001/03/19  17:34:46
6716         Log: VMSify tests (from Charles Lane)
6717      Branch: maint-5.6/perl
6718            ! t/lib/filehand.t t/lib/texttabs.t
6719 ____________________________________________________________________________
6720 [  9240] By: jhi                                   on 2001/03/19  14:24:26
6721         Log: Integrate change #9233 from maintperl into mainline.
6722              
6723              some refcounts were incorrect in perl_clone()
6724      Branch: perl
6725           !> sv.c
6726 ____________________________________________________________________________
6727 [  9239] By: gsar                                  on 2001/03/19  09:23:17
6728         Log: this is 5.6.1-trial3
6729      Branch: maint-5.6/perl
6730            ! Changes
6731 ____________________________________________________________________________
6732 [  9238] By: gsar                                  on 2001/03/19  08:47:04
6733         Log: some new symbols are only available under ithreads
6734      Branch: maint-5.6/perl
6735            ! makedef.pl
6736 ____________________________________________________________________________
6737 [  9237] By: gsar                                  on 2001/03/19  08:42:28
6738         Log: update patchlevel.h, Changes, &c.
6739      Branch: maint-5.6/perl
6740            ! Changes patchlevel.h pod/perlhist.pod
6741           !> AUTHORS
6742 ____________________________________________________________________________
6743 [  9236] By: gsar                                  on 2001/03/19  08:17:49
6744         Log: integrate changes#8068,8717 from mainline
6745              
6746              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
6747              
6748              [PATCH CPAN 1.59_51] warning message (not!)
6749      Branch: maint-5.6/perl
6750           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
6751           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
6752           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
6753           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
6754           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
6755 ____________________________________________________________________________
6756 [  9235] By: gsar                                  on 2001/03/19  08:07:09
6757         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
6758              
6759              [PATCH] Add missing CV flags to dump.c
6760              
6761              Re: [patch] Re: PL_ptr_table
6762              
6763              Fixup non-ithread build after 8713
6764              
6765              Generated files form 8713 etc.
6766              
6767              Correct the correction :-(
6768              
6769              Documenting coderef @INC (Re: CPAN "make this script work" feature)
6770              
6771              Subject: Re: sync sync sync: have I missed any patches?
6772              Replace djSP with dSP.
6773      Branch: maint-5.6/perl
6774           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
6775           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
6776           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
6777           !> sv.c sv.h win32/perlhost.h
6778 ____________________________________________________________________________
6779 [  9234] By: gsar                                  on 2001/03/19  07:22:05
6780         Log: revert the change#9090 integrate for now (change looks somewhat
6781              incomplete in that [ha]v_exists() need something similar; lacks
6782              tests; &c.)
6783      Branch: maint-5.6/perl
6784            ! hv.c
6785 ____________________________________________________________________________
6786 [  9233] By: gsar                                  on 2001/03/19  07:10:01
6787         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
6788              destruction when there are unreferenced scalars (SvREFCNT==0)
6789      Branch: maint-5.6/perl
6790            ! sv.c
6791 ____________________________________________________________________________
6792 [  9232] By: jhi                                   on 2001/03/19  05:11:02
6793         Log: Regen api and toc.
6794      Branch: maint-5.6/perl
6795            ! pod/perlapi.pod pod/perltoc.pod
6796 ____________________________________________________________________________
6797 [  9231] By: jhi                                   on 2001/03/19  04:06:03
6798         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
6799              add a lost line in pp.c:pp_chop(), update to new op/chop.
6800              
6801              Clarify the description differentiating for and while; inspired by
6802              
6803              Subject: [ID 20010306.004] || != named unary operator
6804              
6805              The $Is_MacOS needs to be declared.
6806      Branch: maint-5.6/perl
6807            ! pp.c t/op/chop.t
6808           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
6809 ____________________________________________________________________________
6810 [  9230] By: jhi                                   on 2001/03/19  03:48:16
6811         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
6812              9079,9083,9089,9090,9091 from mainline to maintperl.
6813              
6814              Quieten some noise in Win32 builds
6815              
6816              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
6817              
6818              The perlretut was still talking about the old \p and \P
6819              definitions.
6820              
6821              More tweakage on the Unicode character class descriptions.
6822              
6823              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
6824              
6825              Subject: 'no *POSIX' Patch speeding up make on BS2000 
6826              
6827              Subject: [PATCH] perldata.pod here-doc docs
6828              
6829              Add /sbin and /usr/sbin to the list of directories scanned
6830              for setuid programs.  Takes care of bug id 20010309.003.
6831              
6832              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
6833              
6834              In op/stat #35 better to scan all the potential directories
6835              for setuids, not just the first one.
6836      Branch: maint-5.6/perl
6837            ! Makefile.SH
6838           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
6839           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
6840           !> t/op/stat.t toke.c win32/win32.h
6841 ____________________________________________________________________________
6842 [  9229] By: jhi                                   on 2001/03/19  02:31:50
6843         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
6844              From: Chris Nandor <pudge@pobox.com>
6845              Date: Sat, 10 Mar 2001 14:22:19 -0500
6846              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
6847      Branch: maint-5.6/perl
6848            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
6849            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
6850            ! t/lib/b.t t/lib/errno.t
6851 ____________________________________________________________________________
6852 [  9228] By: jhi                                   on 2001/03/19  02:29:59
6853         Log: Integrate changes #9113,9122 from mainline into maintperl.
6854              
6855              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?)
6856      Branch: maint-5.6/perl
6857           !> Configure README.os390 hints/os390.sh
6858 ____________________________________________________________________________
6859 [  9227] By: jhi                                   on 2001/03/19  02:22:35
6860         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
6861              into maintperl.
6862              
6863              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
6864              
6865              Forgot to check-in the larger part of #9120, duh.
6866              
6867              Subject: Another patch for integer.pm POD 
6868              
6869              h2ph strictness and cleanliness from Kurt Starsinic.
6870              
6871              Borland filename case problem.
6872              
6873              h2ph strictness and cleanliness from Kurt Starsinic.
6874              
6875              Subject: [PATCH] the uncontroversial doc patches
6876      Branch: maint-5.6/perl
6877           +> win32/sncfnmcs.pl
6878           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
6879           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
6880           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
6881           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
6882           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
6883           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
6884           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
6885 ____________________________________________________________________________
6886 [  9226] By: jhi                                   on 2001/03/19  02:10:21
6887         Log: Integrate changes #9207,9214 from mainline into maintperl.
6888              
6889              podchecker relaxations: =over has an *optional* number after it,
6890              and whitespace in L<> is okay.
6891      Branch: maint-5.6/perl
6892           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
6893           !> t/pod/poderrs.xr
6894 ____________________________________________________________________________
6895 [  9225] By: jhi                                   on 2001/03/19  02:07:38
6896         Log: Integrate change #9219 from maintperl into mainline.
6897              
6898              remove duplicated tests
6899      Branch: perl
6900           !> t/op/re_tests
6901 ____________________________________________________________________________
6902 [  9224] By: jhi                                   on 2001/03/19  02:06:11
6903         Log: Integrate change #9223 from mainline to maintperl.
6904              
6905              Document -Dmksymlinks.
6906      Branch: maint-5.6/perl
6907           !> INSTALL
6908 ____________________________________________________________________________
6909 [  9223] By: jhi                                   on 2001/03/19  02:01:25
6910         Log: Document -Dmksymlinks.
6911      Branch: perl
6912            ! INSTALL
6913 ____________________________________________________________________________
6914 [  9222] By: jhi                                   on 2001/03/19  01:15:35
6915         Log: The -Dmksymlinks wasn't working for maintperl.
6916      Branch: maint-5.6/perl
6917            ! Configure
6918 ____________________________________________________________________________
6919 [  9221] By: jhi                                   on 2001/03/19  00:49:43
6920         Log: Cleanup pixie residue.
6921      Branch: perl
6922            ! Makefile.SH
6923 ____________________________________________________________________________
6924 [  9220] By: jhi                                   on 2001/03/19  00:44:47
6925         Log: Document the use of pixie/prof; create make targets for it.
6926              
6927              TODO: make t/TEST pixie-aware.
6928      Branch: perl
6929            ! Makefile.SH pod/perlhack.pod
6930 ____________________________________________________________________________
6931 [  9219] By: gsar                                  on 2001/03/19  00:16:55
6932         Log: remove duplicated tests
6933      Branch: maint-5.6/perl
6934            ! t/op/re_tests
6935 ____________________________________________________________________________
6936 [  9218] By: jhi                                   on 2001/03/18  23:59:31
6937         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
6938      Branch: perl
6939            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
6940 ____________________________________________________________________________
6941 [  9217] By: jhi                                   on 2001/03/18  23:25:20
6942         Log: Rewrite the tests section of Makefile to be less redundant
6943              and to allow for more flexible test targets, many recursive
6944              make calls introduced.
6945      Branch: perl
6946            ! Makefile.SH
6947 ____________________________________________________________________________
6948 [  9216] By: jhi                                   on 2001/03/18  22:30:04
6949         Log: Document the use of Third Degree (sparsely).
6950      Branch: perl
6951            ! pod/perlhack.pod t/TEST
6952 ____________________________________________________________________________
6953 [  9215] By: jhi                                   on 2001/03/18  22:10:30
6954         Log: Make targets for testing with Third Degree.
6955      Branch: perl
6956            ! Makefile.SH
6957 ____________________________________________________________________________
6958 [  9214] By: jhi                                   on 2001/03/18  21:08:53
6959         Log: The podchecker relaxations need to mirrored also at the tests.
6960      Branch: perl
6961            ! t/pod/poderrs.xr
6962 ____________________________________________________________________________
6963 [  9213] By: jhi                                   on 2001/03/18  20:56:21
6964         Log: Update Changes.
6965      Branch: perl
6966            ! Changes patchlevel.h
6967 ____________________________________________________________________________
6968 [  9212] By: jhi                                   on 2001/03/18  20:36:59
6969         Log: Looking for config.sh in parent directories isn't
6970              very useful for the toplevel Makefile.
6971      Branch: perl
6972            ! Makefile.SH
6973 ____________________________________________________________________________
6974 [  9211] By: jhi                                   on 2001/03/18  20:33:37
6975         Log: On "make clean" take care of Third Degree droppings.
6976      Branch: perl
6977            ! Makefile.SH
6978 ____________________________________________________________________________
6979 [  9210] By: jhi                                   on 2001/03/18  20:21:34
6980         Log: Add a hook for running the tests under the Third Degree
6981              debugging tool (set $ENV{PERL_3LOG} to non-zero)
6982              
6983              TODO: Document the use of Third Degree.
6984      Branch: perl
6985            ! t/TEST
6986 ____________________________________________________________________________
6987 [  9209] By: jhi                                   on 2001/03/18  20:19:07
6988         Log: Regen toc and api pods.
6989      Branch: perl
6990            ! pod/perlapi.pod pod/perltoc.pod
6991 ____________________________________________________________________________
6992 [  9208] By: jhi                                   on 2001/03/18  20:12:12
6993         Log: Integrate changes #8128,9132 from mainline into maintperl,
6994              Tie::SubstrHash fixes.
6995      Branch: maint-5.6/perl
6996           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
6997 ____________________________________________________________________________
6998 [  9207] By: jhi                                   on 2001/03/18  20:07:43
6999         Log: podchecker relaxations from Michael Stevens.
7000      Branch: perl
7001            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
7002 ____________________________________________________________________________
7003 [  9206] By: jhi                                   on 2001/03/18  20:04:24
7004         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
7005      Branch: perl
7006            ! lib/Locale/Constants.pm lib/Locale/Country.pm
7007            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
7008            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
7009 ____________________________________________________________________________
7010 [  9205] By: jhi                                   on 2001/03/18  19:54:45
7011         Log: Integrate changes #9161,9162 from maintperl to mainline.
7012              
7013              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
7014              results
7015      Branch: perl
7016           !> t/op/magic.t
7017 ____________________________________________________________________________
7018 [  9204] By: jhi                                   on 2001/03/18  19:37:46
7019         Log: Make perl.third checks more understandable to the builder.
7020      Branch: perl
7021            ! Makefile.SH
7022 ____________________________________________________________________________
7023 [  9203] By: jhi                                   on 2001/03/18  19:20:54
7024         Log: Re-integrate #9138 from maintperl to mainline,
7025              the squelching of the unneeded "Scalars leaked" messages.
7026      Branch: perl
7027           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
7028           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
7029           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
7030 ____________________________________________________________________________
7031 [  9202] By: jhi                                   on 2001/03/18  18:48:36
7032         Log: More robust and more paranoid perl.third target.
7033      Branch: perl
7034            ! Makefile.SH
7035 ____________________________________________________________________________
7036 [  9201] By: jhi                                   on 2001/03/18  18:39:21
7037         Log: Integrate change #9197 from maintperl to mainline.
7038              
7039              more thorough cleaning of arenas.
7040      Branch: perl
7041           !> embed.pl perl.c proto.h sv.c t/op/sort.t
7042 ____________________________________________________________________________
7043 [  9200] By: jhi                                   on 2001/03/18  18:25:17
7044         Log: Integrate perlio.
7045      Branch: perl
7046           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
7047           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
7048           !> t/lib/encode.t toke.c universal.c utf8.c
7049 ____________________________________________________________________________
7050 [  9199] By: nick                                  on 2001/03/18  15:23:51
7051         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
7052              is the sense of the test being done. Avoid some magical 127 and 128 values
7053              by using macros.
7054      Branch: perlio
7055            ! doop.c pp_ctl.c sv.c toke.c
7056 ____________________________________________________________________________
7057 [  9198] By: nick                                  on 2001/03/18  14:18:12
7058         Log: UTF-X encoding invariance for Encode:
7059              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
7060              - move the XS code for those to universal.c (so in miniperl)
7061              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
7062              - change ext/Encode/compile to use above.
7063              - Fix t/lib/encode.t for above
7064              - Teach t/lib/b.t to expect -uutf8
7065              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
7066              utf8.pm is needed.
7067      Branch: perlio
7068            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
7069            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
7070 ____________________________________________________________________________
7071 [  9197] By: gsar                                  on 2001/03/18  12:15:57
7072         Log: more thorough cleaning of arenas--keep going until no more
7073              SvREFCNT_dec()s occur (this fixes the problem that causes the
7074              pesky "Scalars leaked" warnings)
7075      Branch: maint-5.6/perl
7076            ! embed.pl perl.c proto.h sv.c t/op/sort.t
7077 ____________________________________________________________________________
7078 [  9196] By: nick                                  on 2001/03/18  10:57:29
7079         Log: Fix pragma/utf8.t # 15
7080              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
7081              are SvUTF8 as well.
7082      Branch: perlio
7083            ! toke.c
7084 ____________________________________________________________________________
7085 [  9195] By: nick                                  on 2001/03/18  09:27:06
7086         Log: Integrate mainline
7087      Branch: perlio
7088           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
7089           !> t/op/pat.t
7090 ____________________________________________________________________________
7091 [  9194] By: jhi                                   on 2001/03/18  05:29:59
7092         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
7093              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
7094      Branch: perl
7095            ! op.c op.h t/op/misc.t t/op/pat.t
7096 ____________________________________________________________________________
7097 [  9193] By: jhi                                   on 2001/03/18  05:15:06
7098         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
7099      Branch: perl
7100            ! mg.c t/op/pat.t
7101 ____________________________________________________________________________
7102 [  9192] By: jhi                                   on 2001/03/18  04:22:43
7103         Log: tr/// UTF-8 patches from Inaba Hiroto.
7104      Branch: perl
7105            ! doop.c op.c
7106 ____________________________________________________________________________
7107 [  9191] By: jhi                                   on 2001/03/18  04:21:17
7108         Log: Integrate perlio.
7109      Branch: perl
7110           !> utf8.c utfebcdic.h
7111 ____________________________________________________________________________
7112 [  9190] By: nick                                  on 2001/03/17  20:32:01
7113         Log: Correct #if EBCDIC side typos.
7114              Builds and passes many tests on OS390.
7115      Branch: perlio
7116            ! utf8.c utfebcdic.h
7117 ____________________________________________________________________________
7118 [  9189] By: jhi                                   on 2001/03/17  18:55:49
7119         Log: Add prerequisites for the perl.third target.
7120      Branch: perl
7121            ! Makefile.SH
7122 ____________________________________________________________________________
7123 [  9188] By: jhi                                   on 2001/03/17  18:46:00
7124         Log: Integrate perlio.
7125      Branch: perl
7126           +> utfebcdic.h
7127           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
7128 ____________________________________________________________________________
7129 [  9187] By: jhi                                   on 2001/03/17  18:38:47
7130         Log: Add a make rule for perl.third (the Third Degree memory debugging
7131              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
7132      Branch: perl
7133            ! Makefile.SH
7134 ____________________________________________________________________________
7135 [  9186] By: nick                                  on 2001/03/17  18:34:48
7136         Log: MANIFEST addition :-(
7137      Branch: perlio
7138            ! MANIFEST
7139 ____________________________________________________________________________
7140 [  9185] By: nick                                  on 2001/03/17  18:29:50
7141         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
7142              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
7143              a superset of ASCII are invariant under the encoding. This is EBCDIC
7144              friendly as an encoded string can be looked at as being EBCDIC by lexer
7145              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
7146              ASCII on ASCII machines.
7147              
7148              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
7149              seperate.
7150              - Add some more macros to comprehend different shift amounts and
7151              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
7152              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
7153              and conditionaly #include it.
7154              
7155              EBCDIC build as yet untested.  ASCII still fails the one test.
7156      Branch: perlio
7157            + utfebcdic.h
7158            ! utf8.c utf8.h
7159 ____________________________________________________________________________
7160 [  9184] By: nick                                  on 2001/03/17  17:44:16
7161         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
7162      Branch: perlio
7163            ! doop.c perl.h pp.c utf8.h
7164 ____________________________________________________________________________
7165 [  9183] By: jhi                                   on 2001/03/17  15:55:42
7166         Log: Integrate perlio.
7167      Branch: perl
7168            ! MANIFEST
7169           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
7170 ____________________________________________________________________________
7171 [  9182] By: nick                                  on 2001/03/17  09:16:06
7172         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
7173      Branch: perlio
7174            ! t/op/pat.t
7175 ____________________________________________________________________________
7176 [  9181] By: nick                                  on 2001/03/17  09:15:11
7177         Log: Integrate mainline.
7178      Branch: perlio
7179           +> lib/Locale/Constants.pm lib/Locale/Country.pm
7180           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
7181           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
7182           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
7183           !> (integrate 83 files)
7184 ____________________________________________________________________________
7185 [  9180] By: nick                                  on 2001/03/16  17:23:21
7186         Log: EBCDIC Fixes.
7187      Branch: perlio
7188            ! perl.h sv.c toke.c utf8.c utf8.h
7189 ____________________________________________________________________________
7190 [  9179] By: jhi                                   on 2001/03/16  14:10:12
7191         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
7192              a change needed to work around an AIX compiler bug.
7193      Branch: perl
7194            ! ext/Storable/Storable.xs
7195 ____________________________________________________________________________
7196 [  9178] By: jhi                                   on 2001/03/16  03:19:59
7197         Log: With Damian's approval synchronize damian's modules'
7198              licensing with Perl's standard module licensing.
7199      Branch: perl
7200            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
7201 ____________________________________________________________________________
7202 [  9177] By: jhi                                   on 2001/03/16  03:15:34
7203         Log: Make the Filter::Util:Call files have their own copies
7204              of the Perl standard module licensing, from Paul Marquess.
7205      Branch: perl
7206            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
7207 ____________________________________________________________________________
7208 [  9176] By: jhi                                   on 2001/03/16  02:56:04
7209         Log: Subject: [PATCH] more pod patches
7210              From: Michael Stevens <michael@etla.org>
7211              Date: Thu, 15 Mar 2001 21:25:18 +0000
7212              Message-ID: <20010315212518.A18870@firedrake.org>
7213      Branch: perl
7214            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
7215            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
7216            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
7217            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
7218            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
7219            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
7220            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
7221            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
7222            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
7223            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
7224            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
7225            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
7226            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
7227            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
7228            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
7229            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
7230            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
7231            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
7232            ! lib/Locale/Country.pm lib/Locale/Language.pm
7233            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
7234            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
7235            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
7236            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
7237            ! os2/OS2/Process/Process.pm
7238 ____________________________________________________________________________
7239 [  9175] By: jhi                                   on 2001/03/16  02:53:32
7240         Log: Subject: [PATCH] the uncontroversial doc patches
7241              From: Michael Stevens <michael@etla.org>
7242              Date: Thu, 15 Mar 2001 20:01:12 +0000
7243              Message-ID: <20010315200112.A7636@firedrake.org>
7244      Branch: perl
7245            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
7246            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
7247            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
7248            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
7249            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
7250 ____________________________________________________________________________
7251 [  9174] By: jhi                                   on 2001/03/16  02:50:49
7252         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
7253              From: Paul Lindner <lindner@inuus.com>
7254              Date: Fri, 16 Mar 2001 11:28:03 -0800
7255              Message-ID: <20010316112803.A7577@inuus.com>
7256      Branch: perl
7257            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
7258 ____________________________________________________________________________
7259 [  9173] By: nick                                  on 2001/03/15  20:21:03
7260         Log: 1st day's EBCDIC fixes:
7261              - toke.c's parsing of strings needed attention
7262              needed to conditionally e2a if string was already UTF-8
7263              - e2a/a2e tables where wrong way round.
7264              - new macros in utf8.h
7265      Branch: perlio
7266            ! perl.h toke.c utf8.h
7267 ____________________________________________________________________________
7268 [  9172] By: jhi                                   on 2001/03/15  15:17:17
7269         Log: Update Changes.
7270      Branch: perl
7271            ! Changes patchlevel.h
7272 ____________________________________________________________________________
7273 [  9171] By: jhi                                   on 2001/03/15  15:09:32
7274         Log: Subject: Re: Another Borland C++ problem.
7275              From: "Vadim Konovalov" <watman@inbox.ru>
7276              Date: Sat, 10 Mar 2001 19:26:07 +0300
7277              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
7278              
7279              Borland filename case problem.
7280      Branch: perl
7281            + win32/sncfnmcs.pl
7282            ! MANIFEST README.win32
7283 ____________________________________________________________________________
7284 [  9170] By: jhi                                   on 2001/03/15  14:54:23
7285         Log: Add Locale::Codes 1.06, from Neil Bowers.
7286      Branch: perl
7287            + lib/Locale/Constants.pm lib/Locale/Country.pm
7288            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
7289            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
7290            + t/lib/lc-language.t t/lib/lc-uk.t
7291            ! MANIFEST
7292 ____________________________________________________________________________
7293 [  9169] By: jhi                                   on 2001/03/15  14:19:01
7294         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
7295      Branch: perl
7296            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
7297            ! ext/Storable/Storable.xs
7298 ____________________________________________________________________________
7299 [  9168] By: jhi                                   on 2001/03/15  14:13:22
7300         Log: Integrate changes #9120,9167 from mainline to maintperl.
7301              
7302              Subject: [PATCH 5.6.1] OS/2 docs
7303              
7304              Subject: [PATCH 5.6.1] perldoc
7305      Branch: maint-5.6/perl
7306           !> os2/Changes utils/perldoc.PL
7307 ____________________________________________________________________________
7308 [  9167] By: jhi                                   on 2001/03/15  14:07:42
7309         Log: Subject: [PATCH 5.6.1] perldoc
7310              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7311              Date: Wed, 14 Mar 2001 23:46:52 -0500
7312              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
7313      Branch: perl
7314            ! utils/perldoc.PL
7315 ____________________________________________________________________________
7316 [  9166] By: jhi                                   on 2001/03/15  13:53:15
7317         Log: sigaction test condition tweakage.
7318      Branch: perl
7319            ! t/lib/sigaction.t
7320 ____________________________________________________________________________
7321 [  9165] By: alanbur                               on 2001/03/15  03:49:17
7322         Log: Resynchronised with parent
7323      Branch: maint-5.6/pureperl
7324           +> os2/os2add.sym t/op/anonsub.t
7325           !> (integrate 72 files)
7326 ____________________________________________________________________________
7327 [  9164] By: jhi                                   on 2001/03/15  01:05:01
7328         Log: Avoid stomping off the beginning of an array in tr///.
7329      Branch: perl
7330            ! op.c
7331 ____________________________________________________________________________
7332 [  9163] By: jhi                                   on 2001/03/15  00:58:57
7333         Log: h2ph strictness and cleanliness from Kurt Starsinic.
7334      Branch: perl
7335            ! utils/h2ph.PL
7336 ____________________________________________________________________________
7337 [  9162] By: gsar                                  on 2001/03/15  00:56:53
7338         Log: avoid warnings
7339      Branch: maint-5.6/perl
7340            ! t/op/magic.t
7341 ____________________________________________________________________________
7342 [  9161] By: gsar                                  on 2001/03/15  00:52:09
7343         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
7344              results
7345      Branch: maint-5.6/perl
7346            ! t/op/magic.t
7347 ____________________________________________________________________________
7348 [  9160] By: jhi                                   on 2001/03/14  22:02:10
7349         Log: Do not use the Perl malloc in IRIX, suggested by
7350              Helmus Jarausch.
7351      Branch: perl
7352            ! hints/irix_6.sh
7353 ____________________________________________________________________________
7354 [  9159] By: nick                                  on 2001/03/14  21:45:59
7355         Log: Integrate mainline
7356      Branch: perlio
7357           +> t/op/loopctl.t
7358           !> (integrate 41 files)
7359 ____________________________________________________________________________
7360 [  9158] By: jhi                                   on 2001/03/14  21:10:09
7361         Log: The Day of the Retractions continues: the #9138
7362              (integrated in #9144) doesn't work well in mainline.
7363      Branch: perl
7364            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
7365            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
7366            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
7367 ____________________________________________________________________________
7368 [  9157] By: jhi                                   on 2001/03/14  20:58:12
7369         Log: The #9145 CANNOT be enabled: the clear_pmop code still
7370              dumps core all over in Tru64.
7371      Branch: perl
7372            ! op.c op.h t/op/pat.t
7373 ____________________________________________________________________________
7374 [  9156] By: jhi                                   on 2001/03/14  20:48:06
7375         Log: Integrate change #9154 from maintperl to mainline.
7376              
7377              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
7378              (caused Storable 1.0.10 to break on windows)
7379      Branch: perl
7380           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
7381           !> perlapi.c proto.h
7382 ____________________________________________________________________________
7383 [  9155] By: jhi                                   on 2001/03/14  20:23:53
7384         Log: Retract #9136: breaks threading (and binary compatibility).
7385      Branch: perl
7386            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
7387 ____________________________________________________________________________
7388 [  9154] By: gsar                                  on 2001/03/14  17:48:18
7389         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
7390              (caused Storable 1.0.10 to break on windows)
7391      Branch: maint-5.6/perl
7392            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
7393            ! perlapi.c proto.h
7394 ____________________________________________________________________________
7395 [  9153] By: jhi                                   on 2001/03/14  13:35:21
7396         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
7397      Branch: perl
7398            ! t/lib/sigaction.t
7399 ____________________________________________________________________________
7400 [  9152] By: gsar                                  on 2001/03/14  07:29:40
7401         Log: back out changes#9012,9010,9009 and parts of change#9016
7402              (causes ABRs under purify, and some prerequisites don't
7403              seem to be there in 5.6.x)
7404      Branch: maint-5.6/perl
7405            ! doop.c op.c t/op/tr.t toke.c
7406 ____________________________________________________________________________
7407 [  9151] By: gsar                                  on 2001/03/14  07:01:29
7408         Log: reenable change#9145 (the test was busted due to a missing
7409              C<print "ok 27\n">)
7410      Branch: perl
7411            ! op.c op.h t/op/pat.t
7412 ____________________________________________________________________________
7413 [  9150] By: jhi                                   on 2001/03/14  06:38:36
7414         Log: Retract #9145.
7415      Branch: perl
7416            ! op.c op.h t/op/pat.t
7417 ____________________________________________________________________________
7418 [  9149] By: jhi                                   on 2001/03/14  06:14:56
7419         Log: Retract #9143.
7420      Branch: perl
7421            ! op.c
7422 ____________________________________________________________________________
7423 [  9148] By: gsar                                  on 2001/03/14  06:13:02
7424         Log: Uninitialized Memory Read in regexec.c
7425      Branch: perl
7426            ! regexec.c
7427 ____________________________________________________________________________
7428 [  9147] By: jhi                                   on 2001/03/14  04:59:54
7429         Log: Subject: PATCH: make goto work in nested eval ""
7430              From: Robin Houston <robin@kitsite.com>
7431              Date: Wed, 14 Mar 2001 04:16:10 +0000
7432              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
7433      Branch: perl
7434            ! pp_ctl.c t/op/goto.t
7435 ____________________________________________________________________________
7436 [  9146] By: jhi                                   on 2001/03/14  04:42:54
7437         Log: Preserve the #ifdef PERL_CORE in perly.h.
7438      Branch: perl
7439            ! perly.fixer
7440 ____________________________________________________________________________
7441 [  9145] By: jhi                                   on 2001/03/14  03:57:41
7442         Log: (Retracted by #9150.)
7443      Branch: perl
7444            ! op.c op.h t/op/pat.t
7445 ____________________________________________________________________________
7446 [  9144] By: jhi                                   on 2001/03/14  03:50:38
7447         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
7448              
7449              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
7450              
7451              remove squelch controls for "Scalars leaked" messages in most places
7452              (these are now cured)
7453              
7454              fix another memory leak reported by purify (tie callbacks that
7455              croak can leak when wiping out magic)
7456      Branch: perl
7457           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
7458           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
7459           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
7460           !> t/pragma/warnings.t
7461 ____________________________________________________________________________
7462 [  9143] By: jhi                                   on 2001/03/14  03:37:53
7463         Log: (Retracted by #9149.)
7464      Branch: perl
7465            ! op.c
7466 ____________________________________________________________________________
7467 [  9142] By: gsar                                  on 2001/03/14  03:20:48
7468         Log: fix another memory leak reported by purify (tie callbacks that
7469              croak can leak when wiping out magic)
7470      Branch: maint-5.6/perl
7471            ! scope.c
7472 ____________________________________________________________________________
7473 [  9141] By: jhi                                   on 2001/03/14  02:55:00
7474         Log: Subject: PATCH for [ID 20010305.003]
7475              From: Robin Houston <robin@kitsite.com>
7476              Date: Wed, 14 Mar 2001 02:45:51 +0000
7477              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
7478      Branch: perl
7479            ! pp_ctl.c t/op/eval.t
7480 ____________________________________________________________________________
7481 [  9140] By: jhi                                   on 2001/03/14  02:41:54
7482         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
7483              Date: Wed, 14 Mar 2001 01:52:51 +0000
7484              From: Robin Houston <robin@kitsite.com>
7485              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
7486              
7487              Fix for 2000313.004.
7488      Branch: perl
7489            ! pp_ctl.c t/op/goto.t
7490 ____________________________________________________________________________
7491 [  9139] By: jhi                                   on 2001/03/14  02:40:50
7492         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
7493              From: Robin Houston <robin@kitsite.com>
7494              Date: Wed, 14 Mar 2001 00:43:45 +0000
7495              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
7496      Branch: perl
7497            + t/op/loopctl.t
7498            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
7499            ! vms/perly_c.vms
7500 ____________________________________________________________________________
7501 [  9138] By: gsar                                  on 2001/03/14  01:18:00
7502         Log: remove squelch controls for "Scalars leaked" messages in most places
7503              (these are now cured)
7504      Branch: maint-5.6/perl
7505            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
7506            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
7507            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
7508 ____________________________________________________________________________
7509 [  9137] By: gsar                                  on 2001/03/14  00:57:04
7510         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
7511      Branch: maint-5.6/perl
7512            ! regcomp.c
7513 ____________________________________________________________________________
7514 [  9136] By: jhi                                   on 2001/03/13  23:12:24
7515         Log: (Retracted by #9155)
7516              
7517              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
7518              From: Jens-Uwe Mager <jum@helios.de>
7519              Date: Wed, 21 Feb 2001 21:32:04 +0100
7520              Message-ID: <20010221213203.A18340@ans.helios.de>
7521      Branch: perl
7522            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
7523 ____________________________________________________________________________
7524 [  9135] By: jhi                                   on 2001/03/13  22:50:05
7525         Log: Integrate perlio.
7526      Branch: perl
7527           !> pp.c
7528 ____________________________________________________________________________
7529 [  9134] By: jhi                                   on 2001/03/13  22:49:05
7530         Log: Integrate change #9131 from maintperl into mainline.
7531              
7532              make the error text look more consistent in hints/hpux.sh
7533      Branch: perl
7534           !> hints/hpux.sh
7535 ____________________________________________________________________________
7536 [  9133] By: gsar                                  on 2001/03/13  22:46:20
7537         Log: integrate change#9067 from mainline
7538              
7539              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
7540      Branch: maint-5.6/perl
7541           !> lib/ExtUtils/MM_Unix.pm
7542 ____________________________________________________________________________
7543 [  9132] By: jhi                                   on 2001/03/13  22:41:21
7544         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
7545              From: "John P. Linderman" <jpl@research.att.com>
7546              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
7547              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
7548              
7549              A more correct prime finder.
7550      Branch: perl
7551            ! lib/Tie/SubstrHash.pm
7552 ____________________________________________________________________________
7553 [  9131] By: gsar                                  on 2001/03/13  22:30:42
7554         Log: make the error text look more consistent in hints/hpux.sh
7555      Branch: maint-5.6/perl
7556            ! hints/hpux.sh
7557 ____________________________________________________________________________
7558 [  9130] By: jhi                                   on 2001/03/13  22:23:44
7559         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
7560              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7561              Date: Tue, 13 Mar 2001 18:41:26 +0100
7562              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
7563              
7564              If the test is run non-interactively the default handler
7565              is different.
7566      Branch: perl
7567            ! t/lib/sigaction.t
7568 ____________________________________________________________________________
7569 [  9129] By: jhi                                   on 2001/03/13  22:20:21
7570         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
7571              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7572              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
7573              Date:     Tue, 13 Mar 2001 16:44:32 EST
7574      Branch: perl
7575            ! t/lib/1_compile.t
7576 ____________________________________________________________________________
7577 [  9128] By: jhi                                   on 2001/03/13  22:18:34
7578         Log: Subject: Another patch for integer.pm POD 
7579              From: "John L. Allen" <allen@grumman.com>
7580              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
7581              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
7582      Branch: perl
7583            ! lib/integer.pm
7584 ____________________________________________________________________________
7585 [  9127] By: nick                                  on 2001/03/13  21:26:30
7586         Log: Integrate mainline.
7587      Branch: perlio
7588           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
7589           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
7590           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
7591           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
7592           !> Changes Configure MANIFEST README.os2 README.os390
7593           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
7594           !> os2/Changes patchlevel.h win32/perlhost.h
7595 ____________________________________________________________________________
7596 [  9126] By: nick                                  on 2001/03/13  20:39:51
7597         Log: #ifdef'ed out code to make packed side of pack/unpack
7598              octets. (i.e. pack('U') => encode_utf8).
7599      Branch: perlio
7600            ! pp.c
7601 ____________________________________________________________________________
7602 [  9125] By: jhi                                   on 2001/03/13  15:07:16
7603         Log: Update Changes.
7604      Branch: perl
7605            ! Changes patchlevel.h
7606 ____________________________________________________________________________
7607 [  9124] By: jhi                                   on 2001/03/13  14:22:45
7608         Log: Workaround for the buggy ("internal compiler error")
7609              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
7610              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
7611              of Andreas König.
7612      Branch: perl
7613            ! ext/re/Makefile.PL hints/aix.sh
7614 ____________________________________________________________________________
7615 [  9123] By: jhi                                   on 2001/03/13  03:24:34
7616         Log: Typo in #9114.
7617      Branch: metaconfig
7618            ! U/modified/myhostname.U
7619 ____________________________________________________________________________
7620 [  9122] By: jhi                                   on 2001/03/13  03:24:06
7621         Log: Typo in #9113.
7622      Branch: perl
7623            ! Configure
7624 ____________________________________________________________________________
7625 [  9121] By: jhi                                   on 2001/03/13  01:53:05
7626         Log: Forgot to check-in the larger part of #9120, duh.
7627      Branch: perl
7628            ! README.os2
7629 ____________________________________________________________________________
7630 [  9120] By: jhi                                   on 2001/03/13  01:51:31
7631         Log: Subject: [PATCH 5.6.1] OS/2 docs
7632              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7633              Date: Mon, 12 Mar 2001 03:27:32 -0500
7634              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
7635      Branch: perl
7636            ! os2/Changes
7637 ____________________________________________________________________________
7638 [  9119] By: jhi                                   on 2001/03/13  01:49:41
7639         Log: Integrate change #9116 from maintperl into mainline.
7640              
7641              Win32::GetCwd() returns C: instead of C:\ in the root directory
7642              under ithreads
7643      Branch: perl
7644           !> win32/perlhost.h
7645 ____________________________________________________________________________
7646 [  9118] By: jhi                                   on 2001/03/13  01:13:39
7647         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
7648      Branch: perl
7649            + lib/Switch.pm t/lib/switch.t
7650            ! MANIFEST
7651 ____________________________________________________________________________
7652 [  9117] By: jhi                                   on 2001/03/13  01:03:17
7653         Log: Add Text::Balanced 1.83.
7654      Branch: perl
7655            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
7656            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
7657            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
7658            + t/lib/tb-xvari.t
7659            ! MANIFEST
7660 ____________________________________________________________________________
7661 [  9116] By: gsar                                  on 2001/03/13  00:55:53
7662         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
7663              under ithreads
7664      Branch: maint-5.6/perl
7665            ! win32/perlhost.h
7666 ____________________________________________________________________________
7667 [  9115] By: jhi                                   on 2001/03/13  00:54:09
7668         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
7669              From: "John L. Allen" <allen@grumman.com>
7670              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
7671              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
7672              
7673              use integer document clarification.
7674      Branch: perl
7675            ! lib/integer.pm
7676 ____________________________________________________________________________
7677 [  9114] By: jhi                                   on 2001/03/13  00:38:54
7678         Log: Metaconfig unit change for #9113.
7679      Branch: metaconfig
7680            ! U/modified/myhostname.U
7681 ____________________________________________________________________________
7682 [  9113] By: jhi                                   on 2001/03/13  00:38:35
7683         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?)
7684              From: Peter Prymmer <pvhp@forte.com>
7685              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
7686              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
7687      Branch: perl
7688            ! Configure README.os390 hints/os390.sh
7689 ____________________________________________________________________________
7690 [  9112] By: jhi                                   on 2001/03/13  00:29:00
7691         Log: Integrate perlio.
7692      Branch: perl
7693           !> sv.c utf8.h
7694 ____________________________________________________________________________
7695 [  9111] By: nick                                  on 2001/03/12  21:16:33
7696         Log: Integrate mainline.
7697      Branch: perlio
7698           +> t/op/anonsub.t
7699           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
7700           !> proto.h sv.c
7701 ____________________________________________________________________________
7702 [  9110] By: nick                                  on 2001/03/12  21:00:13
7703         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
7704      Branch: perlio
7705            ! sv.c utf8.h
7706 ____________________________________________________________________________
7707 [  9109] By: jhi                                   on 2001/03/12  16:04:47
7708         Log: Integrate change #9108 from maintperl to mainline.
7709              
7710              fix memory leak in C<sub X { sub {} }> arising from a refcount
7711              loop between the outer sub and the inner prototype anonsub
7712              
7713              this also enables closures returned by subroutines that
7714              subsequently get redefined to work without generating coredumps :)
7715              
7716              completely removed the free_closures() hack--it shouldn't be
7717              needed anymore
7718      Branch: perl
7719           +> t/op/anonsub.t
7720           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
7721           !> proto.h sv.c
7722 ____________________________________________________________________________
7723 [  9108] By: gsar                                  on 2001/03/12  10:21:31
7724         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
7725              loop between the outer sub and the inner prototype anonsub
7726              
7727              this also enables closures returned by subroutines that
7728              subsequently get redefined to work without generating coredumps :)
7729              
7730              completely removed the free_closures() hack--it shouldn't be
7731              needed anymore
7732      Branch: maint-5.6/perl
7733            + t/op/anonsub.t
7734            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
7735            ! proto.h sv.c
7736 ____________________________________________________________________________
7737 [  9107] By: jhi                                   on 2001/03/12  05:15:31
7738         Log: Integrate perlio.
7739      Branch: perl
7740           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
7741 ____________________________________________________________________________
7742 [  9106] By: nick                                  on 2001/03/11  20:10:12
7743         Log: regcomp.c is working in native space, not Unicode space (if different)
7744              as it is doing compare against 'W' in \W etc.
7745      Branch: perlio
7746            ! regcomp.c
7747 ____________________________________________________________________________
7748 [  9105] By: nick                                  on 2001/03/11  19:39:34
7749         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
7750              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
7751      Branch: perlio
7752            ! regcomp.c toke.c utf8.c
7753 ____________________________________________________________________________
7754 [  9104] By: nick                                  on 2001/03/11  18:15:44
7755         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
7756      Branch: perlio
7757            ! sv.c
7758 ____________________________________________________________________________
7759 [  9103] By: nick                                  on 2001/03/11  18:03:28
7760         Log: Integrate mainline (for regexp stuff).
7761      Branch: perlio
7762           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
7763           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
7764           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
7765           !> t/lib/errno.t t/op/pat.t
7766 ____________________________________________________________________________
7767 [  9102] By: nick                                  on 2001/03/11  17:44:20
7768         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
7769              - exclude layer syms in makedef.pl for sfio
7770              - also inhibit Encode from trying to build ":encode()" layer.
7771      Branch: perlio
7772            ! ext/Encode/Encode.xs makedef.pl
7773 ____________________________________________________________________________
7774 [  9101] By: jhi                                   on 2001/03/10  22:38:13
7775         Log: The $Is_MacOS needs to be declared.
7776      Branch: perl
7777            ! lib/ExtUtils/Manifest.pm
7778 ____________________________________________________________________________
7779 [  9100] By: jhi                                   on 2001/03/10  22:14:29
7780         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
7781              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
7782              pollute the symbolspace if using sfio.
7783      Branch: perl
7784            ! ext/Encode/Encode.xs
7785 ____________________________________________________________________________
7786 [  9099] By: jhi                                   on 2001/03/10  21:58:48
7787         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
7788              Date: Sat, 10 Mar 2001 14:23:55 -0500
7789              From: Chris Nandor <pudge@pobox.com>
7790              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
7791      Branch: perl
7792            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
7793            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
7794            ! t/lib/errno.t
7795 ____________________________________________________________________________
7796 [  9098] By: jhi                                   on 2001/03/10  21:38:30
7797         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
7798      Branch: perl
7799            ! regcomp.c regexec.c t/op/pat.t
7800 ____________________________________________________________________________
7801 [  9097] By: jhi                                   on 2001/03/10  14:38:07
7802         Log: Integrate perlio.
7803      Branch: perl
7804           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
7805           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
7806           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
7807 ____________________________________________________________________________
7808 [  9096] By: nick                                  on 2001/03/10  11:55:43
7809         Log: EBCDIC sanity - phase I
7810              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
7811              - use utf8n_xxxx (c.f. pvn) for forms which take length.
7812              - back out vN.N and $^V exceptions to e2a/a2e
7813              - make "locale" isxxx macros be uvchr (may be redundant?)
7814              
7815              Not clear yet that toUPPER_uni et. al. return being handled correctly.
7816              The tr// and rexexp stuff still needs an audit, assumption is they are working
7817              in Unicode space.
7818              
7819              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
7820      Branch: perlio
7821            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
7822            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
7823            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
7824 ____________________________________________________________________________
7825 [  9095] By: jhi                                   on 2001/03/09  22:10:01
7826         Log: Integrate perlio.
7827      Branch: perl
7828           !> dump.c
7829 ____________________________________________________________________________
7830 [  9094] By: nick                                  on 2001/03/09  17:36:38
7831         Log: Builds an passes all tests after integrate and this tweak.
7832      Branch: perlio
7833            ! dump.c
7834 ____________________________________________________________________________
7835 [  9093] By: nick                                  on 2001/03/09  17:16:03
7836         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
7837      Branch: perlio
7838           +> lib/unicode/Scripts.txt t/lib/sigaction.t
7839           !> (integrate 79 files)
7840 ____________________________________________________________________________
7841 [  9092] By: jhi                                   on 2001/03/09  15:28:26
7842         Log: Update Changes.
7843      Branch: perl
7844            ! Changes patchlevel.h
7845 ____________________________________________________________________________
7846 [  9091] By: jhi                                   on 2001/03/09  15:25:05
7847         Log: In op/stat #35 better to scan all the potential directories
7848              for setuids, not just the first one.
7849      Branch: perl
7850            ! t/op/stat.t
7851 ____________________________________________________________________________
7852 [  9090] By: jhi                                   on 2001/03/09  15:01:27
7853         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
7854              From: rspier@pobox.com (Robert Spier)
7855              Date: Fri, 9 Mar 2001 03:30:20 -0500
7856              Message-ID: <15016.38044.381174.160189@rls.cx>
7857              
7858              EXISTS() returning undef mistakenly triggered a FETCH().
7859      Branch: perl
7860            ! hv.c
7861 ____________________________________________________________________________
7862 [  9089] By: jhi                                   on 2001/03/09  14:59:02
7863         Log: Add /sbin and /usr/sbin to the list of directories scanned
7864              for setuid programs.  Takes care of bug id 20010309.003.
7865      Branch: perl
7866            ! t/op/stat.t
7867 ____________________________________________________________________________
7868 [  9088] By: jhi                                   on 2001/03/09  14:48:32
7869         Log: Regen perlapi, perltoc.
7870      Branch: perl
7871            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
7872 ____________________________________________________________________________
7873 [  9087] By: jhi                                   on 2001/03/09  14:38:56
7874         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
7875              From: David Mitchell <davem@fdgroup.co.uk>
7876              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
7877              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
7878      Branch: perl
7879            ! dump.c perl.c perl.h pod/perlrun.pod
7880 ____________________________________________________________________________
7881 [  9086] By: jhi                                   on 2001/03/09  01:47:16
7882         Log: A modified version of
7883              
7884              Subject: [ID 20010307.005] POSIX::sigaction has various problems
7885              From: anders@broadcom.com
7886              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
7887              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
7888              
7889              Currently the sigaction.t test #6 fails (and is fudged to look
7890              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
7891              This may well be a genuine bug in Linux sigaction() (since at
7892              least Tru64, Solaris, and HP-UX disagree with Linux).
7893              Anyone with POSIX / SUSv2 tome handy?  The problem is that
7894              the flags of the oldaction don't match with the flags in
7895              the previously installed disposition.
7896      Branch: perl
7897            + t/lib/sigaction.t
7898            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
7899 ____________________________________________________________________________
7900 [  9085] By: jhi                                   on 2001/03/09  01:30:13
7901         Log: Subject: Re: mission impossible for the day
7902              From: Alex Gough <alex@rcon.org>
7903              Date: Thu, 08 Mar 2001 17:18:19 +0000
7904              Message-ID: <3AA7BEDB.8070409@rcon.org>
7905              
7906              If references (are overloaded) and can be directly stringified,
7907              show that instead of "stringified".
7908              
7909              (The problem, infinite mutual recursion caused by overloaded bool
7910              in Switch.pm, tracked by David Mitchell)
7911      Branch: perl
7912            ! lib/Carp/Heavy.pm
7913 ____________________________________________________________________________
7914 [  9084] By: jhi                                   on 2001/03/09  01:20:39
7915         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
7916              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
7917              From: David Mitchell <davem@fdgroup.co.uk>
7918              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
7919      Branch: perl
7920            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
7921            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
7922 ____________________________________________________________________________
7923 [  9083] By: jhi                                   on 2001/03/09  01:16:51
7924         Log: Subject: [PATCH] perldata.pod here-doc docs
7925              From: Jeff Pinyan <jeffp@crusoe.net>
7926              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
7927              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
7928      Branch: perl
7929            ! pod/perldata.pod
7930 ____________________________________________________________________________
7931 [  9082] By: jhi                                   on 2001/03/09  01:01:27
7932         Log: Subject: Re: Unicode/EBCDIC
7933              From: Peter Prymmer <pvhp@forte.com>
7934              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
7935              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
7936      Branch: perl
7937            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
7938 ____________________________________________________________________________
7939 [  9081] By: jhi                                   on 2001/03/08  13:41:30
7940         Log: Subject: Ooops, wrong 'no *POSIX' Patch
7941              From: Dorner Thomas <Thomas.Dorner@start.de>
7942              Date: Thu, 8 Mar 2001 08:43:28 +0100
7943              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
7944      Branch: perl
7945            ! hints/posix-bc.sh
7946 ____________________________________________________________________________
7947 [  9080] By: jhi                                   on 2001/03/08  13:11:42
7948         Log: It's Scripts.txt, not Script.txt.
7949      Branch: perl
7950            ! MANIFEST
7951 ____________________________________________________________________________
7952 [  9079] By: jhi                                   on 2001/03/08  12:59:05
7953         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
7954              From: Dorner Thomas <Thomas.Dorner@start.de>
7955              Date: Wed, 7 Mar 2001 14:13:31 +0100
7956              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
7957      Branch: perl
7958            ! makedepend.SH
7959 ____________________________________________________________________________
7960 [  9078] By: jhi                                   on 2001/03/08  12:57:43
7961         Log: Retract #9069, wrong patch.
7962      Branch: perl
7963            ! Makefile.SH
7964 ____________________________________________________________________________
7965 [  9077] By: jhi                                   on 2001/03/08  01:06:13
7966         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
7967      Branch: perl
7968            + lib/unicode/Scripts.txt
7969            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
7970            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
7971            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
7972            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
7973            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
7974            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
7975            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
7976            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
7977            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
7978            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
7979            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
7980            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
7981            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
7982            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
7983            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
7984            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
7985            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
7986            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
7987            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
7988            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
7989            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
7990            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
7991            ! lib/unicode/version
7992 ____________________________________________________________________________
7993 [  9076] By: jhi                                   on 2001/03/07  22:59:39
7994         Log: Integrate change #7784 from mainline into maintperl.
7995              
7996              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
7997      Branch: maint-5.6/perl
7998           !> pp_ctl.c t/op/pat.t
7999 ____________________________________________________________________________
8000 [  9075] By: jhi                                   on 2001/03/07  22:05:11
8001         Log: More UTF-8 test tweaks.
8002      Branch: perl
8003            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
8004 ____________________________________________________________________________
8005 [  9074] By: nick                                  on 2001/03/07  21:39:29
8006         Log: Integrate mainline.
8007      Branch: perlio
8008           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
8009           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
8010           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
8011           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
8012           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
8013 ____________________________________________________________________________
8014 [  9073] By: jhi                                   on 2001/03/07  16:37:09
8015         Log: Update Changes.
8016      Branch: perl
8017            ! Changes patchlevel.h
8018 ____________________________________________________________________________
8019 [  9072] By: jhi                                   on 2001/03/07  16:32:30
8020         Log: Subject: [ID 20010306.004] || != named unary operator
8021              From: abela@geneanet.org
8022              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
8023              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
8024      Branch: perl
8025            ! pod/perlop.pod
8026 ____________________________________________________________________________
8027 [  9071] By: jhi                                   on 2001/03/07  15:14:11
8028         Log: Subject: downgrading to bytes for common functions
8029              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
8030              Date: Wed, 7 Mar 2001 02:36:55 -0500
8031              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
8032      Branch: perl
8033            ! pp_sys.c
8034 ____________________________________________________________________________
8035 [  9070] By: jhi                                   on 2001/03/07  15:04:58
8036         Log: Clarify the description differentiating for and while; inspired by
8037              
8038              Subject: [ID 20010306.002] for/while difference in for definition
8039              From: abela@geneanet.org
8040              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
8041              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
8042      Branch: perl
8043            ! pod/perlsyn.pod
8044 ____________________________________________________________________________
8045 [  9069] By: jhi                                   on 2001/03/07  14:55:30
8046         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
8047              From: Dorner Thomas <Thomas.Dorner@start.de>
8048              Date: Wed, 7 Mar 2001 14:13:31 +0100
8049              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
8050      Branch: perl
8051            ! Makefile.SH
8052 ____________________________________________________________________________
8053 [  9068] By: jhi                                   on 2001/03/07  14:51:17
8054         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
8055              From: Radu Greab <radu@netsoft.ro>
8056              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
8057              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
8058      Branch: perl
8059            ! pp.c t/op/chop.t
8060 ____________________________________________________________________________
8061 [  9067] By: jhi                                   on 2001/03/07  14:48:57
8062         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
8063              From: Simon Cozens <simon@netthink.co.uk>
8064              Date: Wed, 7 Mar 2001 13:59:28 +0000
8065              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
8066              
8067              In order to allow MakeMaker to build correct Makefiles,
8068              you need to change the order of the arguments in MM_Unix.pm
8069              as well. (Unless you have C89_CCMODE set, but we're trying
8070              to be POSIXly correct)
8071              
8072              Thanks to Merijn Broeren for tracking this down.
8073      Branch: perl
8074            ! lib/ExtUtils/MM_Unix.pm
8075 ____________________________________________________________________________
8076 [  9066] By: jhi                                   on 2001/03/07  14:30:02
8077         Log: Floating point too messy.
8078      Branch: perl
8079            ! t/camel-III/vstring.t
8080 ____________________________________________________________________________
8081 [  9065] By: jhi                                   on 2001/03/07  14:17:44
8082         Log: Integrate change #9064 from maintperl into mainline.
8083              
8084              fix memory leak in pack("Bb",...)
8085      Branch: perl
8086           !> perl.c
8087 ____________________________________________________________________________
8088 [  9064] By: gsar                                  on 2001/03/07  06:29:24
8089         Log: fix memory leak in pack("Bb",...)
8090      Branch: maint-5.6/perl
8091            ! perl.c
8092 ____________________________________________________________________________
8093 [  9063] By: jhi                                   on 2001/03/07  00:55:04
8094         Log: Major utf8 test reorganisation and rewrite.
8095              Hopefully no tests were lost in the shuffle.
8096              (The beginning of pragma/utf8 was lost intentionally,
8097              the tests were rather bogus and incomplete.)
8098      Branch: perl
8099            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
8100            ! t/pragma/utf8.t
8101 ____________________________________________________________________________
8102 [  9062] By: jhi                                   on 2001/03/07  00:41:16
8103         Log: More tweakage on the Unicode character class descriptions.
8104      Branch: perl
8105            ! lib/unicode/mktables.PL pod/perlretut.pod
8106 ____________________________________________________________________________
8107 [  9061] By: jhi                                   on 2001/03/06  23:12:38
8108         Log: The perlretut was still talking about the old \p and \P
8109              definitions.
8110      Branch: perl
8111            ! pod/perlretut.pod
8112 ____________________________________________________________________________
8113 [  9060] By: nick                                  on 2001/03/06  20:52:37
8114         Log: Integrate mainline (make test works again now).
8115      Branch: perlio
8116           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
8117 ____________________________________________________________________________
8118 [  9059] By: jhi                                   on 2001/03/06  15:36:14
8119         Log: 0.999... does equal 1.0, doesn't it?
8120      Branch: perl
8121            ! t/camel-III/vstring.t
8122 ____________________________________________________________________________
8123 [  9058] By: jhi                                   on 2001/03/06  15:34:00
8124         Log: Make /x{abcd}/ to work without use utf8.
8125      Branch: perl
8126            ! regcomp.c
8127 ____________________________________________________________________________
8128 [  9057] By: jhi                                   on 2001/03/06  03:02:36
8129         Log: Easier to outcomment all the three reset() tests for now.
8130      Branch: perl
8131            ! t/op/pat.t
8132 ____________________________________________________________________________
8133 [  9056] By: jhi                                   on 2001/03/06  02:30:02
8134         Log: Comment out the deadly reset; until the 20010301.005
8135              is finally fixed.
8136      Branch: perl
8137            ! t/op/pat.t
8138 ____________________________________________________________________________
8139 [  9055] By: jhi                                   on 2001/03/06  02:21:26
8140         Log: Integrate the change #9054 from mainline:
8141              retract the PMOP cleanup patch pending further investigation.
8142      Branch: maint-5.6/perl
8143           !> op.c op.h
8144 ____________________________________________________________________________
8145 [  9054] By: jhi                                   on 2001/03/06  02:19:57
8146         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
8147              with oddly familiar stack traces.
8148      Branch: perl
8149            ! op.c op.h
8150 ____________________________________________________________________________
8151 [  9053] By: jhi                                   on 2001/03/05  23:20:28
8152         Log: Integrate perlio.
8153      Branch: perl
8154           +> ext/Encode/Encode/koi8-r.ucm
8155           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
8156           !> makedef.pl
8157 ____________________________________________________________________________
8158 [  9052] By: nick                                  on 2001/03/05  23:08:17
8159         Log: skipping USE_PERLIO symbols correction.
8160      Branch: perlio
8161            ! makedef.pl
8162 ____________________________________________________________________________
8163 [  9051] By: nick                                  on 2001/03/05  22:35:07
8164         Log: More Encode alias tidying.
8165      Branch: perlio
8166            + ext/Encode/Encode/koi8-r.ucm
8167            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
8168 ____________________________________________________________________________
8169 [  9050] By: jhi                                   on 2001/03/05  21:44:29
8170         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
8171              Sarathy's fix for ID 20010301.005.
8172      Branch: maint-5.6/perl
8173           !> op.c op.h
8174 ____________________________________________________________________________
8175 [  9049] By: nick                                  on 2001/03/05  19:54:04
8176         Log: Integrate Jarkko's Encode.pm tweak.
8177      Branch: perlio
8178           !> ext/Encode/Encode.pm
8179 ____________________________________________________________________________
8180 [  9048] By: nick                                  on 2001/03/05  19:47:57
8181         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
8182      Branch: perlio
8183           +> os2/os2add.sym
8184           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
8185           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
8186           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
8187           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
8188           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
8189 ____________________________________________________________________________
8190 [  9047] By: jhi                                   on 2001/03/05  19:25:26
8191         Log: Regen perlapi.
8192      Branch: perl
8193            ! pod/perlapi.pod
8194 ____________________________________________________________________________
8195 [  9046] By: jhi                                   on 2001/03/05  19:12:14
8196         Log: Integrate perlio.
8197      Branch: perl
8198           +> t/camel-III/vstring.t
8199           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
8200 ____________________________________________________________________________
8201 [  9045] By: jhi                                   on 2001/03/05  19:10:36
8202         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
8203      Branch: perl
8204            ! ext/Encode/Encode.pm
8205 ____________________________________________________________________________
8206 [  9044] By: jhi                                   on 2001/03/05  18:49:12
8207         Log: Forgot the other half of the PMOP patch (#9033).
8208      Branch: perl
8209            ! op.h
8210 ____________________________________________________________________________
8211 [  9043] By: nick                                  on 2001/03/05  18:14:47
8212         Log: Update MANIFEST for new test.
8213      Branch: perlio
8214            ! MANIFEST
8215 ____________________________________________________________________________
8216 [  9042] By: nick                                  on 2001/03/05  18:12:41
8217         Log: Some tests for Camel 3rd edition features.
8218              Make gethostbyaddr() test in above work.
8219      Branch: perlio
8220            + t/camel-III/vstring.t
8221            ! pp.h pp_sys.c t/TEST t/harness
8222 ____________________________________________________________________________
8223 [  9041] By: jhi                                   on 2001/03/05  17:41:48
8224         Log: Add more ISO 8859 encoding aliases.
8225      Branch: perl
8226            ! ext/Encode/Encode.pm
8227 ____________________________________________________________________________
8228 [  9040] By: jhi                                   on 2001/03/05  17:30:43
8229         Log: Integrate perlio.
8230      Branch: perl
8231           !> MANIFEST sv.c
8232 ____________________________________________________________________________
8233 [  9039] By: nick                                  on 2001/03/05  17:11:36
8234         Log: Missed added file.
8235      Branch: perlio
8236            ! MANIFEST
8237 ____________________________________________________________________________
8238 [  9038] By: jhi                                   on 2001/03/05  15:58:01
8239         Log: Add tr tests for EBCDIC, from Karsten Sperling.
8240      Branch: perl
8241            ! t/op/tr.t
8242 ____________________________________________________________________________
8243 [  9037] By: nick                                  on 2001/03/05  15:56:35
8244         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
8245              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
8246              
8247              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
8248              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
8249              - uses SvPV() rather than sv_2pv() in case it isn't a string.
8250      Branch: perlio
8251            ! sv.c
8252 ____________________________________________________________________________
8253 [  9036] By: jhi                                   on 2001/03/05  15:49:15
8254         Log: Add matching tests currently failing in EBCDIC,
8255              suggested by Karsten Sperling.
8256      Branch: perl
8257            ! t/op/pat.t
8258 ____________________________________________________________________________
8259 [  9035] By: jhi                                   on 2001/03/05  15:36:55
8260         Log: The #9034 needs a MANIFESTation.
8261      Branch: perl
8262            ! MANIFEST
8263 ____________________________________________________________________________
8264 [  9034] By: jhi                                   on 2001/03/05  15:35:14
8265         Log: Integrate perlio.
8266      Branch: perl
8267           +> ext/Encode/Encode/Tcl.pm
8268           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
8269           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
8270           !> ext/Encode/Encode/iso8859-1.ucm
8271           !> ext/Encode/Encode/iso8859-10.ucm
8272           !> ext/Encode/Encode/iso8859-13.ucm
8273           !> ext/Encode/Encode/iso8859-14.ucm
8274           !> ext/Encode/Encode/iso8859-15.ucm
8275           !> ext/Encode/Encode/iso8859-16.ucm
8276           !> ext/Encode/Encode/iso8859-2.ucm
8277           !> ext/Encode/Encode/iso8859-3.ucm
8278           !> ext/Encode/Encode/iso8859-4.ucm
8279           !> ext/Encode/Encode/iso8859-5.ucm
8280           !> ext/Encode/Encode/iso8859-6.ucm
8281           !> ext/Encode/Encode/iso8859-7.ucm
8282           !> ext/Encode/Encode/iso8859-8.ucm
8283           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
8284           !> t/lib/encode.t
8285 ____________________________________________________________________________
8286 [  9033] By: jhi                                   on 2001/03/05  15:33:18
8287         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
8288              From: Gurusamy Sarathy <gsar@ActiveState.com>
8289              Date: Sun, 04 Mar 2001 22:33:15 -0800
8290              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
8291              
8292              PMOPs need to remember their own stash so that they can
8293              gracefully remove themselves from their linked list.
8294      Branch: perl
8295            ! op.c
8296 ____________________________________________________________________________
8297 [  9032] By: nick                                  on 2001/03/05  14:51:50
8298         Log: Encode implementation "completion"
8299              Implement and document define_encoding()
8300              Implement and document encoding aliases including define_alias()
8301              Make Encode::XS use define_encoding() rather than back-door.
8302              Move run-time *.enc to separate Encode::Tcl module.
8303              Make 'compile' honour <codeset_name>
8304              Change canonical names of to iso-8859-* and US-ascii.
8305      Branch: perlio
8306            + ext/Encode/Encode/Tcl.pm
8307            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
8308            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
8309            ! ext/Encode/Encode/iso8859-1.ucm
8310            ! ext/Encode/Encode/iso8859-10.ucm
8311            ! ext/Encode/Encode/iso8859-13.ucm
8312            ! ext/Encode/Encode/iso8859-14.ucm
8313            ! ext/Encode/Encode/iso8859-15.ucm
8314            ! ext/Encode/Encode/iso8859-16.ucm
8315            ! ext/Encode/Encode/iso8859-2.ucm
8316            ! ext/Encode/Encode/iso8859-3.ucm
8317            ! ext/Encode/Encode/iso8859-4.ucm
8318            ! ext/Encode/Encode/iso8859-5.ucm
8319            ! ext/Encode/Encode/iso8859-6.ucm
8320            ! ext/Encode/Encode/iso8859-7.ucm
8321            ! ext/Encode/Encode/iso8859-8.ucm
8322            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
8323            ! t/lib/encode.t
8324 ____________________________________________________________________________
8325 [  9031] By: jhi                                   on 2001/03/05  13:51:17
8326         Log: Integrate change #9030 from maintperl into mainline.
8327              
8328              Subject: [PATCH 5.6.1] OS/2 cleanup
8329      Branch: perl
8330           +> os2/os2add.sym
8331           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
8332           !> makedef.pl os2/Changes os2/Makefile.SHs
8333           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
8334           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
8335           !> os2/os2.sym os2/os2ish.h
8336 ____________________________________________________________________________
8337 [  9030] By: jhi                                   on 2001/03/05  13:46:49
8338         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
8339              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8340              Date: Mon, 5 Mar 2001 02:29:44 -0500
8341              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
8342      Branch: maint-5.6/perl
8343            + os2/os2add.sym
8344            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
8345            ! makedef.pl os2/Changes os2/Makefile.SHs
8346            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
8347            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
8348            ! os2/os2.sym os2/os2ish.h
8349 ____________________________________________________________________________
8350 [  9029] By: jhi                                   on 2001/03/05  13:40:35
8351         Log: Integrate change #9028 from maintperl into mainline.
8352              
8353              various nits in MM_Unix.pm found by disabling SelfLoader
8354      Branch: perl
8355           !> lib/ExtUtils/MM_Unix.pm
8356 ____________________________________________________________________________
8357 [  9028] By: gsar                                  on 2001/03/05  09:58:38
8358         Log: various nits in MM_Unix.pm found by disabling SelfLoader
8359      Branch: maint-5.6/perl
8360            ! lib/ExtUtils/MM_Unix.pm
8361 ____________________________________________________________________________
8362 [  9027] By: nick                                  on 2001/03/05  08:35:22
8363         Log: Integrate mainline
8364      Branch: perlio
8365           !> (integrate 28 files)
8366 ____________________________________________________________________________
8367 [  9026] By: jhi                                   on 2001/03/05  02:14:59
8368         Log: Integrate change #9025 from mainline to maintperl,
8369              retract \N{U+HHHH}.
8370      Branch: maint-5.6/perl
8371           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
8372           !> t/lib/charnames.t toke.c
8373 ____________________________________________________________________________
8374 [  9025] By: jhi                                   on 2001/03/05  02:13:09
8375         Log: Retracting \N{U+HHHH}.
8376      Branch: perl
8377            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
8378            ! t/lib/charnames.t toke.c
8379 ____________________________________________________________________________
8380 [  9024] By: jhi                                   on 2001/03/04  20:51:07
8381         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
8382              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
8383              Date: Fri, 02 Mar 2001 18:25:26 +0100
8384              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
8385              
8386              Casting problem.
8387      Branch: perl
8388            ! ext/Storable/Storable.xs
8389 ____________________________________________________________________________
8390 [  9023] By: jhi                                   on 2001/03/04  19:46:45
8391         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
8392              From: nick@talking.bollo.cx
8393              Date: Sat, 03 Mar 2001 21:41:33 +0000
8394              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
8395              
8396              Revert the workaround.
8397      Branch: perl
8398            ! perlio.c
8399 ____________________________________________________________________________
8400 [  9022] By: jhi                                   on 2001/03/04  19:36:28
8401         Log: Update Changes.
8402      Branch: perl
8403            ! Changes patchlevel.h
8404 ____________________________________________________________________________
8405 [  9021] By: jhi                                   on 2001/03/04  18:41:00
8406         Log: makedef.pl updates suggested by Chris Nandor; double-checking
8407              the changes in AIX, OS/2 Win32 would be nice.
8408      Branch: perl
8409            ! makedef.pl
8410 ____________________________________________________________________________
8411 [  9020] By: jhi                                   on 2001/03/04  18:23:58
8412         Log: Integrate change #9012 from maintperl into mainline,
8413              quench a compiler warning.
8414      Branch: perl
8415           !> toke.c
8416 ____________________________________________________________________________
8417 [  9019] By: jhi                                   on 2001/03/04  18:18:43
8418         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
8419              
8420              \N{U+HHHH} fix.
8421              
8422              pattern in G_ARRAY context
8423      Branch: maint-5.6/perl
8424           !> pp_hot.c t/op/pat.t toke.c
8425 ____________________________________________________________________________
8426 [  9018] By: jhi                                   on 2001/03/04  18:07:48
8427         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
8428              From: Jeff Pinyan <jeffp@crusoe.net>
8429              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
8430              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
8431      Branch: perl
8432            ! pp_hot.c t/op/pat.t
8433 ____________________________________________________________________________
8434 [  9017] By: jhi                                   on 2001/03/04  18:06:21
8435         Log: I thought I tested the #9014.
8436      Branch: perl
8437            ! toke.c
8438 ____________________________________________________________________________
8439 [  9016] By: jhi                                   on 2001/03/04  17:41:22
8440         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
8441              
8442              Tweak the get*ent() OS/2 prototypes.
8443              
8444              Add the \N{U+HHHH} syntax.
8445              
8446              More tr/// UTF-8 fixes from Inaba Hiroto.
8447      Branch: maint-5.6/perl
8448           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
8449           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
8450 ____________________________________________________________________________
8451 [  9015] By: jhi                                   on 2001/03/04  17:36:04
8452         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
8453      Branch: perl
8454            ! doop.c t/op/tr.t
8455 ____________________________________________________________________________
8456 [  9014] By: jhi                                   on 2001/03/04  17:24:49
8457         Log: Add the \N{U+HHHH} syntax.
8458      Branch: perl
8459            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
8460            ! t/lib/charnames.t toke.c
8461 ____________________________________________________________________________
8462 [  9013] By: jhi                                   on 2001/03/04  17:20:45
8463         Log: Tweak the get*ent() OS/2 prototypes.
8464      Branch: perl
8465            ! os2/os2.c
8466 ____________________________________________________________________________
8467 [  9012] By: gsar                                  on 2001/03/04  06:26:14
8468         Log: avoid warning (nit in change#9009)
8469      Branch: maint-5.6/perl
8470            ! toke.c
8471 ____________________________________________________________________________
8472 [  9011] By: gsar                                  on 2001/03/04  06:15:24
8473         Log: lib/charnames.t fails in 5.6.x because of older Unicode
8474              data
8475              
8476              TODO: need to revisit this after updating lib/unicode/...
8477      Branch: maint-5.6/perl
8478            ! t/lib/charnames.t
8479 ____________________________________________________________________________
8480 [  9010] By: gsar                                  on 2001/03/04  06:08:36
8481         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
8482      Branch: maint-5.6/perl
8483            ! toke.c
8484 ____________________________________________________________________________
8485 [  9009] By: jhi                                   on 2001/03/03  19:27:20
8486         Log: Integrate change #9008 from mainline to maintperl,
8487              UTF-8 tr/// fixes from Inaba Hiroto.
8488      Branch: maint-5.6/perl
8489           !> doop.c op.c t/op/tr.t toke.c
8490 ____________________________________________________________________________
8491 [  9008] By: jhi                                   on 2001/03/03  19:19:42
8492         Log: UTF8 tr/// fixes from Inaba Hiroto.
8493      Branch: perl
8494            ! doop.c op.c t/op/tr.t toke.c
8495 ____________________________________________________________________________
8496 [  9007] By: jhi                                   on 2001/03/03  19:00:30
8497         Log: Integrate change #9006 from maintperl to mainline,
8498              more robust quest for the infinite.
8499      Branch: perl
8500           !> lib/Math/Complex.pm
8501 ____________________________________________________________________________
8502 [  9006] By: jhi                                   on 2001/03/03  18:58:06
8503         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
8504              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8505              Date: Sat, 3 Mar 2001 12:51:50 -0500
8506              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
8507              
8508              Be more robust in our quest for the infinite.
8509      Branch: maint-5.6/perl
8510            ! lib/Math/Complex.pm
8511 ____________________________________________________________________________
8512 [  9005] By: jhi                                   on 2001/03/03  17:55:50
8513         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
8514      Branch: maint-5.6/perl
8515            ! doio.c
8516 ____________________________________________________________________________
8517 [  9004] By: jhi                                   on 2001/03/03  17:40:14
8518         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
8519              so that picky compilers like IRIX won't get huffy about
8520              "statements without effect" (like 1;).
8521      Branch: perl
8522            ! toke.c
8523 ____________________________________________________________________________
8524 [  9003] By: jhi                                   on 2001/03/03  17:15:52
8525         Log: Integrate change #9002 from mainline to maintperl.
8526              
8527              Subject: [perl-5.6.x, perl-current] accept for EPOC
8528      Branch: maint-5.6/perl
8529           !> pp_sys.c
8530 ____________________________________________________________________________
8531 [  9002] By: jhi                                   on 2001/03/03  17:14:30
8532         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
8533              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8534              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
8535              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
8536      Branch: perl
8537            ! pp_sys.c
8538 ____________________________________________________________________________
8539 [  9001] By: jhi                                   on 2001/03/03  17:13:13
8540         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
8541              From: "Craig A. Berry" <craigberry@mac.com>
8542              Date: Fri, 02 Mar 2001 17:44:40 -0600
8543              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
8544      Branch: perl
8545            ! t/pod/find.t
8546 ____________________________________________________________________________
8547 [  9000] By: jhi                                   on 2001/03/03  17:11:55
8548         Log: Integrate changes #8997,8999 from maintperl.
8549              
8550              Subject: [PATCH 5.6.1] compiling on OS/2
8551              (Better error message from hints/os2.sh)
8552              
8553              Subject: [PATCH 5.6.1] syslog.t
8554      Branch: perl
8555           !> hints/os2.sh t/lib/syslog.t
8556 ____________________________________________________________________________
8557 [  8999] By: jhi                                   on 2001/03/03  17:09:28
8558         Log: Subject: [PATCH 5.6.1] syslog.t
8559              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8560              Date: Sat, 3 Mar 2001 02:11:17 -0500
8561              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
8562      Branch: maint-5.6/perl
8563            ! t/lib/syslog.t
8564 ____________________________________________________________________________
8565 [  8998] By: jhi                                   on 2001/03/03  17:07:50
8566         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
8567              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8568              Date: Sat, 3 Mar 2001 01:53:52 -0500
8569              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
8570      Branch: maint-5.6/perl
8571            ! opcode.pl os2/os2.c
8572 ____________________________________________________________________________
8573 [  8997] By: jhi                                   on 2001/03/03  17:03:30
8574         Log: Subject: [PATCH 5.6.1] compiling on OS/2
8575              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8576              Date: Sat, 3 Mar 2001 01:59:59 -0500
8577              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
8578      Branch: maint-5.6/perl
8579            ! hints/os2.sh
8580 ____________________________________________________________________________
8581 [  8996] By: jhi                                   on 2001/03/03  00:55:58
8582         Log: Regen files for mainline.
8583      Branch: perl
8584            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8585            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
8586 ____________________________________________________________________________
8587 [  8995] By: jhi                                   on 2001/03/03  00:35:22
8588         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
8589              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
8590              to maintperl.
8591              
8592              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
8593              
8594              Add Configure option -Dmksymlinks which will create a symlink
8595              forest if the current/build differs from the source directory.
8596              (8218,8220,8221,8317,8318,8971)
8597              
8598              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
8599              (Document APPLLIB_EXP in INSTALL.)
8600              
8601              If running byacc write-enable also perly.h.
8602              
8603              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
8604              
8605              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
8606              
8607              Sanity check for conflicting thread flavours.
8608              
8609              Fix the sys/fcntl.h problem reported by Peter Prymmer.
8610              
8611              Add few CPUs/architectures to the Cppsym scan,
8612              add -perlio to archname if so selected (modified 8890)
8613              
8614              Be more helpful for devel builders, suggested by John L. Allen.
8615              (admittedly pointless change for maintperl, but the usedevel
8616              code is there already)
8617      Branch: maint-5.6/perl
8618           !> Configure INSTALL Makefile.SH Porting/Glossary
8619           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
8620           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
8621           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
8622           !> win32/config.bc win32/config.gc win32/config.vc
8623 ____________________________________________________________________________
8624 [  8994] By: jhi                                   on 2001/03/02  23:31:41
8625         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
8626      Branch: metaconfig/U/perl
8627            ! gccvers.U
8628 ____________________________________________________________________________
8629 [  8993] By: jhi                                   on 2001/03/02  23:22:12
8630         Log: Regenerate various files for maint.
8631      Branch: maint-5.6/perl
8632            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
8633            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
8634 ____________________________________________________________________________
8635 [  8992] By: alanbur                               on 2001/03/02  22:48:34
8636         Log: Resync wuth parent
8637      Branch: maint-5.6/pureperl
8638           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
8639           !> (integrate 60 files)
8640 ____________________________________________________________________________
8641 [  8991] By: jhi                                   on 2001/03/02  21:00:08
8642         Log: Retract the #8742 part of #8986, backward compat.
8643      Branch: maint-5.6/perl
8644            ! embed.pl
8645 ____________________________________________________________________________
8646 [  8990] By: jhi                                   on 2001/03/02  20:40:07
8647         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
8648      Branch: maint-5.6/perl
8649            ! hv.c
8650 ____________________________________________________________________________
8651 [  8989] By: jhi                                   on 2001/03/02  19:59:56
8652         Log: Update Changes.
8653      Branch: perl
8654            ! Changes patchlevel.h
8655 ____________________________________________________________________________
8656 [  8988] By: jhi                                   on 2001/03/02  19:57:08
8657         Log: Integrate perlio.
8658      Branch: perl
8659           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
8660           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
8661           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
8662           !> ext/Encode/Encode/iso8859-10.ucm
8663           !> ext/Encode/Encode/iso8859-13.ucm
8664           !> ext/Encode/Encode/iso8859-14.ucm
8665           !> ext/Encode/Encode/iso8859-15.ucm
8666           !> ext/Encode/Encode/iso8859-16.ucm
8667           !> ext/Encode/Encode/iso8859-2.ucm
8668           !> ext/Encode/Encode/iso8859-3.ucm
8669           !> ext/Encode/Encode/iso8859-4.ucm
8670           !> ext/Encode/Encode/iso8859-5.ucm
8671           !> ext/Encode/Encode/iso8859-6.ucm
8672           !> ext/Encode/Encode/iso8859-7.ucm
8673           !> ext/Encode/Encode/iso8859-8.ucm
8674           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
8675           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
8676 ____________________________________________________________________________
8677 [  8987] By: jhi                                   on 2001/03/02  19:43:40
8678         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
8679              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
8680              8950,8952,8955 from mainline to maintperl.
8681              
8682              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
8683              
8684              Put to rest the 20010205.001, the email address checking (not) regex.
8685              
8686              fork() not everywhere, cleanup temp files.
8687              
8688              The #8843 wasn't quite right: %Config needs to imported.
8689              
8690              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
8691              (#8849: the glob-basic hunk needed massaging as it depended
8692              on Schwern's large-scale (unintegrated) patches)
8693              
8694              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
8695              
8696              Upgrade to CGI.pm 2.752, from Lincoln Stein.
8697              (Note: there were some conflicts due to EBCDIC and EPOC
8698              patches, in general I preferred the repository code.)
8699              (When 2.753 comes out, we need to synchronize.)
8700              
8701              Subject: [PATCH] fix for charnames above FFFF
8702              
8703              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
8704              
8705              If no sfio, no -lsfio.
8706              
8707              Run run/*.t also in minitest.
8708              
8709              Subject:  [PATCH perl 5.7.0] malloc message address offset
8710              
8711              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
8712              
8713              Subject: fix for parameter -Dm (for perl@8867)
8714              
8715              Subject: [PATCH: perl@8892] was Re: hashing order difference?
8716              (make the test more portable)
8717              
8718              Subject: Re: [PATCH] fix for charnames above FFFF
8719              
8720              Subject: Re: I'm losing the war...
8721              (hv_store() not working correctly in ENV_IS_CASELESS case.)
8722              
8723              Subject: Modified README.bs2000 
8724              
8725              Subject: [PATCH: perl@8935] -Dt padsv($var)
8726              
8727              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
8728              
8729              Subject: PATCH: extra tests to check on negative float to unsigned cast
8730              
8731              Subject: [PATCH] XPUSH[insp] was Re: progress
8732              
8733              Subject: Re: Compile with perlcc..
8734      Branch: maint-5.6/perl
8735           !> (integrate 36 files)
8736 ____________________________________________________________________________
8737 [  8986] By: jhi                                   on 2001/03/02  18:51:25
8738         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
8739              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
8740              to maintperl.
8741              
8742              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
8743              
8744              Subject: [DOC PATCH] overload.pm nits
8745              
8746              Add header for LIB$ prototypes (C. Berry)
8747              
8748              Convert fwrite()s to sockets to write()s, since some socket stacks
8749              don't take kindly to stdio.
8750              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
8751              (for often optional LNMs)
8752              Correct a few typos
8753              (C. Bailey)
8754              
8755              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
8756              
8757              De-cut-and-pasto.
8758              
8759              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
8760              
8761              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
8762              
8763              Upgrade to CPAN 1.59_54, from Andreas König.
8764              
8765              Bogus shebang.
8766              
8767              Subject: [PATCH] Document makepatch in Porting/patching
8768              
8769              UTF-8 documentation.
8770              
8771              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
8772              
8773              Sort the MANIFEST.
8774              
8775              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
8776              
8777              Subject: [PATCH @8807] toke.c cleanup: scan_str()
8778              
8779              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
8780              
8781              Add run/*.t to testables.
8782              
8783              TODO: integrate #8784.
8784      Branch: maint-5.6/perl
8785           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
8786           !> (integrate 28 files)
8787 ____________________________________________________________________________
8788 [  8985] By: nick                                  on 2001/03/02  18:15:45
8789         Log: Integrate mainline
8790      Branch: perlio
8791           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
8792           !> vms/vms.c
8793 ____________________________________________________________________________
8794 [  8984] By: jhi                                   on 2001/03/02  16:00:17
8795         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
8796              
8797              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
8798              5.004_05, and mention the suidperl August 2000 security problem.
8799              (#8978,#8981)
8800              
8801              Subject: [ID 20010301.004] Technically speaking in perldata
8802              
8803              Subject: [PATCH] File::Copy for bleadperl, maintperl
8804              
8805              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
8806              
8807              (The #8982, fix for 20010221.005 and 20010221.008,
8808              would be nice too but it didn't integrate cleanly.)
8809      Branch: maint-5.6/perl
8810           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
8811 ____________________________________________________________________________
8812 [  8983] By: jhi                                   on 2001/03/02  15:51:16
8813         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
8814              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8815              Date:     Thu, 1 Mar 2001 15:54:09 EST
8816              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
8817      Branch: perl
8818            ! vms/vms.c
8819 ____________________________________________________________________________
8820 [  8982] By: jhi                                   on 2001/03/02  15:43:31
8821         Log: Subject: Re: sync sync sync: have I missed any patches?
8822              From: Radu Greab <radu@netsoft.ro> 
8823              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
8824              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
8825              
8826              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
8827              was checking argv[0] regardless of whether a different pathname
8828              will actually be executed."  Test case not supplied because 
8829              drafting that, ironically enough, revealed another bug
8830              (or a feature).
8831      Branch: perl
8832            ! doio.c
8833 ____________________________________________________________________________
8834 [  8981] By: jhi                                   on 2001/03/02  15:28:03
8835         Log: Misdate in #8978.
8836      Branch: perl
8837            ! pod/perlfaq1.pod
8838 ____________________________________________________________________________
8839 [  8980] By: jhi                                   on 2001/03/02  15:24:20
8840         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
8841              From: Chris Nandor <pudge@pobox.com>
8842              Date: Wed, 28 Feb 2001 22:10:15 -0500
8843              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
8844      Branch: perl
8845            ! lib/File/Copy.pm
8846 ____________________________________________________________________________
8847 [  8979] By: jhi                                   on 2001/03/02  15:17:16
8848         Log: Subject: [ID 20010301.004] Technically speaking in perldata
8849              From: abela@geneanet.org
8850              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
8851              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
8852      Branch: perl
8853            ! pod/perldata.pod
8854 ____________________________________________________________________________
8855 [  8978] By: jhi                                   on 2001/03/02  15:15:27
8856         Log: Subject: [ID 20010301.003] ref to 5.004
8857              From: abela@geneanet.org
8858              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
8859              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
8860              
8861              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
8862              and mention the suidperl August 2000 security problem.
8863      Branch: perl
8864            ! pod/perlfaq1.pod
8865 ____________________________________________________________________________
8866 [  8977] By: alanbur                               on 2001/03/02  14:17:45
8867         Log: Resynchronised with parent
8868      Branch: maint-5.6/pureperl
8869           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
8870           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
8871           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
8872           !> vms/descrip_mms.template win32/win32.c win32/win32.h
8873           !> win32/win32iop.h
8874 ____________________________________________________________________________
8875 [  8976] By: nick                                  on 2001/03/01  23:25:30
8876         Log: Integrate mainline.
8877      Branch: perlio
8878            - t/op/qu.t
8879           !> (integrate 55 files)
8880 ____________________________________________________________________________
8881 [  8975] By: jhi                                   on 2001/03/01  16:51:34
8882         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
8883      Branch: perl
8884           !> toke.c
8885 ____________________________________________________________________________
8886 [  8974] By: gsar                                  on 2001/03/01  16:28:21
8887         Log: fix for bugid 20010226.008
8888              
8889              the problem was that some of the pointers (PL_last_lop and
8890              PL_last_uni specifically) into the lex buffers weren't correctly
8891              being invalidated when the buffer changed; this would leave the
8892              pointers pointing at an arbitrary location in the buffer if
8893              the buffer didn't need to be reallocated, or point into freed
8894              memory if the buffer had to be realloced
8895              
8896              TODO item for bugdb maintainers: check other seemingly random
8897              parser-related bugs--they might be cured by this
8898      Branch: maint-5.6/perl
8899            ! toke.c
8900 ____________________________________________________________________________
8901 [  8973] By: jhi                                   on 2001/03/01  02:23:25
8902         Log: Retract #8970 because of a completely mysterious core dump:
8903              adding the tests 241..244 causes op/pat dump core at test #25.
8904              The test needs a lot of whittling down before the bug can be solved.
8905      Branch: perl
8906            ! t/op/pat.t
8907 ____________________________________________________________________________
8908 [  8972] By: jhi                                   on 2001/03/01  01:58:38
8909         Log: Regen perlapi.
8910      Branch: perl
8911            ! pod/perlapi.pod
8912 ____________________________________________________________________________
8913 [  8971] By: jhi                                   on 2001/03/01  01:34:09
8914         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))
8915              From: Nicholas Clark <nick@ccl4.org>
8916              Date: Wed, 28 Feb 2001 23:28:49 +0000
8917              Message-ID: <20010228232849.A55187@plum.flirble.org>
8918              
8919              Allow a completely write protected source code tree
8920              when using the Configure -Dmksymlinks.
8921      Branch: perl
8922            ! embed.pl warnings.pl
8923 ____________________________________________________________________________
8924 [  8970] By: jhi                                   on 2001/03/01  01:32:04
8925         Log: Add back the EBCDIC character range tests (for matching).
8926      Branch: perl
8927            ! t/op/pat.t
8928 ____________________________________________________________________________
8929 [  8969] By: nick                                  on 2001/02/28  18:18:01
8930         Log: Add charname comments to .ucm files writen by 'compile',
8931              also order charmaps in those files by source encoding.
8932              regenerate distrubuted .ucm files
8933      Branch: perlio
8934            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
8935            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
8936            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
8937            ! ext/Encode/Encode/iso8859-10.ucm
8938            ! ext/Encode/Encode/iso8859-13.ucm
8939            ! ext/Encode/Encode/iso8859-14.ucm
8940            ! ext/Encode/Encode/iso8859-15.ucm
8941            ! ext/Encode/Encode/iso8859-16.ucm
8942            ! ext/Encode/Encode/iso8859-2.ucm
8943            ! ext/Encode/Encode/iso8859-3.ucm
8944            ! ext/Encode/Encode/iso8859-4.ucm
8945            ! ext/Encode/Encode/iso8859-5.ucm
8946            ! ext/Encode/Encode/iso8859-6.ucm
8947            ! ext/Encode/Encode/iso8859-7.ucm
8948            ! ext/Encode/Encode/iso8859-8.ucm
8949            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
8950            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
8951 ____________________________________________________________________________
8952 [  8968] By: jhi                                   on 2001/02/28  16:26:37
8953         Log: Expand usemorebits early if d_casti32 needs to be undefined.
8954      Branch: perl
8955            ! hints/hpux.sh hints/irix_6.sh
8956 ____________________________________________________________________________
8957 [  8967] By: jhi                                   on 2001/02/28  16:22:26
8958         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
8959              retract toke.c/qu parts of #8583, retract #8485, retract
8960              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
8961              op/length.t, and MANIFEST, and delete t/op/qu.t.
8962      Branch: perl
8963            - t/op/qu.t
8964            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
8965            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
8966            ! t/op/length.t toke.c
8967 ____________________________________________________________________________
8968 [  8966] By: jhi                                   on 2001/02/28  15:00:27
8969         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
8970              by not changing from pre-Unicode days into being Unicode-aware.
8971              Sniff.
8972      Branch: perl
8973            ! pp.c t/op/pack.t t/op/qu.t
8974 ____________________________________________________________________________
8975 [  8965] By: jhi                                   on 2001/02/28  14:37:55
8976         Log: Subject: Re: Errors in core PODs
8977              From: Michael Stevens <michael@etla.org> 
8978              Date: Fri, 23 Feb 2001 15:47:56 +0000
8979              Message-ID: <20010223154756.A7723@firedrake.org> 
8980      Branch: perl
8981            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
8982            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
8983            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
8984            ! x2p/a2p.pod
8985 ____________________________________________________________________________
8986 [  8964] By: jhi                                   on 2001/02/28  14:35:35
8987         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
8988              (The #8961 was too bold.)
8989      Branch: perl
8990            ! hints/hpux.sh hints/irix_6.sh
8991 ____________________________________________________________________________
8992 [  8963] By: jhi                                   on 2001/02/28  14:33:39
8993         Log: Subject: Re: sync sync sync: have I missed any patches?
8994              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8995              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
8996              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
8997              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
8998              
8999              Replace djSP with dSP.
9000      Branch: perl
9001            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
9002            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
9003            ! win32/perlhost.h
9004 ____________________________________________________________________________
9005 [  8962] By: jhi                                   on 2001/02/27  23:21:14
9006         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
9007      Branch: perl
9008            ! lib/Filter/Simple.pm
9009 ____________________________________________________________________________
9010 [  8961] By: jhi                                   on 2001/02/27  22:55:26
9011         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
9012              and this would be it.
9013      Branch: perl
9014            ! hints/hpux.sh hints/irix_6.sh
9015 ____________________________________________________________________________
9016 [  8960] By: jhi                                   on 2001/02/27  22:51:33
9017         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
9018              From: "Craig A. Berry" <craigberry@mac.com>
9019              Date: Tue, 27 Feb 2001 16:11:44 -0600
9020              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
9021      Branch: maint-5.6/perl
9022            ! configure.com vms/descrip_mms.template
9023 ____________________________________________________________________________
9024 [  8959] By: jhi                                   on 2001/02/27  22:47:23
9025         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
9026              From: "Craig A. Berry" <craigberry@mac.com>
9027              Date: Tue, 27 Feb 2001 16:11:44 -0600
9028              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
9029      Branch: perl
9030            ! configure.com vms/descrip_mms.template
9031 ____________________________________________________________________________
9032 [  8958] By: jhi                                   on 2001/02/27  15:16:42
9033         Log: Update Changes.
9034      Branch: perl
9035            ! Changes patchlevel.h
9036 ____________________________________________________________________________
9037 [  8957] By: jhi                                   on 2001/02/27  06:15:07
9038         Log: Subject: [5.6.x] EPOC additions
9039              From: Olaf Flebbe <O.Flebbe@science-computing.de>
9040              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
9041              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
9042      Branch: maint-5.6/perl
9043            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
9044 ____________________________________________________________________________
9045 [  8956] By: jhi                                   on 2001/02/27  06:12:11
9046         Log: Subject: [perl-current] EPOC 
9047              From: Olaf Flebbe <O.Flebbe@science-computing.de>
9048              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
9049              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
9050      Branch: perl
9051            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
9052            ! epoc/epocish.c epoc/epocish.h pp_sys.c
9053 ____________________________________________________________________________
9054 [  8955] By: jhi                                   on 2001/02/27  05:59:50
9055         Log: Subject: Re: Compile with perlcc..
9056              From: Edward Peschko <edwardp@excitehome.net>
9057              Date: Mon, 26 Feb 2001 18:51:58 -0800
9058              Message-ID: <20010226185158.A9871@excitehome.net>
9059              
9060              plus add a simple usage message if no arguments given.
9061      Branch: perl
9062            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
9063            ! utils/Makefile utils/perlcc.PL win32/pod.mak
9064 ____________________________________________________________________________
9065 [  8954] By: nick                                  on 2001/02/26  21:02:59
9066         Log: Integrate mainline
9067      Branch: perlio
9068           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
9069           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
9070           !> t/op/sprintf.t
9071 ____________________________________________________________________________
9072 [  8953] By: jhi                                   on 2001/02/26  14:43:54
9073         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
9074              From: Nicholas Clark <nick@ccl4.org>
9075              Date: Mon, 26 Feb 2001 00:42:07 +0000
9076              Message-ID: <20010226004207.F23333@plum.flirble.org>
9077      Branch: perl
9078            ! pp_ctl.c
9079 ____________________________________________________________________________
9080 [  8952] By: jhi                                   on 2001/02/26  14:42:13
9081         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
9082              From: Simon Cozens <simon@netthink.co.uk>
9083              Date: Mon, 26 Feb 2001 12:23:48 +0000
9084              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
9085      Branch: perl
9086            ! pod/perlguts.pod
9087 ____________________________________________________________________________
9088 [  8951] By: jhi                                   on 2001/02/26  14:39:15
9089         Log: Subject: [PATCH] perlio - unknown layer
9090              From: Nicholas Clark <nick@ccl4.org>
9091              Date: Mon, 26 Feb 2001 00:27:19 +0000
9092              Message-ID: <20010226002719.E23333@plum.flirble.org>
9093      Branch: perl
9094            ! perlio.c
9095 ____________________________________________________________________________
9096 [  8950] By: jhi                                   on 2001/02/26  14:38:04
9097         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
9098              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
9099              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
9100              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
9101      Branch: perl
9102            ! t/op/bop.t
9103 ____________________________________________________________________________
9104 [  8949] By: jhi                                   on 2001/02/26  14:37:07
9105         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
9106              From: Peter Prymmer <pvhp@forte.com>
9107              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
9108              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
9109      Branch: perl
9110            ! lib/Test.pm
9111 ____________________________________________________________________________
9112 [  8948] By: jhi                                   on 2001/02/26  14:35:53
9113         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
9114              From: Radu Greab <radu@netsoft.ro>
9115              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
9116              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
9117      Branch: perl
9118            ! pod/perlop.pod
9119 ____________________________________________________________________________
9120 [  8947] By: jhi                                   on 2001/02/26  14:34:46
9121         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
9122              From: David Mitchell <davem@fdgroup.co.uk>
9123              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
9124              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
9125      Branch: perl
9126            ! run.c
9127 ____________________________________________________________________________
9128 [  8946] By: jhi                                   on 2001/02/26  14:32:37
9129         Log: Subject: Modified README.bs2000 
9130              From: Dorner Thomas <Thomas.Dorner@start.de>
9131              Date: Mon, 26 Feb 2001 09:22:17 +0100
9132              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
9133      Branch: perl
9134            ! README.bs2000
9135 ____________________________________________________________________________
9136 [  8945] By: jhi                                   on 2001/02/26  14:19:53
9137         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
9138              to maintperl, listing the known failures on the tests 129 and 130.
9139      Branch: maint-5.6/perl
9140           !> t/op/sprintf.t
9141 ____________________________________________________________________________
9142 [  8944] By: jhi                                   on 2001/02/26  14:14:15
9143         Log: Add more known sprintf failures.
9144      Branch: perl
9145            ! t/op/sprintf.t
9146 ____________________________________________________________________________
9147 [  8943] By: jhi                                   on 2001/02/26  13:56:22
9148         Log: perlglob.exe needs to be found in Win32, patch from
9149              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
9150              which needs external glob at mini-perl time."
9151      Branch: perl
9152            ! ext/Encode/compile
9153 ____________________________________________________________________________
9154 [  8942] By: jhi                                   on 2001/02/26  13:52:19
9155         Log: A missing dTHX from Vadim Konovalov.
9156      Branch: perl
9157            ! perlio.c
9158 ____________________________________________________________________________
9159 [  8941] By: jhi                                   on 2001/02/26  13:37:05
9160         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
9161      Branch: perl
9162            ! op.c
9163 ____________________________________________________________________________
9164 [  8940] By: jhi                                   on 2001/02/26  13:35:40
9165         Log: Integrate perlio.
9166      Branch: perl
9167           !> ext/Encode/Encode.pm
9168 ____________________________________________________________________________
9169 [  8939] By: nick                                  on 2001/02/25  23:47:09
9170         Log: Integrate mainline.
9171      Branch: perlio
9172           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
9173           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
9174 ____________________________________________________________________________
9175 [  8938] By: nick                                  on 2001/02/25  19:36:28
9176         Log: Encode implementations docs.
9177      Branch: perlio
9178            ! ext/Encode/Encode.pm
9179 ____________________________________________________________________________
9180 [  8937] By: jhi                                   on 2001/02/25  19:26:16
9181         Log: Script wasn't aligned with reality.
9182      Branch: perl
9183            ! t/pod/find.t
9184 ____________________________________________________________________________
9185 [  8936] By: jhi                                   on 2001/02/25  18:54:55
9186         Log: Update Changes.
9187      Branch: perl
9188            ! Changes patchlevel.h
9189 ____________________________________________________________________________
9190 [  8935] By: jhi                                   on 2001/02/25  18:46:36
9191         Log: Retract #8929,8930,8932,8933 for now.
9192      Branch: perl
9193            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
9194 ____________________________________________________________________________
9195 [  8934] By: jhi                                   on 2001/02/25  17:34:35
9196         Log: Integrate perlio.
9197      Branch: perl
9198           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
9199           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
9200           !> t/lib/encode.t
9201 ____________________________________________________________________________
9202 [  8933] By: jhi                                   on 2001/02/25  17:33:12
9203         Log: (Retracted by #8395.)
9204              
9205              Slight tweaks in scan_const(), not fixes yet, it seems like
9206              lots of work remains to be done...
9207      Branch: perl
9208            ! toke.c
9209 ____________________________________________________________________________
9210 [  8932] By: jhi                                   on 2001/02/25  17:27:11
9211         Log: (Retracted by #8395.)
9212              
9213              Missing from #8930.
9214      Branch: perl
9215            ! perl.h
9216 ____________________________________________________________________________
9217 [  8931] By: jhi                                   on 2001/02/25  17:26:19
9218         Log: A comment tweak.
9219      Branch: perl
9220            ! utf8.c
9221 ____________________________________________________________________________
9222 [  8930] By: jhi                                   on 2001/02/25  17:25:47
9223         Log: (Retracted by #8395.)
9224              
9225              Attempt to fix the EBCDIC character range problwm with //.
9226      Branch: perl
9227            ! regcomp.c
9228 ____________________________________________________________________________
9229 [  8929] By: jhi                                   on 2001/02/25  17:23:45
9230         Log: (Retracted by #8395.)
9231              
9232              Expand the EBCDIC character range tests, and add few nasty
9233              tr tests from Karsten Sperling.
9234      Branch: perl
9235            ! t/op/pat.t t/op/tr.t
9236 ____________________________________________________________________________
9237 [  8928] By: jhi                                   on 2001/02/25  17:18:49
9238         Log: Missing check-in.
9239      Branch: perl
9240            ! lib/Pod/Find.pm
9241 ____________________________________________________________________________
9242 [  8927] By: nick                                  on 2001/02/25  11:30:22
9243         Log: Change method names in Encode implementation classes to something
9244              less confusing (preparing to "go public").
9245      Branch: perlio
9246            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
9247 ____________________________________________________________________________
9248 [  8926] By: nick                                  on 2001/02/25  10:53:24
9249         Log: GCC __atribute__ / printf fix
9250      Branch: perlio
9251            ! perl.h
9252 ____________________________________________________________________________
9253 [  8925] By: nick                                  on 2001/02/25  10:52:25
9254         Log: Checked in the wrong one ...
9255      Branch: perlio
9256            ! ext/Encode/Encode.pm
9257 ____________________________________________________________________________
9258 [  8924] By: nick                                  on 2001/02/24  18:46:51
9259         Log: Integrate mainline - to see what Jarkko has in ...
9260      Branch: perlio
9261           +> t/pod/testpods/lib/Pod/Stuff.pm
9262           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
9263 ____________________________________________________________________________
9264 [  8923] By: nick                                  on 2001/02/24  17:05:23
9265         Log: Encode API documentation nd tidy up.
9266              Minor additions to test.
9267              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
9268              Adds STRLEN to standard typemap.
9269      Branch: perlio
9270            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
9271            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
9272 ____________________________________________________________________________
9273 [  8922] By: jhi                                   on 2001/02/24  16:38:12
9274         Log: Add a test for the "character range should match in EBCDIC
9275              if specified using explicit numerics" bug found by Karsten
9276              Sperling.
9277      Branch: perl
9278            ! t/op/pat.t
9279 ____________________________________________________________________________
9280 [  8921] By: jhi                                   on 2001/02/24  16:30:16
9281         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
9282              From: schwern@pobox.com
9283              Date: Fri, 23 Feb 2001 03:21:37 -0500
9284              Message-ID: <20010223032137.A26022@magnonel.guild.net>
9285              
9286              plus Charles Lane's fixes, plus tweaks.
9287      Branch: perl
9288            + t/pod/testpods/lib/Pod/Stuff.pm
9289            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
9290 ____________________________________________________________________________
9291 [  8920] By: nick                                  on 2001/02/24  10:30:11
9292         Log: Integrate mainline
9293      Branch: perlio
9294           !> (integrate 33 files)
9295 ____________________________________________________________________________
9296 [  8919] By: jhi                                   on 2001/02/24  00:23:35
9297         Log: Subject: Re: I'm losing the war...
9298              From: "Vadim Konovalov" <watman@inbox.ru>
9299              Date: Sat, 24 Feb 2001 00:10:14 +0300
9300              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
9301              
9302              hv_store() not working correctly in ENV_IS_CASELESS case.
9303      Branch: perl
9304            ! hv.c
9305 ____________________________________________________________________________
9306 [  8918] By: jhi                                   on 2001/02/24  00:20:09
9307         Log: Subject: Re: [PATCH] fix for charnames above FFFF
9308              From: andreas.koenig@anima.de (Andreas J. Koenig)
9309              Date: 23 Feb 2001 02:39:03 +0100
9310              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
9311              
9312              A further efficiency tweak.
9313      Branch: perl
9314            ! lib/charnames.pm
9315 ____________________________________________________________________________
9316 [  8917] By: jhi                                   on 2001/02/23  20:27:51
9317         Log: Integrate change #8916 from mainline,
9318              do away with USE_WIN32_RTL_ENV.
9319      Branch: maint-5.6/perl
9320           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
9321 ____________________________________________________________________________
9322 [  8916] By: jhi                                   on 2001/02/23  20:02:25
9323         Log: Abolish USE_WIN32_RTL_ENV.
9324      Branch: perl
9325            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
9326 ____________________________________________________________________________
9327 [  8915] By: jhi                                   on 2001/02/23  19:36:00
9328         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
9329              later protected by some #define.
9330      Branch: perl
9331            ! gv.c
9332 ____________________________________________________________________________
9333 [  8914] By: jhi                                   on 2001/02/23  19:31:38
9334         Log: Retract #8902 for now, requested by Charles Lane, the correct
9335              fix will be something else.
9336      Branch: perl
9337            ! op.c
9338 ____________________________________________________________________________
9339 [  8913] By: jhi                                   on 2001/02/23  19:11:36
9340         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
9341              From: Peter Prymmer <pvhp@forte.com>
9342              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
9343              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
9344      Branch: perl
9345            ! t/op/lex_assign.t
9346 ____________________________________________________________________________
9347 [  8912] By: jhi                                   on 2001/02/23  18:38:20
9348         Log: Subject: [patch] perlio + useithreads
9349              From: Doug MacEachern <dougm@covalent.net>
9350              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
9351              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
9352              
9353              Gets things running but not complete.
9354      Branch: perl
9355            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
9356 ____________________________________________________________________________
9357 [  8911] By: jhi                                   on 2001/02/23  04:20:02
9358         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
9359              
9360              Duplicated environment freeing, File::Temp 0.12,
9361              op/append portability (EBCDIC) tweak.
9362      Branch: maint-5.6/perl
9363           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9364           !> t/op/append.t
9365 ____________________________________________________________________________
9366 [  8910] By: jhi                                   on 2001/02/23  02:07:33
9367         Log: Integrate change #8909 from mainline, a better Borland
9368              putenv() workaround.
9369      Branch: maint-5.6/perl
9370           !> perl.c
9371 ____________________________________________________________________________
9372 [  8909] By: jhi                                   on 2001/02/23  02:05:46
9373         Log: A better workaround for Borland putenv() brokenness from Sarathy.
9374      Branch: perl
9375            ! perl.c
9376 ____________________________________________________________________________
9377 [  8908] By: jhi                                   on 2001/02/23  02:04:14
9378         Log: Subject: fix for parameter -Dm (for perl@8867)
9379              From: "Vadim Konovalov" <watman@inbox.ru>
9380              Date: Thu, 22 Feb 2001 17:30:12 +0300
9381              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
9382      Branch: perl
9383            ! perl.h
9384 ____________________________________________________________________________
9385 [  8907] By: jhi                                   on 2001/02/23  01:58:20
9386         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
9387              From: Peter Prymmer <pvhp@forte.com>
9388              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
9389              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
9390      Branch: perl
9391            ! t/op/append.t
9392 ____________________________________________________________________________
9393 [  8906] By: jhi                                   on 2001/02/23  01:48:34
9394         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
9395      Branch: perl
9396            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9397 ____________________________________________________________________________
9398 [  8905] By: jhi                                   on 2001/02/23  01:43:30
9399         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
9400              From: Peter Prymmer <pvhp@forte.com>
9401              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
9402              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
9403      Branch: perl
9404            ! t/lib/st-06compat.t
9405 ____________________________________________________________________________
9406 [  8904] By: jhi                                   on 2001/02/23  01:42:39
9407         Log: Metaconfig unit change for #8903.
9408      Branch: metaconfig/U/perl
9409            ! Devel.U
9410 ____________________________________________________________________________
9411 [  8903] By: jhi                                   on 2001/02/23  01:42:12
9412         Log: Be more helpful for devel builders, suggested by John L. Allen.
9413      Branch: perl
9414            ! Configure
9415 ____________________________________________________________________________
9416 [  8902] By: jhi                                   on 2001/02/23  01:37:41
9417         Log: (Retracted by #8914)
9418              (Wrongly, reinstated by #8941)             
9419
9420              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
9421              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9422              Date:     Thu, 22 Feb 2001 09:43:57 EST
9423              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
9424      Branch: perl
9425            ! op.c
9426 ____________________________________________________________________________
9427 [  8901] By: jhi                                   on 2001/02/23  01:20:32
9428         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
9429              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9430              Date:     Thu, 22 Feb 2001 08:01:35 EST
9431              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
9432      Branch: perl
9433            ! malloc.c
9434 ____________________________________________________________________________
9435 [  8900] By: jhi                                   on 2001/02/23  01:18:02
9436         Log: Integrate changes #8898,8899 from mainline, environ handling.
9437      Branch: maint-5.6/perl
9438           !> perl.c
9439 ____________________________________________________________________________
9440 [  8899] By: jhi                                   on 2001/02/23  01:16:25
9441         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
9442              putenv() is not to be relied on, they are either broken or leaky
9443              or both.)
9444      Branch: perl
9445            ! perl.c
9446 ____________________________________________________________________________
9447 [  8898] By: jhi                                   on 2001/02/22  23:36:59
9448         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
9449              and safesysfree() must be used.
9450      Branch: perl
9451            ! perl.c
9452 ____________________________________________________________________________
9453 [  8897] By: jhi                                   on 2001/02/22  23:25:45
9454         Log: With environ one must use safesysmalloc()/safesysfree().
9455      Branch: perl
9456            ! perl.c
9457 ____________________________________________________________________________
9458 [  8896] By: jhi                                   on 2001/02/22  22:13:18
9459         Log: If we have a duplicated environment free it
9460              if PERL_DESTRUCT_LEVEL.
9461      Branch: perl
9462            ! perl.c
9463 ____________________________________________________________________________
9464 [  8895] By: alanbur                               on 2001/02/22  19:31:57
9465         Log: Synchronised with parent
9466      Branch: maint-5.6/pureperl
9467           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
9468 ____________________________________________________________________________
9469 [  8894] By: gsar                                  on 2001/02/22  19:06:18
9470         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
9471              
9472              fix memory leak in method call optimization (change#3768);
9473              made C<eval "$x->foo()"> leak
9474              
9475              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
9476      Branch: maint-5.6/perl
9477           !> op.c
9478 ____________________________________________________________________________
9479 [  8893] By: jhi                                   on 2001/02/22  18:35:27
9480         Log: (Retracted by #8915.)
9481              
9482              Third Degree finding:
9483              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
9484      Branch: perl
9485            ! gv.c
9486 ____________________________________________________________________________
9487 [  8892] By: jhi                                   on 2001/02/22  14:28:32
9488         Log: Update Changes.
9489      Branch: perl
9490            ! Changes patchlevel.h
9491 ____________________________________________________________________________
9492 [  8891] By: jhi                                   on 2001/02/22  13:22:45
9493         Log: Metaconfig unit changes for #8890.
9494      Branch: metaconfig
9495            ! U/modified/Cppsym.U U/threads/archname.U
9496 ____________________________________________________________________________
9497 [  8890] By: jhi                                   on 2001/02/22  13:22:12
9498         Log: Add -stdio to the archname if no perlio selected,
9499              no -perlio added since that is now the default.
9500              
9501              Add few CPUs/architectures to the Cppsym scan.
9502      Branch: perl
9503            ! Configure config_h.SH
9504 ____________________________________________________________________________
9505 [  8889] By: jhi                                   on 2001/02/22  13:05:59
9506         Log: Metaconfig unit change for #8888.
9507      Branch: metaconfig/U/perl
9508            ! useperlio.U
9509 ____________________________________________________________________________
9510 [  8888] By: jhi                                   on 2001/02/22  13:05:28
9511         Log: *drum roll*  Make perlio the default.
9512      Branch: perl
9513            ! Configure config_h.SH
9514 ____________________________________________________________________________
9515 [  8887] By: jhi                                   on 2001/02/22  12:50:52
9516         Log: Integrate change #8665 from maintperl to mainline,
9517              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
9518      Branch: perl
9519           !> ext/POSIX/POSIX.xs
9520 ____________________________________________________________________________
9521 [  8886] By: jhi                                   on 2001/02/22  12:49:24
9522         Log: Integrate changes #8883,8884 from mainline to maintperl.
9523              
9524              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
9525              Subject: Re: File::Temp::_gettemp warning
9526      Branch: maint-5.6/perl
9527           !> embed.h embed.pl lib/File/Temp.pm
9528 ____________________________________________________________________________
9529 [  8885] By: jhi                                   on 2001/02/22  12:43:59
9530         Log: Based on
9531              
9532              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
9533              From: schwab@suse.de
9534              Date: Thu, 22 Feb 2001 13:08:09 +0100
9535              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
9536              
9537              but the fix done slightly differently because the other
9538              half was already done in #8664.
9539      Branch: maint-5.6/perl
9540            ! ext/POSIX/POSIX.xs
9541 ____________________________________________________________________________
9542 [  8884] By: jhi                                   on 2001/02/22  12:37:15
9543         Log: Subject: Re: File::Temp::_gettemp warning
9544              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9545              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
9546              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
9547              
9548              This patch to File::Temp does two things:
9549              
9550              1. Fixes the problem with CGI::Carp when determining
9551              the Fcntl constants
9552              
9553              2. Removes most of the carps and consolidates them so that all the
9554              reasons are included in a single die that is caught by the test. This
9555              means that the correct skipping behaviour is displayed by the test.
9556      Branch: perl
9557            ! lib/File/Temp.pm
9558 ____________________________________________________________________________
9559 [  8883] By: jhi                                   on 2001/02/22  12:29:19
9560         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
9561              From: Peter Prymmer <pvhp@forte.com>
9562              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
9563              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
9564      Branch: perl
9565            ! embed.h embed.pl
9566 ____________________________________________________________________________
9567 [  8882] By: jhi                                   on 2001/02/21  19:41:33
9568         Log: Integrate change #8881 from mainlin to maintperl.
9569              
9570              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
9571      Branch: maint-5.6/perl
9572           !> op.c
9573 ____________________________________________________________________________
9574 [  8881] By: jhi                                   on 2001/02/21  19:38:57
9575         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
9576              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9577              Date:     Wed, 21 Feb 2001 13:08:03 EST
9578              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
9579      Branch: perl
9580            ! op.c
9581 ____________________________________________________________________________
9582 [  8880] By: jhi                                   on 2001/02/21  19:34:34
9583         Log: Retract #8875, cannot let go of the old semantics of unpack U
9584              without rethinking utf8decode.t.
9585      Branch: perl
9586            ! pp.c t/op/pack.t
9587 ____________________________________________________________________________
9588 [  8879] By: jhi                                   on 2001/02/21  19:08:02
9589         Log: Run run/*.t also in minitest.
9590      Branch: perl
9591            ! Makefile.SH
9592 ____________________________________________________________________________
9593 [  8878] By: nick                                  on 2001/02/21  18:55:37
9594         Log: Integrate mainline
9595      Branch: perlio
9596           !> (integrate 76 files)
9597 ____________________________________________________________________________
9598 [  8877] By: jhi                                   on 2001/02/21  15:09:33
9599         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
9600      Branch: metaconfig
9601            ! U/compline/nblock_io.U
9602      Branch: perl
9603            ! Configure config_h.SH
9604 ____________________________________________________________________________
9605 [  8876] By: jhi                                   on 2001/02/21  14:54:45
9606         Log: If no sfio, no -lsfio.
9607      Branch: metaconfig/U/perl
9608            ! d_sfio.U
9609      Branch: perl
9610            ! Configure config_h.SH
9611 ____________________________________________________________________________
9612 [  8875] By: jhi                                   on 2001/02/21  14:54:00
9613         Log: Make unpack C and unpack C truly equivalent.
9614      Branch: perl
9615            ! pp.c t/op/pack.t
9616 ____________________________________________________________________________
9617 [  8874] By: jhi                                   on 2001/02/21  14:26:02
9618         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
9619              From: Peter Prymmer <pvhp@forte.com>
9620              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
9621              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
9622      Branch: perl
9623            ! pod/perlport.pod
9624 ____________________________________________________________________________
9625 [  8873] By: jhi                                   on 2001/02/21  14:24:31
9626         Log: Subject: [PATCH] fix for charnames above FFFF
9627              From: andreas.koenig@anima.de (Andreas J. Koenig)
9628              Date: 21 Feb 2001 07:05:45 +0100
9629              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
9630      Branch: perl
9631            ! lib/charnames.pm t/lib/charnames.t
9632 ____________________________________________________________________________
9633 [  8872] By: jhi                                   on 2001/02/21  14:15:25
9634         Log: Integrate change #8868 from pureperl to mainline.
9635              
9636              Fixed reference count loop caused by sv_magic.
9637      Branch: perl
9638           !> sv.c
9639 ____________________________________________________________________________
9640 [  8871] By: jhi                                   on 2001/02/21  14:07:29
9641         Log: Integrate change #8868 from pureperl to maintperl.
9642              
9643              Fixed reference count loop caused by sv_magic.
9644      Branch: maint-5.6/perl
9645           !> sv.c
9646 ____________________________________________________________________________
9647 [  8870] By: jhi                                   on 2001/02/21  14:04:41
9648         Log: Put back the #8840, it was innocent.
9649      Branch: perl
9650            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
9651            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
9652 ____________________________________________________________________________
9653 [  8869] By: jhi                                   on 2001/02/21  14:00:03
9654         Log: unpack("C", ...) was left slightly unfinished by #8865.
9655      Branch: perl
9656            ! pp.c t/op/pack.t
9657 ____________________________________________________________________________
9658 [  8868] By: alanbur                               on 2001/02/21  01:33:45
9659         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
9660              from gv_fetchpv to create single-character magic variables (e.g. $!),
9661              and it is passed a sv and the gv that contains the sv as the mg_obj
9662              value.  When sv_magic stores the mg_obj pointer it increments the gv
9663              refcount, thus causing a sv-gv pair that can't be freed.  There is
9664              already a check for sv == obj which is used to prevent such reference
9665              loops.  This change extends the check to cover the case described above.
9666      Branch: maint-5.6/pureperl
9667            ! sv.c
9668 ____________________________________________________________________________
9669 [  8867] By: jhi                                   on 2001/02/21  00:52:39
9670         Log: Update Changes.
9671      Branch: perl
9672            ! Changes patchlevel.h
9673 ____________________________________________________________________________
9674 [  8866] By: jhi                                   on 2001/02/21  00:34:20
9675         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
9676              (Note: there were some conflicts due to EBCDIC and EPOC
9677              patches, in general I preferred the repository code.)
9678              (When 2.753 comes out, we need to synchronize.)
9679      Branch: perl
9680            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
9681            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
9682            ! t/lib/cgi-html.t
9683 ____________________________________________________________________________
9684 [  8865] By: jhi                                   on 2001/02/21  00:24:22
9685         Log: Make pack("C", 0x100) to create Unicode, unless under the
9686              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
9687              will understand Unicode, unless you under know what.
9688      Branch: perl
9689            ! pp.c t/op/pack.t t/op/qu.t
9690 ____________________________________________________________________________
9691 [  8864] By: alanbur                               on 2001/02/20  22:35:34
9692         Log: Resynchronised with parent
9693      Branch: maint-5.6/pureperl
9694           !> README.win32 ext/GDBM_File/GDBM_File.pm
9695           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
9696           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
9697           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
9698           !> t/lib/sdbm.t util.c
9699 ____________________________________________________________________________
9700 [  8863] By: jhi                                   on 2001/02/20  20:55:11
9701         Log: Integrate change #8860,8861 from mainline into maintperl.
9702              
9703              "pseudo-literal j"
9704              
9705              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
9706      Branch: maint-5.6/perl
9707           !> lib/Test.pm pod/perlop.pod
9708 ____________________________________________________________________________
9709 [  8862] By: jhi                                   on 2001/02/20  20:30:07
9710         Log: Don't do casting between pointers pointing to differently sized
9711              integers.
9712      Branch: perl
9713            ! hv.c sv.c
9714 ____________________________________________________________________________
9715 [  8861] By: jhi                                   on 2001/02/20  19:53:44
9716         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
9717              From: Peter Prymmer <pvhp@forte.com>
9718              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
9719              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
9720      Branch: perl
9721            ! lib/Test.pm
9722 ____________________________________________________________________________
9723 [  8860] By: jhi                                   on 2001/02/20  19:48:02
9724         Log: "pseudo-literal j", a documentation glitch reported to Debian.
9725              The text recovered from Perl 5.005_03, and pseudo-literal replaced
9726              by "backtick string".
9727      Branch: perl
9728            ! pod/perlop.pod
9729 ____________________________________________________________________________
9730 [  8859] By: jhi                                   on 2001/02/20  19:15:46
9731         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
9732              from Chris Nandor.
9733      Branch: perl
9734            ! makedef.pl
9735 ____________________________________________________________________________
9736 [  8858] By: jhi                                   on 2001/02/20  17:36:53
9737         Log: Integrate pureperl changes #8844,8845,8850 to mainline
9738              (via maintperl #8855).
9739              
9740              Fixed %^H scoping bug
9741              
9742              Removed GV <-> CV refcount loop
9743              
9744              Removed %ENV refcount loop
9745      Branch: perl
9746           !> gv.c op.c perl.c pp.c scope.c
9747 ____________________________________________________________________________
9748 [  8857] By: jhi                                   on 2001/02/20  17:34:32
9749         Log: Integrate changes #8853,8854 from maintperl to mainline.
9750              
9751              EBDIC fixes, README.win32 Borland update.
9752      Branch: perl
9753           !> README.win32 handy.h util.c
9754 ____________________________________________________________________________
9755 [  8856] By: jhi                                   on 2001/02/20  17:33:16
9756         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
9757      Branch: maint-5.6/perl
9758           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
9759           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
9760           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
9761 ____________________________________________________________________________
9762 [  8855] By: jhi                                   on 2001/02/20  17:32:13
9763         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
9764              
9765              Fixed %^H scoping bug
9766              
9767              Removed GV <-> CV refcount loop
9768              
9769              Removed %ENV refcount loop
9770      Branch: maint-5.6/perl
9771           !> gv.c op.c perl.c pp.c scope.c
9772 ____________________________________________________________________________
9773 [  8854] By: jhi                                   on 2001/02/20  17:25:06
9774         Log: Subject: Addition to readme.win32 for Borland C++ compilers
9775              Date: Tue, 20 Feb 2001 02:15:25 +0300
9776              From: "Vadim Konovalov" <watman@inbox.ru>
9777              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
9778              
9779              Document Borland compiler misbehaviour.
9780      Branch: maint-5.6/perl
9781            ! README.win32
9782 ____________________________________________________________________________
9783 [  8853] By: jhi                                   on 2001/02/20  17:22:25
9784         Log: The assimilation of ebcdic.c didn't quite work at the first try,
9785              patches from Thomas Dorner.
9786      Branch: maint-5.6/perl
9787            ! handy.h util.c
9788 ____________________________________________________________________________
9789 [  8852] By: jhi                                   on 2001/02/20  17:20:15
9790         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
9791              From: Chris Nandor <pudge@pobox.com>
9792              Date: Tue, 20 Feb 2001 08:32:45 -0500
9793              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
9794      Branch: maint-5.6/perl
9795            ! makedef.pl mg.c
9796 ____________________________________________________________________________
9797 [  8851] By: jhi                                   on 2001/02/20  17:15:52
9798         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
9799      Branch: perl
9800            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
9801            ! t/lib/filter-util.t
9802 ____________________________________________________________________________
9803 [  8850] By: alanbur                               on 2001/02/20  17:12:40
9804         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
9805              and the magic pointer points back to the GV that contains the
9806              %ENV hash.  This creates a refcount loop that prevents members
9807              of %ENV from being freed correctly.  This change removes the
9808              refcount loop - the magic pointer was never used anyway, the
9809              only use of the magic was to check the type ('E') so that the
9810              appropriate environment manipulation code is called when %ENV
9811              is modified.
9812      Branch: maint-5.6/pureperl
9813            ! perl.c
9814 ____________________________________________________________________________
9815 [  8849] By: jhi                                   on 2001/02/20  17:12:20
9816         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
9817              From: "Craig A. Berry" <craigberry@mac.com>
9818              Date: Mon, 19 Feb 2001 23:36:12 -0600
9819              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
9820              
9821              Case-forgiving systems match TestInit.pm with TES*.
9822      Branch: perl
9823            ! t/lib/glob-basic.t
9824 ____________________________________________________________________________
9825 [  8848] By: jhi                                   on 2001/02/20  17:10:02
9826         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
9827      Branch: perl
9828            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
9829            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
9830            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
9831 ____________________________________________________________________________
9832 [  8847] By: jhi                                   on 2001/02/20  15:34:41
9833         Log: The #8843 wasn't quite right: %Config needs to imported.
9834      Branch: perl
9835            ! t/run/runenv.t
9836 ____________________________________________________________________________
9837 [  8846] By: jhi                                   on 2001/02/20  15:31:50
9838         Log: Retract the #8838 and #8840 for now because of
9839              the DB_File tie problem.
9840      Branch: perl
9841            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
9842            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
9843            ! proto.h sv.c
9844 ____________________________________________________________________________
9845 [  8845] By: alanbur                               on 2001/02/20  14:25:41
9846         Log: Removed GV <-> CV refcount loop
9847              CvGV(mycv) points to the parent GV of the CV, and was previously
9848              refcounted.  The pointer remains, but the refcounting has been removed
9849              as it causes a refcount loop between the CV and GV that means the CV
9850              can't ever be deleted.
9851      Branch: maint-5.6/pureperl
9852            ! gv.c op.c pp.c
9853 ____________________________________________________________________________
9854 [  8844] By: alanbur                               on 2001/02/20  14:23:13
9855         Log: Fixed %^H scoping bug
9856      Branch: maint-5.6/pureperl
9857            ! scope.c
9858 ____________________________________________________________________________
9859 [  8843] By: jhi                                   on 2001/02/19  13:38:08
9860         Log: fork() not everywhere, cleanup temp files.
9861      Branch: perl
9862            ! t/run/runenv.t
9863 ____________________________________________________________________________
9864 [  8842] By: alanbur                               on 2001/02/19  12:42:07
9865         Log: Resynchronised with parent
9866      Branch: maint-5.6/pureperl
9867           !> pod/perlfaq4.pod sv.c utf8.c
9868 ____________________________________________________________________________
9869 [  8841] By: jhi                                   on 2001/02/19  03:35:51
9870         Log: Update Changes.
9871      Branch: perl
9872            ! Changes patchlevel.h
9873 ____________________________________________________________________________
9874 [  8840] By: jhi                                   on 2001/02/19  00:23:41
9875         Log: Subject: [patch] add sv_setref_uv
9876              From: Doug MacEachern <dougm@covalent.net>
9877              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
9878              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
9879      Branch: perl
9880            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
9881            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
9882 ____________________________________________________________________________
9883 [  8839] By: jhi                                   on 2001/02/19  00:01:38
9884         Log: Put to rest the 20010205.001, the email address checking (not) regex.
9885      Branch: perl
9886            ! pod/perlfaq9.pod
9887 ____________________________________________________________________________
9888 [  8838] By: jhi                                   on 2001/02/18  22:17:54
9889         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
9890              From: Doug MacEachern <dougm@covalent.net>
9891              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
9892              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
9893      Branch: perl
9894            ! lib/ExtUtils/xsubpp
9895 ____________________________________________________________________________
9896 [  8837] By: jhi                                   on 2001/02/18  22:16:50
9897         Log: Subject: [patch] -Wall cleanup round 2
9898              From: Doug MacEachern <dougm@covalent.net>
9899              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
9900              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
9901      Branch: perl
9902            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
9903            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
9904            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
9905            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
9906            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
9907            ! ext/SDBM_File/SDBM_File.xs
9908 ____________________________________________________________________________
9909 [  8836] By: jhi                                   on 2001/02/18  22:11:20
9910         Log: Misapplied regex optimizations when \C is present.
9911              Fixes 20001230.002.
9912              
9913              What still remains broken is that the submatches that
9914              have \C in them get their UTF8 flag on because their
9915              parent SV has it on.  This will result in malformed
9916              UTF8 if a \C happened to match a non-ASCII byte.
9917      Branch: perl
9918            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
9919            ! t/pragma/utf8.t
9920 ____________________________________________________________________________
9921 [  8835] By: jhi                                   on 2001/02/18  20:12:02
9922         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
9923              
9924              The hash key got wrongly UTF8fied.
9925      Branch: perl
9926            ! pod/perlapi.pod toke.c utf8.c
9927 ____________________________________________________________________________
9928 [  8834] By: jhi                                   on 2001/02/18  19:44:25
9929         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
9930              don't warn on magical or overloaded things.
9931      Branch: perl
9932            ! pp_hot.c
9933 ____________________________________________________________________________
9934 [  8833] By: nick                                  on 2001/02/18  19:31:22
9935         Log: Integrate mainline
9936      Branch: perlio
9937           +> t/TestInit.pm t/run/runenv.t
9938            - t/UTEST
9939           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
9940           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
9941           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
9942           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
9943           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
9944           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
9945           !> utf8.c
9946 ____________________________________________________________________________
9947 [  8832] By: jhi                                   on 2001/02/18  19:21:18
9948         Log: Integrate perlio.
9949      Branch: perl
9950           !> perlio.c pod/perldiag.pod
9951 ____________________________________________________________________________
9952 [  8831] By: jhi                                   on 2001/02/18  19:14:20
9953         Log: Integrate change #8827 from mainline.
9954              
9955              UTF8 tweaks.
9956      Branch: maint-5.6/perl
9957           !> sv.c utf8.c
9958 ____________________________________________________________________________
9959 [  8830] By: nick                                  on 2001/02/18  19:10:34
9960         Log: Apply the spirit of patch from Nick Clark:
9961              Subject: [PATCH] Re: extensions that provide layers
9962              From: Nicholas Clark <nick@ccl4.org>
9963              Date: Mon, 12 Feb 2001 16:43:51 +0000
9964              Message-Id: <20010212164350.Q3652@plum.flirble.org>
9965      Branch: perlio
9966            ! perlio.c pod/perldiag.pod
9967 ____________________________________________________________________________
9968 [  8829] By: jhi                                   on 2001/02/18  19:03:25
9969         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
9970              From: schwern@pobox.com 
9971              Date: Sun, 18 Feb 2001 13:44:35 -0500
9972              Message-ID: <20010218134435.A17544@magnonel.guild.net>
9973              
9974              Applied, but as t/TestInit.pm.
9975      Branch: perl
9976            + t/TestInit.pm
9977            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
9978            ! t/op/subst_wamp.t
9979 ____________________________________________________________________________
9980 [  8828] By: jhi                                   on 2001/02/18  18:43:52
9981         Log: Integrate perlio.
9982      Branch: perl
9983           !> perlio.c
9984 ____________________________________________________________________________
9985 [  8827] By: jhi                                   on 2001/02/18  18:41:33
9986         Log: UTF-8 tweaks.
9987      Branch: perl
9988            ! sv.c utf8.c
9989 ____________________________________________________________________________
9990 [  8826] By: nick                                  on 2001/02/18  17:40:59
9991         Log: Fix [ID 20010217.002]
9992              open FOO, "<:raw:perlio", ...
9993              :raw now inserts default base layer below itself.
9994              Also
9995              open FOO, "<:unix", ...
9996              works as well - but leaves buffer layer on stack under the unix layer.
9997      Branch: perlio
9998            ! perlio.c
9999 ____________________________________________________________________________
10000 [  8825] By: jhi                                   on 2001/02/18  17:15:39
10001         Log: Integrate perlio.
10002      Branch: perl
10003           !> perlio.c perliol.h
10004 ____________________________________________________________________________
10005 [  8824] By: jhi                                   on 2001/02/18  17:10:53
10006         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
10007              From: schwern@pobox.com
10008              Date: Sun, 18 Feb 2001 01:48:50 -0500
10009              Message-ID: <20010218014850.C19957@magnonel.guild.net>
10010      Branch: perl
10011            ! lib/Test/Harness.pm t/TEST t/op/chop.t
10012 ____________________________________________________________________________
10013 [  8823] By: jhi                                   on 2001/02/18  17:01:06
10014         Log: Add run/*.t to testables.
10015      Branch: perl
10016            ! t/TEST
10017 ____________________________________________________________________________
10018 [  8822] By: jhi                                   on 2001/02/18  16:58:58
10019         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
10020              From: schwern@pobox.com
10021              Date: Sun, 18 Feb 2001 01:11:35 -0500
10022              Message-ID: <20010218011135.A19957@magnonel.guild.net>
10023              
10024              Revive mjd's and Simon's PERL5OPT fix.
10025      Branch: perl
10026            + t/run/runenv.t
10027            ! MANIFEST perl.c
10028 ____________________________________________________________________________
10029 [  8821] By: jhi                                   on 2001/02/18  16:53:46
10030         Log: Subject: Re: Why t/TEST and not Test::Harness?
10031              From: schwern@pobox.com
10032              Date: Sat, 17 Feb 2001 22:44:44 -0500
10033              Message-ID: <20010217224444.A6679@magnonel.guild.net>
10034              
10035              Replace UTEST with TEST -utf8.
10036      Branch: perl
10037            - t/UTEST
10038            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
10039            ! t/lib/glob-basic.t
10040 ____________________________________________________________________________
10041 [  8820] By: nick                                  on 2001/02/18  13:06:16
10042         Log: Clean up a few core dumps when layers are used in unexpected ways.
10043              (Still not "right"...)
10044      Branch: perlio
10045            ! perlio.c perliol.h
10046 ____________________________________________________________________________
10047 [  8819] By: jhi                                   on 2001/02/18  02:25:55
10048         Log: Integrate change #8818 from maintperl, a FAQ nit.
10049      Branch: perl
10050           !> pod/perlfaq4.pod
10051 ____________________________________________________________________________
10052 [  8818] By: jhi                                   on 2001/02/18  02:24:50
10053         Log: FAQ nit from Chris Fedde.
10054      Branch: maint-5.6/perl
10055            ! pod/perlfaq4.pod
10056 ____________________________________________________________________________
10057 [  8817] By: nick                                  on 2001/02/17  18:20:14
10058         Log: Integrate mainline
10059      Branch: perlio
10060           +> lib/unicode/UCD.html lib/unicode/Unicode.html
10061           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
10062           +> pod/perlclib.pod
10063            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
10064            - lib/unicode/Unicode.301
10065           !> (integrate 324 files)
10066 ____________________________________________________________________________
10067 [  8816] By: jhi                                   on 2001/02/17  16:56:58
10068         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
10069      Branch: perl
10070            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
10071            ! ext/Storable/Storable.xs t/lib/st-06compat.t
10072            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
10073 ____________________________________________________________________________
10074 [  8815] By: jhi                                   on 2001/02/17  16:40:07
10075         Log: Subject: [patch] -Wall
10076              From: Doug MacEachern <dougm@covalent.net>
10077              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
10078              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
10079      Branch: perl
10080            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
10081            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
10082 ____________________________________________________________________________
10083 [  8814] By: jhi                                   on 2001/02/16  19:27:18
10084         Log: Document qu better.
10085      Branch: perl
10086            ! pod/perlop.pod
10087 ____________________________________________________________________________
10088 [  8813] By: jhi                                   on 2001/02/15  13:54:37
10089         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
10090              From: Hugo <hv@crypt.compulink.co.uk>
10091              Date: Thu, 15 Feb 2001 13:39:49 +0000
10092              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
10093      Branch: perl
10094            ! toke.c
10095 ____________________________________________________________________________
10096 [  8812] By: alanbur                               on 2001/02/15  13:52:16
10097         Log: Resynchronised with parent
10098      Branch: maint-5.6/pureperl
10099            - ebcdic.c
10100           !> (integrate 36 files)
10101 ____________________________________________________________________________
10102 [  8811] By: jhi                                   on 2001/02/15  13:51:16
10103         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
10104              
10105              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
10106              From: Jan Dubois <JanD@ActiveState.com>
10107              Date: Wed, 31 Jan 2001 21:17:03 -0800
10108              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
10109              
10110              tweak change#8659 to keep it simple
10111              
10112              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
10113              From: Russ Allbery <rra@stanford.edu>
10114              Date: 14 Feb 2001 10:15:41 -0800
10115              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
10116              
10117              (8809 empty)
10118
10119              Upgrade to podlators 1.08, from Russ Allbery.
10120      Branch: perl
10121           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
10122           !> utils/perldoc.PL
10123 ____________________________________________________________________________
10124 [  8810] By: jhi                                   on 2001/02/15  13:35:08
10125         Log: Upgrade to podlators 1.08, from Russ Allbery.
10126      Branch: maint-5.6/perl
10127            ! lib/Pod/Man.pm lib/Pod/Text.pm
10128 ____________________________________________________________________________
10129 [  8809] By: jhi                                   on 2001/02/15  13:26:38
10130         Log: (accidentally empty check-in)
10131      Branch: maint-5.6/perl
10132            ! lib/Test/Harness.pm
10133 ____________________________________________________________________________
10134 [  8808] By: jhi                                   on 2001/02/15  13:23:47
10135         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
10136              From: Russ Allbery <rra@stanford.edu>
10137              Date: 14 Feb 2001 10:15:41 -0800
10138              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
10139              
10140              perldoc was hardcoding $Config{installscript}, which breaks
10141              when install* isn't where Perl ends up (such as with AFS).
10142              
10143              Use $Config{scriptdir} instead.
10144      Branch: maint-5.6/perl
10145            ! utils/perldoc.PL
10146 ____________________________________________________________________________
10147 [  8807] By: jhi                                   on 2001/02/14  14:37:27
10148         Log: Update Changes.
10149      Branch: perl
10150            ! Changes patchlevel.h
10151 ____________________________________________________________________________
10152 [  8806] By: jhi                                   on 2001/02/14  14:25:31
10153         Log: Integrate changes #8803,8804,8805 from mainline.
10154              
10155              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
10156              
10157              Don't skip too much of the locale error message if no environ array,
10158              from Chris Nandor.
10159              
10160              More MacOS Classic fixes from Chris Nandor.
10161      Branch: maint-5.6/perl
10162           !> doop.c lib/Cwd.pm perl.c perl.h util.c
10163 ____________________________________________________________________________
10164 [  8805] By: jhi                                   on 2001/02/14  03:29:01
10165         Log: More MacOS Classic fixes from Chris Nandor.
10166      Branch: perl
10167            ! doop.c lib/Cwd.pm
10168 ____________________________________________________________________________
10169 [  8804] By: jhi                                   on 2001/02/14  03:18:35
10170         Log: Don't skip too much of the locale error message if no environ array,
10171              from Chris Nandor.
10172      Branch: perl
10173            ! util.c
10174 ____________________________________________________________________________
10175 [  8803] By: jhi                                   on 2001/02/14  03:14:14
10176         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
10177      Branch: perl
10178            ! perl.c perl.h
10179 ____________________________________________________________________________
10180 [  8802] By: jhi                                   on 2001/02/13  18:31:33
10181         Log: AUTHORS update.
10182      Branch: perl
10183            ! AUTHORS
10184 ____________________________________________________________________________
10185 [  8801] By: jhi                                   on 2001/02/13  17:55:19
10186         Log: Integrate change #8792 from mainline.
10187              
10188              Subject: buncha MacPerl patches for bleadperl
10189              From: Chris Nandor <pudge@pobox.com>
10190              Date: Tue, 13 Feb 2001 00:02:43 -0500
10191              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
10192      Branch: maint-5.6/perl
10193           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
10194           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
10195           !> t/lib/basename.t toke.c util.h
10196 ____________________________________________________________________________
10197 [  8800] By: jhi                                   on 2001/02/13  17:46:43
10198         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
10199              to be forced to Off_t.
10200              
10201              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
10202              From: nick@ccl4.org
10203              Date: Thu, 1 Feb 2001 12:01:04 +0000
10204              Message-Id: <20010201120103.E11401@plum.flirble.org>
10205      Branch: maint-5.6/perl
10206            ! iperlsys.h perlio.c
10207 ____________________________________________________________________________
10208 [  8799] By: jhi                                   on 2001/02/13  16:52:51
10209         Log: Duplex duplex hunk hunk.
10210      Branch: maint-5.6/perl
10211            ! Makefile.SH
10212 ____________________________________________________________________________
10213 [  8797] By: jhi                                   on 2001/02/13  14:52:04
10214         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
10215              From: "Craig A. Berry" <craigberry@mac.com>
10216              Date: Mon, 12 Feb 2001 11:05:25 -0600
10217              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
10218      Branch: perl
10219            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
10220 ____________________________________________________________________________
10221 [  8796] By: jhi                                   on 2001/02/13  14:36:47
10222         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
10223              From: simon.cozens@pembroke.oxford.ac.uk 
10224              Date: Sat, 10 Feb 2001 17:57:02 +0000
10225              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
10226              
10227              Now it does include.
10228      Branch: perl
10229            ! pod/perldiag.pod
10230 ____________________________________________________________________________
10231 [  8795] By: jhi                                   on 2001/02/13  14:30:11
10232         Log: Sort the MANIFEST.
10233      Branch: perl
10234            ! MANIFEST
10235 ____________________________________________________________________________
10236 [  8794] By: jhi                                   on 2001/02/13  14:26:51
10237         Log: Integrate change #8793 from mainline, FAQ updates.
10238      Branch: maint-5.6/perl
10239           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
10240 ____________________________________________________________________________
10241 [  8793] By: jhi                                   on 2001/02/13  14:25:13
10242         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
10243      Branch: perl
10244            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
10245 ____________________________________________________________________________
10246 [  8792] By: jhi                                   on 2001/02/13  14:22:50
10247         Log: Subject: buncha MacPerl patches for bleadperl
10248              From: Chris Nandor <pudge@pobox.com>
10249              Date: Tue, 13 Feb 2001 00:02:43 -0500
10250              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
10251      Branch: perl
10252            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
10253            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
10254            ! t/lib/basename.t toke.c util.h
10255 ____________________________________________________________________________
10256 [  8791] By: jhi                                   on 2001/02/13  14:10:39
10257         Log: Integrate change #8790 from mainline.
10258              
10259              environ array wrongly assumed in Perl_init_i18nl10n(),
10260      Branch: maint-5.6/perl
10261           !> util.c
10262 ____________________________________________________________________________
10263 [  8790] By: jhi                                   on 2001/02/13  14:06:15
10264         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
10265              noticed by Chris Nandor in MacOS Classic.
10266      Branch: perl
10267            ! util.c
10268 ____________________________________________________________________________
10269 [  8789] By: jhi                                   on 2001/02/13  13:58:07
10270         Log: Integrate changes #8373,8487,8544,8783 from mainline.
10271              
10272              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
10273              hints files, the dynaloading, assimilate ebcdic into util.c.
10274      Branch: maint-5.6/perl
10275            - ebcdic.c
10276            ! MANIFEST hints/posix-bc.sh
10277           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
10278           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
10279           !> perlapi.c proto.h util.c
10280 ____________________________________________________________________________
10281 [  8788] By: alanbur                               on 2001/02/13  10:33:13
10282         Log: Integrated changes from maint-5.6
10283      Branch: maint-5.6/pureperl
10284           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
10285           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
10286           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10287           !> vos/config.ga.h vos/configure_perl.cm
10288 ____________________________________________________________________________
10289 [  8787] By: jhi                                   on 2001/02/13  05:56:36
10290         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
10291      Branch: perl
10292           !> Makefile.SH
10293 ____________________________________________________________________________
10294 [  8786] By: jhi                                   on 2001/02/13  05:54:34
10295         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
10296              From: Dorner Thomas <Thomas.Dorner@start.de>
10297              Date: Mon, 12 Feb 2001 15:06:26 +0100
10298              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
10299      Branch: maint-5.6/perl
10300            ! Makefile.SH
10301 ____________________________________________________________________________
10302 [  8785] By: jhi                                   on 2001/02/13  05:29:04
10303         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
10304      Branch: perl
10305           !> hints/openbsd.sh
10306 ____________________________________________________________________________
10307 [  8784] By: jhi                                   on 2001/02/13  02:25:24
10308         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
10309              From: Peter Prymmer <pvhp@forte.com>
10310              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
10311              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
10312      Branch: perl
10313            ! pod/perlclib.pod
10314 ____________________________________________________________________________
10315 [  8783] By: jhi                                   on 2001/02/13  02:22:36
10316         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
10317      Branch: perl
10318            - ebcdic.c
10319            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
10320            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
10321            ! util.c
10322 ____________________________________________________________________________
10323 [  8782] By: jhi                                   on 2001/02/13  02:00:07
10324         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
10325      Branch: maint-5.6/perl
10326            ! pod/perlport.pod
10327 ____________________________________________________________________________
10328 [  8781] By: jhi                                   on 2001/02/13  01:58:44
10329         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
10330      Branch: maint-5.6/perl
10331            ! hints/openbsd.sh
10332 ____________________________________________________________________________
10333 [  8780] By: jhi                                   on 2001/02/13  01:57:33
10334         Log: Synchronize the regexp tests between maintperl and mainline.
10335      Branch: maint-5.6/perl
10336           !> t/op/re_tests
10337 ____________________________________________________________________________
10338 [  8779] By: jhi                                   on 2001/02/13  01:49:35
10339         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
10340              From: Hugo <hv@crypt.compulink.co.uk>
10341              Date: Tue, 13 Feb 2001 00:11:11 +0000
10342              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
10343      Branch: perl
10344            ! regcomp.c t/op/re_tests
10345 ____________________________________________________________________________
10346 [  8778] By: jhi                                   on 2001/02/13  00:23:10
10347         Log: Comments do not nest.
10348      Branch: perl
10349            ! perl.h
10350 ____________________________________________________________________________
10351 [  8777] By: jhi                                   on 2001/02/13  00:17:54
10352         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
10353              From: Hugo <hv@crypt.compulink.co.uk>
10354              Date: Tue, 13 Feb 2001 00:11:11 +0000
10355              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
10356      Branch: maint-5.6/perl
10357            ! regcomp.c t/op/re_tests
10358 ____________________________________________________________________________
10359 [  8776] By: jhi                                   on 2001/02/12  23:25:52
10360         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
10361      Branch: maint-5.6/perl
10362            ! pod/perlport.pod
10363 ____________________________________________________________________________
10364 [  8775] By: jhi                                   on 2001/02/12  23:04:28
10365         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
10366      Branch: maint-5.6/perl
10367            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
10368            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10369            ! vos/configure_perl.cm
10370 ____________________________________________________________________________
10371 [  8774] By: jhi                                   on 2001/02/12  22:59:11
10372         Log: Subject: Re: [patch] context for 'U' magic functions
10373              From: Doug MacEachern <dougm@covalent.net>
10374              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
10375              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
10376              
10377              plus the suggestion by Nick Ing-Simmons to name the macro
10378              as PERL_MG_UFUNC to avoid namespace pollution, plus add
10379              the advice by Doug for XS writers to perl.h
10380      Branch: perl
10381            ! mg.c perl.h
10382 ____________________________________________________________________________
10383 [  8773] By: jhi                                   on 2001/02/11  20:14:12
10384         Log: Update Changes.
10385      Branch: perl
10386            ! Changes patchlevel.h
10387 ____________________________________________________________________________
10388 [  8772] By: jhi                                   on 2001/02/11  18:47:52
10389         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
10390              From: Simon Cozens <simon@cozens.net>
10391              Date: Wed, 31 Jan 2001 16:31:43 +0000
10392              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
10393      Branch: perl
10394            + pod/perlclib.pod
10395            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
10396            ! pod/perltoc.pod
10397 ____________________________________________________________________________
10398 [  8771] By: jhi                                   on 2001/02/11  18:36:48
10399         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
10400              
10401              Blocks-4d3.beta.txt
10402              CaseFolding-3d4.beta.txt
10403              CompositionExclusions-3d6.beta.txt
10404              EastAsianWidth-4d4.beta.txt
10405              LineBreak-6d3.beta.txt
10406              NamesList-3.1.0d1.beta.txt
10407              PropList-3.1.0d4.beta.txt
10408              SpecialCasing-4d1.beta.txt
10409              UnicodeData-3.1.0d6.beta.txt
10410      Branch: perl
10411            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
10412           +> lib/unicode/UCD.html lib/unicode/Unicode.html
10413            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
10414            - lib/unicode/Unicode.301
10415            ! (edit 257 files)
10416 ____________________________________________________________________________
10417 [  8770] By: jhi                                   on 2001/02/11  17:26:22
10418         Log: UTF-8 documentation.
10419      Branch: perl
10420            ! utf8.h
10421 ____________________________________________________________________________
10422 [  8769] By: jhi                                   on 2001/02/11  17:12:49
10423         Log: Retract #8762.
10424      Branch: perl
10425            ! regexec.c
10426 ____________________________________________________________________________
10427 [  8768] By: jhi                                   on 2001/02/11  16:54:45
10428         Log: Subject: [PATCH] Test::Harness
10429              From: andreas.koenig@anima.de (Andreas J. Koenig)
10430              Date: 11 Feb 2001 14:37:00 +0100
10431              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
10432      Branch: perl
10433            ! lib/Test/Harness.pm
10434 ____________________________________________________________________________
10435 [  8767] By: jhi                                   on 2001/02/11  16:53:52
10436         Log: Subject: [PATCH] Document makepatch in Porting/patching
10437              From: andreas.koenig@anima.de (Andreas J. Koenig)
10438              Date: 11 Feb 2001 16:46:28 +0100
10439              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
10440      Branch: perl
10441            ! Porting/patching.pod
10442 ____________________________________________________________________________
10443 [  8766] By: jhi                                   on 2001/02/11  06:30:23
10444         Log: Subject: Re: [patch] GvSHARED
10445              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
10446              From: Doug MacEachern <dougm@covalent.net>
10447              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
10448              
10449              Subject: Re: [patch] GvSHARED
10450              From: Doug MacEachern <dougm@covalent.net>
10451              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
10452              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
10453              
10454              Subject: [patch] attributes.pm support for `shared'
10455              From: Doug MacEachern <dougm@covalent.net>
10456              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
10457              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
10458              
10459              our() attributes were ignored, our :shared pieces missing,
10460              allow attributes.pm to turn on shared.
10461      Branch: perl
10462            ! op.c t/op/attrs.t toke.c xsutils.c
10463 ____________________________________________________________________________
10464 [  8765] By: alanbur                               on 2001/02/10  23:11:19
10465         Log: Resync with parent (hopefully sucessfully this time)
10466      Branch: maint-5.6/pureperl
10467           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
10468           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
10469           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
10470           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
10471           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
10472           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
10473           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
10474 ____________________________________________________________________________
10475 [  8764] By: jhi                                   on 2001/02/10  22:54:38
10476         Log: Make TEST and UTEST more verbose in case something goes
10477              wrong in running/compiling a script, suggested by Doug
10478              MacEachern.
10479      Branch: perl
10480            ! t/TEST t/UTEST
10481 ____________________________________________________________________________
10482 [  8763] By: jhi                                   on 2001/02/10  22:11:34
10483         Log: Bogus shebang.
10484      Branch: perl
10485            ! t/lib/texttabs.t
10486 ____________________________________________________________________________
10487 [  8762] By: jhi                                   on 2001/02/10  21:56:02
10488         Log: (Retracted by #8769)
10489      Branch: perl
10490            ! regexec.c
10491 ____________________________________________________________________________
10492 [  8761] By: jhi                                   on 2001/02/10  21:26:15
10493         Log: Subject: Re: [patch] GvSHARED 
10494              From: Doug MacEachern <dougm@covalent.net>
10495              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
10496              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
10497              
10498              our @EXPORT : shared = (...);
10499      Branch: perl
10500            ! toke.c
10501 ____________________________________________________________________________
10502 [  8760] By: jhi                                   on 2001/02/10  21:25:07
10503         Log: Subject: [patch] GvSHARED
10504              From: Doug MacEachern <dougm@covalent.net>
10505              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
10506              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
10507      Branch: perl
10508            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
10509 ____________________________________________________________________________
10510 [  8759] By: alanbur                               on 2001/02/10  21:24:27
10511         Log: Backed out mismerge.
10512      Branch: maint-5.6/pureperl
10513            ! MANIFEST README.hpux README.vmesa gv.c installhtml
10514            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
10515            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
10516            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
10517            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
10518            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
10519            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
10520 ____________________________________________________________________________
10521 [  8758] By: jhi                                   on 2001/02/10  18:01:17
10522         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
10523              
10524              Fixed UMRs and leak in Perl_pmtrans()
10525              
10526              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
10527              associated UTFied tr/// code.  Also fixed scoping leak of
10528              PL_reg_start_tmp.
10529              
10530              newATTRSUB leaks when an attempt to redefine the active sort sub is
10531              made.
10532      Branch: maint-5.6/perl
10533           !> op.c regcomp.c
10534 ____________________________________________________________________________
10535 [  8757] By: alanbur                               on 2001/02/10  17:56:46
10536         Log: Resynchronised with parent
10537      Branch: maint-5.6/pureperl
10538           +> README.bs2000
10539            - README.posix-bc
10540            ! gv.c perl.c sv.c
10541           !> MANIFEST README.hpux README.vmesa installhtml
10542           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
10543           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
10544           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
10545           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
10546           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
10547           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
10548 ____________________________________________________________________________
10549 [  8756] By: alanbur                               on 2001/02/10  17:51:15
10550         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
10551              made.
10552      Branch: maint-5.6/pureperl
10553            ! op.c
10554 ____________________________________________________________________________
10555 [  8755] By: jhi                                   on 2001/02/09  22:41:35
10556         Log: Upgrade to CPAN 1.59_54, from Andreas König.
10557      Branch: perl
10558            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
10559 ____________________________________________________________________________
10560 [  8754] By: jhi                                   on 2001/02/09  22:29:20
10561         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
10562              
10563              Didn't upgrade the fill.t since it has a dependency to File::Slurp
10564              purely for debugging purposes, the actual test hasn't changed.
10565      Branch: perl
10566            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
10567            ! t/lib/textwrap.t
10568 ____________________________________________________________________________
10569 [  8753] By: jhi                                   on 2001/02/09  20:17:50
10570         Log: Integrate change #8682 from maintperl.
10571              
10572              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
10573              to work correctly.
10574      Branch: perl
10575           !> hints/irix_6.sh
10576 ____________________________________________________________________________
10577 [  8752] By: jhi                                   on 2001/02/09  20:00:46
10578         Log: Update Changes.
10579      Branch: perl
10580            ! Changes patchlevel.h
10581 ____________________________________________________________________________
10582 [  8751] By: nick                                  on 2001/02/09  19:48:37
10583         Log: Integrate mainline
10584      Branch: perlio
10585           +> README.bs2000 t/lib/cgi-esc.t
10586            - README.posix-bc
10587           !> (integrate 53 files)
10588 ____________________________________________________________________________
10589 [  8750] By: nick                                  on 2001/02/09  19:25:16
10590         Log: Subject: RE: Biannual Competition to Improve Hashing Function
10591              From: Fisher Mark <fisherm@tce.com>
10592              Date: Thu, 8 Feb 2001 10:44:00 -0500
10593              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
10594              Date: Thu, 8 Feb 2001 15:02:47 -0500
10595              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
10596      Branch: perl
10597            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
10598 ____________________________________________________________________________
10599 [  8749] By: jhi                                   on 2001/02/09  19:02:35
10600         Log: Forgotten fragment.
10601      Branch: perl
10602            ! pod/perlapi.pod
10603 ____________________________________________________________________________
10604 [  8748] By: jhi                                   on 2001/02/09  18:31:34
10605         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
10606              plus manual tweakage.
10607              
10608              Sync the perlfaq2 between mainline and maintperl.
10609      Branch: maint-5.6/perl
10610            ! pod/perlfaq2.pod
10611      Branch: perl
10612           !> pod/perlfaq2.pod
10613 ____________________________________________________________________________
10614 [  8747] By: jhi                                   on 2001/02/09  18:12:04
10615         Log: Subject: versiononly and installperl
10616              From: abigail@foad.org
10617              Date: Wed, 7 Feb 2001 22:43:12 +0100
10618              Message-ID: <20010207214312.7045.qmail@foad.org>    
10619              
10620              Add +v flag to force a normal install of the perl binary
10621              and the utilities.
10622              
10623              Subject: [PATCH] installperl
10624              From: Nicholas Clark <nick@ccl4.org>
10625              Date: Fri, 9 Feb 2001 16:28:57 +0000
10626              Message-ID: <20010209162857.B10931@plum.flirble.org>
10627              
10628              Add -A flag which also hardlinks the binary with
10629              the full architecture name.
10630      Branch: perl
10631            ! installperl
10632 ____________________________________________________________________________
10633 [  8746] By: jhi                                   on 2001/02/09  18:03:43
10634         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
10635              
10636              Subject: perlfaq2, re: perlmongers
10637              
10638              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
10639              
10640              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
10641              
10642              Subject: [ID 20010205.001] typo in perlfaq9
10643              
10644              Subject: [ID 20010208.002] unordered explanation in perlcall
10645      Branch: maint-5.6/perl
10646           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
10647           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
10648           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
10649 ____________________________________________________________________________
10650 [  8745] By: jhi                                   on 2001/02/09  17:59:09
10651         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
10652              From: abela@geneanet.org
10653              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
10654              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
10655      Branch: perl
10656            ! pod/perlcall.pod
10657 ____________________________________________________________________________
10658 [  8744] By: jhi                                   on 2001/02/09  17:48:16
10659         Log: Subject: [ID 20010205.001] typo in perlfaq9
10660              From: eserte@vran.herceg.de
10661              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
10662              Message-Id: <200102042244.XAA21926@vran.herceg.de>
10663      Branch: perl
10664            ! pod/perlfaq9.pod
10665 ____________________________________________________________________________
10666 [  8743] By: jhi                                   on 2001/02/09  17:25:12
10667         Log: Integrate change #8695 from maintperl.
10668              
10669              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
10670      Branch: perl
10671           !> thread.h
10672 ____________________________________________________________________________
10673 [  8742] By: jhi                                   on 2001/02/09  17:21:22
10674         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
10675              From: Andy Dougherty <doughera@lafayette.edu>
10676              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
10677              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
10678      Branch: perl
10679            ! embed.pl
10680 ____________________________________________________________________________
10681 [  8741] By: jhi                                   on 2001/02/09  17:05:19
10682         Log: Integrate changes #8738,8739,8740 from maintperl.
10683              
10684              Html files will be installed in a more logical and easier to
10685              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
10686              
10687              Html files will be generated with a header to make them look
10688              a little less bare.
10689              
10690              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
10691      Branch: perl
10692           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
10693 ____________________________________________________________________________
10694 [  8740] By: jhi                                   on 2001/02/09  17:03:46
10695         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
10696              From: "Brendan O'Dea" <bod@compusol.com.au>
10697              Date: Sun, 4 Feb 2001 11:17:56 +1100
10698              Message-ID: <20010204111756.A16301@compusol.com.au>
10699      Branch: maint-5.6/perl
10700            ! pod/perlfaq3.pod
10701 ____________________________________________________________________________
10702 [  8739] By: jhi                                   on 2001/02/09  17:01:59
10703         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
10704              From: "Indy Singh" <indy@nusphere.com>
10705              Date: Fri, 2 Feb 2001 15:09:59 -0500
10706              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
10707              
10708              Html files will be generated with a header to make them look
10709              a little less bare.
10710      Branch: maint-5.6/perl
10711            ! installhtml
10712 ____________________________________________________________________________
10713 [  8738] By: jhi                                   on 2001/02/09  16:58:48
10714         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
10715              From: "Indy Singh" <indy@nusphere.com>
10716              Date: Fri, 2 Feb 2001 15:08:23 -0500
10717              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
10718              
10719              Html files will be installed in a more logical and easier to
10720              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
10721      Branch: maint-5.6/perl
10722            ! win32/Makefile win32/makefile.mk
10723 ____________________________________________________________________________
10724 [  8737] By: jhi                                   on 2001/02/09  16:46:54
10725         Log: Integrate changes #8687,8736 from maintperl.
10726              
10727              HP-UX thread patches from Merijn H. Brand.
10728              
10729              Latin nit from Philip Newton.
10730      Branch: perl
10731           !> README.hpux hints/hpux.sh
10732 ____________________________________________________________________________
10733 [  8736] By: jhi                                   on 2001/02/09  16:42:31
10734         Log: Latin nit from Philip Newton.
10735      Branch: maint-5.6/perl
10736            ! README.hpux
10737 ____________________________________________________________________________
10738 [  8735] By: jhi                                   on 2001/02/09  16:24:03
10739         Log: Integrate changes #8704,8710 from pureperl.
10740              
10741              Fixed UMRs and leak in Perl_pmtrans()
10742              
10743              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
10744              associated UTFied tr/// code.  Also fixed scoping leak of
10745              PL_reg_start_tmp.
10746      Branch: perl
10747           !> op.c regcomp.c
10748 ____________________________________________________________________________
10749 [  8734] By: jhi                                   on 2001/02/09  15:40:21
10750         Log: Integrate change #8733 from maintperl.
10751              
10752              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
10753      Branch: perl
10754           !> pod/perlre.pod
10755 ____________________________________________________________________________
10756 [  8733] By: jhi                                   on 2001/02/09  15:35:47
10757         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
10758              From: Prymmer/Kahn <pvhp@best.com>
10759              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
10760              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
10761      Branch: maint-5.6/perl
10762            ! pod/perlre.pod
10763 ____________________________________________________________________________
10764 [  8732] By: jhi                                   on 2001/02/09  15:26:17
10765         Log: Rename README.posix-bc to README.bs2000 (to avoid the
10766              confusion of a "perlposix-bc.pod"), add a few missing
10767              arch pods, regen toc.
10768      Branch: maint-5.6/perl
10769           +> README.bs2000
10770            - README.posix-bc
10771            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
10772            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
10773 ____________________________________________________________________________
10774 [  8731] By: jhi                                   on 2001/02/09  15:23:39
10775         Log: De-cut-and-pasto.
10776      Branch: perl
10777            ! pod/perl.pod
10778 ____________________________________________________________________________
10779 [  8730] By: jhi                                   on 2001/02/09  15:11:13
10780         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
10781              when people think that perlposix-bc.pod tells anything about
10782              Perl and POSIX.  Regen toc.
10783      Branch: perl
10784           +> README.bs2000
10785            - README.posix-bc
10786            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
10787            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
10788 ____________________________________________________________________________
10789 [  8729] By: jhi                                   on 2001/02/09  14:52:28
10790         Log: The README.vmesa part of #8712 from maintperl.
10791      Branch: perl
10792            ! README.vmesa
10793 ____________________________________________________________________________
10794 [  8728] By: jhi                                   on 2001/02/09  14:46:06
10795         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
10796              From: Peter Prymmer <pvhp@forte.com>
10797              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
10798              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
10799      Branch: maint-5.6/perl
10800            ! README.vmesa win32/Makefile win32/makefile.mk
10801 ____________________________________________________________________________
10802 [  8727] By: jhi                                   on 2001/02/09  14:33:25
10803         Log: Integrate change #8712 from mainline.
10804              
10805              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
10806      Branch: maint-5.6/perl
10807           !> lib/Pod/Find.pm
10808 ____________________________________________________________________________
10809 [  8726] By: jhi                                   on 2001/02/09  14:30:28
10810         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
10811              From: Peter Prymmer <pvhp@forte.com>
10812              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
10813              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
10814      Branch: perl
10815            + t/lib/cgi-esc.t
10816            ! MANIFEST lib/CGI/Util.pm
10817 ____________________________________________________________________________
10818 [  8725] By: jhi                                   on 2001/02/09  04:56:47
10819         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
10820      Branch: maint-5.6/perl
10821            ! pod/perlport.pod
10822 ____________________________________________________________________________
10823 [  8724] By: jhi                                   on 2001/02/09  04:40:59
10824         Log: Integrate changes 7819,7820 from vmsperl into mainline.
10825              
10826              Add header for LIB$ prototypes (C. Berry)
10827              
10828              Convert fwrite()s to sockets to write()s, since some socket stacks
10829              don't take kindly to stdio.
10830              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
10831              (for often optional LNMs)
10832              Correct a few typos
10833              (C. Bailey)
10834      Branch: perl
10835           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
10836 ____________________________________________________________________________
10837 [  8723] By: jhi                                   on 2001/02/09  03:29:29
10838         Log: Integrate change #8722 from mainline.
10839              
10840              The Im() function wasn't returning zero for non-Math::Complex
10841              arguments.  The bug reported by John Gamble.
10842      Branch: maint-5.6/perl
10843           !> lib/Math/Complex.pm
10844 ____________________________________________________________________________
10845 [  8722] By: jhi                                   on 2001/02/09  03:28:33
10846         Log: The Im() function wasn't returning zero for non-Math::Complex
10847              arguments.  The bug reported by John Gamble.
10848      Branch: perl
10849            ! lib/Math/Complex.pm
10850 ____________________________________________________________________________
10851 [  8721] By: nick                                  on 2001/02/08  22:11:35
10852         Log: Correct the correction :-(
10853      Branch: perl
10854            ! perl.c
10855 ____________________________________________________________________________
10856 [  8720] By: bailey                                on 2001/02/08  20:59:22
10857         Log: Convert frwite()s to sockets to write()s, since some socket stacks
10858              don't take kindly to stdio.
10859              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
10860              (for often optional LNMs)
10861              Correct a few typos
10862              (C. Bailey)
10863      Branch: vmsperl
10864            ! vms/vms.c vms/vmsish.h
10865 ____________________________________________________________________________
10866 [  8719] By: bailey                                on 2001/02/08  20:51:02
10867         Log: Add header for LIB$ prototypes (C. Berry)
10868      Branch: vmsperl
10869            ! ext/Devel/DProf/DProf.xs
10870 ____________________________________________________________________________
10871 [  8718] By: bailey                                on 2001/02/08  20:49:00
10872         Log: SYN SYN
10873      Branch: vmsperl
10874           +> pod/perliol.pod t/lib/sample-tests/bailout
10875           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
10876           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
10877           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
10878           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
10879           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
10880           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
10881            - lib/unicode/Is/DCinital.pl
10882           !> (integrate 101 files)
10883 ____________________________________________________________________________
10884 [  8717] By: nick                                  on 2001/02/08  19:38:48
10885         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
10886              From: Robin Barker <rmb1@cise.npl.co.uk>
10887              Date: Thu, 8 Feb 2001 14:38:07 GMT
10888              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
10889      Branch: perl
10890            ! lib/CPAN.pm
10891 ____________________________________________________________________________
10892 [  8716] By: nick                                  on 2001/02/08  19:29:07
10893         Log: Generated files form 8713 etc.
10894      Branch: perl
10895            ! embed.h global.sym objXSUB.h perlapi.c proto.h
10896 ____________________________________________________________________________
10897 [  8715] By: nick                                  on 2001/02/08  19:26:08
10898         Log: Fixup non-ithread build after 8713
10899      Branch: perl
10900            ! perl.c
10901 ____________________________________________________________________________
10902 [  8714] By: nick                                  on 2001/02/08  19:17:45
10903         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
10904              From: nick@ccl4.org
10905              Date: Wed, 7 Feb 2001 00:27:47 +0000
10906              Message-Id: <20010207002747.B63724@plum.flirble.org>
10907      Branch: perl
10908            ! sv.c toke.c
10909 ____________________________________________________________________________
10910 [  8713] By: nick                                  on 2001/02/08  19:15:58
10911         Log: Subject: Re: [patch] Re: PL_ptr_table
10912              From: Doug Maceachern <dougm@covalent.net>
10913              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
10914              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
10915      Branch: perl
10916            ! embed.pl perl.c sv.c sv.h
10917 ____________________________________________________________________________
10918 [  8712] By: nick                                  on 2001/02/08  19:12:47
10919         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
10920              From: Peter Prymmer <pvhp@forte.com>
10921              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
10922              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
10923      Branch: perl
10924            ! lib/Pod/Find.pm
10925 ____________________________________________________________________________
10926 [  8711] By: nick                                  on 2001/02/07  21:06:11
10927         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
10928              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
10929              From: Alan Burlison <Alan.Burlison@uk.sun.com>
10930              Date: Tue, 06 Feb 2001 23:37:01 +0000
10931              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
10932      Branch: perl
10933            ! regcomp.c
10934 ____________________________________________________________________________
10935 [  8710] By: alanbur                               on 2001/02/07  00:22:04
10936         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
10937              associated UTFied tr/// code.  Also fixed scoping leak of
10938              PL_reg_start_tmp.
10939      Branch: maint-5.6/pureperl
10940            ! op.c regcomp.c
10941 ____________________________________________________________________________
10942 [  8709] By: nick                                  on 2001/02/06  21:16:49
10943         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
10944              From: Michael G Schwern <schwern@pobox.com>
10945              Date: Sun, 4 Feb 2001 19:47:14 -0500
10946              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
10947      Branch: perl
10948            ! pod/perlapi.pod pod/perlmodlib.PL
10949 ____________________________________________________________________________
10950 [  8708] By: nick                                  on 2001/02/06  20:41:20
10951         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
10952              From: Michael G Schwern <schwern@pobox.com>
10953              Date: Sun, 4 Feb 2001 21:17:49 -0500
10954              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
10955      Branch: perl
10956            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
10957            ! pod/perltootc.pod
10958 ____________________________________________________________________________
10959 [  8707] By: nick                                  on 2001/02/06  20:29:11
10960         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
10961              From: Michael G Schwern <schwern@pobox.com>
10962              Date: Tue, 6 Feb 2001 05:54:30 -0500
10963              Message-Id: <20010206055430.A951@blackrider.aocn.com>
10964      Branch: perl
10965            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
10966 ____________________________________________________________________________
10967 [  8706] By: nick                                  on 2001/02/06  20:21:40
10968         Log: Subject: RE: some win32 fixes
10969              Date: Tue, 6 Feb 2001 09:23:20 +0300
10970              From: Vadim Konovalov <vkonovalov@lucent.com>
10971              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
10972      Branch: perl
10973            ! toke.c win32/Makefile win32/config.bc win32/config.gc
10974            ! win32/config.vc win32/config_H.bc win32/makefile.mk
10975 ____________________________________________________________________________
10976 [  8705] By: alanbur                               on 2001/02/06  15:00:03
10977         Log: Synchronised with parent
10978      Branch: maint-5.6/pureperl
10979            ! regexec.c
10980           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
10981           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
10982 ____________________________________________________________________________
10983 [  8704] By: alanbur                               on 2001/02/06  14:55:24
10984         Log: Fixed UMRs and leak in Perl_pmtrans()
10985      Branch: maint-5.6/pureperl
10986            ! op.c
10987 ____________________________________________________________________________
10988 [  8703] By: gsar                                  on 2001/02/06  02:29:37
10989         Log: $(MAKE) distclean doesn't clean up properly on windows
10990      Branch: maint-5.6/perl
10991            ! win32/Makefile win32/makefile.mk
10992 ____________________________________________________________________________
10993 [  8702] By: gsar                                  on 2001/02/06  01:00:46
10994         Log: tweak change#8659 to keep it simple
10995      Branch: maint-5.6/perl
10996            ! utils/perldoc.PL
10997 ____________________________________________________________________________
10998 [  8701] By: gsar                                  on 2001/02/05  22:45:41
10999         Log: change#8693 was missing testsuite changes
11000      Branch: maint-5.6/perl
11001           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
11002 ____________________________________________________________________________
11003 [  8700] By: nick                                  on 2001/02/05  20:32:52
11004         Log: Integrate mainline
11005      Branch: perlio
11006           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
11007           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
11008           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
11009           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
11010           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
11011           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
11012           +> t/lib/test-harness.t
11013           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
11014           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
11015           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
11016           !> pod/perlutil.pod t/TEST utils/h2xs.PL
11017 ____________________________________________________________________________
11018 [  8699] By: nick                                  on 2001/02/05  19:41:07
11019         Log: Subject: perlfaq2, re: perlmongers
11020              From: David H. Adler <dha@panix.com>
11021              Date: Sun, 4 Feb 2001 23:48:23 -0500
11022              Message-Id: <20010204234823.A13429@panix.com>
11023      Branch: perl
11024            ! pod/perlfaq2.pod
11025 ____________________________________________________________________________
11026 [  8698] By: nick                                  on 2001/02/05  19:39:31
11027         Log: Missed file f#rom the testharness mess.
11028      Branch: perl
11029            + t/lib/test-harness.t
11030 ____________________________________________________________________________
11031 [  8697] By: nick                                  on 2001/02/05  19:37:21
11032         Log: Subject: [DOC PATCH] overload.pm nits
11033              From: John Tobey <jtobey@john-edwin-tobey.org>
11034              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
11035              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
11036      Branch: perl
11037            ! lib/overload.pm
11038 ____________________________________________________________________________
11039 [  8696] By: alanbur                               on 2001/02/05  11:56:00
11040         Log: Sync with parent
11041      Branch: maint-5.6/pureperl
11042           !> thread.h
11043 ____________________________________________________________________________
11044 [  8695] By: gsar                                  on 2001/02/05  03:27:34
11045         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
11046      Branch: maint-5.6/perl
11047            ! thread.h
11048 ____________________________________________________________________________
11049 [  8694] By: alanbur                               on 2001/02/05  00:07:47
11050         Log: Initial branch creation from //depot/maint-5.6/perl
11051      Branch: maint-5.6/pureperl
11052           +> (branch 1719 files)
11053 ____________________________________________________________________________
11054 [  8693] By: gsar                                  on 2001/02/04  22:38:49
11055         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
11056              changes)
11057      Branch: maint-5.6/perl
11058           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
11059           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
11060           !> ext/DB_File/version.c
11061 ____________________________________________________________________________
11062 [  8692] By: nick                                  on 2001/02/04  18:15:57
11063         Log: The missed t/TEST part of the grand testharness upgrade.
11064      Branch: perl
11065            ! t/TEST
11066 ____________________________________________________________________________
11067 [  8691] By: nick                                  on 2001/02/04  18:05:17
11068         Log: New improved test harness
11069              Subject: Re: [PATCH Test::Harness] Third time's a charm?
11070              From: Michael G Schwern <schwern@pobox.com>
11071              Date: Sun, 4 Feb 2001 08:01:20 -0500
11072              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
11073      Branch: perl
11074            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
11075            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
11076            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
11077            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
11078            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
11079            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
11080            ! MANIFEST lib/Test/Harness.pm
11081 ____________________________________________________________________________
11082 [  8690] By: nick                                  on 2001/02/04  17:57:51
11083         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
11084              From: Jonathan Stowe <gellyfish@gellyfish.com>
11085              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
11086              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
11087      Branch: perl
11088            ! utils/h2xs.PL
11089 ____________________________________________________________________________
11090 [  8689] By: nick                                  on 2001/02/04  17:55:24
11091         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
11092              From: Michael G Schwern <schwern@pobox.com>
11093              Date: Sat, 3 Feb 2001 22:46:38 -0500
11094              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
11095      Branch: perl
11096            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
11097            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
11098 ____________________________________________________________________________
11099 [  8688] By: nick                                  on 2001/02/04  17:43:55
11100         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
11101              length byfailing to spot lack of closing )
11102              From: nick@talking.bollo.cx
11103              Date: Sat, 03 Feb 2001 23:53:16 +0000
11104              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
11105      Branch: perl
11106            ! perlio.c pod/perldiag.pod
11107 ____________________________________________________________________________
11108 [  8687] By: jhi                                   on 2001/02/03  17:11:42
11109         Log: HP-UX thread patches from Merijn H. Brand.
11110      Branch: maint-5.6/perl
11111            ! README.hpux hints/hpux.sh
11112 ____________________________________________________________________________
11113 [  8686] By: jhi                                   on 2001/02/03  16:40:12
11114         Log: Metaconfig changes for #8685.
11115      Branch: metaconfig
11116            ! U/installdirs/instubperl.U
11117      Branch: metaconfig/U/perl
11118            ! Devel.U versiononly.U
11119 ____________________________________________________________________________
11120 [  8685] By: jhi                                   on 2001/02/03  16:39:49
11121         Log: For -Dusedevel builds turn off installusrbinperl and turn on
11122              versiononly, a combined idea of Richard Soderberg and Merijn
11123              H. Brand.  You can still override both of these from the command
11124              line if you need to, -Dinstallusrbinperl and -Uversiononly.
11125      Branch: perl
11126            ! Configure
11127 ____________________________________________________________________________
11128 [  8684] By: jhi                                   on 2001/02/03  16:16:34
11129         Log: Metaconfig unit fix for #8683.
11130      Branch: metaconfig
11131            ! U/compline/nblock_io.U
11132 ____________________________________________________________________________
11133 [  8683] By: jhi                                   on 2001/02/03  16:16:12
11134         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
11135              reported by Peter Prymmer for 5.6-TRIAL1.
11136      Branch: perl
11137            ! Configure
11138 ____________________________________________________________________________
11139 [  8682] By: jhi                                   on 2001/02/03  05:52:11
11140         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
11141              to work correctly.
11142      Branch: maint-5.6/perl
11143            ! hints/irix_6.sh
11144 ____________________________________________________________________________
11145 [  8681] By: jhi                                   on 2001/02/03  05:47:33
11146         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
11147      Branch: maint-5.6/perl
11148            ! pod/perlport.pod
11149 ____________________________________________________________________________
11150 [  8680] By: jhi                                   on 2001/02/02  21:39:49
11151         Log: perlport update from Peter Prymmer.
11152      Branch: maint-5.6/perl
11153            ! pod/perlport.pod
11154 ____________________________________________________________________________
11155 [  8679] By: nick                                  on 2001/02/02  20:50:48
11156         Log: Integrate mainline
11157      Branch: perlio
11158           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
11159           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
11160           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
11161 ____________________________________________________________________________
11162 [  8678] By: gsar                                  on 2001/02/02  16:02:12
11163         Log: note about bincompat, slightly modified (from Lupe Christoph)
11164      Branch: maint-5.6/perl
11165            ! README.solaris
11166 ____________________________________________________________________________
11167 [  8677] By: jhi                                   on 2001/02/02  15:46:20
11168         Log: Supported platforms updates.
11169      Branch: maint-5.6/perl
11170            ! pod/perlport.pod
11171 ____________________________________________________________________________
11172 [  8676] By: jhi                                   on 2001/02/02  03:41:26
11173         Log: A couple more perlfaq2 tweaks.
11174      Branch: maint-5.6/perl
11175            ! pod/perlfaq2.pod
11176 ____________________________________________________________________________
11177 [  8675] By: jhi                                   on 2001/02/02  03:17:44
11178         Log: Misedit in #8661.
11179      Branch: maint-5.6/perl
11180            ! Configure
11181 ____________________________________________________________________________
11182 [  8674] By: jhi                                   on 2001/02/02  03:14:38
11183         Log: Damien again.
11184      Branch: maint-5.6/perl
11185            ! pod/perlfaq2.pod
11186 ____________________________________________________________________________
11187 [  8673] By: jhi                                   on 2001/02/02  03:12:40
11188         Log: perlfaq update from Elaine Ashton.
11189      Branch: maint-5.6/perl
11190            ! pod/perlfaq2.pod
11191 ____________________________________________________________________________
11192 [  8672] By: jhi                                   on 2001/02/02  03:07:08
11193         Log: UTF-8 s/// patch from Inaba Hiroto.
11194      Branch: maint-5.6/perl
11195            ! pp_ctl.c pp_hot.c
11196 ____________________________________________________________________________
11197 [  8671] By: jhi                                   on 2001/02/01  22:34:31
11198         Log: Update Changes.
11199      Branch: perl
11200            ! Changes patchlevel.h
11201 ____________________________________________________________________________
11202 [  8670] By: jhi                                   on 2001/02/01  22:15:29
11203         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
11204              from maintperl.
11205              
11206              Upgrade to Getopt::Long 2.25, from Johan Vromans.
11207              
11208              more files need to be writable in the source distribution
11209              
11210              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
11211              
11212              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
11213              
11214              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
11215              
11216              Allow the float to be fuzzier.
11217              
11218              need to use INT2PTR instead of a straight cast or ia64 fails
11219              
11220              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
11221              
11222              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
11223      Branch: perl
11224           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
11225           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
11226           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
11227 ____________________________________________________________________________
11228 [  8669] By: jhi                                   on 2001/02/01  21:57:02
11229         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
11230              From: Robin Barker <rmb1@cise.npl.co.uk>
11231              Date: Thu, 1 Feb 2001 16:59:05 GMT
11232              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
11233      Branch: maint-5.6/perl
11234            ! pod/perlmodlib.PL
11235 ____________________________________________________________________________
11236 [  8668] By: nick                                  on 2001/02/01  19:41:40
11237         Log: Integrate mainline
11238      Branch: perlio
11239           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
11240           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
11241           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
11242 ____________________________________________________________________________
11243 [  8667] By: gsar                                  on 2001/02/01  16:59:11
11244         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
11245      Branch: maint-5.6/perl
11246            ! embed.pl embedvar.h
11247 ____________________________________________________________________________
11248 [  8666] By: gsar                                  on 2001/02/01  16:34:51
11249         Log: add missing entries to win32/config.?c
11250      Branch: maint-5.6/perl
11251            ! win32/config.bc win32/config.gc win32/config.vc
11252            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11253 ____________________________________________________________________________
11254 [  8665] By: jhi                                   on 2001/02/01  14:58:51
11255         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
11256              From: "Stephen P. Potter" <spp@spotter.yi.org>
11257              Date: Thu, 01 Feb 2001 10:45:46 -0500
11258              Message-Id: <200102011545.KAA31479@spotter.yi.org>
11259      Branch: maint-5.6/perl
11260            ! pod/perlfunc.pod
11261 ____________________________________________________________________________
11262 [  8664] By: gsar                                  on 2001/02/01  14:52:37
11263         Log: need to use INT2PTR instead of a straight cast or ia64 fails
11264              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
11265      Branch: maint-5.6/perl
11266            ! ext/POSIX/POSIX.xs
11267 ____________________________________________________________________________
11268 [  8663] By: jhi                                   on 2001/02/01  14:09:13
11269         Log: Allow the float to be fuzzier.
11270      Branch: maint-5.6/perl
11271            ! t/lib/peek.t
11272 ____________________________________________________________________________
11273 [  8662] By: jhi                                   on 2001/02/01  13:59:00
11274         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
11275              From: Robin Barker <rmb1@cise.npl.co.uk>
11276              Date: Thu, 1 Feb 2001 13:05:39 GMT
11277              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
11278      Branch: maint-5.6/perl
11279            ! pod/perlmodlib.pod
11280 ____________________________________________________________________________
11281 [  8661] By: jhi                                   on 2001/02/01  13:57:38
11282         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
11283              Date: Thu, 01 Feb 2001 14:15:41 +0100
11284              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11285              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
11286              
11287              Have the $ccflags in the gcc version test (strange, this change
11288              is claimed to be have been integrated already)
11289      Branch: maint-5.6/perl
11290            ! Configure
11291 ____________________________________________________________________________
11292 [  8660] By: jhi                                   on 2001/02/01  13:44:10
11293         Log: Integrate changes #7950,7964,7962 from mainline.
11294              
11295              Find the stdchar signedness using cpp, should fix some of
11296              the Solaris compiler warnings reported by Alan Burlison.
11297      Branch: maint-5.6/perl
11298           !> Configure config_h.SH
11299 ____________________________________________________________________________
11300 [  8659] By: jhi                                   on 2001/02/01  05:35:32
11301         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
11302              From: Jan Dubois <JanD@ActiveState.com>
11303              Date: Wed, 31 Jan 2001 21:17:03 -0800
11304              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
11305      Branch: maint-5.6/perl
11306            ! utils/perldoc.PL
11307 ____________________________________________________________________________
11308 [  8658] By: jhi                                   on 2001/02/01  04:33:17
11309         Log: Integrate the README.os390 and README.posix-bc parts of mainline
11310              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
11311              installperl parts were taken care of by #8657.)
11312      Branch: maint-5.6/perl
11313           !> README.os390 README.posix-bc
11314 ____________________________________________________________________________
11315 [  8657] By: jhi                                   on 2001/02/01  04:29:21
11316         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
11317              From: Peter Prymmer <pvhp@forte.com>
11318              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
11319              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
11320      Branch: maint-5.6/perl
11321            + ext/DynaLoader/dl_dllload.xs
11322            ! MANIFEST Makefile.SH hints/os390.sh installperl
11323 ____________________________________________________________________________
11324 [  8656] By: jhi                                   on 2001/02/01  04:25:45
11325         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
11326              From: Peter Prymmer <pvhp@forte.com>
11327              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
11328              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
11329      Branch: maint-5.6/perl
11330            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
11331 ____________________________________________________________________________
11332 [  8655] By: jhi                                   on 2001/02/01  04:14:47
11333         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
11334              From: troc@netrus.net
11335              Date: Wed, 31 Jan 2001 22:31:26 -0500
11336              Message-Id: <200102010331.WAA117.85@rocco.homenet>
11337      Branch: maint-5.6/perl
11338            ! os2/os2.c
11339 ____________________________________________________________________________
11340 [  8654] By: jhi                                   on 2001/02/01  04:12:52
11341         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
11342              as reported by Alan Burlison.
11343      Branch: maint-5.6/perl
11344            ! pp.h
11345 ____________________________________________________________________________
11346 [  8653] By: jhi                                   on 2001/02/01  04:05:12
11347         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
11348              From: dsugalski@northernlight.com
11349              Date: Wed, 31 Jan 2001 18:54:11 -0500
11350              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
11351      Branch: maint-5.6/perl
11352            ! configure.com
11353 ____________________________________________________________________________
11354 [  8652] By: jhi                                   on 2001/02/01  04:03:11
11355         Log: Misplaced #endif.
11356              
11357              Subject: [perl-5-6-1-trial2] patches for EPOC
11358              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11359              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
11360              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
11361      Branch: maint-5.6/perl
11362            ! epoc/epocish.c
11363 ____________________________________________________________________________
11364 [  8651] By: jhi                                   on 2001/02/01  04:00:25
11365         Log: Integrate changes #8647,8648,8650 from mainline.
11366              
11367              Macrofy a magic UTF-8 test.
11368              
11369              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
11370              
11371              Watch out for cross compiling for EPOC (usually done on linux).
11372      Branch: maint-5.6/perl
11373           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
11374 ____________________________________________________________________________
11375 [  8650] By: jhi                                   on 2001/02/01  03:56:20
11376         Log: Watch out for cross compiling for EPOC (usually done on linux)
11377              
11378              Subject: [perl-5-6-1-trial2] patches for EPOC
11379              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11380              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
11381              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
11382      Branch: perl
11383            ! ext/Errno/Errno_pm.PL
11384 ____________________________________________________________________________
11385 [  8649] By: gsar                                  on 2001/02/01  00:46:00
11386         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
11387      Branch: maint-5.6/perl
11388            ! sv.c
11389 ____________________________________________________________________________
11390 [  8648] By: jhi                                   on 2001/01/31  23:35:36
11391         Log: All the uses of PL_numeric_radix must be protected by
11392              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
11393              
11394              Subject: [perl-5-6-1-trial2] patches for EPOC
11395              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11396              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
11397              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
11398      Branch: perl
11399            ! sv.c
11400 ____________________________________________________________________________
11401 [  8647] By: jhi                                   on 2001/01/31  22:56:16
11402         Log: Macrofy a magic UTF-8 test.
11403      Branch: perl
11404            ! utf8.c utf8.h
11405 ____________________________________________________________________________
11406 [  8646] By: gsar                                  on 2001/01/31  15:55:12
11407         Log: update Changes
11408      Branch: maint-5.6/perl
11409            ! Changes
11410 ____________________________________________________________________________
11411 [  8645] By: gsar                                  on 2001/01/31  15:10:14
11412         Log: Configure tweak suggested by Peter Prymmer
11413      Branch: maint-5.6/perl
11414            ! Configure
11415 ____________________________________________________________________________
11416 [  8644] By: gsar                                  on 2001/01/31  15:06:32
11417         Log: more files need to be writable in the source distribution
11418      Branch: maint-5.6/perl
11419            ! Porting/makerel
11420 ____________________________________________________________________________
11421 [  8643] By: jhi                                   on 2001/01/31  14:59:46
11422         Log: Integrate changes #8258,8278,8279 from mainline.
11423              
11424              Make the large file tests more robust/talkative.
11425      Branch: maint-5.6/perl
11426           !> t/lib/syslfs.t t/op/lfs.t
11427 ____________________________________________________________________________
11428 [  8642] By: gsar                                  on 2001/01/31  14:53:48
11429         Log: integrate changes#8311,8334 from mainline
11430              
11431              Add a new MakeMaker variable PM_FILTER that defines a Unix
11432              filter to be run on each .pm during the pm_to_blib() phase,
11433              a fixed version of
11434              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
11435              
11436              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
11437              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
11438              accurate reading of the "atime".  
11439      Branch: maint-5.6/perl
11440           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
11441           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11442           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
11443 ____________________________________________________________________________
11444 [  8641] By: jhi                                   on 2001/01/31  14:46:37
11445         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
11446      Branch: maint-5.6/perl
11447            ! lib/Getopt/Long.pm
11448 ____________________________________________________________________________
11449 [  8640] By: gsar                                  on 2001/01/31  14:40:24
11450         Log: make regen_all
11451      Branch: maint-5.6/perl
11452            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
11453 ____________________________________________________________________________
11454 [  8639] By: gsar                                  on 2001/01/31  14:37:25
11455         Log: refresh windows config files
11456      Branch: maint-5.6/perl
11457            ! win32/Makefile win32/config_H.bc win32/config_H.gc
11458            ! win32/config_H.vc win32/makefile.mk
11459 ____________________________________________________________________________
11460 [  8638] By: gsar                                  on 2001/01/31  14:28:10
11461         Log: makefile tweaks for windows: introduce a bulk-switch to enable
11462              same options as ActivePerl; sync changes with makefile.mk
11463      Branch: maint-5.6/perl
11464            ! win32/Makefile win32/makefile.mk
11465 ____________________________________________________________________________
11466 [  8637] By: jhi                                   on 2001/01/31  04:41:30
11467         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
11468              From: Nicholas Clark <nick@ccl4.org>
11469              Date: Tue, 30 Jan 2001 19:51:05 +0000
11470              Message-ID: <20010130195105.R76607@plum.flirble.org> 
11471              
11472              op/inc cure.
11473      Branch: perl
11474            ! pp.c pp.h pp_hot.c t/op/arith.t
11475 ____________________________________________________________________________
11476 [  8636] By: jhi                                   on 2001/01/31  02:38:32
11477         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
11478              no perlio],8257,8380,8479,8515 from mainline.
11479              
11480              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
11481              
11482              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
11483              Subject: [PATCH perl@8133] fix-up for VMS extensions
11484              
11485              In VMS embedded perls couldn't access the statically built Socket.
11486              
11487              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
11488              
11489              Further VMS piping fixes from Charles Lane.
11490              
11491              Subject:  [PATCH] make t/op/misc.t work on VMS
11492              
11493              Add tracing for debugging extensions builds in VMS.
11494              
11495              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
11496      Branch: maint-5.6/perl
11497           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
11498           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
11499           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
11500 ____________________________________________________________________________
11501 [  8635] By: jhi                                   on 2001/01/31  01:46:41
11502         Log: Integrate change #7732 from mainline.
11503              
11504              Sparc 64-bit pack() fix from Jens Hamisch.
11505      Branch: maint-5.6/perl
11506           !> pp.c
11507 ____________________________________________________________________________
11508 [  8634] By: jhi                                   on 2001/01/31  01:41:16
11509         Log: One spot missing from #8626.
11510      Branch: maint-5.6/perl
11511            ! sv.c
11512 ____________________________________________________________________________
11513 [  8633] By: jhi                                   on 2001/01/31  00:49:17
11514         Log: Integrate change #7495 from mainline.
11515              
11516              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
11517      Branch: maint-5.6/perl
11518           !> MANIFEST ext/re/Makefile.PL
11519 ____________________________________________________________________________
11520 [  8632] By: jhi                                   on 2001/01/30  23:38:49
11521         Log: Integrate change #8396 from mainline.
11522              
11523              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
11524              better multicast support (resend)
11525      Branch: maint-5.6/perl
11526           !> ext/Socket/Socket.pm
11527 ____________________________________________________________________________
11528 [  8631] By: jhi                                   on 2001/01/30  23:28:03
11529         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
11530              
11531              More AIX lore. (7514, ext/re/hints/aix.pl)
11532              
11533              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
11534              
11535              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)
11536              
11537              Subject: [ID 20001214.002] Net::Ping patch
11538              
11539              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
11540              
11541              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
11542              
11543              Add ReuseAddr as a (preferred) alias for Reuse as we now
11544              also have ReusePort.
11545              
11546              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
11547      Branch: maint-5.6/perl
11548           +> ext/re/hints/aix.pl
11549           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
11550           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
11551 ____________________________________________________________________________
11552 [  8630] By: jhi                                   on 2001/01/30  23:03:59
11553         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
11554              
11555              read() documentation tweak for 20001121.004.
11556              
11557              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
11558      Branch: maint-5.6/perl
11559           !> pod/perlfunc.pod pod/perlre.pod
11560 ____________________________________________________________________________
11561 [  8629] By: jhi                                   on 2001/01/30  22:41:57
11562         Log: Integrate change #8098 from mainline.
11563              
11564              fastgetcwd is defined using a glob alias on a $^O dependent basis
11565              and there was no default assignment or perl subroutine.
11566      Branch: maint-5.6/perl
11567           !> lib/Cwd.pm
11568 ____________________________________________________________________________
11569 [  8628] By: jhi                                   on 2001/01/30  21:58:52
11570         Log: Integrate change #7866 from mainline.
11571              
11572              File::Temp 0.11.
11573      Branch: maint-5.6/perl
11574           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
11575 ____________________________________________________________________________
11576 [  8627] By: jhi                                   on 2001/01/30  21:39:44
11577         Log: Integrate changes #8075,8086,8228 from mainline.  
11578              
11579              Darwin is not Windows. (8075,8086)
11580              
11581              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
11582      Branch: maint-5.6/perl
11583           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
11584           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
11585           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
11586           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
11587 ____________________________________________________________________________
11588 [  8626] By: jhi                                   on 2001/01/30  21:22:11
11589         Log: Integrate with tweakery the change #8625 from mainline,
11590              the multibyte decimal separator fix ("fa_IR locale failure").
11591      Branch: maint-5.6/perl
11592            ! embedvar.h perlapi.h
11593           !> intrpvar.h perl.c perl.h sv.c util.c
11594 ____________________________________________________________________________
11595 [  8625] By: jhi                                   on 2001/01/30  20:26:33
11596         Log: Fix for the fa_IR locale failure.  The reason for the failure
11597              was that Perl was assuming the decimal separator aka the radix
11598              separator is one character.  The Farsi-Iranian locale crushed
11599              that bad assumption since there the separator is 'Momayyez',
11600              glyphwise looking somewhat like a slash, and in Unicode UTF-8
11601              encoded in two bytes, 0xd9 0xab.
11602      Branch: perl
11603            ! intrpvar.h perl.c perl.h sv.c util.c
11604 ____________________________________________________________________________
11605 [  8624] By: gsar                                  on 2001/01/30  20:17:03
11606         Log: regen_headers
11607      Branch: maint-5.6/perl
11608            ! Makefile.SH pod/perlintern.pod
11609 ____________________________________________________________________________
11610 [  8623] By: gsar                                  on 2001/01/30  19:42:34
11611         Log: backout change#7431 and its dependents (causes spurious rebuilds
11612              of autogenerated files)
11613              
11614              fix benign b.t failure
11615      Branch: maint-5.6/perl
11616            ! Makefile.SH t/lib/b.t
11617 ____________________________________________________________________________
11618 [  8622] By: jhi                                   on 2001/01/30  19:41:41
11619         Log: Microperl sync.
11620      Branch: perl
11621            ! mg.c perl.h
11622 ____________________________________________________________________________
11623 [  8621] By: gsar                                  on 2001/01/30  19:24:47
11624         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
11625              from mainline
11626              
11627              Subject: podlators 1.06 released
11628              
11629              Subject: [PATCH @8436] Eliminate op_children
11630              
11631              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
11632              
11633              (Replaced by #8448)  More op_children traces (cleanup of #8442).
11634              
11635              Subject: [PATCH #3 @8436] Re: Eliminate op_children
11636              Replace #8444 and #8445.
11637              
11638              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
11639              at the setting of the ofs_sv in new_struct_thread() as the
11640              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
11641              uninitialized fields are, uh, initialized with),
11642              SvREFCNT_inc()ing that invited a core dump.
11643              
11644              podlators 1.07, from Russ Allbery.
11645              
11646              Subject: [PATCH] regcomp.c old feature removal
11647              From: mjd@plover.com
11648              Date: 16 Jan 2001 14:43:18 -0000 
11649              Message-ID: <20010116144318.7140.qmail@plover.com> 
11650      Branch: maint-5.6/perl
11651           +> lib/Pod/Text/Overstrike.pm
11652           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
11653           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
11654           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
11655           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
11656           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
11657           !> util.c
11658 ____________________________________________________________________________
11659 [  8620] By: gsar                                  on 2001/01/30  18:48:32
11660         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
11661              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
11662              now fails one test)
11663              
11664              Subject: [PATCH] lvalue AUTOLOAD. No, really.
11665              
11666              Subject: [PATCH] Interesting syntax idea
11667              Make opens + bareword assigns do typeglob assigns.
11668              
11669              Tests for #8254.
11670              
11671              Subject: [PATCH @8269] Continue blocks and B::Deparse
11672              Make the peephole optimizer to bypass more null ops and
11673              and rewrite the deparse handling of continue blocks.
11674              
11675              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
11676              Doc tweak on #8313.
11677              
11678              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
11679              
11680              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
11681              
11682              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
11683              
11684              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
11685              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
11686              according to the platform.
11687              
11688              Subject: [PATCH @8404] Consolidated lvalue sub changes
11689              
11690              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
11691              
11692              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
11693              
11694              Subject: B::Concise -- an improved replacement for B::Terse 
11695              
11696              The B::Terse drop-in replacement wasn't quite drop-in.
11697              
11698              The LVRET macro needed an aTHX.
11699              
11700              Use the /^Perl_/-less form of is_lvalue_sub().
11701              
11702              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
11703      Branch: maint-5.6/perl
11704           +> ext/B/B/Concise.pm
11705           !> (integrate 27 files)
11706 ____________________________________________________________________________
11707 [  8619] By: nick                                  on 2001/01/30  18:40:28
11708         Log: Integrate mainline
11709      Branch: perlio
11710           !> (integrate 40 files)
11711 ____________________________________________________________________________
11712 [  8618] By: jhi                                   on 2001/01/30  18:37:18
11713         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
11714              Date: Mon, 29 Jan 2001 22:51:29 -0600
11715              From: "Craig A. Berry" <craigberry@mac.com>
11716              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
11717      Branch: perl
11718            ! vms/test.com
11719 ____________________________________________________________________________
11720 [  8617] By: jhi                                   on 2001/01/30  18:34:53
11721         Log: Subject: [PATCH] Add missing CV flags to dump.c
11722              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11723              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
11724              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
11725      Branch: perl
11726            ! dump.c
11727 ____________________________________________________________________________
11728 [  8616] By: jhi                                   on 2001/01/30  18:20:58
11729         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
11730              part isn't applicable to maintperl.
11731              
11732              UTF-8 nit from Inaba Hiroto.
11733      Branch: maint-5.6/perl
11734           !> pod/perlapi.pod utf8.c
11735 ____________________________________________________________________________
11736 [  8615] By: jhi                                   on 2001/01/30  18:18:51
11737         Log: UTF-8 nit from Inaba Hiroto.
11738      Branch: perl
11739            ! pod/perlapi.pod t/op/each.t utf8.c
11740 ____________________________________________________________________________
11741 [  8614] By: jhi                                   on 2001/01/30  18:13:38
11742         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
11743              
11744              perl's internal variables are not for public consumption,
11745              move their docs from perlapi.pod to perlintern.pod
11746              
11747              support for -Dusethreads build under HP-UX 10.20 and DCE threads
11748              library (11.0 and later have pthreads but 10.x don't)
11749              
11750              avoid uninitialized value warnings
11751              
11752              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
11753              gets weird results)
11754              
11755              perldoc nit on windows
11756              
11757              make it possible to run the tests outside the source tree
11758              (there's still a dependency on ../lib being the library
11759              location)
11760      Branch: perl
11761           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
11762           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
11763           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
11764           !> win32/bin/search.pl win32/vdir.h
11765 ____________________________________________________________________________
11766 [  8613] By: gsar                                  on 2001/01/30  16:39:59
11767         Log: make it possible to run the tests outside the source tree
11768              (there's still a dependency on ../lib being the library
11769              location)
11770      Branch: maint-5.6/perl
11771            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
11772 ____________________________________________________________________________
11773 [  8612] By: gsar                                  on 2001/01/30  16:31:12
11774         Log: perldoc nit on windows
11775      Branch: maint-5.6/perl
11776            ! utils/perldoc.PL
11777 ____________________________________________________________________________
11778 [  8611] By: gsar                                  on 2001/01/30  16:22:54
11779         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
11780              gets weird results)
11781      Branch: maint-5.6/perl
11782            ! win32/vdir.h
11783 ____________________________________________________________________________
11784 [  8610] By: gsar                                  on 2001/01/30  16:12:45
11785         Log: avoid uninitialized value warnings
11786      Branch: maint-5.6/perl
11787            ! win32/bin/search.pl
11788 ____________________________________________________________________________
11789 [  8609] By: gsar                                  on 2001/01/30  16:08:01
11790         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
11791              library (11.0 and later have pthreads but 10.x don't)
11792      Branch: maint-5.6/perl
11793            ! hints/hpux.sh thread.h
11794 ____________________________________________________________________________
11795 [  8608] By: gsar                                  on 2001/01/30  15:48:55
11796         Log: perl's internal variables are not for public consumption,
11797              move their docs from perlapi.pod to perlintern.pod
11798      Branch: maint-5.6/perl
11799            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
11800            ! thrdvar.h
11801 ____________________________________________________________________________
11802 [  8607] By: gsar                                  on 2001/01/30  15:44:27
11803         Log: mistakenly branched perl56delta.pod, revert
11804      Branch: maint-5.6/perl
11805            - pod/perl56delta.pod
11806           !> pod/perldelta.pod
11807 ____________________________________________________________________________
11808 [  8606] By: gsar                                  on 2001/01/30  14:20:24
11809         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
11810              dTHR which has been a noop for a while now, except for the
11811              compatibility definition in thread.h)
11812      Branch: maint-5.6/perl
11813           !> (integrate 45 files)
11814 ____________________________________________________________________________
11815 [  8605] By: jhi                                   on 2001/01/30  05:43:58
11816         Log: Mark the UTF-8 APIs as experimental.
11817      Branch: maint-5.6/perl
11818            ! embed.pl pod/perlapi.pod
11819 ____________________________________________________________________________
11820 [  8604] By: jhi                                   on 2001/01/30  05:38:40
11821         Log: Nits from earlier integrates.
11822      Branch: maint-5.6/perl
11823            ! lib/Carp/Heavy.pm
11824           !> sv.c
11825 ____________________________________________________________________________
11826 [  8603] By: jhi                                   on 2001/01/30  05:27:26
11827         Log: Regenerate Porting files.
11828      Branch: maint-5.6/perl
11829            ! Porting/Glossary Porting/config.sh Porting/config_H
11830 ____________________________________________________________________________
11831 [  8602] By: jhi                                   on 2001/01/30  05:14:59
11832         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
11833              8310,8339,8447,8492,8493,8505,8525: documentation changes.
11834              
11835              Subject: Re: perlfaq style changes
11836              
11837              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
11838              
11839              Subject: [PATCH] docs on NaN
11840              
11841              Subject: [patch] perlfaq7
11842              
11843              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
11844              
11845              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
11846              
11847              Subject: [PATCH] open() example in perlfunc.pod
11848              
11849              Podify README.mpeix (a new version from the web)
11850              
11851              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
11852              
11853              Subject: [PATCH] format and rewording in perlfaq.pod
11854              
11855              Subject: [PATCH] API Variable documentation   
11856              
11857              Memory management calls documentation.
11858              
11859              Subject: [PATCH: perl@8482] README.vms URL updates
11860              
11861              Subject: Minor typos in perlfaq2.pod
11862              
11863              Subject: [PATCH] pod/perlvar.pod
11864      Branch: maint-5.6/perl
11865           +> pod/perl56delta.pod
11866            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11867           !> README.amiga README.epoc README.mpeix README.vms
11868           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
11869           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
11870           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
11871           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
11872           !> pod/perlvar.pod thrdvar.h
11873 ____________________________________________________________________________
11874 [  8601] By: jhi                                   on 2001/01/30  04:38:35
11875         Log: Integrate changes #8036,8096,8253 from mainline:
11876              hints changes.
11877              
11878              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
11879              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
11880              
11881              Output the (apparent) version of gcc in Tru64.
11882      Branch: maint-5.6/perl
11883           +> ext/POSIX/hints/svr4.pl
11884           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
11885           !> hints/svr4.sh t/lib/bigfltpm.t
11886 ____________________________________________________________________________
11887 [  8600] By: jhi                                   on 2001/01/30  04:04:01
11888         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
11889              locale fixes.
11890              
11891              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
11892              
11893              Debian allows /usr/bin/locale to exist without any locales. (7868)
11894              
11895              Allow the locale test needing POSIX and the taint test
11896              needing IPC::SysV to run under 'minitest' (basically,
11897              bail out if loading the extension fails). (8384)
11898              
11899              Cleanup the locale.t output  (8480)
11900      Branch: maint-5.6/perl
11901           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
11902           !> t/pragma/locale.t
11903 ____________________________________________________________________________
11904 [  8599] By: jhi                                   on 2001/01/30  03:51:04
11905         Log: Missing generated files from #8598.
11906      Branch: maint-5.6/perl
11907            ! embed.h global.sym objXSUB.h perlapi.c proto.h
11908 ____________________________________________________________________________
11909 [  8598] By: jhi                                   on 2001/01/30  03:41:54
11910         Log: Integrate change #8555 from mainline, manually integrate parts
11911              of changes 8452 and 8583.
11912              
11913              Subject: [PATCH] utf8.c documentation (8452)
11914              
11915              No point in checking the length if the pointer is bogus. (8555)
11916              
11917              Introduce bytes_from_utf8() and implement sv_eq() using it,
11918              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
11919              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
11920              was malformed. (8583)
11921      Branch: maint-5.6/perl
11922            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
11923           !> pod/perlapi.pod sv.c utf8.c
11924 ____________________________________________________________________________
11925 [  8597] By: gsar                                  on 2001/01/30  02:37:26
11926         Log: get PERL_OBJECT build going again on windows
11927      Branch: maint-5.6/perl
11928            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
11929            ! pod/perlapi.pod proto.h sv.c
11930 ____________________________________________________________________________
11931 [  8596] By: jhi                                   on 2001/01/30  02:16:17
11932         Log: Signedness nit.
11933      Branch: perl
11934            ! sv.c
11935 ____________________________________________________________________________
11936 [  8595] By: jhi                                   on 2001/01/30  02:11:07
11937         Log: EBCDIC patch for Storable, from Peter Prymmer.
11938      Branch: perl
11939            ! t/lib/st-06compat.t
11940 ____________________________________________________________________________
11941 [  8594] By: jhi                                   on 2001/01/30  01:04:48
11942         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
11943              From: Peter Prymmer <pvhp@forte.com>
11944              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
11945              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
11946      Branch: perl
11947            ! t/lib/b.t
11948 ____________________________________________________________________________
11949 [  8593] By: jhi                                   on 2001/01/30  00:56:47
11950         Log: Subject: [PATCH: perl@8585] pod problems in io
11951              From: Peter Prymmer <pvhp@forte.com>
11952              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
11953              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
11954      Branch: perl
11955            ! pod/perlapio.pod pod/perliol.pod
11956 ____________________________________________________________________________
11957 [  8592] By: jhi                                   on 2001/01/30  00:48:20
11958         Log: Integrate perlio.
11959      Branch: perl
11960           !> pod/perlapio.pod pod/perliol.pod
11961 ____________________________________________________________________________
11962 [  8591] By: nick                                  on 2001/01/29  22:02:28
11963         Log: GNU 'merge' Simon's copy of perliol.pod with version
11964              patched by Craig's patch.
11965      Branch: perlio
11966            ! pod/perliol.pod
11967 ____________________________________________________________________________
11968 [  8590] By: nick                                  on 2001/01/29  21:55:10
11969         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
11970      Branch: perlio
11971            ! pod/perlapio.pod pod/perliol.pod
11972 ____________________________________________________________________________
11973 [  8589] By: jhi                                   on 2001/01/29  15:35:33
11974         Log: Integrate change #8586 from maint-5.6/perl.
11975              
11976              make the BOM detection code not call tell() until it has to
11977              (meant to fix esoteric compatibility issues where PL_rsfp
11978              is overridden)
11979      Branch: perl
11980           !> toke.c
11981 ____________________________________________________________________________
11982 [  8588] By: jhi                                   on 2001/01/29  15:29:11
11983         Log: Subject: MAking Solaris malloc() the default
11984              From: Lupe Christoph <lupe@lupe-christoph.de>
11985              Date: Mon, 29 Jan 2001 12:59:36 +0100
11986              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
11987              
11988              The README.solaris part slightly tweaked.
11989      Branch: perl
11990            ! README.solaris hints/solaris_2.sh
11991 ____________________________________________________________________________
11992 [  8587] By: jhi                                   on 2001/01/29  15:17:34
11993         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
11994              From: root@ak-75.mind.de
11995              Date: Sun, 28 Jan 2001 20:32:29 +0100
11996              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
11997      Branch: perl
11998            ! pod/perlre.pod
11999 ____________________________________________________________________________
12000 [  8586] By: gsar                                  on 2001/01/29  13:43:44
12001         Log: make the BOM detection code not call tell() until it has to
12002              (meant to fix esoteric compatibility issues where PL_rsfp
12003              is overridden)
12004      Branch: maint-5.6/perl
12005            ! toke.c
12006 ____________________________________________________________________________
12007 [  8585] By: jhi                                   on 2001/01/28  20:05:45
12008         Log: Update Changes.
12009      Branch: perl
12010            ! Changes patchlevel.h
12011 ____________________________________________________________________________
12012 [  8584] By: jhi                                   on 2001/01/28  19:30:02
12013         Log: Integrate perlio.
12014      Branch: perl
12015           +> pod/perliol.pod
12016           !> MANIFEST pod/perlapio.pod
12017 ____________________________________________________________________________
12018 [  8583] By: jhi                                   on 2001/01/28  19:28:40
12019         Log: Patch from Inaba Hiroto:
12020              - canonical UTF-8 hash keys: if a key string for a hash is
12021              UTF8-on, try downgrade the string and use it if
12022              unicode::distinct is not in effect.
12023              For the task, I added a function bytes_from_utf8() to utf8.c.
12024              It might resemble utf8_to_bytes() but it is not convenient
12025              to the task.
12026              Made a test for it and added to t/op/each.t
12027              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
12028              the mortal copy of the argument SV.
12029              And changed t/io/utf8.t test 18 which expects print() to
12030              upgrade its argument.
12031              - re-implement sv_eq with bytes_from_utf8()
12032              - some bug fixes
12033              - tr/// does not handle UTF8 range (\x{}-\x{})
12034              - \ before raw UTF8 character produced
12035              "Malformed UTF-8 character" warning.
12036              - "\x{100}\N{CENT SIGN}" is Malformed.
12037              Added tests for these 3.
12038              - and one silly bug (by me) with qu operator.
12039      Branch: perl
12040            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
12041            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
12042            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
12043 ____________________________________________________________________________
12044 [  8582] By: nick                                  on 2001/01/28  19:25:04
12045         Log: Add pod/perliol.pod to MANIFEST :-(
12046      Branch: perlio
12047            ! MANIFEST
12048 ____________________________________________________________________________
12049 [  8581] By: nick                                  on 2001/01/28  19:22:40
12050         Log: PerlIO documentation. Proofing and sub-editing requested.
12051      Branch: perlio
12052            + pod/perliol.pod
12053            ! pod/perlapio.pod
12054 ____________________________________________________________________________
12055 [  8580] By: jhi                                   on 2001/01/28  05:16:25
12056         Log: Revert the change to sv_2pv() done by #8054: Someone who
12057              did SvNV_set() on a scalar that also happened to be POK,
12058              followed by sv_2pv() won't get the right coercion anymore.
12059              [Sarathy]
12060      Branch: maint-5.6/perl
12061            ! sv.c
12062 ____________________________________________________________________________
12063 [  8579] By: jhi                                   on 2001/01/28  05:15:04
12064         Log: Remove the #8084 effect: do not allow -Q to be interpreted
12065              as -&Q(), this is too much wiggle room.
12066      Branch: maint-5.6/perl
12067            ! toke.c
12068 ____________________________________________________________________________
12069 [  8578] By: jhi                                   on 2001/01/28  05:12:45
12070         Log: Needed bits of #8439 (should have been in #8576),
12071              mainly for lval substr().
12072      Branch: maint-5.6/perl
12073            ! mg.c pp.c pp_hot.c
12074 ____________________________________________________________________________
12075 [  8577] By: jhi                                   on 2001/01/28  05:02:46
12076         Log: A missing check-in.
12077      Branch: maint-5.6/perl
12078            ! utf8.c
12079 ____________________________________________________________________________
12080 [  8576] By: jhi                                   on 2001/01/28  04:26:18
12081         Log: Integrate changes #8425,8436,8439,8517 from mainline.
12082              The 8439 was not truly integrated because it had too many
12083              dependencies on the development branch and because it introduced
12084              concepts too bold for a maintenance branch (such as the qu operator).
12085              
12086              Subject: [PATCH perl@8342] -Wformat
12087              
12088              Tighten some of the UTF-8 tests a bit.
12089              
12090              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
12091              - The substr lval was still not okay.
12092              - Now pp_stringify and sv_setsv copies source's UTF8 flag
12093              even if IN_BYTE.  pp_stringify is called from fold_constants
12094              at optimization phase and "\x{100}" was made SvUTF8_off under
12095              use bytes (the bytes pragma is for "byte semantics" and not
12096              for "do not produce UTF8 data")
12097      Branch: maint-5.6/perl
12098            ! t/lib/charnames.t t/op/substr.t toke.c
12099           !> sv.c t/pragma/utf8.t
12100 ____________________________________________________________________________
12101 [  8575] By: jhi                                   on 2001/01/28  04:01:51
12102         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
12103              
12104              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
12105              
12106              Subject: [ID 20001230.003] UTF-8 tr still hurts
12107              
12108              Test cases for #8385 (from Simon's "torture.pl")
12109              
12110              Start fixing UTF-8 lval substr() (8405)
12111      Branch: maint-5.6/perl
12112           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
12113           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
12114 ____________________________________________________________________________
12115 [  8574] By: jhi                                   on 2001/01/28  03:09:06
12116         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
12117              from mainline.
12118              
12119              UTF-8 cleanup.
12120              
12121              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
12122              
12123              "\x{FF}\xFF" was broken.
12124              
12125              Tests for #8329 and #8330.
12126              
12127              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
12128              
12129              IRIX compiler noticed that the bof initialization might be
12130              bypassed by control flow.
12131              
12132              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
12133      Branch: maint-5.6/perl
12134           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
12135           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
12136 ____________________________________________________________________________
12137 [  8573] By: jhi                                   on 2001/01/28  02:06:12
12138         Log: Retract #8552.
12139      Branch: perl
12140            ! lib/Text/Wrap.pm t/lib/textwrap.t
12141 ____________________________________________________________________________
12142 [  8572] By: jhi                                   on 2001/01/28  02:04:49
12143         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
12144              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
12145              not really integrated but instead salvaged by hand
12146              (they had too many dependencies on the development release
12147              to be cleanly integratable).
12148              
12149              Subject: more UTF8 test suites and an UTF8 patch
12150              
12151              Tweak for MULTIPLICITY/USE_PERLIO
12152              
12153              Signedness nit.
12154              
12155              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
12156              
12157              Use the UTF8_XXX macros in is_utf8_char().
12158              
12159              Rewrite pp_concat() in terms of sv_catsv().  The . operator
12160              should now be UTF-8-proof.
12161              
12162              Subject: [PATCH perl@8269] scanning two hex-constants
12163              fails on EBCDIC environment (script length.t)
12164              
12165              Add some Unicode chop() tests.
12166      Branch: maint-5.6/perl
12167            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
12168           !> sv.c t/op/chop.t utf8.h
12169 ____________________________________________________________________________
12170 [  8571] By: jhi                                   on 2001/01/28  00:35:59
12171         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
12172              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
12173              
12174              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
12175              
12176              The maxiters upper limit sanity check (guarding against
12177              non-progress) assumed bytes instead of characters in s///
12178              and split().
12179              
12180              Signedness nit.
12181              
12182              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
12183              join() should now be UTF-8-proof.
12184              
12185              More split // UTF-8 tests. (8250)
12186      Branch: maint-5.6/perl
12187           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
12188           !> util.c
12189 ____________________________________________________________________________
12190 [  8570] By: jhi                                   on 2001/01/27  22:15:46
12191         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
12192              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
12193              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
12194              8084,8204,8244,8333 from mainline.
12195              
12196              For -Q where Q might be a one-letter sub name one does no more
12197              get a warning about an unknown filetest (7941,7943,7944,8084).
12198              
12199              Subject: Re: [ID 20001130.011] expression parsing bug ?
12200              
12201              Make uv_to_utf8() to zero-terminate its output buffer.
12202              
12203              Split off t/op/length.t (7995)
12204              
12205              Split off t/op/utf8decode.t (7996)
12206              
12207              Remove an unnecessary 'use utf8' from the utf8.t (7998)
12208              
12209              Split off t/op/concat.t (8004)
12210              
12211              Split off t/op/ver.t (8005)
12212              
12213              Document utf8_length(), utf8_distance(), and utf8_hop().
12214              
12215              Document utf8_to_uv() better.
12216              
12217              Introduce macros for UTF8 decoding (8028,8033).
12218              
12219              Add test for reverse() (8030,8031).
12220              
12221              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
12222              
12223              Do not return the Unicode replacement character    on UTF-8
12224              decoding failure.
12225              
12226              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
12227              not this_utf8 i.e. the output string has one, but don't mess
12228              with source assumption. (8052,8053)
12229              
12230              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
12231              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
12232              was not expecting to be called with something that was already
12233              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
12234              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
12235              (8054)
12236              
12237              Recode the naughty binary bytes in utf8decode.t using the \xHH.
12238              
12239              Make some panic messages a bit more logical.
12240      Branch: maint-5.6/perl
12241           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
12242           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
12243           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
12244           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
12245           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
12246           !> utf8.c utf8.h
12247 ____________________________________________________________________________
12248 [  8569] By: jhi                                   on 2001/01/27  19:16:43
12249         Log: Integrate changes #7750 from perlio and #8566 from mainline.
12250      Branch: maint-5.6/perl
12251           !> regexec.c sv.c
12252 ____________________________________________________________________________
12253 [  8568] By: jhi                                   on 2001/01/27  18:06:51
12254         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
12255              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
12256              7935[-perlio.c],7936,7959,7965 from mainline.
12257              
12258              Change the "big byte" error message to "Wide character".
12259              (7355, the croak-if-wide-chars-in-print part ignored)
12260              
12261              Use UINT64_C().
12262              
12263              Introduce Perl_utf8_length().
12264              
12265              diff -se shows these as different (7753, forgotten check-ins)
12266              
12267              Subject: [PATCH] doop.c - UTF8 tr///
12268              
12269              If we use (aTHX_ ...) then put Perl_ on the front.
12270              
12271              Make utf8_length() and utf8_distance() to be less forgiving
12272              about bad UTF-8.
12273              
12274              Test line numbers are different with utf8.
12275              
12276              No need to scan till infinity, 13 is enough. (7872,7911)
12277              
12278              Subject: [PATCH] Tokeniser debugging
12279              
12280              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
12281              
12282              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
12283              
12284              Be more careful in Perl_sv_utf8_downgrade().
12285              
12286              Use DO_UTF8().
12287              
12288              Raw zero bytes in text files confuse at least GNU patch 2.1.
12289      Branch: maint-5.6/perl
12290           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
12291           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
12292           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
12293           !> t/pragma/utf8.t toke.c utf8.c utf8.h
12294 ____________________________________________________________________________
12295 [  8567] By: nick                                  on 2001/01/27  11:10:38
12296         Log: Integrate mainline
12297      Branch: perlio
12298           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
12299           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
12300           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
12301           !> toke.c
12302 ____________________________________________________________________________
12303 [  8566] By: jhi                                   on 2001/01/27  06:22:48
12304         Log: More documentation for the regexp context stack.
12305      Branch: perl
12306            ! regexec.c
12307 ____________________________________________________________________________
12308 [  8565] By: jhi                                   on 2001/01/27  05:21:57
12309         Log: Update Changes.
12310      Branch: perl
12311            ! Changes patchlevel.h
12312 ____________________________________________________________________________
12313 [  8564] By: jhi                                   on 2001/01/27  04:44:04
12314         Log: Threadedness patch for #8562 from Doug MacEachern.
12315      Branch: perl
12316            ! toke.c
12317 ____________________________________________________________________________
12318 [  8563] By: jhi                                   on 2001/01/27  04:26:24
12319         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
12320              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
12321              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
12322              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
12323      Branch: perl
12324            ! op.c
12325 ____________________________________________________________________________
12326 [  8562] By: jhi                                   on 2001/01/27  04:20:30
12327         Log: Subject: Re: Announce : Tokener reporting patch
12328              From: Simon Cozens <simon@cozens.net>
12329              Date: Mon, 22 Jan 2001 02:17:22 +0000
12330              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
12331      Branch: perl
12332            ! embed.h embed.pl proto.h toke.c
12333 ____________________________________________________________________________
12334 [  8561] By: jhi                                   on 2001/01/27  04:17:24
12335         Log: Forgot from #8545.  Oops.
12336      Branch: perl
12337            ! pp.c t/pragma/overload.t
12338 ____________________________________________________________________________
12339 [  8560] By: jhi                                   on 2001/01/27  03:01:47
12340         Log: A better module compilation test, use MANIFEST as suggested
12341              by Spider.
12342      Branch: perl
12343            ! t/lib/1_compile.t
12344 ____________________________________________________________________________
12345 [  8559] By: jhi                                   on 2001/01/27  02:50:48
12346         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
12347              From: Peter Prymmer <pvhp@forte.com>
12348              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
12349              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
12350      Branch: perl
12351            ! t/lib/b.t
12352 ____________________________________________________________________________
12353 [  8558] By: jhi                                   on 2001/01/27  02:27:05
12354         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
12355              From: Peter Prymmer <pvhp@forte.com>
12356              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
12357              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
12358      Branch: perl
12359            ! t/pragma/sub_lval.t
12360 ____________________________________________________________________________
12361 [  8557] By: jhi                                   on 2001/01/27  02:26:03
12362         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
12363              From: Peter Prymmer <pvhp@forte.com>
12364              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
12365              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
12366      Branch: perl
12367            ! t/lib/st-06compat.t
12368 ____________________________________________________________________________
12369 [  8556] By: jhi                                   on 2001/01/27  02:24:33
12370         Log: Subject: [PATCH: perl@8531] minor update to README.os390
12371              From: Peter Prymmer <pvhp@forte.com>
12372              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
12373              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
12374      Branch: perl
12375            ! README.os390
12376 ____________________________________________________________________________
12377 [  8555] By: jhi                                   on 2001/01/27  00:35:47
12378         Log: No point in checking the length before we know whether the pointer
12379              is bogus or not, fixes Abigail's odbm failures in Linux.
12380      Branch: perl
12381            ! sv.c
12382 ____________________________________________________________________________
12383 [  8554] By: nick                                  on 2001/01/26  19:01:31
12384         Log: Integrate mainline
12385      Branch: perlio
12386           !> lib/Text/Wrap.pm t/lib/textwrap.t
12387 ____________________________________________________________________________
12388 [  8553] By: jhi                                   on 2001/01/26  15:19:39
12389         Log: Integrate change #7792 from perlio (multiplicity fix),
12390              fix the AV leak in regex DEBUGGING (tiny part of the
12391              polymorphic regexp patch #8143).
12392      Branch: maint-5.6/perl
12393            ! regcomp.c
12394           !> scope.h
12395 ____________________________________________________________________________
12396 [  8552] By: jhi                                   on 2001/01/26  15:03:23
12397         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
12398              From: Michael G Schwern <schwern@pobox.com>
12399              Date: Fri, 26 Jan 2001 09:28:31 -0500
12400              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
12401      Branch: perl
12402            ! lib/Text/Wrap.pm t/lib/textwrap.t
12403 ____________________________________________________________________________
12404 [  8551] By: jhi                                   on 2001/01/26  02:33:19
12405         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
12406              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
12407              
12408              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
12409              
12410              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
12411              
12412              Message nit.
12413              
12414              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
12415              
12416              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
12417              
12418              (the cleanup of unused submatches in regtry() and regcppop())
12419              
12420              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
12421              stored and restored, and thusly was trounced by the utf8 swash
12422              routines.
12423              
12424              use utf8 not required to use \x{}.
12425              
12426              Removed two more tests that make no sense in UTF-8 since the test
12427              data is not in UTF-8.
12428              
12429              Get the three different space character classes right under utf8.
12430              
12431              Implement ANYOFUTF8 regprop() dumping.
12432              
12433              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
12434              
12435              Document the regex context pushing/popping a bit better.
12436      Branch: maint-5.6/perl
12437           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
12438           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
12439           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
12440           !> t/op/regmesg.t utf8.c
12441 ____________________________________________________________________________
12442 [  8550] By: nick                                  on 2001/01/25  19:42:30
12443         Log: Integrate mainline
12444      Branch: perlio
12445           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
12446           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
12447           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
12448           !> t/lib/bigint.t t/lib/bigintpm.t
12449 ____________________________________________________________________________
12450 [  8549] By: jhi                                   on 2001/01/25  15:22:28
12451         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
12452      Branch: maint-5.6/perl
12453            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
12454 ____________________________________________________________________________
12455 [  8548] By: jhi                                   on 2001/01/25  15:02:55
12456         Log: Integrate changes #7997,8063,8492,8547 from mainline.
12457              
12458              Subject: Re: STRLEN - what?
12459              
12460              Subject: [PATCH] perlguts.pod
12461              
12462              Memory management calls documentation.
12463              
12464              Layout using tabulator is not a good idea in a pod.
12465      Branch: maint-5.6/perl
12466           !> pod/perlguts.pod
12467 ____________________________________________________________________________
12468 [  8547] By: jhi                                   on 2001/01/25  14:49:05
12469         Log: Layout using tabulator is not a good idea in a pod.
12470      Branch: perl
12471            ! pod/perlguts.pod
12472 ____________________________________________________________________________
12473 [  8546] By: jhi                                   on 2001/01/25  14:31:12
12474         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
12475              from mainline.
12476              
12477              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
12478              
12479              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
12480              
12481              More Win32 editor/IDE/shell hints.
12482              
12483              More Win32 Perling.
12484              
12485              Yet another editor edit.
12486              
12487              Edit edit edit.
12488              
12489              IDE/editor section tweaking.
12490              
12491              Few more IDE/editor nits from p5p.
12492      Branch: maint-5.6/perl
12493           !> pod/perlfaq3.pod
12494 ____________________________________________________________________________
12495 [  8545] By: jhi                                   on 2001/01/25  04:16:32
12496         Log: Subject: [PATCH 5.7.0] overload int()
12497              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12498              Date: Wed, 24 Jan 2001 19:06:57 -0500
12499              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
12500      Branch: perl
12501            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
12502            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
12503            ! t/lib/bigintpm.t
12504 ____________________________________________________________________________
12505 [  8544] By: jhi                                   on 2001/01/25  04:15:11
12506         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
12507              From: Peter Prymmer <pvhp@forte.com>
12508              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
12509              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
12510      Branch: perl
12511            ! Makefile.SH README.os390 hints/os390.sh installperl
12512 ____________________________________________________________________________
12513 [  8543] By: jhi                                   on 2001/01/25  03:52:08
12514         Log: Integrate change #8462,8469 from mainline.
12515              
12516              In VMS Perl subversion (perl -V) is undef.
12517      Branch: maint-5.6/perl
12518           !> configure.com
12519 ____________________________________________________________________________
12520 [  8542] By: jhi                                   on 2001/01/25  03:44:55
12521         Log: Integrate changes #7835,7850,8315,8316 from mainline.
12522              
12523              Solaris hints.
12524      Branch: maint-5.6/perl
12525           !> hints/solaris_2.sh
12526 ____________________________________________________________________________
12527 [  8541] By: jhi                                   on 2001/01/25  03:39:28
12528         Log: Integrate #8336 from mainline.
12529      Branch: maint-5.6/perl
12530           !> hv.c
12531 ____________________________________________________________________________
12532 [  8540] By: jhi                                   on 2001/01/25  03:23:50
12533         Log: Retract #8539.
12534      Branch: maint-5.6/perl
12535            ! pod/perlfaq3.pod
12536 ____________________________________________________________________________
12537 [  8539] By: jhi                                   on 2001/01/25  03:21:55
12538         Log: (Retracted by #5940.)
12539      Branch: maint-5.6/perl
12540            ! pod/perlfaq3.pod
12541 ____________________________________________________________________________
12542 [  8538] By: jhi                                   on 2001/01/25  03:14:07
12543         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
12544              From: Peter Prymmer <pvhp@forte.com>
12545              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
12546              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
12547              
12548              The VMS bits.
12549      Branch: maint-5.6/perl
12550            ! configure.com vms/descrip_mms.template
12551 ____________________________________________________________________________
12552 [  8537] By: jhi                                   on 2001/01/25  03:06:09
12553         Log: Integrate #7710,7824,7973 from mainline.
12554      Branch: maint-5.6/perl
12555           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12556           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
12557           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
12558           !> vos/config.ga.def vos/config.ga.h win32/config.bc
12559           !> win32/config.gc win32/config.vc
12560 ____________________________________________________________________________
12561 [  8536] By: jhi                                   on 2001/01/24  13:50:20
12562         Log: Revert the edits made by me so far to the 5.6 branch since
12563              the TRIAL1 since I did edits when I should have been using
12564              integrates.  Bad programmer.   (Will integrate them properly later.)
12565              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
12566              The #8353 will not be reapplied at least for now since
12567              the UTF-8 hash keys need more thinking.
12568              (The patches #8347, #8354, #8454, #8473 were okay since they
12569              were original edits made specifically for the 5.6.1-TRIAL1.)
12570      Branch: maint-5.6/perl
12571            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12572            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
12573            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
12574            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
12575            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
12576            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
12577            ! win32/config.bc win32/config.gc win32/config.vc
12578 ____________________________________________________________________________
12579 [  8535] By: bailey                                on 2001/01/24  06:37:02
12580         Log: SYN SYN
12581      Branch: vmsperl
12582           +> (branch 26 files)
12583           !> (integrate 130 files)
12584 ____________________________________________________________________________
12585 [  8534] By: nick                                  on 2001/01/23  19:30:57
12586         Log: Integrate mainline.
12587      Branch: perlio
12588           !> Changes Configure Porting/Glossary Porting/config.sh
12589           !> Porting/config_H embed.h embed.pl ext/Encode/compile
12590           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
12591           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
12592           !> pod/perlvar.pod proto.h t/lib/1_compile.t
12593 ____________________________________________________________________________
12594 [  8533] By: jhi                                   on 2001/01/23  16:15:46
12595         Log: Forgotten from #8501.
12596      Branch: perl
12597            ! Porting/Glossary Porting/config.sh Porting/config_H
12598 ____________________________________________________________________________
12599 [  8532] By: jhi                                   on 2001/01/23  16:13:27
12600         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
12601              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
12602              Date: Mon, 22 Jan 2001 17:51:58 +0100
12603              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
12604      Branch: perl
12605            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
12606 ____________________________________________________________________________
12607 [  8531] By: jhi                                   on 2001/01/23  15:46:01
12608         Log: Update Changes.
12609      Branch: perl
12610            ! Changes patchlevel.h
12611 ____________________________________________________________________________
12612 [  8530] By: jhi                                   on 2001/01/23  15:38:39
12613         Log: De-cut-and-pasto.
12614      Branch: perl
12615            ! t/lib/1_compile.t
12616 ____________________________________________________________________________
12617 [  8529] By: jhi                                   on 2001/01/23  15:11:04
12618         Log: Document the mkdir trailing slashes case.
12619      Branch: perl
12620            ! pod/perlfunc.pod
12621 ____________________________________________________________________________
12622 [  8528] By: jhi                                   on 2001/01/23  15:08:28
12623         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
12624              get installed:
12625              
12626              Subject: lib/lib.pm
12627              From: <abigail@foad.org>
12628              Date: Mon, 28 Aug 2000 20:35:08 -0400
12629              Message-ID: <20000829003508.21281.qmail@foad.org>
12630      Branch: perl
12631            ! installperl
12632 ____________________________________________________________________________
12633 [  8527] By: jhi                                   on 2001/01/23  14:44:04
12634         Log: Metaconfig unit change for #8526.
12635      Branch: metaconfig
12636            ! U/threads/archname.U
12637 ____________________________________________________________________________
12638 [  8526] By: jhi                                   on 2001/01/23  14:43:19
12639         Log: Attach -perlio to the archname if so selected.
12640      Branch: perl
12641            ! Configure
12642 ____________________________________________________________________________
12643 [  8525] By: jhi                                   on 2001/01/23  14:24:01
12644         Log: Subject: [PATCH] pod/perlvar.pod
12645              From: abigail@foad.org
12646              Date: Tue, 23 Jan 2001 01:41:10 +0100
12647              Message-ID: <20010123004110.22259.qmail@foad.org>
12648      Branch: perl
12649            ! pod/perlvar.pod
12650 ____________________________________________________________________________
12651 [  8524] By: jhi                                   on 2001/01/23  14:22:32
12652         Log: A bug introduced in #8217 (the undefined variable in the
12653              lib/safe1_t #3) fixed, by Charles Lane:
12654              
12655              The earlier patch made it so that stuff running in Safe
12656              compartments could do a "caller" and see "main".  That
12657              little change in name is done right before the code in
12658              the compartment is run, and apparantly the parser
12659              was picking up the stash name before it got changed.
12660              
12661              (why it was threaded vs. unthreaded Perl that was sensitive to this
12662              I still don't know...and it probably doesn't matter).
12663              
12664              I tryed removing the stash name-change and saw that threaded Perl
12665              did indeed pass the lib/safe1.t tests.
12666              
12667              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
12668              do the name change (and to connect _ in the compartment to the global
12669              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
12670              to call _safe_pkg_prep when creating a new compartment.
12671              
12672              Passes all tests with threaded perl on linux; passes all tests
12673              with unthreaded perl on VMS.
12674              
12675              At some point I'll probably want to revisit Safe and Opcode to
12676              provide more sensible handling of global variables...and to get
12677              formats working in Safe compartments, which they don't do currently.
12678      Branch: perl
12679            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
12680 ____________________________________________________________________________
12681 [  8523] By: jhi                                   on 2001/01/23  14:11:58
12682         Log: Also the lib/Thread.pm itself needs to be ignored if
12683              the Thread extension hasn't been built.
12684      Branch: perl
12685            ! t/lib/1_compile.t
12686 ____________________________________________________________________________
12687 [  8522] By: jhi                                   on 2001/01/23  13:51:28
12688         Log: print() instead of warn() so that stderr doesn't get
12689              unncessarily polluted.
12690      Branch: perl
12691            ! ext/Encode/compile
12692 ____________________________________________________________________________
12693 [  8521] By: jhi                                   on 2001/01/23  13:49:48
12694         Log: Integrate perlio.
12695      Branch: perl
12696           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
12697           !> ext/Encode/encode.h
12698 ____________________________________________________________________________
12699 [  8520] By: nick                                  on 2001/01/22  21:44:00
12700         Log: More messing with Encode:
12701              Extra fields in header to allow multiple names and to record
12702              other things "compile" knows.
12703              Re-organise compile to factor out common output routines.
12704      Branch: perlio
12705            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
12706 ____________________________________________________________________________
12707 [  8519] By: nick                                  on 2001/01/22  20:33:50
12708         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
12709      Branch: perlio
12710            ! ext/Encode/Makefile.PL ext/Encode/compile
12711 ____________________________________________________________________________
12712 [  8518] By: nick                                  on 2001/01/22  20:28:13
12713         Log: Integrate mainline
12714      Branch: perlio
12715           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
12716           !> vos/config.alpha.def vos/config.alpha.h
12717 ____________________________________________________________________________
12718 [  8517] By: jhi                                   on 2001/01/22  15:37:17
12719         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
12720              by Inaba Hiroto.
12721      Branch: perl
12722            ! sv.c
12723 ____________________________________________________________________________
12724 [  8516] By: jhi                                   on 2001/01/22  14:55:15
12725         Log: More SIG_SIZE fixes.
12726      Branch: perl
12727            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
12728 ____________________________________________________________________________
12729 [  8515] By: jhi                                   on 2001/01/22  14:50:27
12730         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
12731              From: "Craig A. Berry" <craigberry@mac.com>
12732              Date: Mon, 22 Jan 2001 00:42:24 -0600
12733              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
12734      Branch: perl
12735            ! configure.com
12736 ____________________________________________________________________________
12737 [  8514] By: jhi                                   on 2001/01/22  14:31:17
12738         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
12739              From: "Craig A. Berry" <craigberry@mac.com>
12740              Date: Sun, 21 Jan 2001 23:03:25 -0600
12741              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
12742      Branch: perl
12743            ! configure.com
12744 ____________________________________________________________________________
12745 [  8513] By: jhi                                   on 2001/01/22  14:14:00
12746         Log: Add the .ucm encoding tables to the MANIFEST.
12747      Branch: perl
12748            ! MANIFEST
12749 ____________________________________________________________________________
12750 [  8512] By: jhi                                   on 2001/01/22  13:43:33
12751         Log: Integrate perlio.
12752      Branch: perl
12753           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
12754           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
12755           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
12756           +> ext/Encode/Encode/iso8859-10.ucm
12757           +> ext/Encode/Encode/iso8859-13.ucm
12758           +> ext/Encode/Encode/iso8859-14.ucm
12759           +> ext/Encode/Encode/iso8859-15.ucm
12760           +> ext/Encode/Encode/iso8859-16.ucm
12761           +> ext/Encode/Encode/iso8859-2.ucm
12762           +> ext/Encode/Encode/iso8859-3.ucm
12763           +> ext/Encode/Encode/iso8859-4.ucm
12764           +> ext/Encode/Encode/iso8859-5.ucm
12765           +> ext/Encode/Encode/iso8859-6.ucm
12766           +> ext/Encode/Encode/iso8859-7.ucm
12767           +> ext/Encode/Encode/iso8859-8.ucm
12768           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
12769           +> ext/Encode/Encode/symbol.ucm
12770           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
12771           !> perliol.h
12772 ____________________________________________________________________________
12773 [  8511] By: nick                                  on 2001/01/21  23:44:47
12774         Log: Make "real" layers of ":utf8" and ":raw".
12775              So now PERLIO=utf8 perl ...
12776              does what Andreas wanted.
12777              Fix arg passing in open.pm (still have a Carp issue).
12778      Branch: perlio
12779            ! lib/open.pm perlio.c perliol.h
12780 ____________________________________________________________________________
12781 [  8510] By: jhi                                   on 2001/01/21  22:56:53
12782         Log: Document the regex context pushing/popping a bit better.
12783      Branch: perl
12784            ! regexec.c
12785 ____________________________________________________________________________
12786 [  8509] By: jhi                                   on 2001/01/21  22:55:44
12787         Log: Tweak the mkdir trailing slash code some more.
12788              
12789              TO DO: the same handling should probably be done for
12790              all the other filesystem functions that can have directories
12791              as their arguments.
12792      Branch: perl
12793            ! pp_sys.c
12794 ____________________________________________________________________________
12795 [  8508] By: nick                                  on 2001/01/21  21:37:43
12796         Log: Switch "compiled in" encodings to .ucm format.
12797              (Leave others as .enc till we can run-time load .ucm,
12798              or find some other way to load them.)
12799      Branch: perlio
12800            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
12801            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
12802            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
12803            + ext/Encode/Encode/iso8859-10.ucm
12804            + ext/Encode/Encode/iso8859-13.ucm
12805            + ext/Encode/Encode/iso8859-14.ucm
12806            + ext/Encode/Encode/iso8859-15.ucm
12807            + ext/Encode/Encode/iso8859-16.ucm
12808            + ext/Encode/Encode/iso8859-2.ucm
12809            + ext/Encode/Encode/iso8859-3.ucm
12810            + ext/Encode/Encode/iso8859-4.ucm
12811            + ext/Encode/Encode/iso8859-5.ucm
12812            + ext/Encode/Encode/iso8859-6.ucm
12813            + ext/Encode/Encode/iso8859-7.ucm
12814            + ext/Encode/Encode/iso8859-8.ucm
12815            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
12816            + ext/Encode/Encode/symbol.ucm
12817            ! ext/Encode/Makefile.PL ext/Encode/compile
12818 ____________________________________________________________________________
12819 [  8507] By: nick                                  on 2001/01/21  21:02:03
12820         Log: Integrate (partial) mainline.
12821      Branch: perlio
12822           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
12823           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
12824           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12825 ____________________________________________________________________________
12826 [  8506] By: jhi                                   on 2001/01/21  20:09:30
12827         Log: Update Changes.
12828      Branch: perl
12829            ! Changes patchlevel.h
12830 ____________________________________________________________________________
12831 [  8505] By: jhi                                   on 2001/01/21  19:39:59
12832         Log: Subject: Minor typos in perlfaq2.pod
12833              From: "Stephen P. Potter" <spp@spotter.yi.org>
12834              Message-Id: <200101192101.QAA11911@spotter.yi.org>
12835              Date: Fri, 19 Jan 2001 16:01:13 -0500
12836              
12837              with a nit from Philip Netwon.
12838      Branch: perl
12839            ! pod/perlfaq2.pod
12840 ____________________________________________________________________________
12841 [  8504] By: jhi                                   on 2001/01/21  19:33:05
12842         Log: Metaconfig change for #8503.
12843      Branch: metaconfig
12844            ! U/threads/usethreads.U
12845 ____________________________________________________________________________
12846 [  8503] By: jhi                                   on 2001/01/21  19:32:21
12847         Log: Sanity check for conflicting thread flavours.
12848      Branch: perl
12849            ! Configure config_h.SH
12850 ____________________________________________________________________________
12851 [  8502] By: jhi                                   on 2001/01/21  19:23:00
12852         Log: Metaconfig change for #8501.
12853      Branch: metaconfig
12854            ! U/modified/sig_name.U
12855 ____________________________________________________________________________
12856 [  8501] By: jhi                                   on 2001/01/21  19:22:26
12857         Log: The SIG_SIZE is the number of the elements *excluding*
12858              the terminating NULL.
12859      Branch: perl
12860            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
12861            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
12862            ! win32/config_H.vc
12863 ____________________________________________________________________________
12864 [  8500] By: jhi                                   on 2001/01/21  18:31:31
12865         Log: Integrate perlio.
12866      Branch: perl
12867           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
12868           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
12869           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
12870           !> pp_sys.c proto.h sv.c
12871 ____________________________________________________________________________
12872 [  8499] By: jhi                                   on 2001/01/21  17:43:57
12873         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
12874              From: Hugo <hv@crypt.compulink.co.uk>
12875              Date: Sun, 21 Jan 2001 13:34:05 +0000
12876              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
12877              
12878              In sprintf UTF8ize only if necessary.
12879      Branch: perl
12880            ! sv.c
12881 ____________________________________________________________________________
12882 [  8498] By: nick                                  on 2001/01/21  16:25:32
12883         Log: Encode cleanup.
12884              Add command line control over "compile" so that Makefile.PL
12885              needs can be combined with other uses.
12886              Use command line options in Makefile.PL.
12887              Fix multi-byte parsing in .ucm files.
12888      Branch: perlio
12889            ! ext/Encode/Makefile.PL ext/Encode/compile
12890 ____________________________________________________________________________
12891 [  8497] By: nick                                  on 2001/01/21  12:56:27
12892         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
12893      Branch: perlio
12894            ! ext/Encode/Encode.xs
12895 ____________________________________________________________________________
12896 [  8496] By: nick                                  on 2001/01/21  12:18:45
12897         Log: Fixup after integrate:
12898              missed the .sym files that are changed by regen_headers
12899              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
12900      Branch: perlio
12901            ! global.sym pp.sym sv.c
12902 ____________________________________________________________________________
12903 [  8495] By: nick                                  on 2001/01/21  11:51:07
12904         Log: Integrate mainline.
12905      Branch: perlio
12906           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
12907           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
12908           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
12909           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
12910           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
12911           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
12912           !> win32/Makefile win32/makefile.mk
12913 ____________________________________________________________________________
12914 [  8494] By: jhi                                   on 2001/01/20  23:12:11
12915         Log: Forgot the expect_number() prototype.
12916      Branch: perl
12917            ! embed.h embed.pl proto.h
12918 ____________________________________________________________________________
12919 [  8493] By: jhi                                   on 2001/01/20  22:56:39
12920         Log: Subject: [PATCH: perl@8482] README.vms URL updates
12921              From: Peter Prymmer <pvhp@forte.com>
12922              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
12923              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
12924              
12925              Plus Craig A. Berry's suggestion to use compaq.com instead
12926              of digital.com.
12927      Branch: perl
12928            ! README.vms
12929 ____________________________________________________________________________
12930 [  8492] By: jhi                                   on 2001/01/20  22:50:05
12931         Log: Memory management calls documentation.
12932      Branch: perl
12933            ! pod/perlguts.pod
12934 ____________________________________________________________________________
12935 [  8491] By: jhi                                   on 2001/01/20  22:38:33
12936         Log: Signedness nit plus few memcpy/Copy nits.
12937      Branch: perl
12938            ! sv.c
12939 ____________________________________________________________________________
12940 [  8490] By: jhi                                   on 2001/01/20  22:25:53
12941         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
12942              From: Peter Prymmer <pvhp@forte.com>
12943              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
12944              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
12945      Branch: perl
12946            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
12947 ____________________________________________________________________________
12948 [  8489] By: jhi                                   on 2001/01/20  22:24:41
12949         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
12950              From: Peter Prymmer <pvhp@forte.com>
12951              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
12952              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
12953      Branch: perl
12954            ! win32/Makefile win32/makefile.mk
12955 ____________________________________________________________________________
12956 [  8488] By: jhi                                   on 2001/01/20  22:22:27
12957         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
12958              From: Peter Prymmer <pvhp@forte.com>
12959              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
12960              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
12961      Branch: perl
12962            ! Makefile.SH
12963 ____________________________________________________________________________
12964 [  8487] By: jhi                                   on 2001/01/20  22:21:18
12965         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
12966              From: Peter Prymmer <pvhp@forte.com>
12967              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
12968              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
12969      Branch: perl
12970            + ext/DynaLoader/dl_dllload.xs
12971            ! MANIFEST Makefile.SH hints/os390.sh
12972 ____________________________________________________________________________
12973 [  8486] By: jhi                                   on 2001/01/20  22:17:53
12974         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
12975              From: Peter Prymmer <pvhp@forte.com>
12976              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
12977              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
12978      Branch: perl
12979            ! README.os390 README.posix-bc
12980 ____________________________________________________________________________
12981 [  8485] By: jhi                                   on 2001/01/20  20:15:30
12982         Log: Document and test the new qu operator.
12983      Branch: perl
12984            + t/op/qu.t
12985            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
12986            ! pod/perlretut.pod pod/perlunicode.pod
12987 ____________________________________________________________________________
12988 [  8484] By: nick                                  on 2001/01/20  19:42:30
12989         Log: Infrastructure to allow:
12990              open($fh,"|-",@array);
12991              to be implemented
12992              i.e. mark pp_open as needing a stack mark, and make pp_open
12993              process its args in that style (and pass them _all_ to tied handles OPEN).
12994              Invent do_openn() which takes SV ** at allow it to see multiple args.
12995              Note this does not _do_ anything yet.
12996      Branch: perlio
12997            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
12998            ! perlapi.c pp_proto.h pp_sys.c proto.h
12999 ____________________________________________________________________________
13000 [  8483] By: nick                                  on 2001/01/20  17:23:14
13001         Log: Integrate mainline.
13002      Branch: perlio
13003           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
13004           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
13005 ____________________________________________________________________________
13006 [  8482] By: jhi                                   on 2001/01/19  15:37:49
13007         Log: Update Changes.
13008      Branch: perl
13009            ! Changes patchlevel.h
13010 ____________________________________________________________________________
13011 [  8481] By: jhi                                   on 2001/01/19  14:41:24
13012         Log: Subject: Re: new feature: s?printf parameter reordering 
13013              From: Hugo <hv@crypt.compulink.co.uk>
13014              Date: Thu, 11 Jan 2001 17:09:03 +0000
13015              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
13016              
13017              - support reordering for all parameters: %, *v, *, .*
13018              - lay down that the reordering specification must immediately
13019              follow that parameter: %3$, *v3$, *3$, .*3$
13020              - fix vectorisation of a zero-length string
13021              - factor out the code choosing the argument to format
13022              
13023              Possibly unwanted side-effects:
13024              - the special format specifiers ' +-0' must now precede any
13025              vectorisation specifier. Tests in op/sprintf and op/ver
13026              have been changed to reflect this.
13027              - sprintf.t test #214 changed its expectations because in many
13028              cases, the next parameter has already been consumed when an
13029              invalid type letter is detected.
13030              
13031              Probably wanted side-effects:
13032              - attempts to format a non-existent parameter will warn as if C<undef>
13033              - attempt to write to non-existent parameter with '%n' will complain
13034              of "attempt to modify read-only value" instead of being silent
13035      Branch: perl
13036            ! sv.c t/op/sprintf.t t/op/ver.t
13037 ____________________________________________________________________________
13038 [  8480] By: jhi                                   on 2001/01/19  14:08:37
13039         Log: Subject: PATCH pragma/locale.t
13040              From: andreas.koenig@anima.de (Andreas J. Koenig)
13041              Date: 18 Jan 2001 09:45:37 +0100
13042              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
13043      Branch: perl
13044            ! t/pragma/locale.t
13045 ____________________________________________________________________________
13046 [  8479] By: jhi                                   on 2001/01/19  13:19:58
13047         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
13048      Branch: perl
13049            ! configure.com
13050 ____________________________________________________________________________
13051 [  8478] By: jhi                                   on 2001/01/19  02:12:35
13052         Log: Automate 1_compile.t.
13053      Branch: perl
13054            ! t/lib/1_compile.t
13055 ____________________________________________________________________________
13056 [  8477] By: jhi                                   on 2001/01/19  01:49:56
13057         Log: Integrate perlio.
13058      Branch: perl
13059           !> sv.c win32/config.bc win32/config.gc win32/config.vc
13060           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13061 ____________________________________________________________________________
13062 [  8476] By: nick                                  on 2001/01/18  21:51:52
13063         Log: Integrate mainline
13064      Branch: perlio
13065           +> t/lib/1_compile.t t/lib/compmod.pl
13066           !> MANIFEST configure.com lib/unicode/distinct.pm
13067 ____________________________________________________________________________
13068 [  8475] By: nick                                  on 2001/01/18  21:48:02
13069         Log: Win32 "safe signals" co-existance fix.
13070              Fix SIG_SIZE value.
13071              Clear PL_sig_pending when cloning (fork).
13072      Branch: perlio
13073            ! sv.c win32/config.bc win32/config.gc win32/config.vc
13074            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13075 ____________________________________________________________________________
13076 [  8474] By: jhi                                   on 2001/01/18  14:40:57
13077         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
13078      Branch: perl
13079            ! t/lib/1_compile.t
13080 ____________________________________________________________________________
13081 [  8473] By: gsar                                  on 2001/01/18  11:42:31
13082         Log: unsubmitted trial1 change
13083      Branch: maint-5.6/perl
13084            ! Changes
13085 ____________________________________________________________________________
13086 [  8472] By: jhi                                   on 2001/01/18  04:30:24
13087         Log: The first bug found by 1_compile.t.
13088      Branch: perl
13089            ! lib/unicode/distinct.pm
13090 ____________________________________________________________________________
13091 [  8471] By: jhi                                   on 2001/01/18  04:29:42
13092         Log: Add Schwern's 1_compile test.  The compile_module script renamed
13093              to be a bit shorter for the 8.3 people.
13094      Branch: perl
13095            + t/lib/1_compile.t t/lib/compmod.pl
13096            ! MANIFEST
13097 ____________________________________________________________________________
13098 [  8470] By: jhi                                   on 2001/01/18  04:16:00
13099         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)
13100              From: Peter Prymmer <pvhp@forte.com>
13101              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
13102              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
13103              Replace #8463.
13104      Branch: maint-5.6/perl
13105            ! configure.com
13106 ____________________________________________________________________________
13107 [  8469] By: jhi                                   on 2001/01/18  04:13:02
13108         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)
13109              From: Peter Prymmer <pvhp@forte.com>
13110              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
13111              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
13112              Replace #8462.
13113      Branch: perl
13114            ! configure.com
13115 ____________________________________________________________________________
13116 [  8468] By: jhi                                   on 2001/01/18  03:42:08
13117         Log: Integrate perlio.
13118      Branch: perl
13119           !> gv.c mg.c perlio.c util.c
13120 ____________________________________________________________________________
13121 [  8467] By: nick                                  on 2001/01/17  22:41:10
13122         Log: "Safe" signals - trial implementation.
13123              gv.c tweaked to zero PL_sig_pend array
13124              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
13125              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
13126              Odd thing is that it "works" with PERLIO=stdio as well (linux).
13127      Branch: perlio
13128            ! gv.c mg.c perlio.c util.c
13129 ____________________________________________________________________________
13130 [  8466] By: nick                                  on 2001/01/17  20:40:20
13131         Log: Integrate mainline.
13132      Branch: perlio
13133           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13134           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
13135           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
13136           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13137           !> vos/config.ga.h win32/config.bc win32/config.gc
13138           !> win32/config.vc
13139 ____________________________________________________________________________
13140 [  8465] By: jhi                                   on 2001/01/17  18:37:13
13141         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
13142              From: Nicholas Clark <nick@ccl4.org>
13143              Date: Wed, 17 Jan 2001 17:31:33 +0000
13144              Message-ID: <20010117173133.I2633@plum.flirble.org>
13145      Branch: perl
13146            ! t/op/int.t
13147 ____________________________________________________________________________
13148 [  8464] By: jhi                                   on 2001/01/17  14:43:17
13149         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
13150              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
13151              Date: Wed, 17 Jan 2001 15:16:43 +0100
13152              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
13153              
13154              pp_int() was dropping an NV to the floor,
13155              int(279964589018079/59) either returned not an integer
13156              4745162525730.15, or one got "Attempt to free unreferenced scalar."
13157      Branch: perl
13158            ! pp.c
13159 ____________________________________________________________________________
13160 [  8463] By: jhi                                   on 2001/01/17  06:12:42
13161         Log: (Replaced by #8470)
13162              
13163              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)
13164              From: "Craig A. Berry" <craigberry@mac.com>
13165              Date: Tue, 16 Jan 2001 23:38:46 -0600
13166              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
13167      Branch: maint-5.6/perl
13168            ! configure.com
13169 ____________________________________________________________________________
13170 [  8462] By: jhi                                   on 2001/01/17  06:11:31
13171         Log: (Replaced by #8469)
13172              
13173              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)
13174              From: "Craig A. Berry" <craigberry@mac.com>
13175              Date: Tue, 16 Jan 2001 23:38:46 -0600
13176              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
13177      Branch: perl
13178            ! configure.com
13179 ____________________________________________________________________________
13180 [  8461] By: jhi                                   on 2001/01/17  05:56:12
13181         Log: Allow for one trailing slash in the directory of mkdir().
13182      Branch: perl
13183            ! pp_sys.c
13184 ____________________________________________________________________________
13185 [  8460] By: jhi                                   on 2001/01/17  03:26:01
13186         Log: Metaconfig unit changes for #8459.
13187      Branch: metaconfig
13188            ! U/modified/Loc.U U/modified/sig_name.U
13189 ____________________________________________________________________________
13190 [  8459] By: jhi                                   on 2001/01/17  03:24:48
13191         Log: Define SIG_SIZE, the number of elements in the sig_name and
13192              sig_num arrays, including the final NULL entry.
13193      Branch: perl
13194            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13195            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
13196            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
13197            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13198            ! win32/config.bc win32/config.gc win32/config.vc
13199 ____________________________________________________________________________
13200 [  8458] By: jhi                                   on 2001/01/17  01:41:33
13201         Log: Integrate perlio.
13202      Branch: perl
13203           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
13204           !> perlapi.h proto.h sv.c
13205 ____________________________________________________________________________
13206 [  8457] By: nick                                  on 2001/01/16  22:07:26
13207         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
13208              Provides all the "cost" but no benefit yet - it is to allow cost
13209              to be measured, and implementation experiments (just in mg.c?).
13210      Branch: perlio
13211            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
13212            ! perlapi.h proto.h sv.c
13213 ____________________________________________________________________________
13214 [  8456] By: nick                                  on 2001/01/16  21:07:07
13215         Log: Integrate mainline.
13216      Branch: perlio
13217           !> (integrate 51 files)
13218 ____________________________________________________________________________
13219 [  8455] By: jhi                                   on 2001/01/16  18:13:43
13220         Log: Subject: [PATCH] regcomp.c old feature removal
13221              From: mjd@plover.com
13222              Date: 16 Jan 2001 14:43:18 -0000 
13223              Message-ID: <20010116144318.7140.qmail@plover.com> 
13224      Branch: perl
13225            ! regcomp.c
13226 ____________________________________________________________________________
13227 [  8454] By: jhi                                   on 2001/01/16  16:12:39
13228         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
13229              From: "Indy Singh" <indy@nusphere.com>
13230              Date: Wed, 10 Jan 2001 20:17:49 -0500
13231              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
13232      Branch: maint-5.6/perl
13233            ! win32/Makefile
13234 ____________________________________________________________________________
13235 [  8453] By: jhi                                   on 2001/01/16  16:09:33
13236         Log: Update Changes.
13237      Branch: perl
13238            ! Changes patchlevel.h
13239 ____________________________________________________________________________
13240 [  8452] By: jhi                                   on 2001/01/16  15:42:04
13241         Log: Subject: Re: API Cleanup
13242              To: perl5-porters@perl.org
13243              Date: Tue, 16 Jan 2001 13:42:30 +0000
13244              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
13245              
13246              Subject: [PATCH] utf8.c documentation
13247              From: Simon Cozens <simon@cozens.net>
13248              Date: Tue, 16 Jan 2001 13:52:48 +0000
13249              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
13250              
13251              Subject: Re: API Cleanup
13252              From: Simon Cozens <simon@cozens.net>
13253              Date: Tue, 16 Jan 2001 14:58:55 +0000
13254              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
13255              
13256              UTF-8 doc patches.
13257      Branch: perl
13258            ! embed.pl pod/perlapi.pod utf8.c
13259 ____________________________________________________________________________
13260 [  8451] By: jhi                                   on 2001/01/16  14:41:39
13261         Log: podlators 1.07, from Russ Allbery.
13262      Branch: perl
13263            ! lib/Pod/Man.pm
13264 ____________________________________________________________________________
13265 [  8450] By: jhi                                   on 2001/01/16  14:24:19
13266         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
13267              From: "Indy Singh" <indy@nusphere.com>
13268              Date: Mon, 15 Jan 2001 20:59:40 -0500
13269              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
13270      Branch: perl
13271            ! win32/Makefile
13272 ____________________________________________________________________________
13273 [  8449] By: jhi                                   on 2001/01/16  03:42:55
13274         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
13275              at the setting of the ofs_sv in new_struct_thread() as the
13276              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
13277              that invited a core dump.
13278      Branch: perl
13279            ! util.c
13280 ____________________________________________________________________________
13281 [  8448] By: jhi                                   on 2001/01/16  01:49:07
13282         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
13283              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13284              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
13285              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
13286              
13287              Replace #8444 and #8445.
13288      Branch: perl
13289            ! ext/B/B.xs ext/B/B/Debug.pm
13290 ____________________________________________________________________________
13291 [  8447] By: jhi                                   on 2001/01/15  21:05:35
13292         Log: Subject: [PATCH] API Variable documentation   
13293              From: Simon Cozens <simon@cozens.net>
13294              Date: Mon, 15 Jan 2001 19:35:54 +0000
13295              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
13296      Branch: perl
13297            ! pod/perlapi.pod thrdvar.h
13298 ____________________________________________________________________________
13299 [  8446] By: jhi                                   on 2001/01/15  20:49:20
13300         Log: Signedness nit.
13301      Branch: perl
13302            ! pp_ctl.c
13303 ____________________________________________________________________________
13304 [  8445] By: jhi                                   on 2001/01/15  20:28:48
13305         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
13306      Branch: perl
13307            ! ext/B/B/Debug.pm
13308 ____________________________________________________________________________
13309 [  8444] By: jhi                                   on 2001/01/15  13:09:10
13310         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
13311      Branch: perl
13312            ! ext/B/B.xs
13313 ____________________________________________________________________________
13314 [  8443] By: jhi                                   on 2001/01/15  13:06:26
13315         Log: Missing from #8439.
13316      Branch: perl
13317            ! keywords.h mg.c
13318 ____________________________________________________________________________
13319 [  8442] By: jhi                                   on 2001/01/15  13:02:38
13320         Log: Subject: [PATCH @8436] Eliminate op_children
13321              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13322              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
13323              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
13324              
13325              Subject: [PATCH @8436] Re: Eliminate op_children
13326              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13327              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
13328              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
13329      Branch: perl
13330            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
13331            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
13332            ! op.c op.h
13333 ____________________________________________________________________________
13334 [  8441] By: jhi                                   on 2001/01/15  12:57:08
13335         Log: Use the /^Perl_/-less form of is_lvalue_sub().
13336      Branch: perl
13337            ! pp.h
13338 ____________________________________________________________________________
13339 [  8440] By: jhi                                   on 2001/01/15  05:13:09
13340         Log: Revert #8437 and #8438, the Linux large files story is more complex.
13341      Branch: metaconfig/U/perl
13342            ! d_fpos64_t.U d_off64_t.U
13343      Branch: perl
13344            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13345            ! config_h.SH configure.com epoc/config.sh perl.h
13346            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
13347            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13348            ! win32/config.bc win32/config.gc win32/config.vc
13349 ____________________________________________________________________________
13350 [  8439] By: jhi                                   on 2001/01/15  05:02:24
13351         Log: More UTF-8 patches from Inaba Hiroto.
13352              - The substr lval was still not okay.
13353              - Now pp_stringify and sv_setsv copies source's UTF8 flag
13354              even if IN_BYTE.  pp_stringify is called from fold_constants
13355              at optimization phase and "\x{100}" was made SvUTF8_off under
13356              use bytes (the bytes pragma is for "byte semantics" and not
13357              for "do not produce UTF8 data")
13358              - New `qu' operator to generate UTF8 string explicitly.
13359              Though I agree with the policy "0x00-0xff always produce bytes",
13360              sometimes want to such a string to be coded in UTF8.
13361              I can use pack"U0a*" but it requires more typing and has
13362              runtime overhead.
13363              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
13364              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
13365              string is not UTF8_on and has char 0x80-0xff.
13366              
13367              TODO: document and test qu.
13368      Branch: perl
13369            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
13370            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
13371            ! toke.c
13372 ____________________________________________________________________________
13373 [  8438] By: jhi                                   on 2001/01/14  05:10:23
13374         Log: Metaconfig unit changes for #8437.
13375      Branch: metaconfig/U/perl
13376            ! d_fpos64_t.U d_off64_t.U
13377 ____________________________________________________________________________
13378 [  8437] By: jhi                                   on 2001/01/14  04:55:34
13379         Log: Add <features.h> probing, seems to be needed for (some?)
13380              Linux largefileness.
13381      Branch: perl
13382            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13383            ! config_h.SH configure.com epoc/config.sh perl.h
13384            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
13385            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13386            ! win32/config.bc win32/config.gc win32/config.vc
13387 ____________________________________________________________________________
13388 [  8436] By: jhi                                   on 2001/01/13  17:47:21
13389         Log: Tighten some of the tests a bit.
13390      Branch: perl
13391            ! t/pragma/utf8.t
13392 ____________________________________________________________________________
13393 [  8435] By: jhi                                   on 2001/01/13  17:31:54
13394         Log: Integrate perlio.
13395      Branch: perl
13396           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
13397           !> win32/config_H.gc win32/config_H.vc
13398 ____________________________________________________________________________
13399 [  8434] By: nick                                  on 2001/01/13  11:36:53
13400         Log: Run dmake regen_config_h for Win32
13401      Branch: perlio
13402            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13403 ____________________________________________________________________________
13404 [  8433] By: nick                                  on 2001/01/13  11:31:55
13405         Log: VMS friendly patch to Encode compile process
13406      Branch: perlio
13407            ! ext/Encode/Makefile.PL ext/Encode/compile
13408 ____________________________________________________________________________
13409 [  8432] By: nick                                  on 2001/01/13  11:06:44
13410         Log: Integrate mainline
13411      Branch: perlio
13412           +> ext/B/B/Concise.pm
13413           !> (integrate 52 files)
13414 ____________________________________________________________________________
13415 [  8431] By: jhi                                   on 2001/01/13  05:55:55
13416         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
13417              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13418              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
13419              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
13420      Branch: perl
13421            ! ext/B/B/Concise.pm
13422 ____________________________________________________________________________
13423 [  8430] By: jhi                                   on 2001/01/13  04:24:18
13424         Log: The LVRET macro needed an aTHX.
13425      Branch: perl
13426            ! pp.h
13427 ____________________________________________________________________________
13428 [  8429] By: jhi                                   on 2001/01/13  02:12:42
13429         Log: Update Changes.
13430      Branch: perl
13431            ! Changes patchlevel.h
13432 ____________________________________________________________________________
13433 [  8428] By: jhi                                   on 2001/01/13  02:08:50
13434         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
13435              From: Peter Prymmer <pvhp@forte.com>
13436              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
13437              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
13438              
13439              Add a BEGIN guard for sloppy floating point division.
13440      Branch: perl
13441            ! lib/Math/BigInt.pm lib/bigint.pl
13442 ____________________________________________________________________________
13443 [  8427] By: jhi                                   on 2001/01/13  01:47:16
13444         Log: The B::Terse drop-in replacement wasn't quite drop-in.
13445      Branch: perl
13446            ! ext/B/B/Terse.pm
13447 ____________________________________________________________________________
13448 [  8426] By: jhi                                   on 2001/01/12  21:20:43
13449         Log: Use UVXf.
13450      Branch: perl
13451            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13452            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
13453            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
13454            ! vos/config.ga.def vos/config.ga.h win32/config.bc
13455            ! win32/config.gc win32/config.vc
13456 ____________________________________________________________________________
13457 [  8425] By: jhi                                   on 2001/01/12  20:20:14
13458         Log: Subject: [PATCH perl@8342] -Wformat
13459              From: Robin Barker <rmb1@cise.npl.co.uk>
13460              Date: Fri, 12 Jan 2001 20:03:14 GMT
13461              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
13462      Branch: perl
13463            ! ext/Encode/Encode.xs mg.c sv.c toke.c
13464 ____________________________________________________________________________
13465 [  8424] By: jhi                                   on 2001/01/12  20:01:48
13466         Log: Subject: B::Concise -- an improved replacement for B::Terse 
13467              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13468              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
13469              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
13470      Branch: perl
13471            + ext/B/B/Concise.pm
13472            ! MANIFEST ext/B/B/Terse.pm
13473 ____________________________________________________________________________
13474 [  8423] By: jhi                                   on 2001/01/12  19:24:02
13475         Log: The new metaconfig unit from the #8421.
13476      Branch: metaconfig/U/perl
13477            + d_sigprocmask.U
13478 ____________________________________________________________________________
13479 [  8422] By: jhi                                   on 2001/01/12  19:23:43
13480         Log: Forgot the microperl config from the #8421.
13481      Branch: perl
13482            ! uconfig.h uconfig.sh
13483 ____________________________________________________________________________
13484 [  8421] By: jhi                                   on 2001/01/12  19:05:27
13485         Log: Add sigprocmask() probe, regen Configure, regen toc.
13486      Branch: perl
13487            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13488            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
13489            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13490            ! vos/config.ga.h win32/config.bc win32/config.gc
13491            ! win32/config.vc
13492 ____________________________________________________________________________
13493 [  8420] By: jhi                                   on 2001/01/12  18:34:31
13494         Log: Add sockatmark() to the todo list.
13495      Branch: perl
13496            ! Todo-5.6
13497 ____________________________________________________________________________
13498 [  8419] By: jhi                                   on 2001/01/12  18:09:46
13499         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
13500      Branch: perl
13501            ! op.c
13502 ____________________________________________________________________________
13503 [  8418] By: jhi                                   on 2001/01/12  18:05:30
13504         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
13505              From: Radu Greab <radu@netsoft.ro>
13506              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
13507              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
13508      Branch: perl
13509            ! op.c t/pragma/sub_lval.t
13510 ____________________________________________________________________________
13511 [  8417] By: jhi                                   on 2001/01/12  16:09:09
13512         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
13513              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
13514              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
13515              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
13516      Branch: perl
13517            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
13518            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
13519            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
13520            ! t/pragma/sub_lval.t toke.c
13521 ____________________________________________________________________________
13522 [  8416] By: jhi                                   on 2001/01/12  15:42:06
13523         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
13524              From: "Richard Soderberg" <rs@crystalflame.net>
13525              Date: Fri, 12 Jan 2001 04:49:35 -0800
13526              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
13527              
13528              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
13529              according to the platform.
13530      Branch: perl
13531            ! op.c
13532 ____________________________________________________________________________
13533 [  8415] By: jhi                                   on 2001/01/12  15:33:41
13534         Log: One more UTF-8 fix from Inaba Hiroto.
13535      Branch: perl
13536            ! pp.c regexec.c t/pragma/utf8.t
13537 ____________________________________________________________________________
13538 [  8414] By: jhi                                   on 2001/01/12  15:30:18
13539         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
13540      Branch: perl
13541            ! regexec.c
13542 ____________________________________________________________________________
13543 [  8413] By: jhi                                   on 2001/01/12  15:22:10
13544         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
13545              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
13546              Date: Thu, 11 Jan 2001 12:53:36 +0100
13547              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
13548      Branch: perl
13549            ! toke.c
13550 ____________________________________________________________________________
13551 [  8412] By: jhi                                   on 2001/01/12  15:20:25
13552         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
13553              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
13554              Date: Fri, 12 Jan 2001 14:37:55 +0100
13555              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
13556      Branch: perl
13557            ! hints/posix-bc.sh
13558 ____________________________________________________________________________
13559 [  8411] By: jhi                                   on 2001/01/12  15:14:14
13560         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
13561              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
13562              Date: Fri, 12 Jan 2001 10:42:21 +0100
13563              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
13564      Branch: perl
13565            ! t/op/regmesg.t
13566 ____________________________________________________________________________
13567 [  8410] By: jhi                                   on 2001/01/12  05:48:55
13568         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
13569              From: Nicholas Clark <nick@ccl4.org> 
13570              Date: Sun, 7 Jan 2001 19:47:14 +0000
13571              Message-ID: <20010107194714.B1048@plum.flirble.org>
13572      Branch: perl
13573            ! t/op/numconvert.t
13574 ____________________________________________________________________________
13575 [  8409] By: jhi                                   on 2001/01/12  05:41:28
13576         Log: Integrate perlio.
13577      Branch: perl
13578           !> mg.c scope.h
13579 ____________________________________________________________________________
13580 [  8408] By: nick                                  on 2001/01/11  22:43:28
13581         Log: Remove variables that were used in experiments.
13582      Branch: perlio
13583            ! mg.c
13584 ____________________________________________________________________________
13585 [  8407] By: nick                                  on 2001/01/11  20:57:44
13586         Log: Catch die in %SIG handler and unblock the signal before re-dying.
13587              This make Linux work _without_ sigsetjmp().
13588              Turn off sigsetjmp() to see what else it does.
13589              May need Configure probe for sigprocmask() if anything has sigaction()
13590              but not sigprocmask().
13591      Branch: perlio
13592            ! mg.c scope.h
13593 ____________________________________________________________________________
13594 [  8406] By: nick                                  on 2001/01/11  19:32:07
13595         Log: Integrate mainline
13596      Branch: perlio
13597           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
13598           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
13599           !> t/op/substr.t
13600 ____________________________________________________________________________
13601 [  8405] By: jhi                                   on 2001/01/11  17:11:01
13602         Log: Fix UTF-8 lval substr().
13603      Branch: perl
13604            ! mg.c t/op/substr.t
13605 ____________________________________________________________________________
13606 [  8404] By: jhi                                   on 2001/01/11  05:13:58
13607         Log: Update Changes.
13608      Branch: perl
13609            ! Changes patchlevel.h
13610 ____________________________________________________________________________
13611 [  8403] By: jhi                                   on 2001/01/11  04:38:24
13612         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
13613              From: Hugo <hv@crypt.compulink.co.uk>
13614              Date: Mon, 30 Oct 2000 01:33:26 +0000
13615              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
13616      Branch: perl
13617            ! regexec.c t/op/re_tests
13618 ____________________________________________________________________________
13619 [  8402] By: jhi                                   on 2001/01/11  04:26:12
13620         Log: Integrate perlio.
13621      Branch: perl
13622           !> scope.h util.c
13623 ____________________________________________________________________________
13624 [  8401] By: nick                                  on 2001/01/10  22:52:55
13625         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
13626              (So Alan and Ilya can try setting via hints.)
13627              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
13628              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
13629              doing the save everywhere seems to restart read() correctly, but just
13630              doing it once "round" the handler does not.
13631      Branch: perlio
13632            ! scope.h
13633 ____________________________________________________________________________
13634 [  8400] By: jhi                                   on 2001/01/10  21:57:54
13635         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
13636              of IRIX, HP-UX is unaffected.
13637      Branch: perl
13638            ! perl.h
13639 ____________________________________________________________________________
13640 [  8399] By: nick                                  on 2001/01/10  21:29:19
13641         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
13642      Branch: perlio
13643            ! util.c
13644 ____________________________________________________________________________
13645 [  8398] By: jhi                                   on 2001/01/10  20:55:31
13646         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
13647              also have ReusePort.
13648      Branch: perl
13649            ! ext/IO/lib/IO/Socket/INET.pm
13650 ____________________________________________________________________________
13651 [  8397] By: jhi                                   on 2001/01/10  20:50:57
13652         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
13653              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
13654              Date: Wed, 10 Jan 2001 01:38:13 -0800
13655              Message-ID: <20010110013813.B41744@yahoo-inc.com>
13656      Branch: perl
13657            ! ext/IO/lib/IO/Socket/INET.pm
13658 ____________________________________________________________________________
13659 [  8396] By: jhi                                   on 2001/01/10  20:49:30
13660         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
13661              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
13662              Date: Wed, 10 Jan 2001 01:37:32 -0800
13663              Message-ID: <20010110013732.A41744@yahoo-inc.com>
13664      Branch: perl
13665            ! ext/Socket/Socket.pm
13666 ____________________________________________________________________________
13667 [  8395] By: jhi                                   on 2001/01/10  20:41:37
13668         Log: Test for bug id 20010105.016 (fixed by #8378).
13669      Branch: perl
13670            ! t/op/split.t
13671 ____________________________________________________________________________
13672 [  8394] By: jhi                                   on 2001/01/10  20:26:32
13673         Log: Integrate perlio.
13674      Branch: perl
13675            ! util.c
13676 ____________________________________________________________________________
13677 [  8393] By: nick                                  on 2001/01/10  19:34:30
13678         Log: Back out Simon's pid hackery for now.
13679      Branch: perlio
13680            ! util.c
13681 ____________________________________________________________________________
13682 [  8392] By: nick                                  on 2001/01/10  19:23:13
13683         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
13684      Branch: perlio
13685           !> (integrate 29 files)
13686 ____________________________________________________________________________
13687 [  8391] By: jhi                                   on 2001/01/10  18:43:15
13688         Log: Subject: [PATCH] Fix my_pclose segfault
13689              From: Simon Cozens <simon@cozens.net>
13690              Date: Wed, 10 Jan 2001 18:39:35 +0000
13691              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
13692      Branch: perl
13693            ! util.c
13694 ____________________________________________________________________________
13695 [  8390] By: jhi                                   on 2001/01/10  18:42:08
13696         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
13697              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13698              Date:     Wed, 10 Jan 2001 13:23:02 EST
13699              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
13700      Branch: perl
13701            ! ext/Opcode/Opcode.xs
13702 ____________________________________________________________________________
13703 [  8389] By: jhi                                   on 2001/01/10  15:16:07
13704         Log: Turn off the integer preservation for now.
13705      Branch: perl
13706            ! perl.h
13707 ____________________________________________________________________________
13708 [  8388] By: jhi                                   on 2001/01/10  15:01:25
13709         Log: Few more IDE/editor nits from p5p.
13710      Branch: perl
13711            ! pod/perlfaq3.pod
13712 ____________________________________________________________________________
13713 [  8387] By: jhi                                   on 2001/01/10  06:53:16
13714         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
13715              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
13716              Date: Tue, 9 Jan 2001 23:16:02 +0000
13717              Message-ID: <20010109231602.A81101@plum.flirble.org>
13718      Branch: perl
13719            ! sv.c
13720 ____________________________________________________________________________
13721 [  8386] By: jhi                                   on 2001/01/10  03:17:54
13722         Log: Test cases for #8385 (from Simon's "torture.pl")
13723      Branch: perl
13724            ! t/op/tr.t
13725 ____________________________________________________________________________
13726 [  8385] By: jhi                                   on 2001/01/10  03:17:11
13727         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
13728              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
13729              Date: Wed, 10 Jan 2001 11:39:39 +0900
13730              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
13731              
13732              Some more UTF-8 tr cases fixed.
13733      Branch: perl
13734            ! doop.c
13735 ____________________________________________________________________________
13736 [  8384] By: jhi                                   on 2001/01/09  22:45:40
13737         Log: Allow the locale test needing POSIX and the taint test
13738              needing IPC::SysV to run under 'minitest' (basically,
13739              bail out if loading the extension fails)
13740      Branch: perl
13741            ! t/op/misc.t t/op/taint.t
13742 ____________________________________________________________________________
13743 [  8383] By: jhi                                   on 2001/01/09  21:36:04
13744         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
13745              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13746              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
13747              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
13748      Branch: perl
13749            ! t/io/openpid.t
13750 ____________________________________________________________________________
13751 [  8382] By: jhi                                   on 2001/01/09  21:06:08
13752         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
13753              Should finish up the bug id 20001205.022.
13754      Branch: perl
13755            ! pp.c pp_hot.c scope.c
13756 ____________________________________________________________________________
13757 [  8381] By: jhi                                   on 2001/01/09  18:27:43
13758         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
13759              From: Andy Dougherty <doughera@lafayette.edu>
13760              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
13761              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
13762              
13763              More robust yacc/bison error detection.
13764      Branch: perl
13765            ! t/comp/proto.t
13766 ____________________________________________________________________________
13767 [  8380] By: jhi                                   on 2001/01/09  15:21:38
13768         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
13769              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13770              Date:     Tue, 9 Jan 2001 07:53:55 EST
13771              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
13772      Branch: perl
13773            ! t/op/misc.t vms/test.com
13774 ____________________________________________________________________________
13775 [  8379] By: jhi                                   on 2001/01/09  15:20:38
13776         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
13777              From: jhi@cc.hut.fi
13778              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
13779              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
13780              
13781              The #8378 fixed this.
13782      Branch: perl
13783            ! t/op/tr.t
13784 ____________________________________________________________________________
13785 [  8378] By: jhi                                   on 2001/01/09  15:05:32
13786         Log: Subject: One more patch for UTF8 
13787              From: Inaba Hiroto <inaba@st.rim.or.jp>
13788              Date: Tue, 09 Jan 2001 01:04:32 +0900
13789              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
13790              
13791              UTF-8 fixes for 'x' and tr///.
13792      Branch: perl
13793            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
13794            ! regcomp.c regexec.c toke.c utf8.c
13795 ____________________________________________________________________________
13796 [  8377] By: jhi                                   on 2001/01/09  14:32:17
13797         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
13798      Branch: perl
13799            ! t/op/length.t
13800 ____________________________________________________________________________
13801 [  8376] By: jhi                                   on 2001/01/09  04:32:32
13802         Log: integrate changes #7775, #8316, #8316 from mainline
13803      Branch: maint-5.6/perl
13804            ! hints/solaris_2.sh
13805 ____________________________________________________________________________
13806 [  8375] By: jhi                                   on 2001/01/09  04:26:43
13807         Log: Update Changes.
13808      Branch: perl
13809            ! Changes patchlevel.h
13810 ____________________________________________________________________________
13811 [  8374] By: jhi                                   on 2001/01/09  04:14:32
13812         Log: IDE/editor section tweaking.
13813      Branch: perl
13814            ! pod/perlfaq3.pod
13815 ____________________________________________________________________________
13816 [  8373] By: jhi                                   on 2001/01/09  02:38:26
13817         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
13818              From: Peter Prymmer <pvhp@forte.com>
13819              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
13820              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
13821              
13822              In preparation os OS/390 dynamic loading.
13823      Branch: perl
13824            ! README.os390 hints/os390.sh
13825 ____________________________________________________________________________
13826 [  8372] By: jhi                                   on 2001/01/09  00:24:30
13827         Log: Integrate with perlio.
13828      Branch: perl
13829           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
13830 ____________________________________________________________________________
13831 [  8371] By: nick                                  on 2001/01/08  23:54:33
13832         Log: Fix "scalars leaked" bugs caused by overload magic
13833              (Highlighted by Ilya's DESTROY optimization.)
13834      Branch: perlio
13835            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
13836 ____________________________________________________________________________
13837 [  8370] By: nick                                  on 2001/01/08  20:19:41
13838         Log: Integrate mainline
13839      Branch: perlio
13840           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
13841           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
13842           !> t/op/64bitint.t
13843 ____________________________________________________________________________
13844 [  8369] By: jhi                                   on 2001/01/08  17:30:52
13845         Log: save_delete() Safefree() doesn't (anymore?) work with shared
13846              strings, one test failure in op/misc and almost all of lib/b.
13847              (Outcomments #8369.)
13848      Branch: perl
13849            ! scope.c
13850 ____________________________________________________________________________
13851 [  8368] By: jhi                                   on 2001/01/08  14:47:10
13852         Log: (Outcommented by #8369.)
13853              
13854              Subject: Re: Perl BugID 20001205.022 ---- save_delete
13855              From: Simon Cozens <simon@cozens.net>
13856              Date: Sat, 6 Jan 2001 11:48:40 +0000
13857              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
13858              
13859              The save_delete() does need the Safefree.
13860      Branch: perl
13861            ! scope.c
13862 ____________________________________________________________________________
13863 [  8367] By: bailey                                on 2001/01/08  08:53:52
13864         Log: Once again syncing after too long an absence
13865      Branch: vmsperl
13866           +> (branch 55 files)
13867            - MAINTAIN fix_pl vos/config.def vos/config.h
13868            - vos/config_h.SH_orig
13869           !> (integrate 498 files)
13870 ____________________________________________________________________________
13871 [  8366] By: jhi                                   on 2001/01/08  02:42:59
13872         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
13873              From: nick@ccl4.org
13874              Date: Sun, 7 Jan 2001 21:07:18 +0000
13875              Message-Id: <20010107210717.D1048@plum.flirble.org>
13876      Branch: perl
13877            ! sv.c t/op/64bitint.t
13878 ____________________________________________________________________________
13879 [  8365] By: jhi                                   on 2001/01/08  02:35:16
13880         Log: Subject: [PATCH] environ nit
13881              From: Simon Cozens <simon@cozens.net>
13882              Date: Sun, 7 Jan 2001 17:57:07 +0000
13883              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
13884              
13885              Use environ only if we have it.
13886      Branch: perl
13887            ! mg.c
13888 ____________________________________________________________________________
13889 [  8364] By: jhi                                   on 2001/01/08  02:24:51
13890         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
13891      Branch: perl
13892            ! ext/GDBM_File/GDBM_File.xs
13893 ____________________________________________________________________________
13894 [  8363] By: jhi                                   on 2001/01/08  02:19:24
13895         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
13896              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13897              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
13898              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
13899      Branch: perl
13900            ! dump.c op.c
13901 ____________________________________________________________________________
13902 [  8362] By: jhi                                   on 2001/01/08  02:17:43
13903         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
13904              From: Doug MacEachern <dougm@covalent.net>
13905              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
13906              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
13907              
13908              Allow AUTOLOAD to be an xsub and allow such xsubs
13909              to avoid use of $AUTOLOAD.
13910      Branch: perl
13911            ! gv.c
13912 ____________________________________________________________________________
13913 [  8361] By: jhi                                   on 2001/01/08  02:16:07
13914         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
13915              From: Radu Greab <radu@netsoft.ro>
13916              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
13917              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
13918              
13919              No need for the potentially unportable $SIG{CHLD}.
13920      Branch: perl
13921            ! t/io/pipe.t
13922 ____________________________________________________________________________
13923 [  8360] By: jhi                                   on 2001/01/08  01:58:23
13924         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
13925      Branch: perl
13926            ! lib/Getopt/Long.pm
13927 ____________________________________________________________________________
13928 [  8359] By: jhi                                   on 2001/01/08  01:55:44
13929         Log: Integrate perlio.
13930      Branch: perl
13931           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
13932           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
13933           !> utf8.c win32/Makefile
13934 ____________________________________________________________________________
13935 [  8358] By: jhi                                   on 2001/01/07  21:16:50
13936         Log: Update the EPOC cross SDK URL.
13937      Branch: perl
13938            ! README.epoc
13939 ____________________________________________________________________________
13940 [  8357] By: jhi                                   on 2001/01/07  21:16:09
13941         Log: Update the EPOC cross SDK URL.
13942      Branch: maint-5.6/perl
13943            ! README.epoc
13944 ____________________________________________________________________________
13945 [  8356] By: nick                                  on 2001/01/06  21:47:52
13946         Log: FILE * in XS code for PerlIO world:
13947              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
13948              - Add FILE * T_STDIO typemap.
13949              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
13950      Branch: perlio
13951            ! lib/ExtUtils/typemap perlio.c perlio.h
13952 ____________________________________________________________________________
13953 [  8355] By: jhi                                   on 2001/01/06  20:27:15
13954         Log: integrate change #8336 from mainline
13955              
13956              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
13957      Branch: maint-5.6/perl
13958            ! hv.c
13959 ____________________________________________________________________________
13960 [  8354] By: jhi                                   on 2001/01/06  20:24:29
13961         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
13962              From: Robin Barker <rmb1@cise.npl.co.uk>
13963              Date: Fri, 22 Dec 2000 12:17:38 GMT
13964              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
13965              
13966              The patch reformats some long =item lines so they give
13967              correct output via pod2man | nroff -man
13968              
13969              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
13970              From: Robin Barker <rmb1@cise.npl.co.uk>
13971              Date: Tue, 2 Jan 2001 15:35:03 GMT
13972              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
13973              
13974              Here is a _further_ patch which corrects a few more errors:
13975              * an empty C<=item> in CPAN.pm
13976              * patching the wrong file (pod/perlamiga.pod not README.amiga)
13977              * leaving empty C<=item>s which formatted incorrectly
13978              * over long C<=item>s revealed by latest patch to Pod::Man
13979      Branch: maint-5.6/perl
13980            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
13981            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
13982            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
13983            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
13984            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
13985            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
13986 ____________________________________________________________________________
13987 [  8353] By: jhi                                   on 2001/01/06  20:21:10
13988         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
13989              
13990              UTF-8 hash keys.
13991      Branch: maint-5.6/perl
13992            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
13993 ____________________________________________________________________________
13994 [  8352] By: jhi                                   on 2001/01/06  20:18:44
13995         Log: Forgotten from #8438.
13996      Branch: maint-5.6/perl
13997            ! epoc/epocish.h
13998 ____________________________________________________________________________
13999 [  8351] By: jhi                                   on 2001/01/06  20:18:12
14000         Log: Forgotten from #8347.
14001      Branch: maint-5.6/perl
14002            ! config_h.SH
14003 ____________________________________________________________________________
14004 [  8350] By: jhi                                   on 2001/01/06  20:00:19
14005         Log: Thinko in #8347.
14006      Branch: maint-5.6/perl
14007            ! regcomp.c
14008 ____________________________________________________________________________
14009 [  8349] By: jhi                                   on 2001/01/06  18:05:30
14010         Log: Copy the FAQ3 IDE section from the development branch,
14011              changes originally by Peter Prymmer.
14012      Branch: maint-5.6/perl
14013            ! pod/perlfaq3.pod
14014 ____________________________________________________________________________
14015 [  8348] By: jhi                                   on 2001/01/06  18:03:02
14016         Log: EPOC updates for TRIAL1.
14017              
14018              Subject: [5.6.1 trial1] EPOC update
14019              From: Olaf Flebbe <O.Flebbe@science-computing.de>
14020              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
14021              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
14022              
14023              Subject: epoc patch2 for perl-5.6.1-trial1
14024              From: Olaf Flebbe <O.Flebbe@science-computing.de>
14025              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
14026              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
14027      Branch: maint-5.6/perl
14028            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
14029            ! epoc/epocish.c
14030 ____________________________________________________________________________
14031 [  8347] By: jhi                                   on 2001/01/06  17:29:10
14032         Log: integrate changes #7710,7824,7973 from mainline,
14033              plus VMS nits from Peter Prymmer and Dan Sugalski.
14034              
14035              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
14036              library (getprotobyname and getprotobynumber are outversioned by
14037              the same calls in libc, at least for xlc version 3.
14038              
14039              Add HAS_SBRK_PROTO.
14040              
14041              Fixes for signedness warnings noticed by VMSperlers.
14042      Branch: maint-5.6/perl
14043            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14044            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
14045            ! sv.c vms/descrip_mms.template vos/config.alpha.def
14046            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14047            ! win32/config.bc win32/config.gc win32/config.vc
14048 ____________________________________________________________________________
14049 [  8346] By: nick                                  on 2001/01/06  14:36:01
14050         Log: Fixup accumulated integrate muddles (perlio == devperl again)
14051      Branch: perlio
14052            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
14053 ____________________________________________________________________________
14054 [  8345] By: nick                                  on 2001/01/06  14:24:58
14055         Log: Integrate mainline
14056      Branch: perlio
14057           !> (integrate 55 files)
14058 ____________________________________________________________________________
14059 [  8344] By: jhi                                   on 2001/01/06  02:24:02
14060         Log: Subject: [patch] PerlIO_cleanup() prototype
14061              From: Doug MacEachern <dougm@covalent.net>
14062              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
14063              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
14064      Branch: perl
14065            ! perlio.h
14066 ____________________________________________________________________________
14067 [  8343] By: jhi                                   on 2001/01/06  01:04:09
14068         Log: IRIX compiler noticed that the bof initialization might be
14069              bypassed by control flow.
14070      Branch: perl
14071            ! toke.c
14072 ____________________________________________________________________________
14073 [  8342] By: jhi                                   on 2001/01/06  00:10:48
14074         Log: Update Changes.
14075      Branch: perl
14076            ! Changes patchlevel.h
14077 ____________________________________________________________________________
14078 [  8341] By: jhi                                   on 2001/01/05  23:52:33
14079         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
14080      Branch: perl
14081            ! toke.c
14082 ____________________________________________________________________________
14083 [  8340] By: jhi                                   on 2001/01/05  22:44:08
14084         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
14085              From: Radu Greab <radu@netsoft.ro>
14086              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
14087              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
14088      Branch: perl
14089            ! t/io/pipe.t util.c
14090 ____________________________________________________________________________
14091 [  8339] By: jhi                                   on 2001/01/05  22:35:17
14092         Log: Subject: [PATCH] format and rewording in perlfaq.pod
14093              From: Robin Barker <rmb1@cise.npl.co.uk>
14094              Date: Fri, 5 Jan 2001 18:51:20 GMT
14095              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
14096      Branch: perl
14097            ! pod/perlfaq.pod
14098 ____________________________________________________________________________
14099 [  8338] By: jhi                                   on 2001/01/05  22:31:17
14100         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
14101              From: Peter Prymmer <pvhp@forte.com>
14102              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
14103              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
14104      Branch: perl
14105            ! utils/perlbug.PL
14106 ____________________________________________________________________________
14107 [  8337] By: jhi                                   on 2001/01/05  18:15:11
14108         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
14109              From: Robin Barker <rmb1@cise.npl.co.uk>
14110              Date: Tue, 2 Jan 2001 15:24:07 GMT
14111              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
14112              
14113              If you call configure as C<./Configure> or C<sh ./Configure>,
14114              $src is set to the absolute path name, not '.'.
14115              
14116              This, in turn, means -Dmksymlink tries to do its stuff because
14117              it does not think it is in the src directory.
14118              
14119              (plus a metaconfig nitfix)
14120      Branch: metaconfig
14121            ! U/compline/ccflags.U U/modified/src.U
14122      Branch: perl
14123            ! Configure config_h.SH
14124 ____________________________________________________________________________
14125 [  8336] By: jhi                                   on 2001/01/05  17:48:32
14126         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
14127              From: Alan Burlison <Alan.Burlison@uk.sun.com>
14128              Message-ID: <3A5606C4.473D2226@uk.sun.com>
14129              Date: Fri, 05 Jan 2001 17:39:16 +0000
14130      Branch: perl
14131            ! hv.c
14132 ____________________________________________________________________________
14133 [  8335] By: jhi                                   on 2001/01/05  16:05:44
14134         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
14135      Branch: perl
14136            ! lib/Getopt/Long.pm
14137 ____________________________________________________________________________
14138 [  8334] By: jhi                                   on 2001/01/05  16:00:51
14139         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
14140              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
14141              Date: Fri, 05 Jan 2001 13:46:51 +0100
14142              Message-ID: <13693.978698811@nice.ram.loc>
14143              
14144              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
14145              accurate reading of the "atime".  
14146      Branch: perl
14147            ! t/io/fs.t
14148 ____________________________________________________________________________
14149 [  8333] By: jhi                                   on 2001/01/05  15:57:37
14150         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
14151              From: Simon Cozens <simon@cozens.net>
14152              Date: Fri, 8 Dec 2000 13:33:31 +0000
14153              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
14154              
14155              A lost patch fragment.
14156      Branch: perl
14157            ! doop.c
14158 ____________________________________________________________________________
14159 [  8332] By: jhi                                   on 2001/01/05  15:40:42
14160         Log: Do away with strncpy() and a fixed length buffer.
14161      Branch: perl
14162            ! utf8.c
14163 ____________________________________________________________________________
14164 [  8331] By: jhi                                   on 2001/01/05  15:03:07
14165         Log: Tests for #8329 and #8330.
14166      Branch: perl
14167            ! t/op/bop.t
14168 ____________________________________________________________________________
14169 [  8330] By: jhi                                   on 2001/01/05  15:02:38
14170         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
14171              raw 8-bit form to the UTF-8 string.
14172      Branch: perl
14173            ! toke.c
14174 ____________________________________________________________________________
14175 [  8329] By: jhi                                   on 2001/01/05  14:55:13
14176         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
14177              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14178              Date: Fri, 5 Jan 2001 12:28:52 +0100
14179              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
14180              
14181              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
14182              no effect.  (changed the strncpy() to Copy())
14183      Branch: perl
14184            ! toke.c
14185 ____________________________________________________________________________
14186 [  8328] By: jhi                                   on 2001/01/05  06:44:27
14187         Log: UTF-8 cleanup.
14188      Branch: perl
14189            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
14190            ! regexec.c sv.c toke.c
14191 ____________________________________________________________________________
14192 [  8327] By: jhi                                   on 2001/01/05  01:11:29
14193         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')
14194              From: Radu Greab <radu@netsoft.ro>
14195              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
14196              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
14197              
14198              Cleans up Harness to not use FileHandle, which uses IO.
14199      Branch: perl
14200            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
14201 ____________________________________________________________________________
14202 [  8326] By: jhi                                   on 2001/01/05  00:56:37
14203         Log: Update Changes.
14204      Branch: perl
14205            ! Changes patchlevel.h
14206 ____________________________________________________________________________
14207 [  8325] By: jhi                                   on 2001/01/05  00:53:18
14208         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
14209              From: Peter Prymmer <pvhp@forte.com>
14210              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
14211              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
14212              
14213              plus a couple more tailing whitespace removals.
14214      Branch: perl
14215            ! win32/Makefile
14216 ____________________________________________________________________________
14217 [  8324] By: jhi                                   on 2001/01/05  00:47:39
14218         Log: Add some Unicode chop() tests.
14219      Branch: perl
14220            ! t/op/chop.t
14221 ____________________________________________________________________________
14222 [  8323] By: jhi                                   on 2001/01/05  00:47:23
14223         Log: Unify UTF-8 malformedness handling.
14224      Branch: perl
14225            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
14226 ____________________________________________________________________________
14227 [  8322] By: jhi                                   on 2001/01/04  22:21:54
14228         Log: The new $issymlink was unknown to Mksymlinks.
14229      Branch: metaconfig/U/perl
14230            ! Mksymlinks.U issymlink.U
14231      Branch: perl
14232            ! Configure config_h.SH
14233 ____________________________________________________________________________
14234 [  8321] By: jhi                                   on 2001/01/04  21:51:05
14235         Log: The test didn't work under the core test framework.
14236      Branch: perl
14237            ! t/lib/st-lock.t
14238 ____________________________________________________________________________
14239 [  8320] By: jhi                                   on 2001/01/04  21:14:22
14240         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
14241      Branch: perl
14242            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
14243 ____________________________________________________________________________
14244 [  8319] By: jhi                                   on 2001/01/04  20:46:17
14245         Log: Typo in #8312 when manually appying a problematic patch fragment.
14246      Branch: perl
14247            ! ext/Storable/Storable.xs
14248 ____________________________________________________________________________
14249 [  8318] By: jhi                                   on 2001/01/04  20:43:01
14250         Log: The $sh_c didn't fly.
14251      Branch: metaconfig
14252            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
14253            ! U/modified/Loc.U U/modified/myhostname.U
14254            ! U/modified/spitshell.U
14255      Branch: metaconfig/U/perl
14256            ! issymlink.U
14257      Branch: perl
14258            ! Configure config_h.SH
14259 ____________________________________________________________________________
14260 [  8317] By: jhi                                   on 2001/01/04  19:58:01
14261         Log: AIX builtin test -h is broken, changes based on
14262              
14263              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
14264              Date: Tue, 02 Jan 2001 11:24:39 +0100
14265              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14266              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
14267      Branch: metaconfig
14268            + U/modified/spitshell.U
14269            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
14270            ! U/modified/Loc.U U/modified/myhostname.U
14271      Branch: metaconfig/U/perl
14272            ! Mksymlinks.U issymlink.U
14273      Branch: perl
14274            ! Configure
14275 ____________________________________________________________________________
14276 [  8316] By: jhi                                   on 2001/01/04  19:02:22
14277         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
14278              From: Andy Dougherty <doughera@lafayette.edu>
14279              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
14280              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
14281              
14282              Beware of GNU ld.
14283      Branch: perl
14284            ! hints/solaris_2.sh
14285 ____________________________________________________________________________
14286 [  8315] By: jhi                                   on 2001/01/04  18:56:48
14287         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
14288              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
14289              Date: Wed, 3 Jan 2001 07:58:51 +0100
14290              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
14291      Branch: perl
14292            ! hints/solaris_2.sh
14293 ____________________________________________________________________________
14294 [  8314] By: jhi                                   on 2001/01/04  18:54:07
14295         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
14296              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
14297              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
14298              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
14299              
14300              Doc tweak on #8313.
14301      Branch: perl
14302            ! ext/B/B/Deparse.pm
14303 ____________________________________________________________________________
14304 [  8313] By: jhi                                   on 2001/01/04  18:52:27
14305         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
14306              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
14307              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
14308              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
14309              
14310              Make the peephole optimizer to bypass more null ops and
14311              and rewrite the deparse handling of continue blocks.
14312      Branch: perl
14313            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
14314 ____________________________________________________________________________
14315 [  8312] By: jhi                                   on 2001/01/04  18:47:39
14316         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
14317      Branch: perl
14318            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
14319            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
14320            ! t/lib/st-lock.t
14321 ____________________________________________________________________________
14322 [  8311] By: jhi                                   on 2001/01/04  18:36:08
14323         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
14324              filter to be run on each .pm during the pm_to_blib() phase,
14325              a fixed version of
14326              
14327              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
14328              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
14329              Date: Wed, 03 Jan 2001 22:01:30 +0100
14330              Message-ID: <5296.978555690@nice.ram.loc>
14331      Branch: perl
14332            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
14333            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
14334            ! lib/ExtUtils/MakeMaker.pm
14335 ____________________________________________________________________________
14336 [  8310] By: jhi                                   on 2001/01/04  18:32:54
14337         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
14338              From: Robin Barker <rmb1@cise.npl.co.uk>
14339              Date: Tue, 2 Jan 2001 15:35:03 GMT
14340              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
14341      Branch: perl
14342            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
14343            ! pod/perlrequick.pod
14344 ____________________________________________________________________________
14345 [  8309] By: jhi                                   on 2001/01/04  18:29:07
14346         Log: Subject: Re: [patch] static-ize XS()
14347              From: Doug MacEachern <dougm@covalent.net>
14348              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
14349              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
14350              
14351              Provide prototypes for the XS functions.
14352      Branch: perl
14353            ! lib/ExtUtils/xsubpp
14354 ____________________________________________________________________________
14355 [  8308] By: jhi                                   on 2001/01/04  18:27:44
14356         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
14357              From: Doug MacEachern <dougm@covalent.net>
14358              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
14359              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
14360      Branch: perl
14361            ! lib/ExtUtils/typemap
14362 ____________________________________________________________________________
14363 [  8307] By: jhi                                   on 2001/01/04  18:25:25
14364         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
14365              From: Doug MacEachern <dougm@covalent.net>
14366              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
14367              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
14368              
14369              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
14370      Branch: perl
14371            ! lib/ExtUtils/MM_Unix.pm
14372 ____________________________________________________________________________
14373 [  8306] By: jhi                                   on 2001/01/04  18:23:00
14374         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
14375              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14376              Date: Thu, 4 Jan 2001 12:47:10 +0100 
14377              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
14378              
14379              The toke.c part only, patching embed.h and proto.h is futile.
14380      Branch: perl
14381            ! toke.c
14382 ____________________________________________________________________________
14383 [  8305] By: jhi                                   on 2001/01/04  18:05:51
14384         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
14385              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14386              Date: Thu, 4 Jan 2001 17:50:12 +0100 
14387              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
14388      Branch: perl
14389            ! toke.c
14390 ____________________________________________________________________________
14391 [  8304] By: jhi                                   on 2001/01/04  18:03:26
14392         Log: Subject: [PATCH perl@8269]
14393              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14394              Date: Thu, 4 Jan 2001 12:53:39 +0100 
14395              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
14396              
14397              If running byacc write-enable also perly.h.
14398      Branch: perl
14399            ! Makefile.SH
14400 ____________________________________________________________________________
14401 [  8303] By: jhi                                   on 2001/01/04  15:40:49
14402         Log: Rewrite pp_concat() in terms of sv_catsv().
14403      Branch: perl
14404            ! pp_hot.c
14405 ____________________________________________________________________________
14406 [  8302] By: nick                                  on 2001/01/03  22:43:22
14407         Log: Integrate mainline.
14408      Branch: perlio
14409           !> ext/Encode/Encode.xs sv.c utf8.c
14410 ____________________________________________________________________________
14411 [  8301] By: jhi                                   on 2001/01/02  23:40:26
14412         Log: Variable naming tweak.
14413      Branch: perl
14414            ! sv.c
14415 ____________________________________________________________________________
14416 [  8300] By: jhi                                   on 2001/01/02  23:40:02
14417         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
14418              in is_utf8_string().
14419      Branch: perl
14420            ! utf8.c
14421 ____________________________________________________________________________
14422 [  8299] By: jhi                                   on 2001/01/02  22:14:40
14423         Log: Integrate perlio.
14424      Branch: perl
14425           !> pp.c pp_hot.c win32/Makefile
14426 ____________________________________________________________________________
14427 [  8298] By: nick                                  on 2001/01/02  22:03:06
14428         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
14429      Branch: perlio
14430            ! pp.c pp_hot.c
14431 ____________________________________________________________________________
14432 [  8297] By: jhi                                   on 2001/01/02  04:26:28
14433         Log: Signedness nit.
14434      Branch: perl
14435            ! ext/Encode/Encode.xs
14436 ____________________________________________________________________________
14437 [  8296] By: nick                                  on 2001/01/01  23:49:36
14438         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
14439      Branch: perlio
14440            ! win32/Makefile
14441 ____________________________________________________________________________
14442 [  8295] By: jhi                                   on 2001/01/01  23:05:48
14443         Log: Integrate perlio.
14444      Branch: perl
14445           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
14446           !> t/lib/encode.t
14447 ____________________________________________________________________________
14448 [  8294] By: nick                                  on 2001/01/01  22:48:34
14449         Log: Integrate mainline
14450      Branch: perlio
14451            ! pp_hot.c t/lib/encode.t
14452           !> (integrate 65 files)
14453 ____________________________________________________________________________
14454 [  8293] By: nick                                  on 2001/01/01  21:58:50
14455         Log: More rigor in UTF-8-ness of Encode's toUnicode
14456              XS export some of the utf8 internal functions.
14457              Test some of the functions.
14458              Fix pp_concat() bug shown by said tests.
14459      Branch: perlio
14460            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
14461            ! t/lib/encode.t
14462 ____________________________________________________________________________
14463 [  8292] By: jhi                                   on 2001/01/01  18:11:44
14464         Log: Integrate perlio.
14465      Branch: perl
14466           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
14467           !> ext/Encode/encengine.c ext/Encode/encode.h
14468 ____________________________________________________________________________
14469 [  8291] By: jhi                                   on 2001/01/01  18:10:58
14470         Log: Podify README.mpeix (a new version from the web),
14471              add a dummy NAME to Carp::Heavy, regen toc.
14472      Branch: perl
14473            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
14474            ! pod/perltoc.pod
14475 ____________________________________________________________________________
14476 [  8290] By: nick                                  on 2001/01/01  17:43:47
14477         Log: Loose the "Loading..." warning.
14478              Another bug in fallback support
14479      Branch: perlio
14480            ! ext/Encode/Encode.pm ext/Encode/encengine.c
14481 ____________________________________________________________________________
14482 [  8289] By: jhi                                   on 2001/01/01  00:01:57
14483         Log: Bump up Larry's copyright.
14484      Branch: perl
14485            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
14486            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
14487            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
14488            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
14489            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
14490            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
14491            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
14492            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
14493 ____________________________________________________________________________
14494 [  8288] By: nick                                  on 2000/12/31  21:27:53
14495         Log: Fix .ucm reading - forgot a chr()
14496              Start of .ucm write (for .enc to .ucm)
14497      Branch: perlio
14498            ! ext/Encode/compile
14499 ____________________________________________________________________________
14500 [  8287] By: jhi                                   on 2000/12/31  18:15:56
14501         Log: Comment away a diagnostic message as noted by Craig A. Berry
14502              (the unexpected message was confusing testing)
14503      Branch: perl
14504            ! ext/Encode/Encode.pm
14505 ____________________________________________________________________________
14506 [  8286] By: jhi                                   on 2000/12/31  18:14:51
14507         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
14508              Date: Sun, 31 Dec 2000 11:17:37 -0600
14509              From: "Craig A. Berry" <craigberry@mac.com>
14510              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
14511      Branch: perl
14512            ! ext/Encode/Makefile.PL
14513 ____________________________________________________________________________
14514 [  8285] By: nick                                  on 2000/12/31  18:11:54
14515         Log: Start of support of ICU-style .ucm files:
14516              - teach compile how to read a .ucm file
14517              - first guess at how to represent fallbacks in "tries".
14518              - use fallbacks if check == 0
14519              - new return code to indicate we used one.
14520      Branch: perlio
14521            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
14522            ! ext/Encode/encengine.c ext/Encode/encode.h
14523 ____________________________________________________________________________
14524 [  8284] By: jhi                                   on 2000/12/31  18:04:41
14525         Log: Pacify picky VMS compiler.
14526              
14527              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
14528              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14529              Date: Sat, 30 Dec 2000 18:10:02 -0600
14530              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
14531      Branch: perl
14532            ! sv.c
14533 ____________________________________________________________________________
14534 [  8283] By: jhi                                   on 2000/12/31  16:11:47
14535         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
14536      Branch: perl
14537            ! t/lib/glob-basic.t
14538 ____________________________________________________________________________
14539 [  8282] By: jhi                                   on 2000/12/31  15:26:11
14540         Log: Integrate perlio.
14541      Branch: perl
14542           !> makedef.pl opcode.pl os2/os2.c perlio.c
14543 ____________________________________________________________________________
14544 [  8281] By: nick                                  on 2000/12/31  10:06:15
14545         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
14546              is available to be exported
14547      Branch: perlio
14548            ! makedef.pl perlio.c
14549 ____________________________________________________________________________
14550 [  8280] By: nick                                  on 2000/12/31  09:41:26
14551         Log: Ilya's OS2 patch (testing for damage on Win32)
14552      Branch: perlio
14553            ! makedef.pl opcode.pl os2/os2.c
14554 ____________________________________________________________________________
14555 [  8279] By: jhi                                   on 2000/12/30  21:52:07
14556         Log: Test nits.
14557      Branch: perl
14558            ! t/lib/syslfs.t t/op/lfs.t
14559 ____________________________________________________________________________
14560 [  8278] By: jhi                                   on 2000/12/30  21:47:49
14561         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
14562              From: andreas.koenig@anima.de (Andreas J. Koenig)
14563              Date: 30 Dec 2000 22:35:37 +0100
14564              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
14565              
14566              The 32-bit wraparound test wasn't quite right.
14567      Branch: perl
14568            ! t/lib/syslfs.t t/op/lfs.t
14569 ____________________________________________________________________________
14570 [  8277] By: jhi                                   on 2000/12/30  21:33:44
14571         Log: Subject: [PATCH] open() example in perlfunc.pod 
14572              From: Karsten Sperling <s_sperli@ira.uka.de>
14573              Date: Sat, 30 Dec 2000 22:27:09 +0100
14574              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
14575      Branch: perl
14576            ! pod/perlfunc.pod
14577 ____________________________________________________________________________
14578 [  8276] By: jhi                                   on 2000/12/30  20:32:40
14579         Log: Not quite that many tests yet.
14580      Branch: perl
14581            ! t/op/pat.t
14582 ____________________________________________________________________________
14583 [  8275] By: jhi                                   on 2000/12/30  20:26:58
14584         Log: Integrate perlio.
14585      Branch: perl
14586           !> toke.c
14587 ____________________________________________________________________________
14588 [  8274] By: jhi                                   on 2000/12/30  20:24:56
14589         Log: Signedness nit.
14590      Branch: perl
14591            ! utf8.c
14592 ____________________________________________________________________________
14593 [  8273] By: jhi                                   on 2000/12/30  20:15:46
14594         Log: Add a test case for 20000731.001 which was fixed by the #8267.
14595      Branch: perl
14596            ! t/op/pat.t
14597 ____________________________________________________________________________
14598 [  8272] By: nick                                  on 2000/12/30  19:47:51
14599         Log: Tweak for MULTIPLICITY/USE_PERLIO
14600      Branch: perlio
14601            ! toke.c
14602 ____________________________________________________________________________
14603 [  8271] By: nick                                  on 2000/12/30  19:46:45
14604         Log: Integrate mainline
14605      Branch: perlio
14606           +> lib/unicode/distinct.pm
14607           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
14608           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
14609           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
14610 ____________________________________________________________________________
14611 [  8270] By: jhi                                   on 2000/12/30  19:39:50
14612         Log: Subject: RE: perl@8269
14613              From: "Richard Soderberg" <rs@crystalflame.net>
14614              Date: Sat, 30 Dec 2000 11:36:27 -0800
14615              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
14616              
14617              A missing aTHX_.
14618      Branch: perl
14619            ! toke.c
14620 ____________________________________________________________________________
14621 [  8269] By: jhi                                   on 2000/12/30  18:55:48
14622         Log: Update Changes.
14623      Branch: perl
14624            ! Changes patchlevel.h
14625 ____________________________________________________________________________
14626 [  8268] By: jhi                                   on 2000/12/30  17:18:40
14627         Log: Add a test for Unicode split //.  The #8267 was the cure.
14628      Branch: perl
14629            ! t/op/split.t
14630 ____________________________________________________________________________
14631 [  8267] By: jhi                                   on 2000/12/30  17:14:19
14632         Log: Subject: more UTF8 test suites and an UTF8 patch
14633              From: Inaba Hiroto <inaba@st.rim.or.jp>
14634              Date: Sat, 30 Dec 2000 14:27:10 +0900
14635              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
14636              
14637              Just the patch part for now, and the pragma renamed
14638              as unicode::distinct.
14639      Branch: perl
14640            + lib/unicode/distinct.pm
14641            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
14642            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
14643            ! regcomp.h regexec.c sv.c toke.c utf8.c
14644 ____________________________________________________________________________
14645 [  8266] By: nick                                  on 2000/12/30  16:40:49
14646         Log: Integrate mainline
14647      Branch: perlio
14648           +> lib/Pod/Text/Overstrike.pm
14649           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
14650           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
14651           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
14652           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
14653           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
14654 ____________________________________________________________________________
14655 [  8265] By: jhi                                   on 2000/12/30  07:28:55
14656         Log: The sv_catsv() fix, take two.
14657      Branch: perl
14658            ! sv.c t/op/join.t
14659 ____________________________________________________________________________
14660 [  8264] By: jhi                                   on 2000/12/30  06:19:18
14661         Log: Undo all the join-related changes since #8248: relevant
14662              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
14663              The new sv_catsv() doesn't fly so it must go back to
14664              the drawing board.
14665      Branch: perl
14666            ! sv.c t/op/join.t t/pragma/utf8.t
14667 ____________________________________________________________________________
14668 [  8263] By: jhi                                   on 2000/12/30  01:08:32
14669         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
14670      Branch: perl
14671            ! sv.c
14672 ____________________________________________________________________________
14673 [  8262] By: jhi                                   on 2000/12/30  00:45:14
14674         Log: Retract #8261.
14675      Branch: perl
14676            ! hv.c util.c
14677 ____________________________________________________________________________
14678 [  8261] By: jhi                                   on 2000/12/30  00:38:32
14679         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
14680      Branch: perl
14681            ! hv.c util.c
14682 ____________________________________________________________________________
14683 [  8260] By: jhi                                   on 2000/12/29  22:51:33
14684         Log: (Retracted by #8264)  More fixing for #8251.
14685      Branch: perl
14686            ! sv.c
14687 ____________________________________________________________________________
14688 [  8259] By: jhi                                   on 2000/12/29  18:27:30
14689         Log: Subject: podlators 1.06 released
14690              From: Russ Allbery <rra@stanford.edu>
14691              Date: 25 Dec 2000 05:09:30 -0800
14692              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
14693      Branch: perl
14694            + lib/Pod/Text/Overstrike.pm
14695            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
14696            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
14697 ____________________________________________________________________________
14698 [  8258] By: jhi                                   on 2000/12/29  18:20:45
14699         Log: Make the large file tests more robust/talkative as suggested by
14700              
14701              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
14702              From: andreas.koenig@anima.de (Andreas J. Koenig)
14703              Date: 29 Dec 2000 14:23:01 +0100
14704              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
14705      Branch: perl
14706            ! t/lib/syslfs.t t/op/lfs.t
14707 ____________________________________________________________________________
14708 [  8257] By: jhi                                   on 2000/12/29  17:48:04
14709         Log: Further VMS piping fixes from Charles Lane:
14710              
14711              In summary, error messages produced when a subprocess terminated
14712              abnormally were being sent not just to the parent process, but to
14713              grandparents, because of default values for error output that were
14714              not completely overridden when the subprocess was started.
14715              
14716              This patch fixes this behavior by defining user-mode (i.e., temporary
14717              for the duration of the program) logical names for SYS$OUTPUT and
14718              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
14719              changes to make it so that the user-mode logicals are the ones that
14720              control where Perl's error messages go if it terminates abnormally.
14721              
14722              I also added some gratuitous fixes to the indentation of braces in
14723              the piping code.  It just looked ugly, before.
14724      Branch: perl
14725            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
14726 ____________________________________________________________________________
14727 [  8256] By: jhi                                   on 2000/12/29  17:45:12
14728         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
14729              From: "Casey R. Tweten" <crt@kiski.net>
14730              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
14731              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
14732              
14733              Tests for for #8240.
14734      Branch: perl
14735            ! t/pragma/constant.t
14736 ____________________________________________________________________________
14737 [  8255] By: jhi                                   on 2000/12/29  17:43:07
14738         Log: Subject: Re: [PATCH] Interesting syntax idea
14739              From: Simon Cozens <simon@cozens.net>
14740              Date: Fri, 29 Dec 2000 14:34:04 +0000
14741              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
14742              
14743              Tests for #8254.
14744      Branch: perl
14745            ! t/pragma/sub_lval.t
14746 ____________________________________________________________________________
14747 [  8254] By: jhi                                   on 2000/12/29  17:42:11
14748         Log: Subject: [PATCH] Interesting syntax idea
14749              From: Simon Cozens <simon@cozens.net>
14750              Date: Wed, 27 Dec 2000 05:08:57 +0000
14751              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
14752              
14753              Make opens + bareword assigns do typeglob assigns.
14754      Branch: perl
14755            ! op.c
14756 ____________________________________________________________________________
14757 [  8253] By: jhi                                   on 2000/12/29  17:36:45
14758         Log: Output the (apparent) version of gcc, as suggested by
14759              
14760              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
14761              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
14762              Date: 26 Dec 2000 04:29:17 -0500
14763              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
14764              
14765              (The patch as such didn't any more apply as the misparsing had
14766              already been addressed in #6474.)  Also change the wording about
14767              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
14768      Branch: perl
14769            ! hints/dec_osf.sh
14770 ____________________________________________________________________________
14771 [  8252] By: nick                                  on 2000/12/29  12:14:31
14772         Log: Integrate mainline
14773      Branch: perlio
14774           !> (integrate 27 files)
14775 ____________________________________________________________________________
14776 [  8251] By: jhi                                   on 2000/12/29  08:45:46
14777         Log: (Retracted by #8264)
14778              
14779              (Fixed by #8260.)
14780              
14781              sv_catsv() needs one more byte space than seems reasonable.
14782              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
14783              Curiouser and curiouser.
14784      Branch: perl
14785            ! sv.c
14786 ____________________________________________________________________________
14787 [  8250] By: jhi                                   on 2000/12/29  07:57:52
14788         Log: More split // UTF-8 tests.
14789      Branch: perl
14790            ! t/pragma/utf8.t
14791 ____________________________________________________________________________
14792 [  8249] By: jhi                                   on 2000/12/29  07:54:51
14793         Log: (Retracted by #8264)  More join() testing which was good because
14794              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
14795      Branch: perl
14796            ! pp.c t/op/join.t utf8.c utf8.h
14797 ____________________________________________________________________________
14798 [  8248] By: jhi                                   on 2000/12/29  07:08:32
14799         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
14800              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
14801              that the only cases to care about are byte+byte and byte+character.
14802              
14803              TODO: See how well pp_concat() could be implemented in terms
14804              of sv_catsv().
14805      Branch: perl
14806            ! doop.c sv.c t/op/join.t utf8.h
14807 ____________________________________________________________________________
14808 [  8247] By: jhi                                   on 2000/12/29  06:35:23
14809         Log: Signedness nit.
14810      Branch: perl
14811            ! pp_hot.c
14812 ____________________________________________________________________________
14813 [  8246] By: jhi                                   on 2000/12/29  01:23:31
14814         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
14815              From: Lupe Christoph <lupe@lupe-christoph.de>
14816              Date: Thu, 28 Dec 2000 23:00:00 +0100
14817              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
14818              
14819              Suggest rsync --delete --dry-run.
14820      Branch: perl
14821            ! pod/perlhack.pod
14822 ____________________________________________________________________________
14823 [  8245] By: jhi                                   on 2000/12/28  23:57:05
14824         Log: The maxiters upper limit sanity check (guarding against
14825              non-progress) assumed bytes instead of characters in s///
14826              and split().
14827      Branch: perl
14828            ! pp.c pp_hot.c
14829 ____________________________________________________________________________
14830 [  8244] By: jhi                                   on 2000/12/28  23:34:08
14831         Log: Make some panic messages a bit more logical.
14832      Branch: perl
14833            ! doop.c pod/perldiag.pod pp.c pp_hot.c
14834 ____________________________________________________________________________
14835 [  8243] By: jhi                                   on 2000/12/28  22:59:16
14836         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
14837              From: Simon Cozens <simon@cozens.net>
14838              Date: Wed, 27 Dec 2000 02:30:03 +0000
14839              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
14840      Branch: perl
14841            ! pp.c t/pragma/sub_lval.t
14842 ____________________________________________________________________________
14843 [  8242] By: jhi                                   on 2000/12/28  22:56:53
14844         Log: Subject: [PATCH blead] Fix B::Terse indentation
14845              From: Daniel Chetlin <daniel@chetlin.com>
14846              Date: Wed, 27 Dec 2000 06:43:30 -0800
14847              Message-ID: <20001227064329.B9573@darkstar>
14848      Branch: perl
14849            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
14850 ____________________________________________________________________________
14851 [  8241] By: jhi                                   on 2000/12/28  22:48:59
14852         Log: The latter patch from the
14853              
14854              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
14855              From: Peter Prymmer <pvhp@forte.com> 
14856              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
14857              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
14858              
14859              (the former patch from the above should have been
14860              taken care of by Nick I-S)
14861      Branch: perl
14862            ! win32/Makefile
14863 ____________________________________________________________________________
14864 [  8240] By: jhi                                   on 2000/12/28  22:45:22
14865         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
14866              From: "Casey R. Tweten" <crt@kiski.net>
14867              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
14868              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
14869      Branch: perl
14870            ! lib/constant.pm
14871 ____________________________________________________________________________
14872 [  8239] By: jhi                                   on 2000/12/28  22:37:45
14873         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
14874              From: Simon Cozens <simon@cozens.net>
14875              Date: Wed, 27 Dec 2000 14:12:44 +0000
14876              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
14877      Branch: perl
14878            ! t/op/method.t t/op/sort.t toke.c
14879 ____________________________________________________________________________
14880 [  8238] By: jhi                                   on 2000/12/28  22:30:32
14881         Log: Subject: [PATCH perl@8229] Call.pm
14882              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
14883              Date: Mon, 25 Dec 2000 10:47:15 -0000
14884              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
14885      Branch: perl
14886            ! ext/Filter/Util/Call/Call.pm
14887 ____________________________________________________________________________
14888 [  8237] By: jhi                                   on 2000/12/28  22:19:21
14889         Log: Subject: [PATCH blead] Fix problem with `&' prototype
14890              From: Daniel Chetlin <daniel@chetlin.com>
14891              Date: Wed, 27 Dec 2000 15:55:32 -0800
14892              Message-ID: <20001227155532.D9573@darkstar>
14893      Branch: perl
14894            ! op.c t/comp/proto.t
14895 ____________________________________________________________________________
14896 [  8236] By: jhi                                   on 2000/12/28  22:09:25
14897         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
14898              From: Daniel Chetlin <daniel@chetlin.com>
14899              Date: Sun, 24 Dec 2000 04:09:49 -0800
14900              Message-ID: <20001224040949.B3090@darkstar>
14901      Branch: perl
14902            ! gv.c mg.c t/op/attrs.t
14903 ____________________________________________________________________________
14904 [  8235] By: jhi                                   on 2000/12/28  22:07:11
14905         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
14906              From: Jan Dubois <jand@ActiveState.com>
14907              Date: Tue, 26 Dec 2000 20:57:31 -0800
14908              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
14909      Branch: perl
14910            ! win32/win32.c
14911 ____________________________________________________________________________
14912 [  8234] By: jhi                                   on 2000/12/28  21:52:42
14913         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
14914              From: Simon Cozens <simon@cozens.net>
14915              Date: Thu, 28 Dec 2000 20:33:13 +0000
14916              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
14917      Branch: perl
14918            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
14919 ____________________________________________________________________________
14920 [  8233] By: jhi                                   on 2000/12/28  19:40:49
14921         Log: Integrate perlio.
14922      Branch: perl
14923           !> ext/Encode/Makefile.PL ext/Encode/compile
14924 ____________________________________________________________________________
14925 [  8232] By: nick                                  on 2000/12/23  16:06:00
14926         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
14927              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
14928      Branch: perlio
14929            ! ext/Encode/Makefile.PL
14930 ____________________________________________________________________________
14931 [  8231] By: nick                                  on 2000/12/23  14:30:34
14932         Log: "Compiled" encode build cleanup
14933              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
14934              - .c files do not export sub-tables
14935      Branch: perlio
14936            ! ext/Encode/Makefile.PL ext/Encode/compile
14937 ____________________________________________________________________________
14938 [  8230] By: nick                                  on 2000/12/23  12:50:37
14939         Log: Integrate mainline
14940      Branch: perlio
14941           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
14942           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
14943           !> pod/perl5004delta.pod pod/perl5005delta.pod
14944           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
14945           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
14946           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
14947           !> pod/perlsub.pod
14948 ____________________________________________________________________________
14949 [  8229] By: jhi                                   on 2000/12/22  15:32:12
14950         Log: Integrate perlio.
14951      Branch: perl
14952           +> win32/distclean.bat
14953           !> MANIFEST t/io/utf8.t
14954 ____________________________________________________________________________
14955 [  8228] By: jhi                                   on 2000/12/22  15:29:40
14956         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
14957              From: Robin Barker <rmb1@cise.npl.co.uk>
14958              Date: Fri, 22 Dec 2000 12:17:38 GMT
14959              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
14960      Branch: perl
14961            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
14962            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
14963            ! pod/perl5004delta.pod pod/perl5005delta.pod
14964            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
14965            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
14966            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
14967            ! pod/perlsub.pod
14968 ____________________________________________________________________________
14969 [  8227] By: jhi                                   on 2000/12/22  15:24:28
14970         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
14971              From: "John L. Allen" <allen@grumman.com>
14972              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
14973              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
14974              
14975              Document APPLLIB_EXP.
14976      Branch: perl
14977            ! INSTALL
14978 ____________________________________________________________________________
14979 [  8226] By: nick                                  on 2000/12/21  22:11:50
14980         Log: Handy script for when one forgets to "dmake clean" 
14981      Branch: perlio
14982            + win32/distclean.bat
14983            ! MANIFEST
14984 ____________________________________________________________________________
14985 [  8225] By: nick                                  on 2000/12/21  21:54:04
14986         Log: CRLF platform issue with io/utf8 fix.
14987      Branch: perlio
14988            ! t/io/utf8.t
14989 ____________________________________________________________________________
14990 [  8224] By: nick                                  on 2000/12/21  21:02:20
14991         Log: Integrate mainline
14992      Branch: perlio
14993           !> Changes Configure Makefile.SH Porting/Glossary
14994           !> Porting/config.sh Porting/config_H configure.com
14995           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
14996           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
14997           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
14998           !> win32/config.bc win32/config.gc win32/config.vc
14999 ____________________________________________________________________________
15000 [  8223] By: jhi                                   on 2000/12/21  17:09:16
15001         Log: Update Changes.
15002      Branch: perl
15003            ! Changes patchlevel.h
15004 ____________________________________________________________________________
15005 [  8222] By: jhi                                   on 2000/12/21  16:24:01
15006         Log: Metaconfig unit changes for #8221.
15007      Branch: metaconfig/U/perl
15008           +> issymlink.U
15009            - testsyml.U
15010            ! Mksymlinks.U
15011 ____________________________________________________________________________
15012 [  8221] By: jhi                                   on 2000/12/21  16:23:48
15013         Log: Rename testsyml to issymlink.
15014      Branch: perl
15015            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15016            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
15017            ! win32/config.vc
15018 ____________________________________________________________________________
15019 [  8220] By: jhi                                   on 2000/12/21  15:47:26
15020         Log: Robustness support for #8218 (symlink forest) since the GNU
15021              tools seem to be overly picky about symlinkage depths.
15022      Branch: perl
15023            ! Makefile.SH t/io/fs.t
15024 ____________________________________________________________________________
15025 [  8219] By: jhi                                   on 2000/12/21  15:38:27
15026         Log: Metaconfig changes for #8218.
15027      Branch: metaconfig
15028            ! U/modified/Oldconfig.U
15029      Branch: metaconfig/U/perl
15030            + Mksymlinks.U
15031            ! testsyml.U
15032 ____________________________________________________________________________
15033 [  8218] By: jhi                                   on 2000/12/21  15:37:57
15034         Log: Add Configure option -Dmksymlinks which will create a symlink
15035              forest if the current/build differs from the source directory.
15036              TODO: mkdir -p is not portable.
15037      Branch: perl
15038            ! Configure
15039 ____________________________________________________________________________
15040 [  8217] By: jhi                                   on 2000/12/21  14:39:12
15041         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
15042              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
15043              Date: Thu, 21 Dec 2000 09:38:18 GMT
15044              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
15045              
15046              The ofs became an SV.
15047      Branch: perl
15048            ! ext/Thread/Thread.xs
15049 ____________________________________________________________________________
15050 [  8216] By: jhi                                   on 2000/12/21  05:40:21
15051         Log: The polymorphism seems to have fixed 20000517.001.
15052      Branch: perl
15053            ! t/pragma/utf8.t
15054 ____________________________________________________________________________
15055 [  8215] By: jhi                                   on 2000/12/21  04:44:52
15056         Log: read() documentation tweak for 20001121.004.
15057      Branch: perl
15058            ! pod/perlfunc.pod
15059 ____________________________________________________________________________
15060 [  8214] By: jhi                                   on 2000/12/21  03:54:11
15061         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
15062      Branch: perl
15063            ! pp_sys.c t/op/misc.t
15064 ____________________________________________________________________________
15065 [  8213] By: jhi                                   on 2000/12/21  00:28:10
15066         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
15067              From: Peter Prymmer <pvhp@forte.com>
15068              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
15069              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
15070      Branch: perl
15071            ! configure.com
15072 ____________________________________________________________________________
15073 [  8212] By: jhi                                   on 2000/12/21  00:26:21
15074         Log: Edit edit edit.
15075      Branch: perl
15076            ! pod/perlfaq3.pod
15077 ____________________________________________________________________________
15078 [  8211] By: jhi                                   on 2000/12/20  18:52:46
15079         Log: Update Changes.
15080      Branch: perl
15081            ! Changes patchlevel.h
15082 ____________________________________________________________________________
15083 [  8210] By: jhi                                   on 2000/12/20  18:34:47
15084         Log: Yet another editor edit.
15085      Branch: perl
15086            ! pod/perlfaq3.pod
15087 ____________________________________________________________________________
15088 [  8209] By: jhi                                   on 2000/12/20  15:33:28
15089         Log: More Win32 Perling.
15090      Branch: perl
15091            ! pod/perlfaq3.pod
15092 ____________________________________________________________________________
15093 [  8208] By: jhi                                   on 2000/12/20  15:07:46
15094         Log: More Win32 editor/IDE/shell hints.
15095      Branch: perl
15096            ! pod/perlfaq3.pod
15097 ____________________________________________________________________________
15098 [  8207] By: jhi                                   on 2000/12/20  03:54:08
15099         Log: Subject: [PATCH] obscure timing knowledge
15100              From: Nicholas Clark <nick@ccl4.org>
15101              Date: Tue, 19 Dec 2000 19:22:31 +0000
15102              Message-ID: <20001219192231.F2827@plum.flirble.org>
15103      Branch: perl
15104            ! sv.c
15105 ____________________________________________________________________________
15106 [  8206] By: jhi                                   on 2000/12/20  03:45:57
15107         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
15108              From: Spider Boardman <spider@leggy.zk3.dec.com>
15109              Date: Tue, 19 Dec 2000 21:30:16 -0500
15110              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
15111      Branch: perl
15112            ! sv.c
15113 ____________________________________________________________________________
15114 [  8205] By: jhi                                   on 2000/12/19  23:02:01
15115         Log: Update Changes.
15116      Branch: perl
15117            ! Changes patchlevel.h
15118 ____________________________________________________________________________
15119 [  8204] By: jhi                                   on 2000/12/19  22:58:18
15120         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
15121              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
15122              on editors and diffing/patching.
15123      Branch: perl
15124            ! t/op/utf8decode.t
15125 ____________________________________________________________________________
15126 [  8203] By: nick                                  on 2000/12/19  21:36:16
15127         Log: Integrate mainline (forgot my own change...)
15128      Branch: perlio
15129           !> ext/Encode/compile
15130 ____________________________________________________________________________
15131 [  8202] By: nick                                  on 2000/12/19  21:34:42
15132         Log: Integrate mainline.
15133      Branch: perlio
15134           !> (integrate 61 files)
15135 ____________________________________________________________________________
15136 [  8201] By: nick                                  on 2000/12/19  21:34:06
15137         Log: Avoid looking for File::Glob when we don't need it.
15138      Branch: perl
15139            ! ext/Encode/compile
15140 ____________________________________________________________________________
15141 [  8200] By: jhi                                   on 2000/12/19  18:35:49
15142         Log: Update Changes.
15143      Branch: perl
15144            ! Changes patchlevel.h
15145 ____________________________________________________________________________
15146 [  8199] By: jhi                                   on 2000/12/19  18:35:07
15147         Log: Microperl tweaks.
15148      Branch: perl
15149            ! sv.c uconfig.h uconfig.sh
15150 ____________________________________________________________________________
15151 [  8198] By: jhi                                   on 2000/12/19  18:29:59
15152         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
15153      Branch: perl
15154            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15155            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
15156 ____________________________________________________________________________
15157 [  8197] By: jhi                                   on 2000/12/19  17:55:29
15158         Log: In VMS embedded perls couldn't access the statically built Socket,
15159              from Charles Lane.
15160      Branch: perl
15161            ! configure.com
15162 ____________________________________________________________________________
15163 [  8196] By: jhi                                   on 2000/12/19  17:49:50
15164         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
15165              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
15166              Date: Sun, 17 Dec 2000 19:11:44 -0000
15167              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
15168      Branch: perl
15169            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15170            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
15171 ____________________________________________________________________________
15172 [  8195] By: jhi                                   on 2000/12/19  17:47:53
15173         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
15174              From: Jonathan Stowe <gellyfish@gellyfish.com>
15175              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
15176              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
15177      Branch: perl
15178            ! utils/h2xs.PL
15179 ____________________________________________________________________________
15180 [  8194] By: jhi                                   on 2000/12/19  17:46:28
15181         Log: Subject: Re: useless use of void context work-around
15182              From: andreas.koenig@anima.de (Andreas J. Koenig)
15183              Date: 16 Dec 2000 15:13:36 +0100
15184              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
15185              
15186              Document (comment) the q(di ds ig) trick in the code.
15187      Branch: perl
15188            ! op.c
15189 ____________________________________________________________________________
15190 [  8193] By: jhi                                   on 2000/12/19  17:10:57
15191         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
15192              From: "Mark J. Reed" <mreed@strange.turner.com>
15193              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
15194              Message-Id: <200012160222.VAA13986@strange.turner.com>
15195      Branch: perl
15196            ! ext/Sys/Syslog/Syslog.pm
15197 ____________________________________________________________________________
15198 [  8192] By: jhi                                   on 2000/12/19  17:07:45
15199         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
15200              From: Nicholas Clark <nick@ccl4.org>
15201              Date: Sat, 16 Dec 2000 19:03:13 +0000
15202              Message-ID: <20001216190313.D68304@plum.flirble.org>
15203      Branch: perl
15204            ! t/op/64bitint.t
15205 ____________________________________________________________________________
15206 [  8191] By: jhi                                   on 2000/12/19  17:06:13
15207         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
15208              From: Dominic Dunlop <domo@computer.org>
15209              Date: Mon, 18 Dec 2000 12:00:15 +0100
15210              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
15211              
15212              This patchlet is needed in order that perl can be statically linked.  
15213      Branch: perl
15214            ! regexec.c
15215 ____________________________________________________________________________
15216 [  8190] By: jhi                                   on 2000/12/19  17:03:08
15217         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
15218              From: "Craig A. Berry" <craig.berry@psinetcs.com>
15219              Date: Sun, 17 Dec 2000 00:18:35 -0600
15220              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
15221      Branch: perl
15222            ! perlio.h vms/gen_shrfls.pl
15223 ____________________________________________________________________________
15224 [  8189] By: jhi                                   on 2000/12/19  16:20:28
15225         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
15226              From: Prymmer/Kahn <pvhp@best.com>
15227              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
15228              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
15229              
15230              A better version of #8188.
15231      Branch: perl
15232            ! pod/perlfaq3.pod
15233 ____________________________________________________________________________
15234 [  8188] By: jhi                                   on 2000/12/19  15:57:06
15235         Log: (Replaced by #8189)
15236              
15237              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
15238              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
15239              From: Prymmer/Kahn <pvhp@best.com>
15240              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
15241              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
15242              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
15243              Date: Mon, 18 Dec 2000 11:10:45 -0500
15244              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
15245      Branch: perl
15246            ! pod/perlfaq3.pod
15247 ____________________________________________________________________________
15248 [  8187] By: jhi                                   on 2000/12/19  15:54:19
15249         Log: Email address fix for Anton Berezin.
15250      Branch: perl
15251            ! AUTHORS
15252 ____________________________________________________________________________
15253 [  8186] By: jhi                                   on 2000/12/19  15:38:54
15254         Log: Subject: [PATCH perl@8102] cygwin port
15255              From: "Eric Fifer" <efifer@dircon.co.uk> 
15256              Date: Thu, 14 Dec 2000 13:41:29 -0000
15257              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
15258              
15259              When compiling modules the data item that is being imported
15260              from libperl.dll needs to be tagged as imported/shared data:
15261              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
15262      Branch: perl
15263            ! perliol.h
15264 ____________________________________________________________________________
15265 [  8185] By: jhi                                   on 2000/12/19  14:53:24
15266         Log: Regen uconfig.h and uconfig.sh.
15267      Branch: perl
15268            ! uconfig.h uconfig.sh
15269 ____________________________________________________________________________
15270 [  8184] By: jhi                                   on 2000/12/18  20:43:49
15271         Log: Comments work so much better when they are closed.
15272      Branch: perl
15273            ! regcomp.c
15274 ____________________________________________________________________________
15275 [  8183] By: jhi                                   on 2000/12/18  18:04:02
15276         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
15277              Fixes the bug 20001218.016.
15278      Branch: perl
15279            ! regcomp.c
15280 ____________________________________________________________________________
15281 [  8182] By: gsar                                  on 2000/12/18  09:53:47
15282         Log: delete spurious files
15283      Branch: maint-5.6/perl
15284            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
15285            - vos/config.h vos/config_h.SH_orig
15286 ____________________________________________________________________________
15287 [  8181] By: gsar                                  on 2000/12/18  09:46:08
15288         Log: regen perltoc
15289      Branch: maint-5.6/perl
15290            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
15291 ____________________________________________________________________________
15292 [  8180] By: gsar                                  on 2000/12/18  09:20:27
15293         Log: integrate changes#7924..7926,7946,7952 from mainline
15294      Branch: maint-5.6/perl
15295           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
15296           !> lib/File/stat.pm t/lib/class-struct.t
15297 ____________________________________________________________________________
15298 [  8179] By: gsar                                  on 2000/12/18  08:55:54
15299         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
15300              7918,7919,7988,8907 from mainline (various)
15301      Branch: maint-5.6/perl
15302           +> t/lib/class-struct.t
15303           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
15304           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
15305           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
15306 ____________________________________________________________________________
15307 [  8178] By: gsar                                  on 2000/12/18  08:16:30
15308         Log: avoid redefinition warnings on windows due to sys/socket.h getting
15309              #included before win32.h
15310      Branch: maint-5.6/perl
15311            ! win32/include/sys/socket.h
15312 ____________________________________________________________________________
15313 [  8177] By: gsar                                  on 2000/12/18  05:24:04
15314         Log: make regen_headers; fix POSIX.xs problems; remove outdated
15315              code from sys/socket.h that makes build fail now
15316      Branch: maint-5.6/perl
15317            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
15318            ! pod/perlapi.pod
15319           !> win32/include/sys/socket.h
15320 ____________________________________________________________________________
15321 [  8176] By: gsar                                  on 2000/12/18  05:20:17
15322         Log: update Changes
15323      Branch: maint-5.6/perl
15324            ! Changes patchlevel.h
15325 ____________________________________________________________________________
15326 [  8175] By: gsar                                  on 2000/12/18  04:57:48
15327         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
15328              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
15329              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
15330              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
15331              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
15332              7823,7825,7838
15333      Branch: maint-5.6/perl
15334           +> lib/File/Spec/Epoc.pm
15335           !> (integrate 88 files)
15336 ____________________________________________________________________________
15337 [  8174] By: gsar                                  on 2000/12/18  03:53:09
15338         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
15339              7625..7629,7631..7634,7637,7639,7642 from mainline
15340      Branch: maint-5.6/perl
15341           +> README.solaris
15342           !> (integrate 26 files)
15343 ____________________________________________________________________________
15344 [  8173] By: gsar                                  on 2000/12/18  03:37:02
15345         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
15346              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
15347              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
15348              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
15349      Branch: maint-5.6/perl
15350           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
15351            - MAINTAIN
15352           !> (integrate 111 files)
15353 ____________________________________________________________________________
15354 [  8172] By: jhi                                   on 2000/12/18  02:49:27
15355         Log: Regen pods.
15356      Branch: perl
15357            ! pod/perlmodlib.pod pod/perltoc.pod
15358 ____________________________________________________________________________
15359 [  8171] By: gsar                                  on 2000/12/18  02:49:24
15360         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
15361              7465..7471 from mainline
15362              
15363              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
15364              in platforms that strictly require all the symbols being present
15365              at link time.
15366              
15367              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
15368              
15369              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
15370              
15371              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
15372              
15373              Subject: [PATCH] todo
15374              
15375              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
15376              
15377              Use $sort, $uniq (and $tr) consistently as wondered
15378              by Nicholas Clark.
15379              
15380              Too enthusiastic editing in #7460.
15381              
15382              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
15383              
15384              Upgrade to CPAN 1.58_55.
15385              Subject: CPAN.pm status
15386              
15387              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
15388              
15389              Make target reordering to avoid pointless re-makes.
15390              Subject: Re: Total re-make of 'make okfile' after 7451 ?
15391              
15392              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
15393              
15394              Subject: DOC PATCH 5.6.0
15395              
15396              Add the repository doc by Malcolm, Sarathy, and by Simon,
15397              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
15398      Branch: maint-5.6/perl
15399           +> Porting/repository.pod
15400           !> Configure MANIFEST Makefile.SH README.dos README.os2
15401           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
15402           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
15403           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
15404 ____________________________________________________________________________
15405 [  8169] By: gsar                                  on 2000/12/18  02:33:34
15406         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
15407              7435..7441,7445 from mainline
15408              
15409              Make the UTF-8 decoding stricter and more verbose when
15410              malformation happens.  This involved adding an argument
15411              to utf8_to_uv_chk(), which involved changing its prototype,
15412              and prefer STRLEN over I32 for the UTF-8 length, which as
15413              a domino effect necessitated changing the prototypes of
15414              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
15415              The stricter UTF-8 decoding checking uses Markus Kuhn's
15416              UTF-8 Decode Stress Tester from
15417              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
15418              
15419              Run vms/vms_yfix.pl, should have done that after changing
15420              perly.c in #7382.
15421              
15422              Subject: [PATCH 5.7.0] static linking with uninstalled perl
15423              
15424              (Replaced by #7440.)
15425              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
15426              
15427              Fix the bug ID 20001024.005, the bug introduced by #7416.
15428              
15429              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
15430              
15431              Fix the bug reported in
15432              From: andreas.koenig@anima.de (Andreas J. Koenig)
15433              Also make is_utf8_char() stricter.
15434              
15435              Missed the header file changes from #7425.
15436              
15437              Check if stdio supports tweaking lval and cnt simultaneously.
15438              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
15439              
15440              Stratus VOS updates from Paul Green.
15441              
15442              Podify README.epoc and README.vos.
15443              
15444              Add targets to Makefile.SH, most importantly
15445              'regen_all' which also remembers to update vms/perly*.
15446              
15447              Subject: Minor update to find2perl, for portability
15448              
15449              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
15450              
15451              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
15452              
15453              Rename UTF8LEN() to be UNISKIP(), too confusing to have
15454              UTF8LEN() and UTF8SKIP(). 
15455              
15456              Allow poking holes at the UTF-8 decoding strictness.
15457              
15458              Continue the internal UTF-8 API tweaking.
15459              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
15460              used much more than the simpler API, now called utf8_to_uv_simple().
15461              Still not quite happy with API, too much partial duplication
15462              of functionality.
15463              
15464              A new version of making the syslog test more robust.
15465              (Replaces #7421.)
15466              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
15467              
15468              buildtoc target tweaks.
15469              
15470              Integrate with vmsperl #7430 by Charles Bailey:
15471              
15472              Cleanup from prior patch (Charles Lane?):
15473              - improve handling of MFDs in Basename and Path
15474              - default to no xsubpp line # munging when building debug images
15475      Branch: maint-5.6/perl
15476           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15477           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
15478           !> (integrate 67 files)
15479 ____________________________________________________________________________
15480 [  8168] By: gsar                                  on 2000/12/18  02:05:49
15481         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
15482              
15483              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
15484              From: Martin Husemann <martin@duskware.de>
15485              
15486              Subject: [PATCH 5.7.0] restore match data on backtracing
15487              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15488      Branch: maint-5.6/perl
15489           !> regcomp.c regexec.c t/op/re_tests
15490 ____________________________________________________________________________
15491 [  8167] By: gsar                                  on 2000/12/18  01:55:22
15492         Log: integrate changes#7858,7986 from mainline
15493              
15494              C<foreach my $x ...> in pseudo-fork()ed process may diddle
15495              parent's memory; fix it by keeping track of the actual pad
15496              offset rather than a raw pointer (this change is probably also
15497              relevant to non-ithreads case to avoid fallout from reallocs of
15498              the pad array, but is currently only enabled for the ithreads
15499              case in the interests of minimal disruption to existing "well
15500              tested" code)
15501              
15502              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
15503              due to the notorious GetFileType() bug in Windows 9x, which fstat()
15504              tickles)
15505      Branch: maint-5.6/perl
15506           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
15507           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
15508           !> win32/win32.c win32/win32.h win32/win32sck.c
15509 ____________________________________________________________________________
15510 [  8166] By: gsar                                  on 2000/12/18  01:52:59
15511         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
15512              from mainline (xsubpp and ExtUtils::LibList fixups, various
15513              other small items)
15514      Branch: maint-5.6/perl
15515           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
15516           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
15517           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
15518           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
15519           !> win32/bin/search.pl
15520 ____________________________________________________________________________
15521 [  8165] By: gsar                                  on 2000/12/18  01:28:45
15522         Log: integrate changes#7533,7563,7611,7623 from mainline (various
15523              malloc.c embellishments)
15524      Branch: maint-5.6/perl
15525           !> malloc.c pod/perldiag.pod
15526 ____________________________________________________________________________
15527 [  8164] By: gsar                                  on 2000/12/18  01:23:33
15528         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
15529              fixups)
15530      Branch: maint-5.6/perl
15531           !> utils/h2xs.PL
15532 ____________________________________________________________________________
15533 [  8163] By: gsar                                  on 2000/12/18  01:17:50
15534         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
15535              fixups)
15536      Branch: maint-5.6/perl
15537           !> Makefile.SH utils/perlbug.PL
15538 ____________________________________________________________________________
15539 [  8162] By: gsar                                  on 2000/12/18  00:25:43
15540         Log: always export Perl_deb() (it is required by re.xs whether
15541              Perl is built with or without -DDEBUGGING)
15542      Branch: maint-5.6/perl
15543            ! makedef.pl
15544 ____________________________________________________________________________
15545 [  8161] By: gsar                                  on 2000/12/18  00:23:38
15546         Log: integrate change#7414 from mainline
15547              
15548              Undo the basename() part of #7412 since the lib/basename
15549              tests would need upgrading too.
15550              
15551              squelch two tests in tr.t that rely on tr/// paranoia change
15552              that's not in 5.6.x
15553      Branch: maint-5.6/perl
15554            ! t/op/tr.t
15555           !> lib/File/Basename.pm
15556 ____________________________________________________________________________
15557 [  8160] By: gsar                                  on 2000/12/18  00:05:30
15558         Log: missing change in previous integrate
15559      Branch: maint-5.6/perl
15560           !> README.aix
15561 ____________________________________________________________________________
15562 [  8159] By: gsar                                  on 2000/12/18  00:03:38
15563         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
15564              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
15565              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
15566              7410..7413 from mainline
15567      Branch: maint-5.6/perl
15568           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
15569           +> t/lib/tie-splice.t
15570            - lib/unicode/Is/DCinital.pl
15571           !> (integrate 112 files)
15572 ____________________________________________________________________________
15573 [  8158] By: jhi                                   on 2000/12/17  23:04:24
15574         Log: Subject: [PATCHES] RE: perl@8150 
15575              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
15576              Date: Sun, 17 Dec 2000 21:46:39 +0100
15577              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
15578              
15579              Neither cygwin has a getpwuid() one can trust on.
15580      Branch: perl
15581            ! t/lib/glob-basic.t
15582 ____________________________________________________________________________
15583 [  8157] By: jhi                                   on 2000/12/17  23:01:54
15584         Log: More MAN.PODS => {} fixes.
15585      Branch: perl
15586            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
15587            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
15588            ! os2/OS2/REXX/Makefile.PL
15589 ____________________________________________________________________________
15590 [  8156] By: gsar                                  on 2000/12/17  22:49:13
15591         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
15592              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
15593              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
15594              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
15595              7201,7204 from mainline
15596      Branch: maint-5.6/perl
15597           !> (integrate 121 files)
15598 ____________________________________________________________________________
15599 [  8155] By: jhi                                   on 2000/12/17  22:30:58
15600         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
15601              From: "Craig A. Berry" <craigberry@mac.com>
15602              Date: Sun, 17 Dec 2000 13:09:28 -0600
15603              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
15604              
15605              MAN.PODS => ' ' is naughty.
15606      Branch: perl
15607            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
15608 ____________________________________________________________________________
15609 [  8154] By: nick                                  on 2000/12/17  22:07:13
15610         Log: MULTIPLICITY nit.
15611      Branch: perl
15612            ! mg.c
15613 ____________________________________________________________________________
15614 [  8153] By: gsar                                  on 2000/12/17  21:23:05
15615         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
15616              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
15617              from mainline
15618              
15619              Document the SvIOK_.*UV().
15620              
15621              Update Unicode todo list.
15622              
15623              Guard against bad string->int conversion for quads.
15624              
15625              Subject: small apidoc fix
15626              
15627              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
15628              
15629              Subject: [PATCH] Tied filehandle documentation
15630              
15631              Subject: [PATCH] Modernize Opcode.pm documentation
15632              
15633              Make Data::Dumper (non-XS) to work with changed semantics of ref().
15634              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
15635              [applied even though said semantics didn't change in 5.6.x]
15636              
15637              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
15638              
15639              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
15640              
15641              Fix the URL, but the server is still missing in action.
15642              Subject: [ID 20000905.002] perlfaq1.pod URL error
15643              
15644              Subject: [ID 20000903.001] \w in utf8-strings
15645              
15646              Fix the ccversion detection for 5.1 and beyond.
15647              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
15648              
15649              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
15650              
15651              Subject: [ID 20000904.008] Tiny fix for perldiag
15652              
15653              Subject: Re: [ID 20000906.004] segfault with bad perl statement
15654              
15655              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
15656              
15657              Subject: [ID 20000908.002] perlipc documentation bug.
15658              
15659              Subject: [PATCH lib/Benchmark.pm]
15660              
15661              Re-allow vec() for characters > 255.
15662              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
15663              
15664              Do away with memory models cruft.  Sorry, PDP users.
15665              
15666              Continue #7041.
15667              
15668              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
15669              
15670              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
15671              
15672              Upgrade to CPAN 1.57_65, from Andreas König.
15673              
15674              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
15675              by Russ Allbery.
15676              
15677              Silence t/pod/*.t about alternate quote-mappings now implemented
15678              by Pod::Text, from Brad Appleton.
15679              
15680              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
15681              Subject: borland C++ win32.c tweak
15682              
15683              C<@a = @b = split(...)> optimization coredumps under ithreads
15684              (missed a spot when fixing up op_pmreplroot hack for ithreads)
15685              
15686              Document the SvUTF8*().
15687              
15688              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
15689              
15690              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
15691              
15692              Do in VMS as the #7054 does.
15693              
15694              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
15695              
15696              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
15697              
15698              Subject: [patch: perl@7045] vms updates
15699              
15700              Test for the #7049.
15701              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
15702              
15703              Break up the myconfig lines a bit.
15704              Subject: perlbug/perl -V output format
15705              
15706              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
15707              
15708              The #7054 truncated Configure badly.
15709              
15710              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
15711              initialization in all the threads on Windows
15712              
15713              Allow for whitespace between "#" and "line" in cpp output.
15714              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
15715              
15716              Remove vestiges of tr//CU.
15717              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
15718              
15719              The return value of setlocale must be copied away.
15720              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
15721              
15722              Allow chop() and chomp() to be overridden.
15723              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
15724              
15725              Hints optimization.
15726              Subject: Minor nit
15727              
15728              Subject: [PATCH] de-wall t/README
15729              
15730              Subject: Re: Two advertising clauses need to be removed
15731      Branch: maint-5.6/perl
15732           !> (integrate 75 files)
15733 ____________________________________________________________________________
15734 [  8152] By: gsar                                  on 2000/12/17  20:30:11
15735         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
15736              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
15737              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
15738              
15739              Don't attach -ld to the archname if pointless.
15740              
15741              Document UNTIE in a very minimalistic way.
15742              
15743              POSIX doesn't report long double values under -Duselongdouble
15744              when the long doubles are "real" (bigger than doubles).
15745              
15746              More author updates.
15747              
15748              Try to deduce NV_MAX.  Really should be Configure fodder.
15749              
15750              :: not allowed in pathnames, change to .
15751              Subject: [PATCH perl@6938] cygwin port
15752              
15753              Forget about NV_MAX (#6951).  Various floating point tweaks,
15754              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
15755              
15756              Move the Solaris 7 scan to use64bitall, make the
15757              failure to find 64-bot sparc libc to mention the
15758              possibility of being in an intel, from Lupe and Alan.
15759              
15760              Regen perltoc.
15761              
15762              AUTHORS tweaks, from Peter Prymmer.
15763              
15764              More address tweaking.
15765              
15766              Small tweaks all over.
15767              
15768              File::Temp patches from Andreas König,
15769              
15770              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
15771              
15772              Subject: CPAN.pm beta 1.57_57 for the core
15773              
15774              Part of the solution.
15775              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
15776              
15777              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
15778              
15779              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
15780              
15781              Add the overload warnings to perldiag.
15782              
15783              Drop unused argument.
15784              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
15785              
15786              Subject: Nit in Configure (bleadperl@6961)
15787              
15788              Update to PodParser 1.18, from Brad Appleton.
15789              
15790              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
15791              
15792              Subject: [PATCH: 6948] add SCNfldbl to configure.com
15793              
15794              Document UNTIE. Also tweak implementation to suppress the 'inner references'
15795              warning when UNTIE exists and instead pass the cound of extra references to
15796              the UNTIE method.
15797              
15798              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
15799              so that case-ignoring systems like DCL can tell them from
15800              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
15801              
15802              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
15803              
15804              Feature ordering tweak.
15805              
15806              Regen perltoc.
15807              
15808              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
15809              
15810              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
15811              
15812              Subject: http:// in L<>
15813              
15814              Detypo.
15815              
15816              change#6791 accidentally clobbered change#6710, put it back
15817              
15818              Only the first line, thank you very much.
15819              
15820              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
15821              plus rework the http: spots as suggested by Tom Christiansen,
15822              plus regen perltoc.
15823              
15824              Undo part of change 6489 which looks like a bulk edit which
15825              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
15826              The supressing of main:: on return from select() is undesirable.
15827              
15828              Apparently avoiding the swapping is too costly.
15829              
15830              Various Configure nits by Philip Newton,
15831              plus the ebcdic one by me.
15832              
15833              Make certain cc is set before trying to run it.
15834              
15835              If overloaded %{} etc. return the object do not loop.
15836              Thus  sub deref { $_[0] } functions if object is wanted type.
15837              
15838              Update perlhist.
15839              
15840              More %{} and other deref special casing - do not pass to 'nomethod'.
15841      Branch: maint-5.6/perl
15842           !> (integrate 59 files)
15843 ____________________________________________________________________________
15844 [  8151] By: gsar                                  on 2000/12/17  19:14:38
15845         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
15846              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
15847              
15848              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
15849              
15850              Make the epsilon to be relative, not absolute.
15851              
15852              Put back the flags dump as reasoned in
15853              Subject: Re: [PATCH] Glob dumping
15854              
15855              Introduce ccname to keep track of what compiler kind of we have.
15856              
15857              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
15858              
15859              Put back the slice accidentally removed by #6907.
15860              
15861              Reset archname and archname64 always, forcing them be
15862              recomputed at each Configure run, make Configure and
15863              the hints files agree on the naming of largefiles variables.
15864              
15865              Don't say "Perl 5.0 source kit".
15866              
15867              Subject: [PATCH] fix misc cast warnings
15868              
15869              Subject: typos in pods
15870              
15871              NVs not necessarily doubles, as pointed out by Yitzchak.
15872              
15873              Subject: [PATCH 6889] add a few ldbl formats to configure.com
15874              
15875              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
15876              
15877              Better options for rsync.
15878              
15879              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
15880              
15881              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
15882              
15883              Subject: [PATCH] Re: UNTIE method 
15884              
15885              A better fix for the Socket building problem from Craig Berry.
15886              
15887              Retract the dummy test, skip the security tests (instead of failing),
15888              explain what the warnings mean.
15889              
15890              Heap decorruption.
15891              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
15892              
15893              Update to Unicode 3.0.1.
15894              
15895              Missed one Unicode file.
15896              
15897              Subject: Re: typos in pods
15898              
15899              The #6929 was too skimpy.
15900              
15901              sscanf() may be the only way to read long doubles from strings.
15902              
15903              Reveal Borland's isnan.
15904              Subject: build with BC++ tweak
15905              
15906              Issue useful diagnostic on unknown pod commands.
15907              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
15908              
15909              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
15910              
15911              Clarify the third case of ftmp-security warnings.
15912              
15913              Make -Dusemorebits find long doubles in Solaris.
15914              
15915              Wrap the test in eval.
15916      Branch: maint-5.6/perl
15917           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
15918           +> lib/unicode/PropList.txt lib/unicode/README.perl
15919           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
15920           +> lib/unicode/Unicode.301 vms/vmspipe.com
15921            - lib/unicode/Props.txt lib/unicode/UCD300.html
15922            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
15923           !> (integrate 305 files)
15924 ____________________________________________________________________________
15925 [  8150] By: jhi                                   on 2000/12/17  18:47:57
15926         Log: Uncheckedin generated files.
15927      Branch: perl
15928            ! global.sym perlapi.c pod/perlapi.pod
15929 ____________________________________________________________________________
15930 [  8149] By: jhi                                   on 2000/12/17  18:41:22
15931         Log: Update Changes.
15932      Branch: perl
15933            ! Changes patchlevel.h
15934 ____________________________________________________________________________
15935 [  8148] By: jhi                                   on 2000/12/17  18:39:16
15936         Log: Subject: [PATCH] Fcntl constants speedup
15937              From: Nicholas Clark <nick@ccl4.org>
15938              Date: Sun, 17 Dec 2000 16:29:24 +0000
15939              Message-ID: <20001217162924.E97668@plum.flirble.org>
15940              
15941              Use IVs for the Fcntl constants instead of NVs.
15942      Branch: perl
15943            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
15944 ____________________________________________________________________________
15945 [  8147] By: jhi                                   on 2000/12/17  18:33:41
15946         Log: Add test for #8145 (binmode() warning), add warning for
15947              ioctl() and sockpair(), document them. (fileno() cannot
15948              be tripwired with the same kind of warning because
15949              'defined fileno($foo)' seems to be an idiom.)
15950      Branch: perl
15951            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
15952 ____________________________________________________________________________
15953 [  8146] By: gsar                                  on 2000/12/17  18:09:08
15954         Log: update Changes
15955      Branch: maint-5.6/perl
15956            ! Changes
15957 ____________________________________________________________________________
15958 [  8145] By: jhi                                   on 2000/12/17  17:39:35
15959         Log: Subject: [PATCH] Re: The long awaited feature ...
15960              From: Simon Cozens <simon@cozens.net>
15961              Date: Sun, 17 Dec 2000 12:31:56 +0000
15962              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
15963              
15964              Add a warning to binmode() about using bad filehandles
15965              (can happen e.g. if someone forgets the filehandle argument)
15966      Branch: perl
15967            ! pp_sys.c
15968 ____________________________________________________________________________
15969 [  8144] By: jhi                                   on 2000/12/17  17:33:48
15970         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
15971              From: Jonathan Stowe <gellyfish@gellyfish.com>
15972              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
15973              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
15974      Branch: perl
15975            ! lib/Net/Ping.pm
15976 ____________________________________________________________________________
15977 [  8143] By: jhi                                   on 2000/12/17  05:31:37
15978         Log: Polymorphic regexps.
15979              
15980              Fixes at least the bugs 20001028.003 (both of them...) and
15981              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
15982              also to be fixed by now, probably already before this patch.
15983      Branch: perl
15984            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
15985            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
15986            ! t/op/utf8decode.t t/pragma/utf8.t
15987 ____________________________________________________________________________
15988 [  8142] By: jhi                                   on 2000/12/16  17:16:05
15989         Log: Subject: [patch perl@8102] dos/djgpp update
15990              From: Laszlo Molnar <ml1050@freemail.hu>
15991              Date: Sat, 16 Dec 2000 01:40:52 +0100
15992              Message-ID: <20001216014052.A335@freemail.hu>
15993      Branch: perl
15994            ! djgpp/config.over t/base/commonsense.t
15995 ____________________________________________________________________________
15996 [  8141] By: jhi                                   on 2000/12/16  17:09:27
15997         Log: Few uncheckedin files.
15998      Branch: perl
15999            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
16000 ____________________________________________________________________________
16001 [  8140] By: nick                                  on 2000/12/15  22:14:31
16002         Log: Integrate mainline
16003      Branch: perlio
16004           !> (integrate 53 files)
16005 ____________________________________________________________________________
16006 [  8139] By: jhi                                   on 2000/12/15  19:49:49
16007         Log: One more IVUV tweak from Nicholas Clark.
16008      Branch: perl
16009            ! sv.c
16010 ____________________________________________________________________________
16011 [  8138] By: jhi                                   on 2000/12/15  19:17:06
16012         Log: Return of the IVUV-preservation, now seems to be happy even
16013              in Digital UNIX (the broken strtoul brokenness detection
16014              seems to have been the fly in the ointment).
16015      Branch: perl
16016            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16017            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
16018            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
16019            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
16020            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16021            ! vos/config.ga.h win32/config.bc win32/config.gc
16022            ! win32/config.vc
16023 ____________________________________________________________________________
16024 [  8137] By: jhi                                   on 2000/12/15  18:12:14
16025         Log: Metaconfig unit change for #8136.
16026      Branch: metaconfig
16027            ! U/modified/d_strtoul.U
16028      Branch: metaconfig/U/perl
16029            ! d_strtoull.U d_strtouq.U
16030 ____________________________________________________________________________
16031 [  8136] By: jhi                                   on 2000/12/15  18:11:35
16032         Log: I don't think it's sensible or portable to test the strtou*
16033              on /^-/ strings.
16034      Branch: perl
16035            ! Configure
16036 ____________________________________________________________________________
16037 [  8135] By: jhi                                   on 2000/12/15  17:18:49
16038         Log: Metaconfig unit change for #8134.
16039      Branch: metaconfig
16040            ! U/modified/d_strtoul.U
16041 ____________________________________________________________________________
16042 [  8134] By: jhi                                   on 2000/12/15  17:14:13
16043         Log: If longsize is 8 we don't need a LL suffix for integer constants.
16044      Branch: perl
16045            ! Configure config_h.SH
16046 ____________________________________________________________________________
16047 [  8133] By: jhi                                   on 2000/12/15  16:00:23
16048         Log: Update Changes.
16049      Branch: perl
16050            ! Changes patchlevel.h
16051 ____________________________________________________________________________
16052 [  8132] By: jhi                                   on 2000/12/15  15:44:16
16053         Log: Some compilers get huffy if you do not cast a const pointer
16054              to a non-const when assigning.
16055      Branch: perl
16056            ! gv.c
16057 ____________________________________________________________________________
16058 [  8131] By: jhi                                   on 2000/12/15  15:38:30
16059         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
16060              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16061              Date: Fri, 15 Dec 2000 05:26:57 -0500
16062              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
16063      Branch: perl
16064            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
16065            ! t/pragma/overload.t
16066 ____________________________________________________________________________
16067 [  8130] By: jhi                                   on 2000/12/15  15:36:08
16068         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
16069              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16070              Date: Thu, 14 Dec 2000 22:02:43 -0500
16071              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
16072      Branch: perl
16073            ! gv.c perl.h
16074 ____________________________________________________________________________
16075 [  8129] By: jhi                                   on 2000/12/15  15:34:16
16076         Log: Subject: PATCH: h2xs nit
16077              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16078              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
16079              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
16080              
16081              Add a template README.
16082      Branch: perl
16083            ! utils/h2xs.PL
16084 ____________________________________________________________________________
16085 [  8128] By: jhi                                   on 2000/12/15  15:32:22
16086         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
16087      Branch: perl
16088            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
16089 ____________________________________________________________________________
16090 [  8127] By: jhi                                   on 2000/12/15  15:19:34
16091         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
16092              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16093              Date:     Thu, 14 Dec 2000 20:04:42 EST
16094              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
16095      Branch: perl
16096            ! ext/Opcode/Opcode.xs
16097 ____________________________________________________________________________
16098 [  8126] By: jhi                                   on 2000/12/15  15:17:49
16099         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
16100              From: Peter Prymmer <pvhp@forte.com>
16101              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
16102              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
16103      Branch: perl
16104            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
16105            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
16106            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
16107 ____________________________________________________________________________
16108 [  8125] By: jhi                                   on 2000/12/15  15:11:05
16109         Log: This seems to be a stage sane and stable enough to checkin.
16110              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
16111      Branch: perl
16112            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
16113            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
16114            ! t/op/cmp.t t/op/numconvert.t
16115 ____________________________________________________________________________
16116 [  8124] By: jhi                                   on 2000/12/15  04:20:26
16117         Log: Something is really wonky.
16118      Branch: perl
16119            ! sv.c
16120 ____________________________________________________________________________
16121 [  8123] By: jhi                                   on 2000/12/15  04:00:50
16122         Log: Fixes for the IV UV patches to compile in Digital UNIX.
16123      Branch: perl
16124            ! sv.c
16125 ____________________________________________________________________________
16126 [  8122] By: jhi                                   on 2000/12/15  02:53:40
16127         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
16128              From: "Craig A. Berry" <craigberry@mac.com>
16129              Date: Thu, 14 Dec 2000 19:10:49 -0600
16130              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
16131      Branch: perl
16132            ! vms/vms.c
16133 ____________________________________________________________________________
16134 [  8121] By: jhi                                   on 2000/12/15  02:50:00
16135         Log: Metaconfig changes for #8120.
16136      Branch: metaconfig
16137            + U/modified/d_strtoul.U
16138      Branch: metaconfig/U/perl
16139            ! d_strtoull.U d_strtouq.U
16140 ____________________________________________________________________________
16141 [  8120] By: jhi                                   on 2000/12/15  02:49:42
16142         Log: From: Nicholas Clark <nick@ccl4.org> 
16143              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
16144              Date: Thu, 14 Dec 2000 18:38:57 +0000
16145              Message-ID: <20001214183857.B97909@plum.flirble.org>
16146      Branch: perl
16147            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16148            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
16149            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
16150            ! vos/config.ga.def vos/config.ga.h win32/config.bc
16151            ! win32/config.gc win32/config.vc
16152 ____________________________________________________________________________
16153 [  8119] By: jhi                                   on 2000/12/14  23:40:58
16154         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
16155              From: Nicholas Clark <nick@ccl4.org>
16156              Date: Wed, 13 Dec 2000 20:08:50 +0000
16157              Message-ID: <20001213200849.B71166@plum.flirble.org>
16158      Branch: perl
16159            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
16160            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
16161 ____________________________________________________________________________
16162 [  8118] By: jhi                                   on 2000/12/14  22:46:26
16163         Log: Integrate perlio.
16164      Branch: perl
16165           !> MANIFEST ext/Encode/compile makedef.pl
16166 ____________________________________________________________________________
16167 [  8117] By: nick                                  on 2000/12/14  22:38:53
16168         Log: Win32 tweaks to get Encode to build
16169              - temp hack to makedef.pl till PerlIO is properly "exported".
16170              - MSVC dislikes  
16171              static encpage_t foo[];
16172              so make 'em extern for now.
16173      Branch: perlio
16174            ! ext/Encode/compile makedef.pl
16175 ____________________________________________________________________________
16176 [  8116] By: nick                                  on 2000/12/14  22:00:53
16177         Log: Document the new files
16178      Branch: perlio
16179            ! MANIFEST
16180 ____________________________________________________________________________
16181 [  8115] By: jhi                                   on 2000/12/14  21:58:01
16182         Log: MANIFEST new files of #8114.
16183      Branch: perl
16184            ! MANIFEST
16185 ____________________________________________________________________________
16186 [  8114] By: jhi                                   on 2000/12/14  21:50:49
16187         Log: Integrate perlio.
16188      Branch: perl
16189           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
16190           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
16191           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
16192           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
16193           !> ext/Encode/Makefile.PL
16194 ____________________________________________________________________________
16195 [  8113] By: jhi                                   on 2000/12/14  21:48:49
16196         Log: The documentation part of the
16197              
16198              Subject: [ID 20001214.002] Net::Ping patch
16199              From: Jonathan Stowe <gellyfish@gellyfish.com>
16200              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
16201              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
16202              since the #7529 had already addressed the same problem.
16203      Branch: perl
16204            ! lib/Net/Ping.pm
16205 ____________________________________________________________________________
16206 [  8112] By: jhi                                   on 2000/12/14  21:42:57
16207         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
16208              From: Dominic Dunlop <domo@computer.org>
16209              Date: Tue, 12 Dec 2000 10:47:10 +0100
16210              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
16211              
16212              Document how elusive subroutines can be.
16213      Branch: perl
16214            ! pod/perlfunc.pod
16215 ____________________________________________________________________________
16216 [  8111] By: jhi                                   on 2000/12/14  21:38:05
16217         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
16218              From: Dominic Dunlop <domo@computer.org>
16219              Date: Thu, 14 Dec 2000 10:13:51 +0100
16220              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
16221      Branch: perl
16222            ! ext/POSIX/POSIX.pod
16223 ____________________________________________________________________________
16224 [  8110] By: jhi                                   on 2000/12/14  21:36:32
16225         Log: Subject: [patch] perlfaq7
16226              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
16227              Date: Thu, 14 Dec 2000 15:31:07 +0100
16228              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
16229      Branch: perl
16230            ! pod/perlfaq7.pod
16231 ____________________________________________________________________________
16232 [  8109] By: jhi                                   on 2000/12/14  21:29:20
16233         Log: Subject: [8104] Encode
16234              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16235              Date: Thu, 14 Dec 2000 14:49:34 +0100
16236              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
16237              
16238              Type casting for nervous compilers.
16239      Branch: perl
16240            ! ext/Encode/Encode.xs
16241 ____________________________________________________________________________
16242 [  8108] By: jhi                                   on 2000/12/14  21:26:17
16243         Log: Subject: [8104] DB_File
16244              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16245              Date: Thu, 14 Dec 2000 14:49:35 +0100
16246              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
16247              
16248              Type definition incorrect for DB 2.7.7.  Not known when it
16249              changed, so only changed it for a known revision.
16250      Branch: perl
16251            ! ext/DB_File/DB_File.xs
16252 ____________________________________________________________________________
16253 [  8107] By: jhi                                   on 2000/12/14  21:23:41
16254         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
16255              From: Peter Prymmer <pvhp@forte.com>
16256              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
16257              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
16258              
16259              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
16260      Branch: perl
16261            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
16262            ! ext/Encode/Encode/posix-bc.enc
16263 ____________________________________________________________________________
16264 [  8106] By: nick                                  on 2000/12/14  20:36:13
16265         Log: "Cold" build correction to Encode's Makefile.PL
16266      Branch: perlio
16267            ! ext/Encode/Makefile.PL
16268 ____________________________________________________________________________
16269 [  8105] By: nick                                  on 2000/12/14  20:09:37
16270         Log: "Compiled" encodings.
16271              Correct replacement character in EBCDIC .enc files
16272              Add 0x7F to ASCII repertoire.
16273      Branch: perlio
16274            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
16275            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
16276            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
16277            ! ext/Encode/Makefile.PL ext/Encode/compile
16278            ! ext/Encode/encengine.c ext/Encode/encode.h
16279 ____________________________________________________________________________
16280 [  8104] By: nick                                  on 2000/12/14  00:38:20
16281         Log: Integrate mainline
16282      Branch: perlio
16283           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
16284           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
16285           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
16286           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
16287           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
16288           !> t/lib/db-hash.t t/lib/db-recno.t
16289 ____________________________________________________________________________
16290 [  8103] By: nick                                  on 2000/12/13  23:16:13
16291         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
16292              so far and so it does not get lost.
16293      Branch: perlio
16294            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
16295 ____________________________________________________________________________
16296 [  8102] By: jhi                                   on 2000/12/13  17:14:22
16297         Log: Update Changes.
16298      Branch: perl
16299            ! Changes patchlevel.h
16300 ____________________________________________________________________________
16301 [  8101] By: jhi                                   on 2000/12/13  16:53:41
16302         Log: Move the proto of start_glob() to a better place; regen api files.
16303      Branch: perl
16304            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
16305 ____________________________________________________________________________
16306 [  8100] By: jhi                                   on 2000/12/13  16:47:11
16307         Log: Metaconfig change for #8099.
16308      Branch: metaconfig
16309            ! U/modified/Head.U
16310 ____________________________________________________________________________
16311 [  8099] By: jhi                                   on 2000/12/13  16:46:48
16312         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
16313              From: Andy Dougherty <doughera@lafayette.edu>
16314              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
16315              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
16316      Branch: perl
16317            ! Configure
16318 ____________________________________________________________________________
16319 [  8098] By: jhi                                   on 2000/12/13  16:39:02
16320         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
16321              From: rspier@pobox.com (Robert Spier)
16322              Date: Tue, 12 Dec 2000 21:12:39 -0500
16323              Message-ID: <14902.56087.678086.725773@rls.cx>
16324              
16325              fastgetcwd is defined using a glob alias on a $^O dependent basis -
16326              and there was no default assignment or perl subroutine.
16327      Branch: perl
16328            ! lib/Cwd.pm
16329 ____________________________________________________________________________
16330 [  8097] By: jhi                                   on 2000/12/13  16:16:01
16331         Log: Subject: [PATCH] move startglob out of pp_hot.c
16332              From: Nicholas Clark <nick@ccl4.org>
16333              Date: Mon, 11 Dec 2000 23:16:39 +0000
16334              Message-ID: <20001211231638.A55550@plum.flirble.org>
16335      Branch: perl
16336            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
16337 ____________________________________________________________________________
16338 [  8096] By: jhi                                   on 2000/12/13  15:26:23
16339         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
16340              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
16341              Date: Wed, 13 Dec 2000 14:01:37 +0100
16342              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
16343              
16344              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
16345              in turn requires libpthread in libswanted.
16346      Branch: perl
16347            ! hints/hpux.sh
16348 ____________________________________________________________________________
16349 [  8095] By: jhi                                   on 2000/12/12  19:51:05
16350         Log: The integration wars continue.
16351      Branch: perl
16352           !> sv.c
16353 ____________________________________________________________________________
16354 [  8094] By: jhi                                   on 2000/12/12  19:48:26
16355         Log: Subject: [PATCH perl@8070] DB_File-1.74  
16356              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
16357              Date: Mon, 11 Dec 2000 23:07:17 -0000
16358              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
16359      Branch: perl
16360            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16361            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
16362            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
16363            ! t/lib/db-recno.t
16364 ____________________________________________________________________________
16365 [  8093] By: nick                                  on 2000/12/12  19:42:13
16366         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
16367      Branch: perlio
16368            ! sv.c
16369           !> lib/File/DosGlob.pm
16370 ____________________________________________________________________________
16371 [  8092] By: jhi                                   on 2000/12/12  19:28:11
16372         Log: Integrate perlio.
16373      Branch: perl
16374           !> sv.c
16375 ____________________________________________________________________________
16376 [  8091] By: nick                                  on 2000/12/12  18:49:45
16377         Log: Fix for Tk, and upgrading shared SVs.
16378      Branch: perlio
16379            ! sv.c
16380 ____________________________________________________________________________
16381 [  8090] By: jhi                                   on 2000/12/12  16:48:59
16382         Log: Subject: [PATCH] Re: Breadperl & Tk
16383              From: Nick Ing-Simmons <nik@tiuk.ti.com>
16384              Date: Tue, 12 Dec 2000 14:48:27 GMT
16385              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
16386      Branch: perl
16387            ! sv.c
16388 ____________________________________________________________________________
16389 [  8089] By: jhi                                   on 2000/12/12  03:37:19
16390         Log: Subject: DosGlob.pm diff for bash style brace expansion.
16391              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
16392              Date: Fri, 8 Dec 2000 10:45:30 -0600
16393              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
16394      Branch: perl
16395            ! lib/File/DosGlob.pm
16396 ____________________________________________________________________________
16397 [  8088] By: nick                                  on 2000/12/11  23:59:59
16398         Log: Integrate mainline
16399      Branch: perlio
16400           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
16401           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
16402           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
16403           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
16404           !> t/op/local.t t/pragma/warn/toke toke.c
16405 ____________________________________________________________________________
16406 [  8087] By: jhi                                   on 2000/12/11  23:20:23
16407         Log: Integrate perlio.
16408      Branch: perl
16409           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
16410 ____________________________________________________________________________
16411 [  8086] By: jhi                                   on 2000/12/11  22:50:59
16412         Log: Tune further the OS detection of CGI.
16413      Branch: perl
16414            ! lib/CGI.pm
16415 ____________________________________________________________________________
16416 [  8085] By: nick                                  on 2000/12/11  22:50:46
16417         Log: Finish 1st pass of "encoding" layer e.g. :
16418              open($fh,"<encoding(iso8859-7)",$greek) || die;
16419      Branch: perlio
16420            ! ext/Encode/Encode.xs perlio.c perliol.h
16421 ____________________________________________________________________________
16422 [  8084] By: jhi                                   on 2000/12/11  22:32:06
16423         Log: Revert the -f ambiguousity patch, seems to cause
16424              too much hassle (the interpret -Q as a function
16425              where Q is not a known filetest part is left in).
16426      Branch: perl
16427            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
16428            ! toke.c
16429 ____________________________________________________________________________
16430 [  8083] By: jhi                                   on 2000/12/11  22:27:23
16431         Log: (accidentally empty check-in)
16432      Branch: perl
16433            ! lib/File/DosGlob.pm
16434 ____________________________________________________________________________
16435 [  8082] By: nick                                  on 2000/12/11  19:09:51
16436         Log: Restore mmap function (broken by tweaks to shared buffer
16437              layer for encode(xxxx)).
16438      Branch: perlio
16439            ! perlio.c
16440 ____________________________________________________________________________
16441 [  8081] By: jhi                                   on 2000/12/11  18:29:13
16442         Log: Subject: Re: The long awaited feature ...
16443              From: Simon Cozens <simon@cozens.net>
16444              Date: Mon, 11 Dec 2000 15:54:24 +0000
16445              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
16446              
16447              More io/utf8 tests.
16448      Branch: perl
16449            ! t/io/utf8.t
16450 ____________________________________________________________________________
16451 [  8080] By: jhi                                   on 2000/12/11  18:19:36
16452         Log: Subject: PATCH MakeMaker manpage clarification
16453              From: andreas.koenig@anima.de (Andreas J. Koenig)
16454              Date: 10 Dec 2000 20:46:13 +0100
16455              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
16456      Branch: perl
16457            ! lib/ExtUtils/MakeMaker.pm
16458 ____________________________________________________________________________
16459 [  8079] By: jhi                                   on 2000/12/11  15:35:07
16460         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
16461              From: Simon Cozens <simon@cozens.net>
16462              Date: Sun, 10 Dec 2000 19:06:19 +0000
16463              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
16464      Branch: perl
16465            ! ext/B/B/Deparse.pm t/lib/b.t
16466 ____________________________________________________________________________
16467 [  8078] By: jhi                                   on 2000/12/11  15:09:11
16468         Log: Subject: [PATCH] docs on NaN
16469              From: Nicholas Clark <nick@ccl4.org>
16470              Date: Mon, 11 Dec 2000 01:48:38 +0000
16471              Message-ID: <20001211014838.B99205@plum.flirble.org>
16472      Branch: perl
16473            ! pod/perlop.pod
16474 ____________________________________________________________________________
16475 [  8077] By: jhi                                   on 2000/12/11  15:02:21
16476         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
16477              From: Simon Cozens <simon@cozens.net>
16478              Date: Mon, 11 Dec 2000 01:21:45 +0000
16479              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
16480      Branch: perl
16481            ! pp.c pp_hot.c scope.c t/op/local.t
16482 ____________________________________________________________________________
16483 [  8076] By: nick                                  on 2000/12/10  20:43:32
16484         Log: Not merge worthy...
16485              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
16486              syntax is modelled on attributes.
16487              Untested fix for io/utf8 on Win32 etc.
16488              Very clumsy start to the encode layer.
16489      Branch: perlio
16490            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
16491 ____________________________________________________________________________
16492 [  8075] By: jhi                                   on 2000/12/10  18:39:33
16493         Log: Darwin is not Windows.
16494      Branch: perl
16495            ! lib/CGI.pm
16496 ____________________________________________________________________________
16497 [  8074] By: jhi                                   on 2000/12/10  18:31:27
16498         Log: Subject: Ambiguous -%c() resolved as a file test
16499              From: "Paul Marquess" <Paul.Marquess@openwave.com>
16500              Date: Sun, 10 Dec 2000 15:35:07 -0000
16501              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
16502      Branch: perl
16503            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
16504 ____________________________________________________________________________
16505 [  8073] By: jhi                                   on 2000/12/10  18:16:29
16506         Log: Subject: PATCH installperl misinformed 
16507              From: andreas.koenig@anima.de (Andreas J. Koenig)
16508              Date: 10 Dec 2000 13:01:32 +0100 
16509              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
16510      Branch: perl
16511            ! installperl
16512 ____________________________________________________________________________
16513 [  8072] By: jhi                                   on 2000/12/10  18:07:55
16514         Log: The walkoptree confusion rages; walkoptree() seems to be coming
16515              from B.xs, while walkoptree_slow() comes from B.pm.
16516      Branch: perl
16517            ! ext/B/B.pm
16518 ____________________________________________________________________________
16519 [  8071] By: nick                                  on 2000/12/10  11:45:47
16520         Log: Integrate mainline
16521      Branch: perlio
16522           +> t/base/commonsense.t
16523           !> (integrate 37 files)
16524 ____________________________________________________________________________
16525 [  8070] By: jhi                                   on 2000/12/10  04:46:21
16526         Log: Update Changes.
16527      Branch: perl
16528            ! Changes patchlevel.h
16529 ____________________________________________________________________________
16530 [  8069] By: jhi                                   on 2000/12/10  04:39:19
16531         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
16532              From: andreas.koenig@anima.de (Andreas J. Koenig)
16533              Date: 09 Dec 2000 17:14:25 +0100
16534              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
16535      Branch: perl
16536            + t/base/commonsense.t
16537            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
16538 ____________________________________________________________________________
16539 [  8068] By: jhi                                   on 2000/12/10  04:17:36
16540         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
16541              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
16542              Date: Sat, 9 Dec 2000 16:47:22 -0000
16543              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
16544      Branch: perl
16545            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
16546            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
16547            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
16548            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
16549            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
16550            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
16551            ! t/lib/sdbm.t
16552 ____________________________________________________________________________
16553 [  8067] By: jhi                                   on 2000/12/10  03:52:02
16554         Log: Test case for #8066.
16555      Branch: perl
16556            ! t/op/misc.t
16557 ____________________________________________________________________________
16558 [  8066] By: jhi                                   on 2000/12/10  03:50:30
16559         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
16560              From: Simon Cozens <simon@cozens.net>
16561              Date: Sun, 10 Dec 2000 00:55:37 +0000
16562              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
16563      Branch: perl
16564            ! pp_sys.c
16565 ____________________________________________________________________________
16566 [  8065] By: jhi                                   on 2000/12/10  03:44:52
16567         Log: Test case for #8064.
16568      Branch: perl
16569            ! t/comp/proto.t
16570 ____________________________________________________________________________
16571 [  8064] By: jhi                                   on 2000/12/10  03:42:32
16572         Log: Subject: Re: prototype of substr
16573              From: Simon Cozens <simon@cozens.net>
16574              Date: Sun, 10 Dec 2000 00:13:33 +0000
16575              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
16576              
16577              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
16578      Branch: perl
16579            ! pp.c
16580 ____________________________________________________________________________
16581 [  8063] By: jhi                                   on 2000/12/10  03:39:42
16582         Log: Subject: [PATCH] perlguts.pod
16583              From: Simon Cozens <simon@cozens.net>
16584              Date: Sun, 10 Dec 2000 00:06:47 +0000
16585              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
16586              
16587              Documentation of the different types of ops,
16588              plus the functions in dump.c
16589      Branch: perl
16590            ! pod/perlguts.pod
16591 ____________________________________________________________________________
16592 [  8062] By: jhi                                   on 2000/12/10  03:30:04
16593         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
16594              From: Nicholas Clark <nick@talking.bollo.cx>
16595              Date: Sat, 09 Dec 2000 18:57:25 +0000
16596              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
16597              
16598              Be more robust in weird hostname setups.
16599      Branch: perl
16600            ! t/lib/net-hostent.t
16601 ____________________________________________________________________________
16602 [  8061] By: jhi                                   on 2000/12/10  03:28:21
16603         Log: Pacify fussy compiler. 
16604      Branch: perl
16605            ! pp_sys.c
16606 ____________________________________________________________________________
16607 [  8060] By: jhi                                   on 2000/12/10  02:52:46
16608         Log: Integrate perlio.
16609      Branch: perl
16610           !> pp_sys.c t/io/utf8.t
16611 ____________________________________________________________________________
16612 [  8059] By: nick                                  on 2000/12/09  23:40:14
16613         Log: read/sysread/recv should now be utf8 aware.
16614              Basic test for utf8 read.
16615      Branch: perlio
16616            ! pp_sys.c t/io/utf8.t
16617 ____________________________________________________________________________
16618 [  8058] By: jhi                                   on 2000/12/09  21:56:02
16619         Log: Integrate perlio.
16620      Branch: perl
16621           +> t/io/utf8.t
16622           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
16623 ____________________________________________________________________________
16624 [  8057] By: jhi                                   on 2000/12/09  21:53:35
16625         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
16626              From: Inaba Hiroto <inaba@st.rim.or.jp>
16627              Date: Sun, 10 Dec 2000 05:53:21 +0900
16628              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
16629              
16630              Tests for #8056.
16631      Branch: perl
16632            ! t/op/each.t
16633 ____________________________________________________________________________
16634 [  8056] By: jhi                                   on 2000/12/09  21:51:16
16635         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
16636              From: Inaba Hiroto <inaba@st.rim.or.jp>
16637              Date: Sat, 09 Dec 2000 18:02:00 +0900
16638              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
16639              
16640              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
16641      Branch: perl
16642            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
16643 ____________________________________________________________________________
16644 [  8055] By: nick                                  on 2000/12/09  20:11:48
16645         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
16646              than raw PerlIO_write() - does not seem to break any tests.
16647      Branch: perlio
16648            ! pp_sys.c
16649 ____________________________________________________________________________
16650 [  8054] By: nick                                  on 2000/12/09  19:47:30
16651         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
16652              (sysread, recv and write i.e. formats still to do...)
16653              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
16654              open($fh,">:utf8","name")
16655              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
16656              so no extra overhead is involved.
16657              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
16658              to a non-utf8 stream.
16659              Add initial io/utf8.t
16660              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
16661              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
16662              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
16663      Branch: perlio
16664            + t/io/utf8.t
16665            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
16666 ____________________________________________________________________________
16667 [  8053] By: nick                                  on 2000/12/09  19:26:37
16668         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
16669              was only testing this_utf8.
16670      Branch: perlio
16671            ! toke.c
16672 ____________________________________________________________________________
16673 [  8052] By: nick                                  on 2000/12/09  19:09:41
16674         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
16675              i.e. the output string has one, but don't mess with source assumption.
16676      Branch: perlio
16677            ! toke.c
16678 ____________________________________________________________________________
16679 [  8051] By: jhi                                   on 2000/12/09  16:55:17
16680         Log: Integrate perlio.
16681      Branch: perl
16682           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
16683           !> sv.c thrdvar.h util.c
16684 ____________________________________________________________________________
16685 [  8050] By: jhi                                   on 2000/12/09  16:48:07
16686         Log: Nits noticed by Peter Prymmer.
16687      Branch: perl
16688            ! lib/ExtUtils/MM_VMS.pm
16689 ____________________________________________________________________________
16690 [  8049] By: nick                                  on 2000/12/09  13:49:40
16691         Log: UTF8 output prework.
16692              - Store $\ and $, as SVs so they can have SvUTF8 flag
16693              - use do_print() rather than raw PerlIO_write() to print them.
16694      Branch: perlio
16695            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
16696            ! thrdvar.h util.c
16697 ____________________________________________________________________________
16698 [  8048] By: nick                                  on 2000/12/09  12:30:43
16699         Log: Integrate mainline.
16700      Branch: perlio
16701           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
16702           +> t/op/reverse.t
16703           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
16704           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
16705           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
16706           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
16707           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
16708           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
16709 ____________________________________________________________________________
16710 [  8047] By: jhi                                   on 2000/12/09  00:23:27
16711         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
16712              From: Michael G Schwern <schwern@pobox.com>
16713              Date: Fri, 8 Dec 2000 14:43:04 -0600
16714      Branch: perl
16715            ! lib/ExtUtils/MM_VMS.pm
16716 ____________________________________________________________________________
16717 [  8046] By: jhi                                   on 2000/12/08  23:10:27
16718         Log: A missed check-in.
16719      Branch: perl
16720            ! lib/ExtUtils/Manifest.pm
16721 ____________________________________________________________________________
16722 [  8045] By: jhi                                   on 2000/12/08  21:57:12
16723         Log: (null check-in)
16724      Branch: perl
16725            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
16726 ____________________________________________________________________________
16727 [  8044] By: jhi                                   on 2000/12/08  21:11:06
16728         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
16729              at the final draft stage.
16730      Branch: perl
16731            + ext/Encode/Encode/iso8859-16.enc
16732            ! MANIFEST
16733 ____________________________________________________________________________
16734 [  8043] By: jhi                                   on 2000/12/08  16:39:04
16735         Log: Update Changes.
16736      Branch: perl
16737            ! Changes patchlevel.h
16738 ____________________________________________________________________________
16739 [  8042] By: jhi                                   on 2000/12/08  16:33:39
16740         Log: Do not return the Unicode replacement character if UTF-8
16741              decoding goes awry, it should be up to the caller to decide.
16742      Branch: perl
16743            ! pod/perlapi.pod utf8.c
16744 ____________________________________________________________________________
16745 [  8041] By: jhi                                   on 2000/12/08  16:22:28
16746         Log: metaconfig maintenance.
16747      Branch: metaconfig
16748            ! U/modified/stdchar.U
16749      Branch: metaconfig/U/perl
16750            + testsyml.U
16751 ____________________________________________________________________________
16752 [  8040] By: jhi                                   on 2000/12/08  16:03:08
16753         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
16754              From: sthoenna@efn.org
16755              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
16756              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
16757      Branch: perl
16758            ! Changes lib/ExtUtils/MM_OS2.pm
16759 ____________________________________________________________________________
16760 [  8039] By: jhi                                   on 2000/12/08  15:57:11
16761         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
16762              From: Simon Cozens <simon@cozens.net>
16763              Date: Fri, 8 Dec 2000 13:33:31 +0000
16764              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
16765              
16766              (The pp_hot part needed a rewrite.)
16767      Branch: perl
16768            ! doop.c pp_hot.c utf8.c
16769 ____________________________________________________________________________
16770 [  8038] By: jhi                                   on 2000/12/08  15:25:08
16771         Log: Subject: djSP
16772              From: Michael Stevens <michael@etla.org>
16773              Date: Wed, 6 Dec 2000 23:24:01 +0000
16774              Message-ID: <20001206232400.A21381@firedrake.org>
16775              
16776              Plus a note from Nick Ing-Simmons.
16777      Branch: perl
16778            ! pp.h
16779 ____________________________________________________________________________
16780 [  8037] By: jhi                                   on 2000/12/08  15:18:35
16781         Log: Filetype is text.
16782      Branch: perl
16783            ! t/op/utf8decode.t
16784 ____________________________________________________________________________
16785 [  8036] By: jhi                                   on 2000/12/08  03:31:27
16786         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
16787              From: Andy Dougherty <doughera@lafayette.edu>
16788              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
16789              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
16790              
16791              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
16792              From: Andy Dougherty <doughera@lafayette.edu>
16793              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
16794              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
16795      Branch: perl
16796            + ext/POSIX/hints/svr4.pl
16797            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
16798 ____________________________________________________________________________
16799 [  8035] By: jhi                                   on 2000/12/08  03:26:01
16800         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
16801              From: Andy Dougherty <doughera@lafayette.edu>
16802              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
16803              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
16804      Branch: perl
16805            ! t/README t/base/term.t
16806 ____________________________________________________________________________
16807 [  8034] By: jhi                                   on 2000/12/08  03:21:59
16808         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
16809              From: mjd@plover.com  
16810              Date: 7 Dec 2000 21:04:20 -0000
16811              Message-ID: <20001207210420.22282.qmail@plover.com>
16812              
16813              Plus -z doc.
16814      Branch: perl
16815            ! pod/perlfunc.pod
16816 ____________________________________________________________________________
16817 [  8033] By: jhi                                   on 2000/12/08  03:19:03
16818         Log: Use the UTF8 macros a bit.  They can't be used with abandon
16819              everywhere because we do generate illegal UTF-8 in some situations.
16820              This is of course naughty.
16821      Branch: perl
16822            ! pod/perlapi.pod utf8.c utf8.h
16823 ____________________________________________________________________________
16824 [  8032] By: jhi                                   on 2000/12/08  03:00:09
16825         Log: Out of sync?
16826      Branch: perl
16827            ! t/pragma/warn/utf8
16828 ____________________________________________________________________________
16829 [  8031] By: jhi                                   on 2000/12/08  02:22:39
16830         Log: Cnt spl.
16831      Branch: perl
16832            ! MANIFEST
16833 ____________________________________________________________________________
16834 [  8030] By: jhi                                   on 2000/12/08  01:23:54
16835         Log: Add test for reverse().
16836      Branch: perl
16837            + t/op/reverse.t
16838            ! MANIFEST
16839 ____________________________________________________________________________
16840 [  8029] By: jhi                                   on 2000/12/08  01:21:47
16841         Log: Integrate perlio.
16842      Branch: perl
16843           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
16844           !> perlio.c perlio.h perlsdio.h warnings.pl
16845 ____________________________________________________________________________
16846 [  8028] By: jhi                                   on 2000/12/08  01:19:08
16847         Log: Introduce macros for UTF8 decoding.
16848      Branch: perl
16849            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
16850 ____________________________________________________________________________
16851 [  8027] By: nick                                  on 2000/12/07  22:18:19
16852         Log: Integrate mainline
16853      Branch: perlio
16854           !> embed.pl pod/perlapi.pod utf8.c
16855 ____________________________________________________________________________
16856 [  8026] By: nick                                  on 2000/12/07  21:45:08
16857         Log: Various oddities p4 diff -se showed up
16858              Remove 'our' from warnings.pl
16859      Branch: perlio
16860            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
16861 ____________________________________________________________________________
16862 [  8025] By: nick                                  on 2000/12/07  21:43:32
16863         Log: Change PerlIO_(get|set)pos to take SV *
16864              Should fix, OS/2, VMS, (sfio??)
16865      Branch: perlio
16866            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
16867 ____________________________________________________________________________
16868 [  8024] By: jhi                                   on 2000/12/07  19:05:32
16869         Log: Document utf8_to_uv() better.
16870      Branch: perl
16871            ! pod/perlapi.pod utf8.c
16872 ____________________________________________________________________________
16873 [  8023] By: jhi                                   on 2000/12/07  18:23:47
16874         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
16875      Branch: perl
16876            ! embed.pl pod/perlapi.pod utf8.c
16877 ____________________________________________________________________________
16878 [  8022] By: jhi                                   on 2000/12/07  04:13:51
16879         Log: Integrate perlio.
16880      Branch: perl
16881           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
16882           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
16883           !> win32/makefile.mk
16884 ____________________________________________________________________________
16885 [  8021] By: nick                                  on 2000/12/07  00:28:14
16886         Log: Various attempts at MSVC debug - not sure what has
16887              changed but works now. 
16888              Seems atexit() _may_ work for DLLs built with MSVC so don't
16889              call cleanup that way.
16890      Branch: perlio
16891            ! perlio.c win32/makefile.mk
16892 ____________________________________________________________________________
16893 [  8020] By: nick                                  on 2000/12/06  19:57:20
16894         Log: Integrate mainline
16895      Branch: perlio
16896           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
16897           !> (integrate 75 files)
16898 ____________________________________________________________________________
16899 [  8019] By: nick                                  on 2000/12/06  19:28:21
16900         Log: Add useperlio to config.vc
16901              Turn off binmode in config_H.PL
16902              Regen all the config_H.xx
16903              Attempt to get debugging build with MSVC.
16904      Branch: perlio
16905            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16906            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
16907 ____________________________________________________________________________
16908 [  8018] By: nick                                  on 2000/12/06  19:21:57
16909         Log: Test various dup/external program options on all platforms.
16910      Branch: perlio
16911            ! t/io/dup.t
16912 ____________________________________________________________________________
16913 [  8017] By: nick                                  on 2000/12/06  19:20:47
16914         Log: Fix harness to be less picky
16915      Branch: perlio
16916            ! lib/Test/Harness.pm
16917 ____________________________________________________________________________
16918 [  8016] By: jhi                                   on 2000/12/06  16:45:12
16919         Log: Update Changes.
16920      Branch: perl
16921            ! Changes patchlevel.h
16922 ____________________________________________________________________________
16923 [  8015] By: jhi                                   on 2000/12/06  16:41:03
16924         Log: Test \x{...} with ord().
16925      Branch: perl
16926            ! t/op/ord.t
16927 ____________________________________________________________________________
16928 [  8014] By: jhi                                   on 2000/12/06  16:20:33
16929         Log: Test tweak because of #8013.
16930      Branch: perl
16931            ! t/lib/b.t
16932 ____________________________________________________________________________
16933 [  8013] By: jhi                                   on 2000/12/06  16:09:09
16934         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
16935              From: Michael G Schwern <schwern@pobox.com>
16936              Date: Tue, 5 Dec 2000 21:23:28 -0500
16937              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
16938              
16939              Carp::Heavy parts not very applicable because of recent changes.
16940      Branch: perl
16941            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
16942            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
16943            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
16944            ! lib/Exporter.pm lib/Exporter/Heavy.pm
16945            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
16946            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
16947            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
16948            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
16949            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
16950            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
16951            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
16952            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
16953            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
16954            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
16955            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
16956            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
16957            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
16958            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
16959            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
16960            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
16961            ! warnings.pl
16962 ____________________________________________________________________________
16963 [  8012] By: jhi                                   on 2000/12/06  15:22:38
16964         Log: Subject: [PATCH] Re: New harness is failing things
16965              From: Nick Ing-Simmons <nik@tiuk.ti.com>
16966              Date: Wed, 6 Dec 2000 13:00:30 GMT
16967              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
16968      Branch: perl
16969            ! lib/Test/Harness.pm
16970 ____________________________________________________________________________
16971 [  8011] By: jhi                                   on 2000/12/06  15:12:08
16972         Log: Subject: installhtml changes
16973              From: Michael Stevens <michael@etla.org>
16974              Date: Wed, 6 Dec 2000 13:15:53 +0000
16975              Message-ID: <20001206131553.A27317@firedrake.org>
16976      Branch: perl
16977            ! installhtml
16978 ____________________________________________________________________________
16979 [  8010] By: jhi                                   on 2000/12/06  15:06:05
16980         Log: Subject: the dTHR hits
16981              From: Michael Stevens <michael@etla.org>
16982              Date: Wed, 6 Dec 2000 12:06:03 +0000
16983              Message-ID: <20001206120603.A24581@firedrake.org>
16984              
16985              More, errrm, less dTHRs.
16986      Branch: perl
16987            ! bytecode.pl ext/B/B/C.pm
16988 ____________________________________________________________________________
16989 [  8009] By: jhi                                   on 2000/12/06  15:04:25
16990         Log: Subject: MakeMaker mailing list gone?
16991              From: Michael G Schwern <schwern@pobox.com>
16992              Date: Tue, 5 Dec 2000 19:29:59 -0500
16993              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
16994              
16995              The MakeMaker mailing list is dead, perlbug is the right
16996              address to report bugs.
16997      Branch: perl
16998            ! lib/ExtUtils/MakeMaker.pm
16999 ____________________________________________________________________________
17000 [  8008] By: jhi                                   on 2000/12/06  15:00:32
17001         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
17002              From: Michael G Schwern <schwern@pobox.com>
17003              Date: Tue, 5 Dec 2000 19:21:21 -0500
17004              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
17005              
17006              Add a default MANIFEST skip that ignores things like
17007              version control files, editor temporary files, and the Makefile.
17008      Branch: perl
17009            + lib/ExtUtils/MANIFEST.SKIP
17010            ! MANIFEST lib/ExtUtils/Manifest.pm
17011 ____________________________________________________________________________
17012 [  8007] By: jhi                                   on 2000/12/06  14:57:20
17013         Log: In Amiga more manual hackery of the scripts seems to be needed,
17014              from Jan-Erik Karlsson.  Why Configure does not get this right
17015              is unknown, may be shell-induced.
17016      Branch: perl
17017            ! README.amiga
17018 ____________________________________________________________________________
17019 [  8006] By: jhi                                   on 2000/12/05  23:53:12
17020         Log: Add TOPm1s to peek at the second topmost stack item.
17021      Branch: perl
17022            ! pp.h
17023 ____________________________________________________________________________
17024 [  8005] By: jhi                                   on 2000/12/05  23:13:55
17025         Log: Avaunt, you foul UTF-8 tests.
17026      Branch: perl
17027            ! t/op/ver.t t/pragma/utf8.t
17028 ____________________________________________________________________________
17029 [  8004] By: jhi                                   on 2000/12/05  23:09:54
17030         Log: Continue utf8 dispersal. 
17031      Branch: perl
17032            + t/op/concat.t
17033            ! MANIFEST t/pragma/utf8.t
17034 ____________________________________________________________________________
17035 [  8003] By: nick                                  on 2000/12/05  23:02:39
17036         Log: Integrate mainline.
17037      Branch: perlio
17038           +> t/op/length.t t/op/utf8decode.t
17039           !> (integrate 69 files)
17040 ____________________________________________________________________________
17041 [  8002] By: jhi                                   on 2000/12/05  22:59:28
17042         Log: Integrate perlio.
17043      Branch: perl
17044           !> iperlsys.h perl.c perlio.c win32/perllib.c
17045 ____________________________________________________________________________
17046 [  8001] By: nick                                  on 2000/12/05  22:07:52
17047         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
17048              - calloc/free suffer from damage on TerminateThread()
17049              - use PerlMemShared (as originally planned) now fixed
17050              - avoid doing anything important on DLL "detach".
17051      Branch: perlio
17052            ! perl.c perlio.c win32/perllib.c
17053 ____________________________________________________________________________
17054 [  8000] By: nick                                  on 2000/12/05  21:05:09
17055         Log: Fix gross PerlMemShared issue.
17056      Branch: perlio
17057            ! iperlsys.h
17058 ____________________________________________________________________________
17059 [  7999] By: jhi                                   on 2000/12/05  20:46:58
17060         Log: Test for Unicode (UTF-8) hash keys.
17061      Branch: perl
17062            ! t/op/each.t
17063 ____________________________________________________________________________
17064 [  7998] By: jhi                                   on 2000/12/05  20:30:35
17065         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
17066              is now always UTF-8), empty line cosmetics.
17067      Branch: perl
17068            ! t/pragma/utf8.t
17069 ____________________________________________________________________________
17070 [  7997] By: jhi                                   on 2000/12/05  20:15:40
17071         Log: Subject: Re: STRLEN - what?
17072              From: Andy Dougherty <doughera@lafayette.edu>
17073              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
17074              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
17075              
17076              Explain STRLEN.
17077      Branch: perl
17078            ! pod/perlguts.pod
17079 ____________________________________________________________________________
17080 [  7996] By: jhi                                   on 2000/12/05  20:13:34
17081         Log: Split off the UTF-8 decoder tests, make them to check also
17082              the error message.
17083      Branch: perl
17084            + t/op/utf8decode.t
17085            ! MANIFEST t/pragma/utf8.t utf8.c
17086 ____________________________________________________________________________
17087 [  7995] By: jhi                                   on 2000/12/05  16:39:47
17088         Log: Start migrating bits of pragma/utf8 to elsewhere
17089              (since the long term plan is to obsolete 'use utf8').
17090      Branch: perl
17091            + t/op/length.t
17092            ! MANIFEST t/pragma/utf8.t
17093 ____________________________________________________________________________
17094 [  7994] By: jhi                                   on 2000/12/05  16:30:21
17095         Log: Fix a manual edit typo from #7993, fix the message formatting
17096              for Unicode, add few our declarations.
17097      Branch: perl
17098            ! lib/Carp/Heavy.pm
17099 ____________________________________________________________________________
17100 [  7993] By: jhi                                   on 2000/12/05  16:09:15
17101         Log: Subject: Need help with warnings :-(
17102              From: "Ben Tilly" <ben_tilly@hotmail.com>
17103              Date: Tue, 05 Dec 2000 01:35:54 -0500
17104              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
17105              
17106              Subject: UPDATE: Carp/Heavy now passes all tests
17107              From: "Ben Tilly" <ben_tilly@hotmail.com>
17108              Date: Tue, 05 Dec 2000 07:59:41 -0500
17109              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
17110              
17111              The Brave New Carp.
17112      Branch: perl
17113            ! lib/Carp.pm lib/Carp/Heavy.pm
17114 ____________________________________________________________________________
17115 [  7992] By: jhi                                   on 2000/12/05  15:55:08
17116         Log: Subject: [PATCH perl@7979] cygwin port
17117              From: "Eric Fifer" <efifer@dircon.co.uk>
17118              Date: Tue, 5 Dec 2000 14:04:09 -0000
17119              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
17120      Branch: perl
17121            ! t/lib/net-hostent.t
17122 ____________________________________________________________________________
17123 [  7991] By: jhi                                   on 2000/12/05  15:52:34
17124         Log: Subject: Re: [PATCH] The largest hoax of all times?
17125              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17126              Date: Tue, 5 Dec 2000 00:40:25 -0500
17127              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
17128              
17129              Subject: Re: [PATCH] The largest hoax of all times?
17130              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17131              Date: Mon, 4 Dec 2000 23:55:53 -0500
17132              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
17133              
17134              Subject: Re: [PATCH] The largest hoax of all times?
17135              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17136              Date: Tue, 5 Dec 2000 01:28:45 -0500
17137              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
17138              
17139              Fix the unpredictable order of DESTROYs.
17140      Branch: perl
17141            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
17142            ! sv.c sv.h t/op/ref.t
17143 ____________________________________________________________________________
17144 [  7990] By: jhi                                   on 2000/12/05  14:38:53
17145         Log: Subject: [PATCH] shrink pp_hot fractionally
17146              From: Nicholas Clark <nick@ccl4.org>
17147              Date: Tue, 5 Dec 2000 12:44:31 +0000
17148              Message-ID: <20001205124431.E74518@plum.flirble.org>
17149              
17150              Use report_evil_fh().
17151      Branch: perl
17152            ! opcode.pl opnames.h pp_hot.c util.c
17153 ____________________________________________________________________________
17154 [  7989] By: jhi                                   on 2000/12/05  14:21:27
17155         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
17156              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17157              Date: Mon, 04 Dec 2000 22:21:59 -0800
17158              Message-ID: <HmIL6gzkgepS092yn@efn.org>
17159              
17160              Harness shouldn't ignore responses like "ok 3\r\r\n".
17161      Branch: perl
17162            ! lib/Test/Harness.pm
17163 ____________________________________________________________________________
17164 [  7988] By: jhi                                   on 2000/12/05  13:51:28
17165         Log: Integrate the "skip" messages to explain().
17166      Branch: perl
17167            ! t/lib/syslfs.t t/op/lfs.t
17168 ____________________________________________________________________________
17169 [  7987] By: jhi                                   on 2000/12/05  12:34:54
17170         Log: The one that got away in #7984.
17171              
17172              Subject: Re: dTHR - what and why?
17173              From: Michael Stevens <michael@etla.org> 
17174              Date: Tue, 5 Dec 2000 11:15:52 +0000
17175              Message-ID: <20001205111552.A4647@firedrake.org>
17176      Branch: perl
17177            ! sv.h
17178 ____________________________________________________________________________
17179 [  7986] By: gsar                                  on 2000/12/05  09:14:44
17180         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
17181              due to the notorious GetFileType() bug in Windows 9x, which fstat()
17182              tickles)
17183      Branch: perl
17184            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
17185 ____________________________________________________________________________
17186 [  7985] By: jhi                                   on 2000/12/05  05:49:03
17187         Log: Integrate perlio.
17188      Branch: perl
17189           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
17190           !> win32/perlhost.h win32/perllib.c
17191 ____________________________________________________________________________
17192 [  7984] By: jhi                                   on 2000/12/05  05:48:16
17193         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
17194      Branch: perl
17195            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
17196            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
17197            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
17198            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
17199            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
17200            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
17201            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
17202            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
17203            ! win32/win32.c
17204 ____________________________________________________________________________
17205 [  7983] By: nick                                  on 2000/12/04  23:27:43
17206         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
17207      Branch: perlio
17208            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
17209            ! win32/perlhost.h win32/perllib.c
17210 ____________________________________________________________________________
17211 [  7982] By: jhi                                   on 2000/12/04  19:44:09
17212         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
17213              uncovered by #7980.
17214      Branch: perl
17215            ! op.c
17216 ____________________________________________________________________________
17217 [  7981] By: jhi                                   on 2000/12/04  19:42:07
17218         Log: Subject: [PATCH] Trivial dump.c feature
17219              From: Simon Cozens <simon@cozens.net>
17220              Date: Mon, 4 Dec 2000 18:08:38 +0000
17221              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
17222              
17223              Show whether a constant is UTF-8.
17224      Branch: perl
17225            ! dump.c
17226 ____________________________________________________________________________
17227 [  7980] By: jhi                                   on 2000/12/04  19:36:51
17228         Log: UTF-8 hash keys, patch from Inaba Hiroto.
17229      Branch: perl
17230            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
17231 ____________________________________________________________________________
17232 [  7979] By: jhi                                   on 2000/12/04  17:36:28
17233         Log: Update Changes.
17234      Branch: perl
17235            ! Changes patchlevel.h
17236 ____________________________________________________________________________
17237 [  7978] By: jhi                                   on 2000/12/04  16:42:17
17238         Log: Retract #7977, still too volatile (the euphemism of the day
17239              for unfinished and buggy :-)
17240      Branch: perl
17241            ! doop.c hv.c pp.c sv.h
17242 ____________________________________________________________________________
17243 [  7977] By: jhi                                   on 2000/12/04  16:25:15
17244         Log: (Retracted by #7978, too shaky yet.)
17245              
17246              Subject: Re: utf8 in hash keys, implementor missing
17247              From: Simon Cozens <simon@cozens.net>
17248              Date: Sat, 2 Dec 2000 19:49:35 +0000
17249              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
17250              
17251              The first step at UTF-8 hash keys.
17252      Branch: perl
17253            ! doop.c hv.c pp.c sv.h
17254 ____________________________________________________________________________
17255 [  7976] By: jhi                                   on 2000/12/04  16:13:53
17256         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
17257              From: sthoenna@efn.org
17258              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
17259              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
17260      Branch: perl
17261            ! os2/os2.c perlio.c
17262 ____________________________________________________________________________
17263 [  7975] By: jhi                                   on 2000/12/04  16:05:25
17264         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
17265              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17266              Date: Thu, 30 Nov 2000 20:50:37 -0800
17267              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
17268      Branch: perl
17269            ! os2/os2.c
17270 ____________________________________________________________________________
17271 [  7974] By: jhi                                   on 2000/12/04  16:03:57
17272         Log: Subject: [PATCH] ++ 20% faster
17273              From: Nicholas Clark <nick@ccl4.org>
17274              Date: Mon, 4 Dec 2000 12:17:27 +0000
17275              Message-ID: <20001204121726.B52976@plum.flirble.org>
17276              
17277              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
17278      Branch: perl
17279            ! sv.c
17280 ____________________________________________________________________________
17281 [  7973] By: jhi                                   on 2000/12/04  16:00:48
17282         Log: 
17283              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
17284              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17285              Date: Mon, 04 Dec 2000 12:30:45 +0100
17286              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
17287              
17288              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
17289              library (getprotobyname and getprotobynumber are outversioned by
17290              the same calls in libc, at least for xlc version 3.
17291      Branch: perl
17292            ! hints/aix.sh
17293 ____________________________________________________________________________
17294 [  7972] By: jhi                                   on 2000/12/04  02:58:31
17295         Log: Integrate perlio.
17296      Branch: perl
17297           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
17298           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
17299           !> win32/win32.h win32/win32iop.h win32/win32thread.h
17300 ____________________________________________________________________________
17301 [  7971] By: nick                                  on 2000/12/04  00:24:33
17302         Log: Quieten some noise in Win32 builds:
17303              - win32.h is included after <sys/socket.h>, so need to 
17304              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
17305              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
17306      Branch: perlio
17307            ! doio.c perl.h toke.c win32/win32.h
17308 ____________________________________________________________________________
17309 [  7970] By: nick                                  on 2000/12/03  22:57:46
17310         Log: PERL_IMPLICIT_SYS compiles but does not work.
17311      Branch: perlio
17312            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
17313            ! win32/perlhost.h win32/perllib.c win32/win32.h
17314            ! win32/win32iop.h win32/win32thread.h
17315 ____________________________________________________________________________
17316 [  7969] By: jhi                                   on 2000/12/03  22:12:58
17317         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
17318              used to swash_init(), makes regprop() dumps more informative
17319              (+utf8::IsAlpha, -utf8::IsDigit, for example).
17320      Branch: perl
17321            ! regcomp.c regexec.c
17322 ____________________________________________________________________________
17323 [  7968] By: jhi                                   on 2000/12/03  21:39:56
17324         Log: Implement ANYOFUTF8 regprop() dumping.
17325      Branch: perl
17326            ! regcomp.c
17327 ____________________________________________________________________________
17328 [  7967] By: jhi                                   on 2000/12/03  20:57:19
17329         Log: Make uv_to_utf8() to zero-terminate its output buffer,
17330              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
17331      Branch: perl
17332            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
17333 ____________________________________________________________________________
17334 [  7966] By: nick                                  on 2000/12/03  18:41:21
17335         Log: Integrate mainline (STDCHAR)
17336      Branch: perlio
17337           !> Configure t/pragma/utf8.t
17338 ____________________________________________________________________________
17339 [  7965] By: jhi                                   on 2000/12/03  17:58:20
17340         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
17341      Branch: perl
17342            ! t/pragma/utf8.t
17343 ____________________________________________________________________________
17344 [  7964] By: jhi                                   on 2000/12/03  17:35:56
17345         Log: Integrate perlio.
17346      Branch: perl
17347           !> iperlsys.h perlio.c
17348 ____________________________________________________________________________
17349 [  7963] By: jhi                                   on 2000/12/03  17:33:55
17350         Log: Metaconfig unit change for #7962.
17351      Branch: metaconfig
17352            ! U/modified/stdchar.U
17353 ____________________________________________________________________________
17354 [  7962] By: jhi                                   on 2000/12/03  17:33:27
17355         Log: Untangle the <stdio.h> #include nest for the stdchar test,
17356              from Andy Dougherty.
17357      Branch: perl
17358            ! Configure
17359 ____________________________________________________________________________
17360 [  7961] By: nick                                  on 2000/12/03  16:53:00
17361         Log: Make iperlsys.h vector stdio not PerlIO.
17362      Branch: perlio
17363            ! iperlsys.h perlio.c
17364 ____________________________________________________________________________
17365 [  7960] By: nick                                  on 2000/12/03  14:43:01
17366         Log: Integrate mainline
17367      Branch: perlio
17368           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
17369           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
17370 ____________________________________________________________________________
17371 [  7959] By: jhi                                   on 2000/12/03  08:16:36
17372         Log: Use DO_UTF8().
17373      Branch: perl
17374            ! op.c
17375 ____________________________________________________________________________
17376 [  7958] By: jhi                                   on 2000/12/02  18:33:05
17377         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
17378              From: Mike Guy <mjtg@cam.ac.uk>         
17379              Date: Sat, 02 Dec 2000 17:27:13 +0000
17380              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
17381              
17382              An extraneous argument.
17383      Branch: perl
17384            ! toke.c
17385 ____________________________________________________________________________
17386 [  7957] By: jhi                                   on 2000/12/02  18:22:32
17387         Log: A missing hunk.
17388      Branch: perl
17389            ! t/lib/net-hostent.t
17390 ____________________________________________________________________________
17391 [  7956] By: jhi                                   on 2000/12/02  18:06:20
17392         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
17393              From: Nicholas Clark <nick@ccl4.org>
17394              Date: Sat, 2 Dec 2000 14:28:27 +0000
17395              Message-ID: <20001202142827.A12308@plum.flirble.org>
17396              
17397              Test robustness.
17398      Branch: perl
17399            ! t/lib/net-hostent.t
17400 ____________________________________________________________________________
17401 [  7955] By: jhi                                   on 2000/12/02  17:58:06
17402         Log: Metaconfig unit change for #7954.
17403      Branch: metaconfig
17404            ! U/modified/stdchar.U
17405 ____________________________________________________________________________
17406 [  7954] By: jhi                                   on 2000/12/02  17:54:32
17407         Log: An inconvenient hang would happen if the stdio _ptr wasn't
17408              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
17409              would be grepping stdin for all eternity for the _ptr.)
17410      Branch: perl
17411            ! Configure
17412 ____________________________________________________________________________
17413 [  7953] By: jhi                                   on 2000/12/02  00:07:15
17414         Log: Update Changes.
17415      Branch: perl
17416            ! Changes patchlevel.h
17417 ____________________________________________________________________________
17418 [  7952] By: jhi                                   on 2000/12/01  23:54:47
17419         Log: Subject: Re: long shell lines
17420              From: Andy Dougherty <doughera@lafayette.edu>
17421              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
17422              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
17423              
17424              Split overly long shell command lines.
17425      Branch: perl
17426            ! lib/ExtUtils/MM_Unix.pm
17427 ____________________________________________________________________________
17428 [  7951] By: jhi                                   on 2000/12/01  23:48:02
17429         Log: The metaconfig unit change for #7950.
17430      Branch: metaconfig
17431            + U/modified/stdchar.U
17432 ____________________________________________________________________________
17433 [  7950] By: jhi                                   on 2000/12/01  23:47:39
17434         Log: Try to find stdchar also from <stdio_impl.h>.
17435      Branch: perl
17436            ! Configure config_h.SH
17437 ____________________________________________________________________________
17438 [  7949] By: jhi                                   on 2000/12/01  23:46:45
17439         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
17440              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
17441              Date: Fri, 1 Dec 2000 16:26:08 -0500
17442              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
17443              
17444              Reword the diagnostic message.
17445      Branch: perl
17446            ! pod/perldiag.pod
17447 ____________________________________________________________________________
17448 [  7948] By: nick                                  on 2000/12/01  22:49:43
17449         Log: Integrate mainline (for s/y/m as sub names stuff).
17450      Branch: perlio
17451           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
17452           !> t/pragma/warn/toke toke.c
17453 ____________________________________________________________________________
17454 [  7947] By: jhi                                   on 2000/12/01  20:55:41
17455         Log: Integrate perlio.
17456      Branch: perl
17457           !> perlio.c perliol.h t/io/pipe.t
17458 ____________________________________________________________________________
17459 [  7946] By: jhi                                   on 2000/12/01  20:36:51
17460         Log: Upgrade to CPAN 1.59_51, from Andreas König.
17461      Branch: perl
17462            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
17463 ____________________________________________________________________________
17464 [  7945] By: nick                                  on 2000/12/01  20:31:32
17465         Log: Integrate mainline
17466      Branch: perlio
17467           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
17468           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
17469           +> t/lib/net-hostent.t
17470           !> (integrate 35 files)
17471 ____________________________________________________________________________
17472 [  7944] By: jhi                                   on 2000/12/01  20:23:29
17473         Log: Some help for 20001130.011.  Now one gets warnings like
17474              "Ambiguous -f() resolved as a file test ..."
17475      Branch: perl
17476            ! pod/perldiag.pod t/pragma/warn/toke toke.c
17477 ____________________________________________________________________________
17478 [  7943] By: jhi                                   on 2000/12/01  19:44:44
17479         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
17480              that also breaks using them as methods. 
17481      Branch: perl
17482            ! pod/perldiag.pod t/op/misc.t toke.c
17483 ____________________________________________________________________________
17484 [  7942] By: nick                                  on 2000/12/01  17:56:46
17485         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
17486              Make 'unix' pass most tests
17487              - do unread by temporary push of layer ("pending") holding unread chars
17488              - fast_gets is now based on per-handle flag
17489              - relax one of io/pipe.t tests to allow print to fail and close to
17490              succeed so that it passes on unbuffered "unix" layer.
17491              Remaining fail is sporadic and a genuine race condition between
17492              parent/child in fork test.
17493      Branch: perlio
17494            ! perlio.c perliol.h t/io/pipe.t
17495 ____________________________________________________________________________
17496 [  7941] By: jhi                                   on 2000/12/01  15:28:58
17497         Log: (Retracted by #7943.)
17498              
17499              Reserve the short named string operator names.
17500      Branch: perl
17501            ! pod/perldiag.pod t/op/misc.t toke.c
17502 ____________________________________________________________________________
17503 [  7940] By: jhi                                   on 2000/12/01  06:45:53
17504         Log: Get the three different space character classes right under utf8.
17505      Branch: perl
17506            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
17507            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
17508            ! regexec.c t/op/pat.t utf8.c
17509 ____________________________________________________________________________
17510 [  7939] By: jhi                                   on 2000/12/01  03:26:26
17511         Log: Two more tests that make no sense in UTF-8 since the test
17512              data is not in UTF-8.
17513      Branch: perl
17514            ! t/op/regexp.t
17515 ____________________________________________________________________________
17516 [  7938] By: jhi                                   on 2000/12/01  03:20:39
17517         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
17518              should it be required inside regexen?
17519      Branch: perl
17520            ! regcomp.c t/op/regmesg.t
17521 ____________________________________________________________________________
17522 [  7937] By: jhi                                   on 2000/12/01  02:58:53
17523         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
17524              stored and restored, and thusly was trounced by the utf8 swash
17525              routines.
17526      Branch: perl
17527            ! regcomp.c
17528 ____________________________________________________________________________
17529 [  7936] By: jhi                                   on 2000/11/30  20:41:39
17530         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
17531              Why the different platforms behave so differently (core dump vs
17532              no core dump) on this bug is a but of a mystery, but if I had to
17533              guess I would mumble something like 'alignment'.
17534      Branch: perl
17535            ! sv.c
17536 ____________________________________________________________________________
17537 [  7935] By: jhi                                   on 2000/11/30  16:17:02
17538         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
17539              From: Robin Barker <rmb1@cise.npl.co.uk>
17540              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
17541              Date: Thu, 30 Nov 2000 14:27:12 GMT
17542      Branch: perl
17543            ! perlio.c toke.c
17544 ____________________________________________________________________________
17545 [  7934] By: jhi                                   on 2000/11/30  16:04:49
17546         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
17547      Branch: perl
17548            ! t/lib/net-hostent.t
17549 ____________________________________________________________________________
17550 [  7933] By: jhi                                   on 2000/11/30  06:07:26
17551         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
17552              From: Peter Prymmer <pvhp@forte.com>
17553              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
17554              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
17555              
17556              In VMS the localhost may be LOCALHOST.
17557      Branch: perl
17558            ! t/lib/net-hostent.t
17559 ____________________________________________________________________________
17560 [  7932] By: jhi                                   on 2000/11/30  01:11:11
17561         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
17562              From: Peter Prymmer <pvhp@forte.com>
17563              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
17564              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
17565              
17566              plus regen perlapi.pod.
17567      Branch: perl
17568            ! pod/perlapi.pod utf8.c
17569 ____________________________________________________________________________
17570 [  7931] By: jhi                                   on 2000/11/30  01:06:19
17571         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
17572              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17573              Date:     Wed, 29 Nov 2000 17:15:11 EST
17574              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
17575      Branch: perl
17576            ! t/lib/filter-util.pl t/lib/filter-util.t
17577 ____________________________________________________________________________
17578 [  7930] By: jhi                                   on 2000/11/29  18:51:55
17579         Log: Update Changes.
17580      Branch: perl
17581            ! Changes patchlevel.h
17582 ____________________________________________________________________________
17583 [  7929] By: jhi                                   on 2000/11/29  18:50:55
17584         Log: Update the va_copy() metaconfig unit.
17585      Branch: metaconfig/U/perl
17586            ! need_va_copy.U
17587 ____________________________________________________________________________
17588 [  7928] By: jhi                                   on 2000/11/29  17:50:43
17589         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
17590              From: Dominic Dunlop <domo@computer.org>
17591              Date: Tue, 28 Nov 2000 16:41:57 +0100
17592              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
17593              
17594              Patch to catch a core dump in the Configure va_copy test.
17595      Branch: perl
17596            ! Configure config_h.SH
17597 ____________________________________________________________________________
17598 [  7927] By: jhi                                   on 2000/11/29  17:31:59
17599         Log: Retract #7921, the patch shouldn't be needed.
17600      Branch: perl
17601            ! sv.c
17602 ____________________________________________________________________________
17603 [  7926] By: jhi                                   on 2000/11/29  17:01:41
17604         Log: Make the Class::Struct import() wiser.
17605      Branch: perl
17606            ! lib/Class/Struct.pm t/lib/class-struct.t
17607 ____________________________________________________________________________
17608 [  7925] By: jhi                                   on 2000/11/29  16:36:33
17609         Log: All the core library users of Class::Struct seem to be
17610              using "use Class::Struct 'struct';" instead of the bare
17611              "use Class::Struct;", which isn't documented in Class::Struct.
17612              This can't be right.
17613      Branch: perl
17614            ! lib/File/stat.pm
17615 ____________________________________________________________________________
17616 [  7924] By: jhi                                   on 2000/11/29  16:32:15
17617         Log: A test works better if it has the right 1..$n output.
17618      Branch: perl
17619            ! t/lib/class-struct.t
17620 ____________________________________________________________________________
17621 [  7923] By: jhi                                   on 2000/11/29  16:29:11
17622         Log: Forgot to MANIFEST the new Net::hostent test.
17623      Branch: perl
17624            ! MANIFEST
17625 ____________________________________________________________________________
17626 [  7922] By: jhi                                   on 2000/11/29  16:27:49
17627         Log: Integrate perlio.
17628      Branch: perl
17629           !> iperlsys.h perlio.c
17630 ____________________________________________________________________________
17631 [  7921] By: jhi                                   on 2000/11/29  16:27:10
17632         Log: (Retracted by #7927.)
17633              
17634              Subject: [PATCH] Is infinity a number?
17635              From: Simon Cozens <simon@cozens.net>
17636              Date: Wed, 29 Nov 2000 14:48:20 +0000
17637              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
17638      Branch: perl
17639            ! sv.c
17640 ____________________________________________________________________________
17641 [  7920] By: jhi                                   on 2000/11/29  16:23:02
17642         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
17643              From: rspier@pobox.com (Robert Spier)
17644              Date: Wed, 29 Nov 2000 02:17:49 -0500
17645              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
17646              
17647              Add a test for Net::hostent.
17648      Branch: perl
17649            + t/lib/net-hostent.t
17650 ____________________________________________________________________________
17651 [  7919] By: jhi                                   on 2000/11/29  16:21:31
17652         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
17653              add a test for Class::Struct.
17654      Branch: perl
17655            + t/lib/class-struct.t
17656            ! MANIFEST lib/Class/Struct.pm
17657 ____________________________________________________________________________
17658 [  7918] By: jhi                                   on 2000/11/29  15:48:40
17659         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
17660              From: rspier@pobox.com (Robert Spier)
17661              Date: Wed, 29 Nov 2000 02:25:39 -0500
17662              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
17663              
17664              More checking in case someone has broken their services or
17665              protocol databases.
17666      Branch: perl
17667            ! ext/Sys/Syslog/Syslog.pm
17668 ____________________________________________________________________________
17669 [  7917] By: jhi                                   on 2000/11/29  15:46:25
17670         Log: Subject: [PATCH] $^O  win32 -> MSWin32
17671              From: rspier@pobox.com (Robert Spier)
17672              Date: Wed, 29 Nov 2000 02:17:38 -0500
17673              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
17674              
17675              plus similar nits for vms, err, VMS, and UNICOS.
17676      Branch: perl
17677            ! t/lib/syslfs.t t/op/lfs.t
17678 ____________________________________________________________________________
17679 [  7916] By: jhi                                   on 2000/11/29  15:42:51
17680         Log: Subject: [PATCH] Tokeniser debugging
17681              From: Simon Cozens <simon@cozens.net>
17682              Date: Wed, 29 Nov 2000 14:15:45 +0000
17683              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
17684      Branch: perl
17685            ! perl.c perl.h pod/perlrun.pod toke.c
17686 ____________________________________________________________________________
17687 [  7915] By: jhi                                   on 2000/11/29  15:41:36
17688         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
17689              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17690              Date: Wed, 29 Nov 2000 02:13:14 -0500
17691              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
17692              
17693              OUT keyword nits.
17694              
17695              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
17696              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17697              Date: Wed, 29 Nov 2000 03:09:04 -0500
17698              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
17699              
17700              OUT and IN_OUT documentation.
17701      Branch: perl
17702            ! lib/ExtUtils/xsubpp pod/perlxs.pod
17703 ____________________________________________________________________________
17704 [  7914] By: jhi                                   on 2000/11/29  03:35:01
17705         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
17706              From: John Tobey <jtobey@john-edwin-tobey.org>
17707              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
17708              Message-Id: <m140e1N-000FOoC@feynman.localnet>
17709              
17710              plus a performance speedup noticed by Sarathy.
17711      Branch: perl
17712            ! op.c
17713 ____________________________________________________________________________
17714 [  7913] By: jhi                                   on 2000/11/29  03:16:59
17715         Log: Use "1 while unlink" so that VMS gets clean, too.
17716      Branch: perl
17717            ! t/lib/filter-util.t
17718 ____________________________________________________________________________
17719 [  7912] By: jhi                                   on 2000/11/29  03:09:08
17720         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
17721              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17722              Date: Tue, 28 Nov 2000 03:27:09 -0500
17723              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
17724      Branch: perl
17725            ! lib/ExtUtils/xsubpp
17726 ____________________________________________________________________________
17727 [  7911] By: jhi                                   on 2000/11/29  03:06:30
17728         Log: This should have been part of #7872: no need to scan UTF-8
17729              until eternity.
17730      Branch: perl
17731            ! utf8.c
17732 ____________________________________________________________________________
17733 [  7910] By: jhi                                   on 2000/11/29  02:50:04
17734         Log: One more perltie.pod nit from Casey R. Tweten.
17735      Branch: perl
17736            ! pod/perltie.pod
17737 ____________________________________________________________________________
17738 [  7909] By: jhi                                   on 2000/11/29  02:44:23
17739         Log: Document the known sprintf test failures, exact standard
17740              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
17741      Branch: perl
17742            ! pod/perldelta.pod t/op/sprintf.t
17743 ____________________________________________________________________________
17744 [  7908] By: jhi                                   on 2000/11/29  02:36:23
17745         Log: Add the Encoding table format documentation.
17746      Branch: perl
17747            + ext/Encode/Encode/EncodeFormat.pod
17748            ! MANIFEST
17749 ____________________________________________________________________________
17750 [  7907] By: jhi                                   on 2000/11/29  02:07:24
17751         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
17752              From: "Casey R. Tweten" <crt@kiski.net>
17753              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
17754              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
17755              
17756              Subject: Re: [PATCH] Updating perltie.pod for arrays
17757              From: "Casey R. Tweten" <crt@kiski.net>
17758              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
17759              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
17760      Branch: perl
17761            ! pod/perltie.pod
17762 ____________________________________________________________________________
17763 [  7906] By: nick                                  on 2000/11/28  22:40:59
17764         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
17765      Branch: perlio
17766            ! iperlsys.h perlio.c
17767 ____________________________________________________________________________
17768 [  7905] By: nick                                  on 2000/11/28  22:04:34
17769         Log: Integrate mainline
17770      Branch: perlio
17771           !> (integrate 39 files)
17772 ____________________________________________________________________________
17773 [  7904] By: jhi                                   on 2000/11/28  16:44:43
17774         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
17775              From: Nicholas Clark <nick@babyhippo.co.uk>
17776              Date: Tue, 28 Nov 2000 11:16:57 +0000
17777              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
17778      Branch: perl
17779            ! pod/perlipc.pod
17780 ____________________________________________________________________________
17781 [  7903] By: jhi                                   on 2000/11/28  16:40:31
17782         Log: Subject: [PATCH] Updating perltie.pod for arrays
17783              From: "Casey R. Tweten" <crt@kiski.net>
17784              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
17785              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
17786      Branch: perl
17787            ! pod/perltie.pod
17788 ____________________________________________________________________________
17789 [  7902] By: jhi                                   on 2000/11/28  16:39:37
17790         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
17791              From: Robin Barker <rmb1@cise.npl.co.uk>
17792              Date: Mon, 27 Nov 2000 17:56:44 GMT
17793              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
17794      Branch: perl
17795            ! pod/perlfunc.pod t/op/split.t
17796 ____________________________________________________________________________
17797 [  7901] By: jhi                                   on 2000/11/28  16:28:04
17798         Log: setmode() is a DOSish-only thing.
17799      Branch: perl
17800            ! perlio.c
17801 ____________________________________________________________________________
17802 [  7900] By: jhi                                   on 2000/11/28  16:21:46
17803         Log: Subject: [PATCH] perlcc.PL cleanups
17804              From: Simon Cozens <simon@cozens.net>
17805              Date: Tue, 28 Nov 2000 12:44:35 +0000
17806              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
17807      Branch: perl
17808            ! utils/perlcc.PL
17809 ____________________________________________________________________________
17810 [  7899] By: gsar                                  on 2000/11/28  06:32:55
17811         Log: reintegrate files missed by change#7895
17812      Branch: maint-5.6/perl
17813           +> ext/ByteLoader/bytecode.h utils/Makefile
17814            - utils/perlbc.PL
17815 ____________________________________________________________________________
17816 [  7897] By: gsar                                  on 2000/11/27  18:22:47
17817         Log: can't integrate these two files, for some reason
17818      Branch: maint-5.6/perl
17819            - ext/ByteLoader/bytecode.h utils/Makefile
17820 ____________________________________________________________________________
17821 [  7895] By: gsar                                  on 2000/11/27  18:11:21
17822         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
17823              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
17824              6757..6890,6892..6901 from mainline
17825              
17826              Bytecompiler patches from Benjamin Stuhl.
17827              
17828              More bytecompiler.
17829              
17830              Subject: [PATCH blead] B:: missing dependency
17831              
17832              Subject: [PATCH: 6757] configure.com updates and syslog build
17833              
17834              Long double Gconvert fixes from Yitzchak Scott-Thoennes
17835              and Spider Boardman.
17836              
17837              Subject: [PATCH blead] nextchar() abuse misses an optimisation
17838              
17839              Long double fixes from Spider Boardman.
17840              
17841              Make the selection of NVff et al stricter.
17842              
17843              cSVOPo_*v things index into the current PL_curpad
17844              under ithreads, which is different from the curpad
17845              used by the XSUB.  (In other words, the code as-is
17846              before this patch wouldn't work under ithreads.)
17847              
17848              Be portable.
17849              
17850              VMS MMS (make) wants null action.
17851              
17852              Mac and other portability updates from Chris Nandor.
17853              
17854              Storable support, v-version fixes.
17855              Subject: CPAN.pm beta for testing available
17856              
17857              Portability fix from Hugo van der Sanden.
17858              
17859              Bad makefile.
17860              
17861              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
17862              
17863              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
17864              
17865              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
17866              
17867              Replace #6705 with a minimal doc patch.
17868              Subject: [PATCH 5.6.0] replace change #6705
17869              
17870              Drop the separate perlbc, perlcc -b should be enough.
17871              
17872              installperl couldn't tell whether it had run tests or not.
17873              Subject: [PATCH] Re: installperl and t/TEST
17874              
17875              Add silencer flags to installperl.
17876              Subject: [PATCH] Making installperl silent.
17877              
17878              Make "make install" by default silent.  A new "install-verbose"
17879              target is verbose.
17880              
17881              More liberal parsing of version numbers.
17882              Subject: Re: CPAN.pm beta for testing available
17883              
17884              Create directories in silence.
17885              Subject: [PATCH] Another silencer for MakeMaker
17886              
17887              DOS patches and portability/porting notes, from Tim Jenness.
17888              
17889              Make installman to recognize the silence flag -S.
17890              
17891              Actually do something with the silencer option.
17892              
17893              Continue silencing.
17894              
17895              Show the doc file, not the temp file.
17896              
17897              Regen perltoc.
17898              
17899              Subject: [PATCH] More silencing of installman.
17900              
17901              Better wording for the vec lvalue diagnostic.
17902              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
17903              
17904              Subject: [PATCH: 6805] several more tweaks to configure.com
17905              
17906              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
17907              
17908              Missing parts of 
17909              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
17910              
17911              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
17912              (applied slightly modified)
17913              
17914              installperl --verbose and --silent.
17915              Subject: Re: [PATCH] More silencing of installman.
17916              
17917              Add install-silent target.
17918              
17919              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
17920              the problem reported in
17921              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
17922              
17923              Tweak the sfio/useperlio logic, hopefully as wished in
17924              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
17925              
17926              One forgotten file from #6816.
17927              
17928              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
17929              
17930              Remove duplicately applied patch shards.
17931              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
17932              
17933              Support preserving extremely big/small angles.
17934              
17935              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
17936              
17937              Subject: [PATCH] installation not quite silent yet.
17938              
17939              Update the test count.
17940              
17941              Use UVxf, PTR2UV, NVff.
17942              
17943              Document PTR2XX and INT2PTR.
17944              
17945              no-install target a la make -n.
17946              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
17947              
17948              grep -e isn't portable.
17949              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
17950              
17951              Can't get the test to reliably work thanks to the
17952              inaccurateness of floating point.  "Resolves" bug ids
17953              20000826.003, 20000826.009, 20000826.010,
17954              
17955              Subject: installman buglet
17956              
17957              DJGPP update from Laszlo Molnar.
17958              
17959              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
17960              
17961              Passing -R in ldflags makes now it to appear in the default
17962              for lddlflags, just like with -L.
17963              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
17964              
17965              Test nit.
17966              
17967              Use the actual thread type, not the pointer-to-struct.
17968              
17969              Provice virtual $Config{ccflags_nolargefiles} etc. 
17970              
17971              display_format used as a class method without arguments was broken,
17972              reported in
17973              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
17974              
17975              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
17976              
17977              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
17978              
17979              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
17980              
17981              opmini.o may be left around if a build is interrupted.
17982              
17983              Typo in #6858.
17984              
17985              Fix for ID 20000828.001, long doubles were not formatted
17986              correctly (showed up in $], which stopped installing perl).
17987              
17988              An attempt to fix the problem reported in
17989              Subject: Building perl@6856 using gcc/AIX 4.3.3 
17990              I can't test this properly since the gcc installation I have
17991              access to seems to be botched (gcc is calling the AIX cpp,
17992              a losing proposition...)
17993              
17994              Add -ld to archname on long tr...double platforms.
17995              
17996              Subject: hv.h Doc Patch
17997              
17998              Potential cruft.
17999              
18000              Subject: [PATCH bleedperl@6856] warnings fixes
18001              
18002              -S is the silent flag, -s is the strip flag.
18003              Subject: [PATCH] Re: [PATCH] make no-install          
18004              
18005              Take out the SUIDMAIL thing, that will not be
18006              a problem in 5.7.*.
18007              
18008              Subject: [PATCH bleedperl@6866] spellings
18009              
18010              Subject: [PATCH] Re: files not cleaned even by veryclean
18011              
18012              Use minimal @INC in tests, most of the time just '../lib',
18013              so that we simply can't pick up stuff from other Perls than
18014              the one we are testing.  Pointed out by
18015              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
18016              
18017              Update to Getopt::Long 2.24, from Johan Vromans.
18018              
18019              Fix for thinko in #6848.
18020              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
18021              
18022              Patches all over for people and the files they (hopefully) care about.
18023              
18024              Subject: Net::protoent does not export 'getproto'
18025              
18026              Missed a change in #6869.
18027              
18028              Subject: [PATCH] Warnings in B::Deparse
18029              
18030              Subject: [PATCH] Glob dumping
18031              
18032              Disable one of the tests for now.
18033              
18034              Disabling the one test is a bit tricky.
18035              
18036              Don't forget to tidy up.
18037              
18038              The #6881 removed one dump line.
18039              
18040              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
18041              
18042              Under usethreads the dumped variable is IN_PAD.
18043              Subject: Re: [PATCH] Glob dumping
18044              
18045              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
18046              
18047              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
18048              
18049              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
18050              
18051              Regen Configure for #6894.
18052              
18053              Subject: [PATCH: 6889] updates to perlebcdic.pod
18054              
18055              Undo namespace pollution of #6878.
18056              Subject: Re: Net::protoent does not export 'getproto'
18057              
18058              Admit that we are leaking scalars.
18059              
18060              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
18061      Branch: maint-5.6/perl
18062           !> (integrate 271 files)
18063 ____________________________________________________________________________
18064 [  7894] By: gsar                                  on 2000/11/27  16:00:34
18065         Log: a couple of nits
18066      Branch: maint-5.6/perl
18067            ! MANIFEST pp_sys.c
18068 ____________________________________________________________________________
18069 [  7893] By: gsar                                  on 2000/11/27  15:10:56
18070         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
18071              6740..6745,6747..6757,6760
18072              
18073              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
18074              
18075              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
18076              
18077              Doc nits spotted by Richard Soderberg.
18078              
18079              move WNOHANG definition to where other such things are
18080              
18081              Make $Config{byteorder} more magical so that it is
18082              dynamically computed: nice for 'fat binaries'.
18083              Subject: [PATCH]: default byteorder
18084              
18085              Subject: [PATCH] Cwd.pm now uses strict
18086              
18087              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
18088              
18089              Get -DLEAKTEST to compile (not necessarily to work, mind)
18090              Subject: [ID 20000724.006] -DLEAKTEST problem
18091              
18092              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
18093              
18094              Add perlebcdic from Peter Prymmer, regen toc.
18095              
18096              Don't propose using modules built for 5.005 if no binary
18097              compatibility with 5.005 is attempted.
18098              
18099              Do not use prototyping here.
18100              Subject: [ID 20000817.016] [PATCH] Peek.xs
18101              
18102              Document what the backtick returns if the command fails.
18103              
18104              Add byteorder to the myconfig output.
18105              
18106              Introduce NVef, NVff, and NVgf, use the middle one.
18107              (helps for lib/peek + Linux + long doubles)  Reported in
18108              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
18109              Use NVs in POSIX math, not doubles.
18110              Subject: [ID 20000817.014] POSIX & modfl
18111              
18112              Subject: [PATCH 5.6.0+] newSVrv() memory leak
18113              
18114              The byteorder code in #6671 was wrong.
18115              
18116              Fix the lib/complex failure of
18117              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
18118              Linux long double accuracy issue: something that
18119              when printed with %g looks like "2" but int() of it is 1.
18120              
18121              Propagate new Configure vars.
18122              
18123              Unbuffer the output.
18124              
18125              Subject: [PATCH] perltrap.pod spring cleaning
18126              
18127              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
18128              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
18129              
18130              Tiny Getopt::Long patch from Johan Vromans.
18131              
18132              Document code point which makes if (defined %stash::) to work
18133              (noted by Spider Boardman).
18134              
18135              Subject: [PATCH perl@6698] cygwin port
18136              
18137              Document the NDBM_File and ODBM_File as SDBM_File
18138              was documented in #6417.
18139              
18140              The new tests were missing from #6415.
18141              
18142              Add [[:blank:]] as suggested in
18143              Subject: [ID 20000716.024] [=cc=] / [:blank:]
18144              (the [=cc=] has already been taken care of by #6439
18145              so the whole bug report can be closed)
18146              and make [[:space:]] to be equivalent to isspace(3)
18147              (as opposed to \s, which is isSPACE()).  The difference
18148              is that now [[:space:]] matches the mythical vertical tab,
18149              while \s doesn't.
18150              
18151              Don't eat leading os from index entries.
18152              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
18153              
18154              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
18155              
18156              Typo in pp_complement().
18157              Subject: [PATCH perl-current] Deparse
18158              
18159              Add warnif(), check warnings further up the stack,
18160              all the warnings functions now can take an optional object reference.
18161              Subject: [PATCH bleedperl@6691] warnings pragma update
18162              
18163              Fix a core dump in lib/selfloader under -DDEBUGGING.
18164              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
18165              
18166              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
18167              
18168              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
18169              
18170              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
18171              Put back the long double avoidance code to POSIX.xs
18172              because VMS seems to need it still.
18173              
18174              Introduce a 'veryclean' target that is like 'distclean'
18175              but also removes *~ and *.orig.
18176              
18177              Subject: [ID 20000817.023] endianness description in perlfunc.pod
18178              
18179              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
18180              
18181              Let's try #6717 again.
18182              
18183              UTF8 concat fixes.
18184              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
18185              
18186              pp_open() could pass an uninitialized filename down to do_open9().
18187              
18188              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
18189              
18190              Update to CGI 2.72, from Lincoln Stein.
18191              
18192              Subject: [PATCH] Silence MakeMaker (Was: installman)
18193              
18194              Use temporary directory instead of current directory.
18195              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
18196              
18197              Document odd vs even subreleases and -Dusedevel.
18198              
18199              The veryclean target needs to clobber.
18200              
18201              Use File::Spec->tmpdir().
18202              
18203              Document the number of exponent digits.
18204              
18205              Mention perlebcdic and perlposix-bc.
18206              
18207              s/this one/the 5.6.0 release/
18208              
18209              The #6724 is here.
18210              
18211              The correct cleaning order is an art.
18212              
18213              small tweaks for change#6705: avoid C++ style comments in C code;
18214              use Perl's malloc API rather than the low level system one
18215              
18216              Array context keeps slithering in.
18217              
18218              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
18219              
18220              Subject: [PATCH] os2.c fix for use64bitint
18221              
18222              Update to Pod::LaTeX 0.53.
18223              Subject: [PATCH] lib/Pod/LaTeX.pm updates
18224              
18225              Document the endianness of Alpha more precisely.
18226              
18227              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
18228              
18229              Rename the macro argument because some preprocessors
18230              can't tell the difference and expand arguments also inside
18231              double quoted strings.
18232              
18233              free TLS slot properly on Windows
18234              
18235              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
18236              
18237              Unicos/mk requires elaborate paranoia.
18238              
18239              Tweak the floating point output routine preferences.
18240              
18241              Also under djgpp the timestamps are funky.
18242              
18243              Apply some PodParser 1.18 patches; the Pod/Find.pm
18244              patches cannot be applied since #6712 conflicts.
18245              
18246              Use PodParser 1.18 new test.
18247              
18248              A pod nit.
18249              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
18250              
18251              Be verydeepclean.
18252      Branch: maint-5.6/perl
18253           +> pod/perlebcdic.pod
18254           !> (integrate 106 files)
18255 ____________________________________________________________________________
18256 [  7892] By: jhi                                   on 2000/11/27  15:02:32
18257         Log: Update Changes.
18258      Branch: perl
18259            ! Changes patchlevel.h
18260 ____________________________________________________________________________
18261 [  7891] By: jhi                                   on 2000/11/27  14:57:23
18262         Log: Subject: Re: perlfaq style changes
18263              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18264              Date: Sat, 25 Nov 2000 23:32:26 -0800
18265              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
18266              
18267              plus a note from Ronald Kimball.
18268      Branch: perl
18269            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
18270 ____________________________________________________________________________
18271 [  7890] By: jhi                                   on 2000/11/27  14:53:14
18272         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
18273              From: Benjamin Holzman <bah@ecnvantage.com>
18274              Date: Sun, 26 Nov 2000 16:27:33 -0500
18275              Message-ID: <20001126162733.J25040@ecnvantage.com>
18276      Branch: perl
18277            ! gv.c
18278 ____________________________________________________________________________
18279 [  7889] By: jhi                                   on 2000/11/27  14:43:11
18280         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
18281              From: lvirden@cas.org
18282              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
18283              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
18284      Branch: perl
18285            ! README.amiga
18286 ____________________________________________________________________________
18287 [  7888] By: jhi                                   on 2000/11/27  14:32:34
18288         Log: Restore also the locale test to no-sprintf-taint state.
18289              Fixes the bug 20001127.003.
18290      Branch: perl
18291            ! sv.c t/pragma/locale.t
18292 ____________________________________________________________________________
18293 [  7887] By: gsar                                  on 2000/11/27  14:13:05
18294         Log: integrate changes#6613..6616,6620..6665 from mainline
18295              
18296              VMS configure.com update continues.
18297              
18298              Subject: Test fails / warnings with perl-current #6612
18299              
18300              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
18301              
18302              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
18303              
18304              For now remove the mail code.
18305              
18306              Subject: Re: [PATCH] @+, @- readonly
18307              
18308              Subject: warning: storage class after type is obsolescent
18309              
18310              Subject: sfio2000
18311              
18312              Subject: Re: File::Temp problems on VMS in bleedperl
18313              
18314              README.os2 update.
18315              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
18316              
18317              Make the user to give up his firstborn, err, to knowingly
18318              verify installing an unstable developer release.  Also bump
18319              the release to 5.7.0, but leave a patch tag in the local
18320              patches saying that this is not yet the real thing.
18321              
18322              Update (kinda) to Test 1.14, from Joshua Pritikin.
18323              
18324              make ok etc also for win32.
18325              
18326              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
18327              
18328              Don't blow limited stacks, a lower number is enough to
18329              tickle the lookbehind limit.
18330              
18331              Use -Dusedevel; regen Configure and the respective Porting stuff.
18332              
18333              Subject: [PATCH] debugger exit code should reflect user exit code
18334              
18335              Subject: [PATCH perl@6620] cygwin port
18336              
18337              Missed a file from #6638.
18338              
18339              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)
18340              
18341              magic callbacks all need to have same type signature
18342              
18343              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
18344              
18345              Fix a dependency problem.
18346              Subject: [PATCH: 6640] VMS Makefile.SH update
18347              
18348              The numeric locale was reset to "C" by s?printf and never restored.
18349              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
18350              No test since adding the failing example to locale.t
18351              does not fail -- probably because the locale settings are so
18352              thoroughly tweaked by that time.  Running the example standalone
18353              does fail, though.  UPDATE: test case added at change #7540.
18354              
18355              Subject: [ID 20000324.040] minor fix to perlhpux.pod
18356              
18357              Update to CPAN 1.57.
18358              
18359              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
18360              
18361              Change the perlbug address to perl.org since it's more forgiving.
18362              
18363              Change the regx compilation error markers to use = instead of <
18364              since pod makes using the latter quite messy.  Reported in
18365              ID 20000814.006 by Abigail and in
18366              Subject: Unknown escape E<> ?
18367              
18368              Update to perldebtut 1.9, from Richard Foley.
18369              
18370              check that the number pseudo children doesn't exceed
18371              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
18372              the WaitForMultipleObjects() limit that would cause wait()
18373              to crash)
18374              wait() and waitpid() could potentially be rewritten to use
18375              more than one thread to do the waiting to eliminate this
18376              limitation
18377              
18378              change#6328 could make close(SOCKET) return false on windows
18379              when it shouldn't
18380              
18381              pod nit seen in passing
18382              
18383              on windows, the return values from wait() and waitpid() don't
18384              match those of pseudo-pids
18385              
18386              waitpid() now handles externally spawned pids correctly;
18387              fixes for backtick/wait/waitpid failures on Windows 9x
18388              these changes make the pid returned by process functions on
18389              Windows 9x always positive by clearing the high bit (which
18390              is always set on Win9x); pseudo-process PIDs are likewise
18391              always negative now on Win9x (just as on NT/2000)
18392              
18393              trailing new %ENV entries weren't being pushed into the real
18394              environment of subprocesses on Windows
18395              
18396              Tweak the regex compilation errors once more.
18397              
18398              avoid warnings from dense compiler
18399              
18400              add "ok" targets from change#6632 in makefile.mk
18401      Branch: maint-5.6/perl
18402            - lib/Pod/PlainText.pm vms/configure.com
18403           !> (integrate 66 files)
18404 ____________________________________________________________________________
18405 [  7886] By: jhi                                   on 2000/11/27  13:54:18
18406         Log: __FUNCTION__ isn't portable and trying to emulate it leads
18407              into practically spelling out the name of the function.
18408              Takes care of the bug 20001127.001.
18409      Branch: perl
18410            ! perlio.c
18411 ____________________________________________________________________________
18412 [  7885] By: gsar                                  on 2000/11/27  13:53:18
18413         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
18414              6610..6611 from mainline
18415              
18416              Make regular expression parse error messages easier to understand.
18417              Subject: Re: enhanced(?) regex error messages
18418              
18419              Tiny tidying on report_evil_fh().
18420              
18421              Subject: Re: enhanced(?) regex error messages 
18422              plus Capitalize the error messages, plus perldiag them.
18423              
18424              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
18425              
18426              Document here-doc better.
18427              
18428              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
18429              
18430              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
18431              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
18432              (either perlbug or p5p ate the original), plus regen
18433              perlapi and perltoc. 
18434              
18435              Regen global.sym.
18436              
18437              Double check that we have a dirhandle.
18438              
18439              Subject: Re: enhanced(?) regex error messages
18440              (plus two small patches sent privately)
18441              (this still seems to leave few test failures)
18442              
18443              warn is a macro, avoid using at a variable to avoid warnings
18444              in some configurations; readdir.t is too conservative in
18445              estimating number of *.t's
18446              
18447              Get back into sync with Jeffrey on the enhanced regex warnings.
18448              
18449              Subject: [PATCH 5.6.0] cygwin port
18450              
18451              Zero entries were skipped, fix from Adrian Goalby
18452              <argoalby@yahoo.co.uk>
18453              
18454              Subject: Remove dead entry in perldiag
18455              
18456              Amend the description of Perl6.
18457              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
18458              
18459              detypo
18460              
18461              It's the 2ndO'ROSSC.
18462              
18463              Revert the sv.c part of #6559, a better fix is needed.
18464              
18465              Iterating perl6 description.
18466              
18467              Update to Term::ANSIColor 1.03, from Russ Allbery.
18468              
18469              Update to Getopt::Long 2.23_05, from Johan Vromans.
18470              
18471              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
18472              
18473              Update to Pod::Parser 1.17, from Brad Appleton.
18474              
18475              Update to CPAN 1.56, from Andreas König.
18476              
18477              Update to CGI 2.70, from Lincoln Stein.
18478              
18479              Put back the std @INC thing.
18480              
18481              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
18482              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
18483              
18484              Document the IO::Select timeout.
18485              
18486              sleep(1) does not necessarily return 1.
18487              Subject: [PATCH bleadperl] op/lex_assign.t  
18488              
18489              Subject: debugger "d" command doesnt check line number
18490              
18491              B::Deparse didn't do sub attributes.
18492              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
18493              
18494              Preprocessing and postprocessing for File::Find.
18495              Subject: Patch to Find::File.pm to allow alphabetical results
18496              
18497              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
18498              
18499              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
18500              
18501              Subject: Re: [ID 20000730.003] utf8::length() bad
18502              
18503              Subject: Getting perlio and threads to compile
18504              (the Solaris version changes in Configure skipped)
18505              
18506              Tests for #6589.
18507              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
18508              
18509              Add Perl debugging tutorial, regen toc. 
18510              Subject: perldebtut.pod
18511              
18512              Add a few missing files, update MANIFEST.
18513              
18514              Rewrite of vms/subconfigure.com as configure.com,
18515              from Peter Prymmer and the vmsperl crew.
18516              
18517              Should have deleted this in #6603.
18518              
18519              Fix the test for 5005threads.
18520              
18521              Fix-n-skip the tests under 5005threads.
18522              
18523              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
18524              
18525              Upgrade to CGI 2.71, from Lincoln Stein.
18526      Branch: maint-5.6/perl
18527           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
18528           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
18529           +> t/op/regmesg.t t/pod/find.t vms/configure.com
18530            - vms/subconfigure.com
18531            ! lib/lib.pm
18532           !> (integrate 115 files)
18533 ____________________________________________________________________________
18534 [  7884] By: jhi                                   on 2000/11/27  13:44:33
18535         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
18536              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18537              Date:     Mon, 27 Nov 2000 08:23:54 EST
18538              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
18539      Branch: perl
18540            ! vms/descrip_mms.template vms/test.com
18541 ____________________________________________________________________________
18542 [  7883] By: gsar                                  on 2000/11/27  11:50:46
18543         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
18544              6511..6513,6515..6523,6525..6536
18545              
18546              The swallow_bom() saga continues.  The #23 of require.t
18547              (UTF16-LE) still fails (silently, no output) but the #22
18548              (UTF16-BE) seems to be working now.  The root of the
18549              failure may be in sv_gets(): is it UTF-16LE-aware,
18550              especially when it comes to line endings? 
18551              
18552              Document the problem with -P in HP-UX and its workaround.
18553              
18554              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
18555              (aka ID 20000730.002)
18556              
18557              Subject: fix and question re: waitpid() under win32
18558              
18559              Make the safety catch for buggy gccs work with triple version
18560              numbers like 2.95.2.  Reported in
18561              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
18562              
18563              In Digital UNIX warn if gcc explicitly chosen because even
18564              2.95.2 is known to cause problems.
18565              
18566              Make chr() for values >127 to create utf8 when under utf8.
18567              
18568              various syntax errors and such (not fixed: comp/require.t#22 coredump
18569              on Windows)
18570              
18571              Stash away the largefiles flags and libswanted.
18572              
18573              BOM patching from Simon Cozens.
18574              
18575              If gccosandvers is equal to osname, clear gccosandvers.
18576              
18577              Make p4desc to skip non-mainperl branches by default.
18578              
18579              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
18580              
18581              The test from this
18582              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
18583              
18584              In new BSDs changes to argv[] do not show up in ps(1) output,
18585              instead one must use setproctitle().  This was already addressed
18586              by change #6457, but the below has a new variant for FreeBSD 4.0
18587              or later, and the matter is also documented more.
18588              
18589              FreeBSD 3.* updates from
18590              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
18591              
18592              regen_headers, regen perltoc.
18593              
18594              Document in one place the memory abstractions used in Perl core.
18595              
18596              memcpy has n o in it, as pinted ut by Sarathy.
18597              
18598              Remove the extraneous "main::" prefix from all the
18599              "opened only for", "on closed", and "never opened" warnings.
18600              
18601              The name of a filehandle does not have <these>.
18602              
18603              The tr utf8 patching continues.
18604              
18605              The new setproctitle() feature is available only in 
18606              bleeding edge FreeBSD.  From Paul Saab.
18607              
18608              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
18609              
18610              Dump UVs as UVs in Data::Dumper.
18611              
18612              detypo #6494
18613              
18614              Document the IVdf UVuf UVof UVxf.
18615              
18616              require.t needs binmode() to work on windows
18617              
18618              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
18619              that are hopefully soon put into use.
18620              
18621              Allow "no Module;" even if there is no 'unimport'.
18622              
18623              Better skip message for the test; one of the two problems in
18624              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
18625              
18626              The subtest 4 may fail also on VOBS, as pointed out
18627              by Nick Ing-Simmons in November 1999, bug id 19991124.003
18628              (but the failure in that bug report isn't the subtest 4).
18629              
18630              Be more informative on what is skipped and why,
18631              also repeat the list at the end.
18632              
18633              Add a URL for FSF.
18634              
18635              Subject: [PATCH] sv.h documentation - SvLEN
18636              
18637              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
18638              
18639              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
18640              
18641              Subject: [PATCH] bad cppsymbols on os2 + Configure question
18642              
18643              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
18644              
18645              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
18646              mention the idea of @( and @)
18647              
18648              This is 6512.  Really.
18649              
18650              Subject: [ID 19990721.004] Documentation bug in perlfunc
18651              
18652              Subject: Minor tweak to perlvar.pod
18653              
18654              In the warnings call filehandles consistently so;
18655              add "unopened" warning for stat().
18656              
18657              After the #6519 a warning about stat() is just that,
18658              not about a filetest, which now have their own warning.
18659              
18660              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
18661              
18662              Subject: Re: Array vs. List context
18663              
18664              Subject: New perlcc, take 2
18665              
18666              Weed buglets pointed out by
18667              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
18668              
18669              gcc versions might have (parentheses) in them.
18670              
18671              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
18672              
18673              Essential prototype changes were missing from #6527.
18674              Also make report_evil_fh() more bomb-proof.
18675              
18676              Zap lib/Sys directory when cleaning up.
18677              
18678              Change the Policy policy: now -Dprefix= with an existing
18679              Policy.sh and prefix == siteprefix == vendorprefix, then all
18680              of them follow along the new prefix.
18681              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
18682              
18683              Continue fixing the io warnings.  This also
18684              sort of fixes bug ID 20000802.003: the core dump
18685              is no more.  Whether the current behaviour is correct
18686              (giving a warning: "Not a format reference"), is another matter.
18687              
18688              Have symbols for the IoTYPEs.
18689              
18690              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
18691              
18692              Document a bit that UDP is not what you might think.
18693              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
18694              tr memory corruption fix from Simon Cozens.
18695              
18696              Plug the security hole described in the Aug 05 2000 bugtraq message
18697              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
18698              The security hole exists only in suidperls, which isn't
18699              installed or even built by default.
18700      Branch: maint-5.6/perl
18701           !> (integrate 71 files)
18702 ____________________________________________________________________________
18703 [  7882] By: gsar                                  on 2000/11/27  10:25:36
18704         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
18705              from mainline
18706              
18707              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
18708              to be fatal errors (instead of by default ignoring them, and
18709              ignoring with a bug: even though -w gave an error, the opening [
18710              was left in)  Reported in:
18711              
18712              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
18713              
18714              Subject: [PATCH] split /^/
18715              
18716              MacOS nits from Matthias Neeracher.
18717              
18718              More split() doc and test patches from Mike Guy.
18719              
18720              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
18721              from Graham Barr in the module list.
18722              
18723              docfix from Peter Scott <Peter@PSDT.com>.
18724              
18725              File::Temp patches for VMS and OS/2 from Tim Jenness.
18726              
18727              open() wariness in perlbug.
18728              
18729              Subject: [PATCH] minor doc change - perlguts
18730              
18731              Subject: Minor doc patch: handy.h
18732              
18733              Be wary of close()s, too.
18734              
18735              Further File::Temp patches from Yitzchak Scott-Thoennes
18736              and Craig A. Berry.
18737              
18738              Subject: [PATCH] fixes bug 20000508.004
18739              
18740              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
18741              
18742              Allow "no AutoLoader;", based on change #6444,
18743              suggested by Graham Barr.
18744              
18745              Use setproctitle() if available to modify $0.
18746              
18747              Warn if the version of the operating system used to compile gcc
18748              differs from the current version of the operating system.
18749              Also display the gcc compilation os and version in myconfig.
18750              Inspiration from
18751              
18752              Tiny fixes for #6460.
18753              
18754              The problem described in this
18755              Subject: [ID 20000322.018] named chars aren't magical enough
18756              has been fixed in perl 5.6.0 but just in case added a test
18757              to keep it away.  (The report from Joseph Hall.)
18758              
18759              Tune the comments and hopefully stop a memory leak.
18760              
18761              Subject: UTF8 concat
18762              (with a memory leak fixed, plus a few casts added)
18763              This also seems to help for
18764              Subject: [ID 20000716.015] join UTF8 weirdness
18765              
18766              Do not upgrade SVs into utf8 just because they participate
18767              in eq or cmp.  Reported and fix suggested in
18768              Subject: [ID 20000720.009] sv_eq UTF8 bug
18769              
18770              Fix the HALF_UPGRADE() macro introduced in #6263.
18771              
18772              Find green threads before native threads.
18773              Subject: Re: Patch to jpl/JNI/Makefile.PL
18774      Branch: maint-5.6/perl
18775           !> (integrate 30 files)
18776 ____________________________________________________________________________
18777 [  7881] By: jhi                                   on 2000/11/27  05:48:41
18778         Log: It seems that *both* the unused submatch loop cleanup
18779              codes are needed.
18780      Branch: perl
18781            ! regexec.c
18782 ____________________________________________________________________________
18783 [  7880] By: jhi                                   on 2000/11/27  04:50:07
18784         Log: Clean .exists deeper.
18785      Branch: perl
18786            ! Makefile.SH
18787 ____________________________________________________________________________
18788 [  7879] By: jhi                                   on 2000/11/27  02:31:35
18789         Log: The code in regcppop() (see #7878) contains the correct lower
18790              limit for the unused submatch 'cleanup' loop so that under
18791              "use utf8" the following code wouldn't dump core:
18792              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
18793              the cleanup loop in regtry() stomped beyond allocated area
18794              in the startp[] array.  Therefore, copied the correct lower
18795              loop limit (*PL_reglastparen) to regtry().  Note: something
18796              may still not be quite right: why was the _higher_ loop limit
18797              (prog->nparens) different in the utf8 case?
18798              
18799              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
18800              without core dumps, there were about 17 of them before
18801              the patch (with us since Perl 5.7.0).  Two failures, still:
18802              496 and 505 (though these may not be severe).
18803              
18804              Patch #7881 is also needed since both the cleanup loops
18805              seem to be needed.
18806              
18807              Also, the t/op/pat#44 seems to core dump under utf8.
18808              Plus a couple of failures.  UGH-8.
18809      Branch: perl
18810            ! regexec.c
18811 ____________________________________________________________________________
18812 [  7878] By: jhi                                   on 2000/11/27  02:21:17
18813         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
18814              the code in regcppop() seems to be redundant for the test suite --
18815              but it contains a germ of truth, and it needed for the build
18816              process itself: see #7879 and #7881.
18817      Branch: perl
18818            ! regexec.c
18819 ____________________________________________________________________________
18820 [  7877] By: jhi                                   on 2000/11/27  01:53:09
18821         Log: Comment on comment.
18822      Branch: perl
18823            ! regexec.c
18824 ____________________________________________________________________________
18825 [  7876] By: jhi                                   on 2000/11/27  00:49:59
18826         Log: Adjust the docs to agree with #7875.
18827      Branch: perl
18828            ! pod/perllocale.pod
18829 ____________________________________________________________________________
18830 [  7875] By: jhi                                   on 2000/11/27  00:49:27
18831         Log: Retract #7863.  It makes more sense not to taint formatted output,
18832              not even by sprintf().
18833      Branch: perl
18834            ! sv.c
18835 ____________________________________________________________________________
18836 [  7874] By: jhi                                   on 2000/11/26  23:36:02
18837         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
18838              Not really fixed (should really dump the UTF-8 charclass),
18839              but stopped displaying the garbage.
18840              
18841              Also add a note on the (missing) Unicode PSXSPC and BLANK.
18842      Branch: perl
18843            ! regcomp.c
18844 ____________________________________________________________________________
18845 [  7873] By: jhi                                   on 2000/11/26  21:31:13
18846         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
18847      Branch: perl
18848            ! regexec.c
18849 ____________________________________________________________________________
18850 [  7872] By: jhi                                   on 2000/11/26  21:06:04
18851         Log: No need to scan till infinity, 13 is enough.
18852      Branch: perl
18853            ! handy.h utf8.c
18854 ____________________________________________________________________________
18855 [  7871] By: jhi                                   on 2000/11/26  20:20:32
18856         Log: Test line numbers are different with utf8.
18857      Branch: perl
18858            ! t/op/re_tests
18859 ____________________________________________________________________________
18860 [  7870] By: jhi                                   on 2000/11/26  20:10:12
18861         Log: Message nit.
18862      Branch: perl
18863            ! regcomp.c
18864 ____________________________________________________________________________
18865 [  7869] By: jhi                                   on 2000/11/26  19:01:05
18866         Log: Make utf8_length() and utf8_distance() (the latter of which
18867              is unused at the moment) to be less forgiving about bad UTF-8.
18868      Branch: perl
18869            ! embed.h embed.pl objXSUB.h proto.h utf8.c
18870 ____________________________________________________________________________
18871 [  7868] By: jhi                                   on 2000/11/26  18:45:56
18872         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
18873              From: Benjamin Holzman <bah@ecnvantage.com>
18874              Date: Sat, 25 Nov 2000 20:40:20 -0500       
18875              Message-ID: <20001125204020.A25040@ecnvantage.com>              
18876              
18877              Debian allows installing /usr/bin/locale without installing
18878              any locales, an error message will ensue.
18879      Branch: perl
18880            ! t/pragma/locale.t
18881 ____________________________________________________________________________
18882 [  7867] By: jhi                                   on 2000/11/26  18:31:12
18883         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
18884              From: Benjamin Holzman <bah@ecnvantage.com>
18885              Date: Sun, 26 Nov 2000 02:42:34 -0500
18886              Message-ID: <20001126024234.G25040@ecnvantage.com>
18887              
18888              Patch for the bug 20000212.002.
18889      Branch: perl
18890            ! sv.c t/op/array.t
18891 ____________________________________________________________________________
18892 [  7866] By: jhi                                   on 2000/11/26  18:28:09
18893         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
18894              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18895              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
18896              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
18897              
18898              File::Temp 0.11.
18899      Branch: perl
18900            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
18901 ____________________________________________________________________________
18902 [  7865] By: jhi                                   on 2000/11/26  18:24:22
18903         Log: The metaconfig unit change for #7864.
18904      Branch: metaconfig/U/perl
18905            ! need_va_copy.U
18906 ____________________________________________________________________________
18907 [  7864] By: jhi                                   on 2000/11/26  18:23:41
18908         Log: Make the va_copy() test not to be so talkative.
18909      Branch: perl
18910            ! Configure config_h.SH
18911 ____________________________________________________________________________
18912 [  7863] By: jhi                                   on 2000/11/26  18:11:02
18913         Log: Fix locale inconsistencies unearthed by Hugo's work.
18914              Now the floating point sprintf really does taint the result
18915              string as perllocale promises (has promised for a long time)
18916              if "use locale" is in the lexical scope.
18917      Branch: perl
18918            ! sv.c t/pragma/locale.t
18919 ____________________________________________________________________________
18920 [  7862] By: jhi                                   on 2000/11/26  00:35:15
18921         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
18922              From: Nicholas Clark <nick@ccl4.org>
18923              Date: Sun, 26 Nov 2000 00:07:50 +0000
18924              Message-ID: <20001126000750.A22446@plum.flirble.org>
18925              
18926              Infinit.
18927      Branch: perl
18928            ! sv.c
18929 ____________________________________________________________________________
18930 [  7861] By: jhi                                   on 2000/11/26  00:01:26
18931         Log: Integrate perlio.
18932      Branch: perl
18933           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
18934 ____________________________________________________________________________
18935 [  7860] By: nick                                  on 2000/11/25  22:04:17
18936         Log: Correct relative path from new ext\Filter\Util\Call location
18937              back to miniperl.
18938      Branch: perlio
18939            ! win32/makefile.mk
18940 ____________________________________________________________________________
18941 [  7859] By: nick                                  on 2000/11/25  21:26:54
18942         Log: Integrate mainline.
18943      Branch: perlio
18944           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
18945           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
18946           +> t/lib/filter-util.t
18947            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
18948            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
18949            - t/lib/filt-util.t
18950           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
18951           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
18952           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
18953           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
18954           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
18955           !> win32/makefile.mk
18956 ____________________________________________________________________________
18957 [  7858] By: gsar                                  on 2000/11/25  20:52:17
18958         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
18959              parent's memory; fix it by keeping track of the actual pad
18960              offset rather than a raw pointer (this change is probably also
18961              relevant to non-ithreads case to avoid fallout from reallocs of
18962              the pad array, but is currently only enabled for the ithreads
18963              case in the interests of minimal disruption to existing "well
18964              tested" code)
18965      Branch: perl
18966            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
18967            ! proto.h scope.c scope.h sv.c t/op/fork.t
18968 ____________________________________________________________________________
18969 [  7857] By: nick                                  on 2000/11/25  20:01:28
18970         Log: All tests pass on Win32/gcc/USE_PERLIO.
18971              - when crlf layer is pushed make unix-level binary.
18972              - remove :crlf injection in pp_backtick in pp_sys.c
18973              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
18974      Branch: perlio
18975            ! doio.c perlio.c pp_sys.c win32/makefile.mk
18976 ____________________________________________________________________________
18977 [  7856] By: jhi                                   on 2000/11/25  18:38:30
18978         Log: Update the metaconfig units for #7855.
18979      Branch: metaconfig/U/perl
18980            ! useperlio.U usesocks.U
18981 ____________________________________________________________________________
18982 [  7855] By: jhi                                   on 2000/11/25  18:37:54
18983         Log: Undo the SOCKS workarounds, instead start using PerlIO
18984              if SOCKS is selected.
18985              
18986              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
18987              From: Jens Hamisch <jens@Strawberry.COM>
18988              Date: Fri, 24 Nov 2000 18:31:30 +0100
18989              Message-ID: <20001124183130.E28337@Strawberry.COM>
18990              
18991              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
18992              From: Jens Hamisch <jens@Strawberry.COM>
18993              Date: Fri, 24 Nov 2000 19:11:51 +0100
18994              Message-ID: <20001124191151.A28753@Strawberry.COM>
18995      Branch: perl
18996            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
18997            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
18998 ____________________________________________________________________________
18999 [  7854] By: jhi                                   on 2000/11/25  17:39:08
19000         Log: Undo #7848.  Some of the code seems to use walkoptree(),
19001              some walkoptree_slow().  An unfinished renaming?
19002              Now the sub is walkoptree() (which is @EXPORT_OK),
19003              the walkoptree_slow() is a typeglob alias to walkoptree.
19004              This makes the tests to pass, at least.
19005      Branch: perl
19006            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
19007 ____________________________________________________________________________
19008 [  7853] By: nick                                  on 2000/11/24  22:24:33
19009         Log: Re-arrange crlf vs binary for platforms that care.
19010              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
19011              Lip-service to making stdio layer work on such platfroms (untested).
19012              Now fails 3 tests rather than one, checkin to see if I can debug 
19013              the issue under linux. (Do not merge.)
19014      Branch: perlio
19015            ! doio.c perlio.c perliol.h
19016 ____________________________________________________________________________
19017 [  7852] By: jhi                                   on 2000/11/24  18:57:39
19018         Log: AUTHORS edits.
19019      Branch: perl
19020            ! AUTHORS
19021 ____________________________________________________________________________
19022 [  7851] By: jhi                                   on 2000/11/24  17:34:56
19023         Log: Add Jan-Erik Karlsson.
19024      Branch: perl
19025            ! AUTHORS
19026 ____________________________________________________________________________
19027 [  7850] By: jhi                                   on 2000/11/24  17:27:56
19028         Log: Configure should find stdchar on its own.
19029      Branch: perl
19030            ! hints/solaris_2.sh
19031 ____________________________________________________________________________
19032 [  7849] By: jhi                                   on 2000/11/24  17:24:55
19033         Log: Subject: PATCH over 7848: Filter test flawed
19034              From: andreas.koenig@anima.de (Andreas J. Koenig)
19035              Date: 24 Nov 2000 10:28:29 +0100
19036              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
19037      Branch: perl
19038            ! t/lib/filter-util.t
19039 ____________________________________________________________________________
19040 [  7848] By: jhi                                   on 2000/11/24  17:22:15
19041         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
19042              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
19043              Date: Fri, 24 Nov 2000 16:12:58 +0000
19044              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
19045      Branch: perl
19046            ! ext/B/B.pm
19047 ____________________________________________________________________________
19048 [  7847] By: jhi                                   on 2000/11/24  03:07:01
19049         Log: Integrate perlio.
19050      Branch: perl
19051           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
19052           !> win32/makefile.mk
19053 ____________________________________________________________________________
19054 [  7846] By: gsar                                  on 2000/11/24  00:55:57
19055         Log: integrate changes#6415..6418,6420..6438 from mainline
19056              
19057              Fix the bitvector ops for utf8 (tricky since past 7 bits
19058              the utf8 'characters' can be more than one octet).
19059              
19060              MPE/ix updates for perl 5.6.0 from Mark Bixby.
19061              
19062              Subject: SDBM_File documentation
19063              
19064              Detypo.
19065              
19066              Decutandpasto.
19067              
19068              Send all installperl messages to STDERR and be -w clean.
19069              
19070              Out-of-date note removed.
19071              
19072              Protect against "wild next"s, that is, callbacks doing "next"
19073              instead of "return".
19074              
19075              Use STDOUT consistently.
19076              
19077              The output might have been produced in the wrong order.
19078              
19079              A missing 'break' after the [[:space:]] switch case.
19080              
19081              Add tests for
19082              [ID 19991110.003] another matching finding by pcre author
19083              which has already been fixed by some patch, as verified in
19084              
19085              Documentation to explain the behaviour of map().
19086              
19087              Add an optimization for map-maps-a-list-element-to-more-list-elements
19088              case, but add also notes explaining the relationship of this
19089              patch and the earlier notes by Sarathy.
19090              
19091              Subject: [ID 20000716.023] syslog test fails without sockets
19092              
19093              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
19094              Test cases for #6431.
19095              
19096              File::Spec::VMS fixup for tmpdir from Craig Berry.
19097              
19098              Make the "uninit variable" warning to say "concat or string"
19099              or "join or string" when in concat or join .
19100              
19101              Get UTF16 BOMs working.  Patch from
19102              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
19103              
19104              Subject: [PATCH] Make large file tests deal with SIGXFSZ
19105              
19106              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
19107              
19108              Subject: [PATCH] av.c apidoc
19109      Branch: maint-5.6/perl
19110           !> (integrate 43 files)
19111 ____________________________________________________________________________
19112 [  7845] By: gsar                                  on 2000/11/24  00:20:45
19113         Log: integrate changes#6406..6414 from mainline
19114              
19115              Merge perlhacktut into perlhack, update perlguts.
19116              
19117              Fix AutoSplit to use File::Spec the right way in VMS,
19118              from Peter Prymmer.
19119              
19120              The bug report
19121              [ID 19991110.002] minimal matching discrepancy found by pcre author
19122              seems to have been fixed (though differently from what was suggested
19123              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
19124              
19125              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
19126              not in pod, from Peter Prymmer
19127              
19128              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
19129              From: Hugo <hv@crypt.compulink.co.uk>
19130              Date: Fri, 14 Jul 2000 23:05:20 +0100
19131              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
19132              
19133              Didn't anymore apply, but that point still could use another fix.
19134              
19135              lib/b test fixes from Peter Prymmer.
19136              
19137              More docs for sv functions.
19138              
19139              perlvms.pod whitespace cleanup to keep pod utils happy.
19140              
19141              another VMS build tweak from Peter Prymmer
19142      Branch: maint-5.6/perl
19143           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
19144           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
19145           !> vms/descrip_mms.template vms/perlvms.pod
19146 ____________________________________________________________________________
19147 [  7844] By: nick                                  on 2000/11/23  23:42:45
19148         Log: Win32/perlio Now just fails one io/argv.t test - lack 
19149              of default :crlf on standard streams.
19150      Branch: perlio
19151            ! doio.c perlio.c
19152 ____________________________________________________________________________
19153 [  7843] By: nick                                  on 2000/11/23  23:04:05
19154         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
19155              peek fail is showing a real problem (multiple crlf layers
19156              are getting pushed.)
19157      Branch: perlio
19158            ! doio.c perlio.c win32/makefile.mk
19159 ____________________________________________________________________________
19160 [  7842] By: nick                                  on 2000/11/23  19:46:23
19161         Log: Implement PerlIO_binmode()
19162              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
19163              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
19164              make binmode in t/lib/io_tell.t unconditional so that works.
19165              Checkin just so Win32 machine can see these changes.
19166      Branch: perlio
19167            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
19168 ____________________________________________________________________________
19169 [  7841] By: jhi                                   on 2000/11/23  19:30:00
19170         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
19171      Branch: perl
19172            ! README.amiga
19173 ____________________________________________________________________________
19174 [  7840] By: jhi                                   on 2000/11/23  17:18:02
19175         Log: SOCKS wrestling continues, patches from Jens Hamisch.
19176      Branch: perl
19177            ! doio.c embed.h embed.pl perlsdio.h proto.h
19178 ____________________________________________________________________________
19179 [  7839] By: jhi                                   on 2000/11/23  16:54:14
19180         Log: Push Filter::Util::Call one level deeper.
19181      Branch: perl
19182            + t/lib/filter-util.t
19183           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
19184           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
19185            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
19186            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
19187            - t/lib/filt-util.t
19188            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
19189            ! win32/Makefile win32/makefile.mk
19190 ____________________________________________________________________________
19191 [  7838] By: jhi                                   on 2000/11/23  16:52:40
19192         Log: Reach back one higher up when searching for PERL_SRC.
19193      Branch: perl
19194            ! lib/ExtUtils/MM_Unix.pm
19195 ____________________________________________________________________________
19196 [  7837] By: jhi                                   on 2000/11/23  16:05:41
19197         Log: Subject: Re: perl@7826
19198              Date: Thu, 23 Nov 2000 02:20:25 -0600
19199              From: "Craig A. Berry" <craigberry@mac.com>
19200              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
19201              
19202              Make VMS to like Filter::Util::Call. 
19203      Branch: perl
19204            ! configure.com ext/Filter/Util/Makefile.PL
19205 ____________________________________________________________________________
19206 [  7836] By: nick                                  on 2000/11/23  16:04:08
19207         Log: Implement crlf layer - not ready for merge.
19208      Branch: perlio
19209            ! perlio.c win32/makefile.mk
19210 ____________________________________________________________________________
19211 [  7835] By: jhi                                   on 2000/11/23  15:56:52
19212         Log: STDCHAR is different in Sparc v9 vs x86.
19213      Branch: perl
19214            ! hints/solaris_2.sh
19215 ____________________________________________________________________________
19216 [  7834] By: jhi                                   on 2000/11/23  15:50:47
19217         Log: The type needs to be visible to protos.
19218      Branch: perl
19219            ! perl.h
19220 ____________________________________________________________________________
19221 [  7833] By: jhi                                   on 2000/11/23  15:40:46
19222         Log: Finish unfinished SOCKS workaround changes.
19223      Branch: perl
19224            ! doio.c
19225 ____________________________________________________________________________
19226 [  7832] By: jhi                                   on 2000/11/23  15:33:30
19227         Log: Integrate perlio.
19228      Branch: perl
19229           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19230           !> win32/makefile.mk
19231 ____________________________________________________________________________
19232 [  7831] By: nick                                  on 2000/11/23  10:31:07
19233         Log: Correct makefile.mk dependancies for ext/Filter/Util
19234              Build ext/Encode
19235              Run dmake regen_config_h
19236      Branch: perlio
19237            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19238            ! win32/makefile.mk
19239 ____________________________________________________________________________
19240 [  7830] By: nick                                  on 2000/11/23  08:05:07
19241         Log: Integrate mainline
19242      Branch: perlio
19243           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
19244           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
19245           +> t/lib/filt-util.pl t/lib/filt-util.t
19246           !> (integrate 41 files)
19247 ____________________________________________________________________________
19248 [  7829] By: gsar                                  on 2000/11/23  03:07:11
19249         Log: build the Filter extension on windows
19250      Branch: perl
19251            ! win32/Makefile win32/makefile.mk
19252 ____________________________________________________________________________
19253 [  7828] By: gsar                                  on 2000/11/23  02:46:35
19254         Log: regenerate win32/config* and fix some inconsistencies in the
19255              makefiles; always export Perl_deb() because it is needed
19256              by ext/re/* (whether perl itself is built with -DDEBUGGING
19257              or not)
19258      Branch: perl
19259            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
19260            ! win32/config_H.vc win32/makefile.mk
19261 ____________________________________________________________________________
19262 [  7827] By: gsar                                  on 2000/11/23  02:18:38
19263         Log: get sources building on windows+MSVC again (untested with other
19264              compilers)
19265      Branch: perl
19266            ! win32/include/sys/socket.h win32/perllib.c
19267 ____________________________________________________________________________
19268 [  7826] By: jhi                                   on 2000/11/23  01:18:26
19269         Log: Update Changes.
19270      Branch: perl
19271            ! Changes patchlevel.h
19272 ____________________________________________________________________________
19273 [  7825] By: jhi                                   on 2000/11/23  00:20:41
19274         Log: Subject: Re: av.c patch (having slight problems)
19275              From: "Ben Tilly" <ben_tilly@hotmail.com>
19276              Date: Tue, 21 Nov 2000 23:29:31 -0500
19277              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
19278              
19279              unshift() speedup.
19280      Branch: perl
19281            ! av.c
19282 ____________________________________________________________________________
19283 [  7824] By: jhi                                   on 2000/11/22  23:59:15
19284         Log: Fixes for signedness warnings noticed by VMSperlers.
19285      Branch: perl
19286            ! ext/Storable/Storable.xs regcomp.c sv.c
19287 ____________________________________________________________________________
19288 [  7823] By: jhi                                   on 2000/11/22  23:19:31
19289         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
19290              From: Peter Prymmer <pvhp@forte.com>
19291              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
19292              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
19293      Branch: perl
19294            ! t/pragma/warn/pp_hot
19295 ____________________________________________________________________________
19296 [  7822] By: jhi                                   on 2000/11/22  22:52:20
19297         Log: Be clean.
19298      Branch: perl
19299            ! Makefile.SH
19300 ____________________________________________________________________________
19301 [  7821] By: jhi                                   on 2000/11/22  22:46:39
19302         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
19303              by Damian Conway, as suggested by Paul Marquess.
19304      Branch: perl
19305            + lib/Filter/Simple.pm
19306 ____________________________________________________________________________
19307 [  7820] By: jhi                                   on 2000/11/22  22:45:51
19308         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
19309      Branch: perl
19310            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
19311            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
19312            + t/lib/filt-util.t
19313            ! MANIFEST
19314 ____________________________________________________________________________
19315 [  7819] By: jhi                                   on 2000/11/22  22:03:27
19316         Log: Integrate perlio.
19317      Branch: perl
19318           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
19319           !> win32/makefile.mk
19320 ____________________________________________________________________________
19321 [  7818] By: jhi                                   on 2000/11/22  21:56:02
19322         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
19323      Branch: perl
19324            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
19325            ! t/lib/io_sock.t
19326 ____________________________________________________________________________
19327 [  7817] By: jhi                                   on 2000/11/22  21:39:49
19328         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
19329              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19330              Date: Wed, 22 Nov 2000 16:08:12 -0500
19331              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
19332      Branch: perl
19333            ! lib/ExtUtils/Liblist.pm
19334 ____________________________________________________________________________
19335 [  7816] By: jhi                                   on 2000/11/22  21:38:25
19336         Log: Go ahead and #include <unistd.h> in perl.h.
19337      Branch: perl
19338            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
19339            ! util.c
19340 ____________________________________________________________________________
19341 [  7815] By: jhi                                   on 2000/11/22  21:22:52
19342         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
19343              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19344              Date: Mon, 20 Nov 2000 18:30:52 -0500
19345              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
19346      Branch: perl
19347            ! pod/perlre.pod regcomp.c t/op/re_tests
19348 ____________________________________________________________________________
19349 [  7814] By: jhi                                   on 2000/11/22  21:21:46
19350         Log: Subject: [PATCH 5.7.0] Liblist finally works
19351              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19352              Date: Tue, 21 Nov 2000 22:02:17 -0500
19353              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
19354      Branch: perl
19355            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
19356            ! lib/ExtUtils/MakeMaker.pm
19357 ____________________________________________________________________________
19358 [  7813] By: jhi                                   on 2000/11/22  21:20:23
19359         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
19360              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19361              Date: Wed, 22 Nov 2000 17:53:15 +0100
19362              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
19363              
19364              AIX dynaloader and perlio patch.
19365      Branch: perl
19366            ! ext/DynaLoader/dl_aix.xs
19367 ____________________________________________________________________________
19368 [  7812] By: jhi                                   on 2000/11/22  21:17:52
19369         Log: (Accidentally empty patch.)
19370      Branch: perl
19371            ! av.c
19372 ____________________________________________________________________________
19373 [  7811] By: jhi                                   on 2000/11/22  21:16:31
19374         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
19375              From: Peter Prymmer <pvhp@forte.com>
19376              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
19377              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
19378      Branch: perl
19379            ! vms/test.com
19380 ____________________________________________________________________________
19381 [  7810] By: jhi                                   on 2000/11/22  21:15:36
19382         Log: Subject: Re: perl@7777 
19383              From: "John P. Linderman" <jpl@research.att.com>
19384              Date: Wed, 22 Nov 2000 13:11:11 -0500
19385              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
19386              
19387              Detypoing.
19388      Branch: perl
19389            ! lib/CPAN.pm
19390 ____________________________________________________________________________
19391 [  7809] By: jhi                                   on 2000/11/22  21:14:19
19392         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
19393              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19394              Date:     Wed, 22 Nov 2000 13:51:37 EST
19395              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
19396      Branch: perl
19397            ! perlsdio.h
19398 ____________________________________________________________________________
19399 [  7808] By: jhi                                   on 2000/11/22  21:13:27
19400         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
19401              From: Casey Tweten <crt@kiski.net>
19402              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
19403              Message-Id: <200011201653.LAA10194@home.kiski.net>
19404      Branch: perl
19405            ! t/lib/io_udp.t
19406 ____________________________________________________________________________
19407 [  7807] By: jhi                                   on 2000/11/22  21:12:35
19408         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
19409              From: Casey Tweten <crt@kiski.net>
19410              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
19411              Message-Id: <200011201636.LAA07227@home.kiski.net>
19412      Branch: perl
19413            ! t/lib/io_sock.t
19414 ____________________________________________________________________________
19415 [  7806] By: jhi                                   on 2000/11/22  21:10:59
19416         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
19417              From: "Casey R. Tweten" <crt@kiski.net>
19418              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
19419              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
19420      Branch: perl
19421            ! utils/h2xs.PL
19422 ____________________________________________________________________________
19423 [  7805] By: nick                                  on 2000/11/22  21:05:06
19424         Log: Integrate mainline
19425      Branch: perlio
19426           !> Changes Porting/genlog ext/DB_File/DB_File.xs
19427           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
19428           !> utils/perlbug.PL
19429 ____________________________________________________________________________
19430 [  7804] By: jhi                                   on 2000/11/22  21:01:12
19431         Log: Subject: [PATCH] Test.pm POD peculiarity
19432              From: "Casey R. Tweten" <crt@kiski.net>
19433              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
19434              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
19435      Branch: perl
19436            ! lib/Test.pm
19437 ____________________________________________________________________________
19438 [  7803] By: jhi                                   on 2000/11/22  20:59:59
19439         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
19440              From: "Philip Newton" <pnewton@gmx.de>
19441              Date: Wed, 22 Nov 2000 14:25:53 +0100
19442              Message-Id: <3A1BD771.25462.1939FAD@localhost>
19443              
19444              Be case-understanding also on 's', and use the -oi of sendmail
19445              not to terminate the transmission on a lone '.'.
19446      Branch: perl
19447            ! utils/perlbug.PL
19448 ____________________________________________________________________________
19449 [  7802] By: nick                                  on 2000/11/22  20:51:42
19450         Log: Win32 PerlIO intermediate state now working as expected.
19451              - In current state we are still using C runtime in text/binary
19452              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
19453              - PERLIO=stdio and PERLIO=unix pass all expected tests.
19454              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
19455              and PerlIO_seek() and the dummy crlf layer is not making adjustments
19456              for CRLF translation happening in C runtime. All other tests pass.
19457              
19458              Added note to README.win32 to point out the snags of doing a perl build
19459              with Norton AntiVirus turned on.
19460              
19461              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
19462              which file a fail comes from.
19463              
19464              Updated "canned" config.h to match the one generated.
19465      Branch: perlio
19466            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
19467            ! win32/makefile.mk
19468 ____________________________________________________________________________
19469 [  7801] By: jhi                                   on 2000/11/22  06:50:20
19470         Log: Nickety nits.
19471      Branch: perl
19472            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
19473 ____________________________________________________________________________
19474 [  7800] By: jhi                                   on 2000/11/22  01:29:55
19475         Log: Changes had accidentally gone too silent on non-main branches.
19476      Branch: perl
19477            ! Changes Porting/genlog patchlevel.h
19478 ____________________________________________________________________________
19479 [  7799] By: gsar                                  on 2000/11/22  01:02:56
19480         Log: some lib_pm.PL changes snuck in via change#7772
19481      Branch: maint-5.6/perl
19482            ! Makefile.SH
19483 ____________________________________________________________________________
19484 [  7798] By: nick                                  on 2000/11/21  21:59:40
19485         Log: Integrate mainline
19486      Branch: perlio
19487           !> (integrate 28 files)
19488 ____________________________________________________________________________
19489 [  7797] By: jhi                                   on 2000/11/21  21:01:45
19490         Log: Integrate perlio.
19491      Branch: perl
19492           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
19493 ____________________________________________________________________________
19494 [  7796] By: nick                                  on 2000/11/21  20:36:22
19495         Log: Win32 builds and runs (mostly) with USE_PERLIO.
19496              PERLIO=perlio passes all tests. 
19497              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
19498      Branch: perlio
19499            ! perlio.c win32/perllib.c win32/win32.c
19500 ____________________________________________________________________________
19501 [  7795] By: jhi                                   on 2000/11/21  19:03:44
19502         Log: Update Changes.
19503      Branch: perl
19504            ! Changes patchlevel.h
19505 ____________________________________________________________________________
19506 [  7794] By: jhi                                   on 2000/11/21  18:56:34
19507         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
19508              From: "Craig A. Berry" <craigberry@mac.com>
19509              Date: Mon, 20 Nov 2000 20:27:06 -0600
19510              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
19511              
19512              A cut-and-pasto.
19513      Branch: perl
19514            ! perlio.h
19515 ____________________________________________________________________________
19516 [  7793] By: jhi                                   on 2000/11/21  18:54:41
19517         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
19518              From: Dominic Dunlop <domo@computer.org> 
19519              Date: Mon, 20 Nov 2000 18:55:29 +0100
19520              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
19521              
19522              va_copy() and the need of it.
19523              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
19524      Branch: metaconfig/U/perl
19525            + need_va_copy.U
19526      Branch: perl
19527            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19528            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
19529            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
19530            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
19531            ! win32/config.bc win32/config.gc win32/config.vc
19532 ____________________________________________________________________________
19533 [  7792] By: jhi                                   on 2000/11/21  17:04:10
19534         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
19535      Branch: perl
19536           !> scope.h
19537 ____________________________________________________________________________
19538 [  7791] By: jhi                                   on 2000/11/21  17:01:16
19539         Log: Export the SOCKS workaround symbols only if necessary.
19540      Branch: perl
19541            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
19542 ____________________________________________________________________________
19543 [  7790] By: nick                                  on 2000/11/20  23:57:11
19544         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
19545      Branch: perlio
19546            ! scope.h
19547 ____________________________________________________________________________
19548 [  7789] By: nick                                  on 2000/11/20  23:38:33
19549         Log: Integrate mainline
19550      Branch: perlio
19551           +> lib/File/Spec/Epoc.pm
19552           !> (integrate 34 files)
19553 ____________________________________________________________________________
19554 [  7788] By: nick                                  on 2000/11/20  23:20:18
19555         Log: Make extra buffer layer work (dummy crlf layer)
19556      Branch: perlio
19557            ! doio.c perlio.c perlio.h
19558 ____________________________________________________________________________
19559 [  7787] By: jhi                                   on 2000/11/20  22:44:04
19560         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
19561              From: Peter Prymmer <pvhp@forte.com>
19562              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
19563              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
19564      Branch: perl
19565            ! t/pragma/locale.t
19566 ____________________________________________________________________________
19567 [  7786] By: jhi                                   on 2000/11/20  22:29:10
19568         Log: Subject: DOC PATCH 5.6.0 perlreftut
19569              From: mjd@plover.com
19570              Date: 20 Nov 2000 19:45:06 -0000
19571              Message-ID: <20001120194506.9505.qmail@plover.com>
19572      Branch: perl
19573            ! pod/perlreftut.pod
19574 ____________________________________________________________________________
19575 [  7785] By: jhi                                   on 2000/11/20  22:27:44
19576         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
19577              From: David Dyck <dcd@tc.fluke.com>
19578              Date: Mon, 20 Nov 2000 11:43:40 -0800
19579              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
19580      Branch: perl
19581            ! lib/Cwd.pm
19582 ____________________________________________________________________________
19583 [  7784] By: jhi                                   on 2000/11/20  22:23:21
19584         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
19585              Date: Mon, 20 Nov 2000 17:06:10 -0500
19586              To: Mailing list Perl5 <perl5-porters@perl.org>
19587              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
19588      Branch: perl
19589            ! pp_ctl.c t/op/pat.t
19590 ____________________________________________________________________________
19591 [  7783] By: jhi                                   on 2000/11/20  22:11:18
19592         Log: Subject: [PATCH] doop.c - UTF8 tr///               
19593              From: Simon Cozens <simon@cozens.net>
19594              Date: Sat, 18 Nov 2000 18:49:30 +0000
19595              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
19596              
19597              Subject: Re: [PATCH] doop.c - UTF8 tr///           
19598              From: Simon Cozens <simon@cozens.net>
19599              Date: Mon, 20 Nov 2000 20:45:22 +0000
19600              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
19601              
19602              Make tr on UTF-8 better but still not correct.
19603      Branch: perl
19604            ! doop.c
19605 ____________________________________________________________________________
19606 [  7782] By: jhi                                   on 2000/11/20  22:02:16
19607         Log: Remove the shared object before attempting to create
19608              (by linking) a new one.  E.g. in AIX not removing
19609              becomes quite painful if one tries to do more than one
19610              build in the same tree (an interrupted build, for example),
19611              since the AIX' shared dynaloader seemingly keeps the shared
19612              objects open and therefore 'busy' for quite a while, even when
19613              nobody is using the objects, leading into link failures.
19614      Branch: perl
19615            ! lib/ExtUtils/MM_Unix.pm
19616 ____________________________________________________________________________
19617 [  7781] By: gsar                                  on 2000/11/20  19:02:55
19618         Log: type mismatch due to faulty integration
19619      Branch: maint-5.6/perl
19620            ! toke.c win32/Makefile
19621 ____________________________________________________________________________
19622 [  7780] By: gsar                                  on 2000/11/20  17:31:55
19623         Log: integrate changes#6392,6394..6399,6401..6404
19624              
19625              The {multiplier} of a fixed substring was overlooked which
19626              caused a wrong initial search offset for that substring.
19627              
19628              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
19629              From: Hugo <hv@crypt.compulink.co.uk>
19630              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
19631              Date: Thu, 13 Jul 2000 19:27:13 +0100
19632              
19633              Fix the BOM bug: not a byteorder bug, a signedness bug.
19634              
19635              Replace change #6337 with a better one.
19636              
19637              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
19638              From: Hugo <hv@crypt.compulink.co.uk>
19639              Date: Fri, 14 Jul 2000 04:16:20 +0100
19640              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
19641              
19642              MakeMaker should not remove editor backups (*~) on `make clean`
19643              by default (completes change#6383)
19644              
19645              move new variables to the end of the interpreter structure (for
19646              bincompat in code that doesn't #include XSUB.h)
19647              
19648              rename totally bletcherous SvLOCK() thingy (doesn't do what the
19649              name suggests anyway)
19650              
19651              various cleanups (typos, misformatted code, and small bugs)
19652              
19653              typecasts needed for change#6394
19654              
19655              typos in change#6399, regen headers
19656              
19657              inconsistent types needs casts
19658              
19659              PERL_OBJECT build tweaks
19660      Branch: maint-5.6/perl
19661           !> MANIFEST doop.c embed.h embed.pl embedvar.h
19662           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
19663           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
19664           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
19665           !> toke.c util.c
19666 ____________________________________________________________________________
19667 [  7779] By: gsar                                  on 2000/11/20  17:06:29
19668         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
19669              
19670              Cosmetics and perldelta.
19671              
19672              Fix nits noticed by Boston.pm.
19673              
19674              Do the cc sanity check both before the hints and
19675              after the cc selction.
19676              
19677              get sprintf.t to adjust properly for 3-digit exponents
19678              
19679              don't clobber *.orig files on *clean targets
19680              
19681              fix bugs in processing %v-*d and similar format specs (from
19682              Avi Finkel <avi@finkel.org>)
19683              
19684              sprintf test tweaks (from Dominic Dunlop)
19685              
19686              new selfloader.t in change#6183 doesn't close DATA handles,
19687              and thus fails to clean up tmp files on dosish platforms
19688              
19689              typos (spotted by Peter Prymmer)
19690              
19691              typo fix from Craig Berry
19692      Branch: maint-5.6/perl
19693           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
19694           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
19695           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
19696           !> x2p/Makefile.SH
19697 ____________________________________________________________________________
19698 [  7778] By: gsar                                  on 2000/11/20  16:46:51
19699         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
19700              
19701              Subject: Re: format bug report  [Patch]
19702              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19703              Date: Wed, 05 Jul 2000 13:12:52 +0200
19704              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
19705              
19706              Subject: Re: format bug report  [Patch]
19707              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19708              Date: Wed, 05 Jul 2000 14:10:01 +0200
19709              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
19710              
19711              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
19712              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19713              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
19714              Date: Fri, 07 Jul 2000 17:57:16 +0100
19715              
19716              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
19717              To: perl5-porters@perl.org
19718              From: Karsten Sperling <spiff@phreax.net>
19719              Date: Mon, 10 Jul 2000 15:12:52 +0200
19720              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
19721              
19722              README.posix-bc podified from Thomas Dorner.
19723              
19724              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
19725              From: Dominic Dunlop <domo@computer.org>
19726              Date: Tue, 11 Jul 2000 12:27:33 +0200
19727              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
19728              
19729              Typo in #6341.
19730              
19731              Fix for
19732              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
19733              From: Roderick Schertler <roderick@argon.org>
19734              Date: Tue, 11 Jul 2000 13:55:05 -0400
19735              Message-Id: <200007111755.NAA05077@jones.argon.org>
19736              
19737              Minor cleanups on the booklist.
19738              
19739              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
19740              regen perltoc.
19741              
19742              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
19743      Branch: maint-5.6/perl
19744           +> pod/perlbook.pod
19745           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
19746           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
19747           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
19748 ____________________________________________________________________________
19749 [  7777] By: jhi                                   on 2000/11/20  16:08:49
19750         Log: Update Changes.
19751      Branch: perl
19752            ! Changes patchlevel.h
19753 ____________________________________________________________________________
19754 [  7776] By: jhi                                   on 2000/11/20  15:27:56
19755         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
19756              This may be overly harsh but until proven otherwise, we think this
19757              way, or until we have a simple test for Configure (having to start
19758              up servers is does not count as simple) to check for the problems.
19759      Branch: perl
19760            ! perl.h
19761 ____________________________________________________________________________
19762 [  7775] By: jhi                                   on 2000/11/20  15:22:17
19763         Log: Solaris hints tweaks.
19764      Branch: perl
19765            ! hints/solaris_2.sh
19766 ____________________________________________________________________________
19767 [  7774] By: jhi                                   on 2000/11/20  15:01:20
19768         Log: Add a workaround to SOCKS 64-bit problems.
19769      Branch: perl
19770            ! doio.c embed.h embed.pl perlsdio.h proto.h
19771 ____________________________________________________________________________
19772 [  7773] By: jhi                                   on 2000/11/20  14:51:47
19773         Log: sysseek() instead of seek().
19774      Branch: perl
19775            ! t/lib/syslfs.t
19776 ____________________________________________________________________________
19777 [  7772] By: gsar                                  on 2000/11/20  13:06:23
19778         Log: integrate changes#6315..6319,6321..6331,6333..6338
19779              
19780              Integrate with Sarathy, preliminary fix for unicos
19781              alignment problems in [ID 20000612.002] Perl problem on Cray system.
19782              
19783              some debugger output does not go to the socket when RemotePort is set
19784              
19785              winsock cleanup never done on Windows (leads to handle leaks)
19786              
19787              fix UNC path handling on Windows under ithreads, and chdir()
19788              return value when given a non-existent directory
19789              
19790              Autogenerate pod/Makefile and pod/buildtoc.
19791              buildtoc also checks whether the existin pods are
19792              mentioned in MANIFEST and perl.pod, and vice versa.
19793              (None of the thusly found discrepancies fixed yet.)
19794              roffitall also needs to be autogenerated similarly but it
19795              seems so badly out of date that I didn't touch it yet.
19796              
19797              Config is being used.
19798              
19799              Add =head1 NAMEs so that buildtoc is happy.
19800              (The CGI::Util nit reported to Lincoln.)
19801              
19802              Fix complaints of buildtoc.
19803              
19804              Fix the alignment problem in Crays ([ID 20000612.002]).
19805              
19806              Remove perlbook, update perlfaq book listing,
19807              rearrange perl.pod, regenerate perltoc.
19808              
19809              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
19810              was cast to an unsigned (32-bit) integer with wild abandon.
19811              
19812              winsock options weren't being set in all threads under ithreads
19813              (caused send()s from second and subsequent threads to fail)
19814              
19815              accept() leaks memory on windows due to incorrect ordering of
19816              closesocket() and fclose() calls
19817              
19818              Reorder perl.pod once more.
19819              
19820              More POSIX.pod tweaks.
19821              
19822              Sprinkle ldlibpath.
19823              
19824              Precedence goof, fix based on
19825              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
19826              From: Hugo <hv@crypt.compulink.co.uk>
19827              Date: Tue, 11 Jul 2000 12:52:38 +0100
19828              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
19829              
19830              Subject: PATCH perlguts.pod: Document D and d magic types
19831              From: mjd@plover.com
19832              Date: 5 Jul 2000 18:01:51 -0000
19833              Message-ID: <20000705180151.29413.qmail@plover.com>
19834              
19835              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
19836              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
19837              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
19838              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
19839              
19840              Subject: [PATCH cfgperl] $& segfaults if you trick it
19841              From: simon@brecon.co.uk (Simon Cozens)
19842              Date: 7 Jul 2000 11:26:09 GMT
19843              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
19844              
19845              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
19846              From: Hugo <hv@crypt.compulink.co.uk>
19847              Date: Tue, 11 Jul 2000 12:44:50 +0100
19848              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
19849              
19850              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
19851              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19852              Date: Tue, 11 Jul 2000 13:50:51 +0100
19853              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
19854      Branch: maint-5.6/perl
19855           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
19856           +> pod/buildtoc.PL
19857            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
19858           !> (integrate 26 files)
19859 ____________________________________________________________________________
19860 [  7771] By: gsar                                  on 2000/11/20  12:31:42
19861         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
19862              6310,6311,6314
19863              
19864              Subject: [PATCH bleedperl] File::Spec 0.82 beta
19865              From: Barrie Slaymaker <barries@jester.slaysys.com>
19866              Date: Wed, 28 Jun 2000 11:35:29 -0400
19867              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
19868              
19869              tweak perlembed for multiplicity/usethreads sanity; correct notes
19870              about Windows
19871              
19872              localize %INC in a Safe compartment so that use/require work
19873              (many other magic globals probably need similar treatment)
19874              
19875              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
19876              when @_ is modified, causing coredumps
19877              
19878              slurp mode fix in change#4736 still not quite right
19879              
19880              Point to perlipc for more SysV IPC examples.
19881              
19882              Elaborate POSIX.pod.  Still needs work.
19883              
19884              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
19885              
19886              fix large memory leak that has been around for ever, masked by
19887              -DPURIFY (most of the arenas were never freed!)
19888              
19889              fix memory leak on Windows (PL_sys_intern contents were never
19890              freed)
19891              
19892              PERL_OBJECT build tweak
19893              
19894              adjust change#6299
19895              
19896              remove rel2abs prototypes (from Barrie Slaymaker)
19897              
19898              missing perldiag entry for unpack("w",...) diagnostic (from
19899              Andreas Koenig)
19900              
19901              better diagnostic on Frob->stuff() when Frob:: doesn't exist
19902              (from Richard Soderberg <rs@oregonnet.com>)
19903              
19904              Win32 patches for cfgperl from Sarathy.
19905              
19906              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
19907              
19908              More POSIX.pod embellishment.
19909              
19910              tyop in change#6306
19911      Branch: maint-5.6/perl
19912           !> (integrate 44 files)
19913 ____________________________________________________________________________
19914 [  7770] By: gsar                                  on 2000/11/20  11:51:00
19915         Log: integrate changes#6268..6282 from cfgperl branch
19916              
19917              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
19918              From: Dominic Dunlop <domo@computer.org>
19919              Date: Thu, 29 Jun 2000 12:32:39 +0200
19920              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
19921              
19922              Regen headers for #6261 (and update embed.pl for this) and #6267,
19923              silence few compiler warnings.
19924              
19925              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
19926              From: Nicholas Clark <nick@talking.bollo.cx>
19927              Date: Fri, 23 Jun 2000 16:21:15 +0100
19928              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
19929              
19930              Subject: PATCH pod/perltie.pod
19931              From: Ian Phillipps <Ian.Phillipps@iname.com>
19932              Date: Fri, 16 Jun 2000 00:17:19 +0100
19933              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
19934              (only the first hunk, the second hunk had already been done
19935              by some other patch)
19936              
19937              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
19938              From: Tom Phoenix <rootbeer@redcat.com>
19939              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
19940              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
19941              
19942              Subject: [PATCH] xsub attributes
19943              From: Doug MacEachern <dougm@covalent.net>
19944              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
19945              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
19946              
19947              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
19948              From: Andy Dougherty <doughera@lafayette.edu>
19949              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
19950              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
19951              
19952              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
19953              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19954              Date: Tue, 13 Jun 2000 02:43:48 -0500
19955              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
19956              
19957              Subject: [PATCH] Re: eval documentation: context
19958              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19959              Date: Mon, 12 Jun 2000 15:07:29 +0100
19960              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
19961              
19962              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
19963              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19964              Date: Mon, 12 Jun 2000 14:55:59 +0100
19965              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
19966              
19967              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
19968              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
19969              Date: Fri, 09 Jun 2000 12:39:27 -0400
19970              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
19971              (plus update the version "number" of Text::Wrap)
19972              
19973              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
19974              From: Tim Ayers <tayers@bridge.com>
19975              Date: Thu, 08 Jun 2000 08:11:06 +0200
19976              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
19977              [resent by Richard Foley, Message-Id probably wrong]
19978              
19979              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
19980              From: rspier@pobox.com (Robert Spier)
19981              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
19982              Message-ID: <14654.31913.845602.610277@rls.cx>
19983              
19984              Subject: [PATCH 5.6.0] utils/h2xs.PL
19985              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19986              Date: Wed, 7 Jun 2000 04:02:04 -0500
19987              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
19988              
19989              Subject: [PATCH 5.6.0]ITHREADs for VMS
19990              From: Dan Sugalski <dan@sidhe.org>
19991              Date: Tue, 06 Jun 2000 11:59:50 -0400
19992              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
19993      Branch: maint-5.6/perl
19994           !> (integrate 31 files)
19995 ____________________________________________________________________________
19996 [  7769] By: gsar                                  on 2000/11/20  11:29:06
19997         Log: integrate changes#6261..6266 from cfgperl
19998              
19999              Subject: Re: [PATCH cfgperl] BOMs away!
20000              From: simon@brecon.co.uk (Simon Cozens)
20001              Date: 17 Jun 2000 11:49:57 GMT
20002              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
20003              
20004              Subject: 5.6.0 Patch for EPOC
20005              From: Olaf Flebbe <o.flebbe@gmx.de>
20006              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
20007              Message-ID: <23449.960929969@www11.gmx.net>
20008              
20009              tr fixes from Simon Cozens
20010              
20011              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
20012              From: Marty Lucich <marty@netcom.com>
20013              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
20014              Message-Id: <200006282116.OAA11148@netcom.com>
20015              ccdlflags update (the BSD/OS 4.1 part had already been taken
20016              care of by #6141).
20017              
20018              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
20019              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20020              Date: Wed, 28 Jun 2000 17:50:12 -0700
20021              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
20022              
20023              Subject: [PATCH 5.6.0] cygwin port
20024              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
20025              From: "Fifer, Eric" <EFifer@sanwaint.com>
20026              Date: Thu, 29 Jun 2000 12:58:29 +0100
20027      Branch: maint-5.6/perl
20028           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
20029           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
20030           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
20031           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
20032 ____________________________________________________________________________
20033 [  7768] By: gsar                                  on 2000/11/20  11:13:44
20034         Log: integrate changes#6252..6256,6259..6260
20035              
20036              Paranoia tweak on #6249.
20037              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
20038              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
20039              Date: Sun, 25 Jun 2000 23:43:12 -0400
20040              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
20041              
20042              Subject: tr///, help wanted.
20043              From: simon@brecon.co.uk (Simon Cozens)
20044              Date: 28 Jun 2000 11:29:04 GMT
20045              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
20046              
20047              small thinko tweaks
20048              
20049              tweaks from Simon Conzes to further fix tr/// under utf8
20050              
20051              perlnewmod was missing from MANIFEST.
20052              
20053              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
20054              From: simon@brecon.co.uk (Simon Cozens)
20055              Date: 17 Jun 2000 11:56:44 GMT
20056              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
20057              pack U0, pack C0
20058      Branch: maint-5.6/perl
20059           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
20060           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
20061           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
20062           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
20063 ____________________________________________________________________________
20064 [  7767] By: gsar                                  on 2000/11/20  10:51:38
20065         Log: integrate change#6250 from cfgperl
20066              
20067              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
20068              From: Doug MacEachern <dougm@covalent.net>
20069              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
20070              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
20071      Branch: maint-5.6/perl
20072           +> t/op/my_stash.t
20073           !> MANIFEST embed.pl global.sym proto.h toke.c
20074 ____________________________________________________________________________
20075 [  7766] By: gsar                                  on 2000/11/20  10:48:34
20076         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
20077              
20078              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
20079              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
20080              Date: Mon, 26 Jun 2000 18:40:14 +0100
20081              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
20082              
20083              Subject: [PATCH] bytes<->utf8 fixes
20084              From: simon@brecon.co.uk (Simon Cozens)
20085              Date: 26 Jun 2000 04:55:45 GMT
20086              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
20087              
20088              Subject: [PATCH] is_utf8_string
20089              From: simon@brecon.co.uk (Simon Cozens)
20090              Date: 26 Jun 2000 02:25:59 GMT
20091              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
20092              
20093              Subject: [PATCH] avoid mg_ptr in '*' magic
20094              From: Doug MacEachern <dougm@covalent.net>
20095              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
20096              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
20097              
20098              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
20099              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
20100              Date: Sat, 24 Jun 2000 13:06:20 +0100
20101              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
20102              
20103              Allow for standalone testing.
20104              
20105              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
20106              From: Mark-Jason Dominus <mjd@plover.com>
20107              Date: Tue, 27 Jun 2000 22:36:42 -0400
20108              Message-ID: <20000628023642.12166.qmail@plover.com>
20109              
20110              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
20111              From: Frank Tobin <ftobin@uiuc.edu>
20112              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
20113              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
20114      Branch: maint-5.6/perl
20115           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
20116           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
20117           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
20118           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
20119           !> utf8.c utils/h2xs.PL
20120 ____________________________________________________________________________
20121 [  7765] By: gsar                                  on 2000/11/20  10:29:13
20122         Log: integrate change#6239 from cfgperl
20123              
20124              Configure maintenance.  Sever some dependency cycles,
20125              separate gccversion from the cc unit,
20126              address [ID 20000623.006] Configure script patch for using gcc on AIX
20127              (but solve it a little bit differently),
20128              unduplex some accidentally duplicated units,
20129              suggest using gcc if no cc available
20130              (p5p thread: "Solaris configure: counterproposal", 1999-09)
20131      Branch: maint-5.6/perl
20132           !> Configure Todo-5.6 config_h.SH
20133 ____________________________________________________________________________
20134 [  7764] By: gsar                                  on 2000/11/20  10:25:55
20135         Log: integrate changes#6233..6238 from cfgperl
20136              
20137              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
20138              From: Mark-Jason Dominus <mjd@plover.com>
20139              Date: Fri, 16 Jun 2000 20:53:04 -0400
20140              Message-ID: <20000617005304.8008.qmail@plover.com>
20141              
20142              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
20143              because when run as services (Win32ese for daemons)
20144              no environment variables are set and tmpdir ends up as /tmp,
20145              which is ambiguous.
20146              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
20147              From: matt@sergeant.org
20148              Date: 16 Jun 2000 16:30:43 -0000
20149              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
20150              
20151              The thread begun by
20152              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
20153              From: Kevin.Ruscoe@ubsw.com
20154              Date: Fri, 16 Jun 2000 16:38:51 +0100
20155              Message-Id: <H000019b03c300d6@MHS>
20156              
20157              Tweak embed.pl, regen headers.
20158              
20159              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
20160              From: Dan Sugalski <dan@sidhe.org>
20161              Date: Fri, 23 Jun 2000 17:00:00 -0400
20162              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
20163      Branch: maint-5.6/perl
20164           !> (integrate 27 files)
20165 ____________________________________________________________________________
20166 [  7763] By: gsar                                  on 2000/11/20  10:08:08
20167         Log: s/perl56delta/perldelta/g
20168      Branch: maint-5.6/perl
20169            ! pod/Makefile
20170 ____________________________________________________________________________
20171 [  7762] By: gsar                                  on 2000/11/20  10:04:00
20172         Log: integrate changes#6225,6229,6231,6232 from cfgperl
20173              
20174              Add source code filenames to apidoc.
20175              From: simon@brecon.co.uk (Simon Cozens)
20176              Subject: [PATCH embed.pl] Source X-ref
20177              Date: 22 Jun 2000 02:18:49 GMT
20178              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
20179              
20180              Subject: README.hpux version 0.6.1
20181              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
20182              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
20183              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
20184              
20185              Subject: [PATCH 5.6.0] cygwin port
20186              From: "Fifer, Eric" <EFifer@sanwaint.com>
20187              Date: Tue, 20 Jun 2000 14:30:58 +0100
20188              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
20189              
20190              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
20191              From: simon@brecon.co.uk (Simon Cozens)
20192              Date: 19 Jun 2000 15:18:27 GMT
20193              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
20194              
20195              plus update pod/Makefile and regenerate perltoc
20196      Branch: maint-5.6/perl
20197           +> pod/perlutil.pod
20198           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
20199           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
20200 ____________________________________________________________________________
20201 [  7761] By: jhi                                   on 2000/11/20  04:09:55
20202         Log: Miraculous typo.
20203      Branch: perl
20204            ! t/op/pat.t
20205 ____________________________________________________________________________
20206 [  7760] By: jhi                                   on 2000/11/20  04:06:08
20207         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
20208              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20209              Date: Sun, 19 Nov 2000 22:30:26 -0500
20210              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
20211      Branch: perl
20212            ! regexec.c scope.h t/op/pat.t
20213 ____________________________________________________________________________
20214 [  7759] By: jhi                                   on 2000/11/20  02:05:22
20215         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
20216      Branch: perl
20217            ! perl.h
20218 ____________________________________________________________________________
20219 [  7758] By: jhi                                   on 2000/11/20  01:58:11
20220         Log: Subject: [perl 7711: EPOC] updates
20221              From: Olaf Flebbe <o.flebbe@gmx.de>
20222              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
20223              Message-ID: <25575.974658810@www23.gmx.net>               
20224      Branch: perl
20225            + lib/File/Spec/Epoc.pm
20226            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
20227            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
20228            ! lib/File/Spec.pm perl.c sv.c
20229 ____________________________________________________________________________
20230 [  7757] By: jhi                                   on 2000/11/20  01:53:11
20231         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
20232      Branch: perl
20233            ! MANIFEST
20234 ____________________________________________________________________________
20235 [  7756] By: jhi                                   on 2000/11/20  01:47:22
20236         Log: Integrate perlio.
20237      Branch: perl
20238            - ext/re/hints/MSWin32.pl
20239           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
20240           !> win32/config.gc win32/config_H.gc win32/win32sck.c
20241 ____________________________________________________________________________
20242 [  7755] By: nick                                  on 2000/11/19  20:57:17
20243         Log: Add dummy crlf layer (just as buffer)
20244              Correct 1st bug - one layer of indirection.
20245      Branch: perlio
20246            ! perlio.c perlio.h perliol.h
20247 ____________________________________________________________________________
20248 [  7754] By: nick                                  on 2000/11/19  20:56:12
20249         Log: Work-round to Perl_deb_nocontext is no longer required
20250      Branch: perlio
20251            - ext/re/hints/MSWin32.pl
20252 ____________________________________________________________________________
20253 [  7753] By: nick                                  on 2000/11/19  20:01:16
20254         Log: diff -se shows these as different
20255      Branch: perlio
20256            ! global.sym pod/perlapi.pod
20257 ____________________________________________________________________________
20258 [  7752] By: nick                                  on 2000/11/19  18:57:30
20259         Log: Configure GCC/Win32 build -Duseperlio
20260              Fix a couple of gross issues
20261              - double-include of ../deb.o in re.dll
20262              - win32sck.c needs PerlIO and FILE 
20263      Branch: perlio
20264            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
20265            ! win32/win32sck.c
20266 ____________________________________________________________________________
20267 [  7751] By: nick                                  on 2000/11/19  17:05:36
20268         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
20269      Branch: perlio
20270            ! perlio.c
20271 ____________________________________________________________________________
20272 [  7750] By: nick                                  on 2000/11/19  16:57:14
20273         Log: Missing aTHX_
20274      Branch: perlio
20275            ! sv.c
20276 ____________________________________________________________________________
20277 [  7749] By: jhi                                   on 2000/11/19  16:28:40
20278         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
20279              From: "Peter J. Farley III" <pjfarley@banet.net>
20280              Date: Sun, 19 Nov 2000 01:42:58 -0500
20281              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
20282      Branch: perl
20283            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
20284 ____________________________________________________________________________
20285 [  7748] By: jhi                                   on 2000/11/19  16:08:10
20286         Log: Subject: podlators 1.05 available        
20287              From: Russ Allbery <rra@stanford.edu>   
20288              Date: 18 Nov 2000 22:04:28 -0800
20289              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
20290      Branch: perl
20291            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
20292 ____________________________________________________________________________
20293 [  7747] By: nick                                  on 2000/11/19  11:19:39
20294         Log: Integrate mainline
20295      Branch: perlio
20296           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
20297           !> util.c
20298 ____________________________________________________________________________
20299 [  7746] By: jhi                                   on 2000/11/19  06:42:22
20300         Log: Make hex scanning warn on "\x{x}" and "\xx".
20301              "\x" and and hex("x") are still valid.
20302      Branch: perl
20303            ! util.c
20304 ____________________________________________________________________________
20305 [  7745] By: nick                                  on 2000/11/18  22:52:28
20306         Log: Integrate mainline
20307      Branch: perlio
20308           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
20309           !> perl.h perlio.c proto.h regcomp.c regcomp.h
20310 ____________________________________________________________________________
20311 [  7744] By: jhi                                   on 2000/11/18  22:50:28
20312         Log: Introduce Perl_utf8_length().  Use it.
20313      Branch: perl
20314            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
20315 ____________________________________________________________________________
20316 [  7743] By: jhi                                   on 2000/11/18  22:38:51
20317         Log: Compiler denit.
20318      Branch: perl
20319            ! perlio.c
20320 ____________________________________________________________________________
20321 [  7742] By: jhi                                   on 2000/11/18  20:33:05
20322         Log: Integrate perlio.
20323      Branch: perl
20324           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
20325           !> perlio.h pp_ctl.c pp_sys.c sv.c
20326 ____________________________________________________________________________
20327 [  7741] By: jhi                                   on 2000/11/18  20:31:27
20328         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
20329              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20330              Date: Fri, 17 Nov 2000 20:35:11 -0500
20331              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
20332              
20333              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
20334              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20335              Date: Fri, 17 Nov 2000 21:03:47 -0500
20336              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
20337              
20338              Plus a little bit of tweaking in pregcomp().
20339      Branch: perl
20340            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
20341 ____________________________________________________________________________
20342 [  7740] By: nick                                  on 2000/11/18  20:17:22
20343         Log: Lexical use open ... support:
20344              add ->cop_io to COP structure in cop.h.
20345              Make mg.c and gv.c associate it with ${^OPEN}.
20346              Make lib/open.pm set it.
20347              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
20348              manner similar to ->cop_warnings.
20349              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
20350              call new PerlIO_apply_layers().
20351              Declare latter in perlio.h and define in perlio.c
20352      Branch: perlio
20353            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
20354            ! perlio.h pp_ctl.c pp_sys.c sv.c
20355 ____________________________________________________________________________
20356 [  7739] By: jhi                                   on 2000/11/18  19:54:00
20357         Log: Integrate perlio.
20358      Branch: perl
20359           !> doio.c perlio.c pp.c
20360 ____________________________________________________________________________
20361 [  7738] By: jhi                                   on 2000/11/18  17:16:13
20362         Log: Subject: [PATCH 5.7.0] etags broken again
20363              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20364              Date: Sat, 18 Nov 2000 02:41:36 -0500
20365              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
20366      Branch: perl
20367            ! emacs/ptags
20368 ____________________________________________________________________________
20369 [  7737] By: jhi                                   on 2000/11/18  17:12:18
20370         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
20371      Branch: perl
20372            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
20373 ____________________________________________________________________________
20374 [  7736] By: nick                                  on 2000/11/18  14:06:20
20375         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
20376              part to be isolated.
20377      Branch: perlio
20378            ! doio.c perlio.c
20379 ____________________________________________________________________________
20380 [  7735] By: nick                                  on 2000/11/18  11:03:32
20381         Log: Integrate mainline
20382      Branch: perlio
20383           !> Changes README.amiga README.win32 patchlevel.h
20384           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
20385 ____________________________________________________________________________
20386 [  7734] By: jhi                                   on 2000/11/18  01:18:56
20387         Log: Update Changes.
20388      Branch: perl
20389            ! Changes patchlevel.h
20390 ____________________________________________________________________________
20391 [  7733] By: jhi                                   on 2000/11/18  00:32:54
20392         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
20393              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20394              Date: Fri, 17 Nov 2000 17:28:02 -0500
20395              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
20396      Branch: perl
20397            ! regcomp.c regexec.c t/op/re_tests
20398 ____________________________________________________________________________
20399 [  7732] By: jhi                                   on 2000/11/18  00:28:56
20400         Log: Sparc 64-bit pack() fix from Jens Hamisch.
20401      Branch: perl
20402            ! pp.c
20403 ____________________________________________________________________________
20404 [  7731] By: jhi                                   on 2000/11/18  00:18:39
20405         Log: Explain in more detail the {} syntax ambiguousity.
20406              
20407              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
20408              From: Nicholas Clark <nick@ccl4.org>
20409              Date: Fri, 17 Nov 2000 22:10:28 +0000
20410              Message-ID: <20001117221028.A88930@plum.flirble.org>
20411      Branch: perl
20412            ! pod/perlfunc.pod
20413 ____________________________________________________________________________
20414 [  7730] By: jhi                                   on 2000/11/18  00:12:18
20415         Log: Subject: Fix for README.amiga (20000323.033)
20416              From: "Stephen P. Potter" <spp@spotter.yi.org>
20417              Date: Fri, 17 Nov 2000 12:25:51 -0500
20418              Message-Id: <200011171725.MAA05768@spotter.yi.org>
20419      Branch: perl
20420            ! README.amiga
20421 ____________________________________________________________________________
20422 [  7729] By: jhi                                   on 2000/11/18  00:08:34
20423         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
20424              From: "A. C. Yardley" <yardley@tanet.net>
20425              Date: Mon, 3 Apr 2000 11:35:33 -0700
20426              Message-ID: <3483.000403@tanet.net>
20427      Branch: perl
20428            ! README.win32
20429 ____________________________________________________________________________
20430 [  7728] By: nick                                  on 2000/11/17  21:59:47
20431         Log: Integrate mainline
20432      Branch: perlio
20433           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
20434           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
20435           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
20436           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
20437 ____________________________________________________________________________
20438 [  7727] By: nick                                  on 2000/11/17  21:56:31
20439         Log: Experiment on use of attributes.pm interface.
20440              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
20441              SVt_PVRV if not already something better (else vivify of say magic gets
20442              core dump).
20443      Branch: perlio
20444            ! perlio.c pp.c
20445 ____________________________________________________________________________
20446 [  7726] By: jhi                                   on 2000/11/17  14:15:49
20447         Log: Subject: Fix for 20000815.006
20448              From: "Stephen P. Potter" <spp@spotter.yi.org>
20449              Date: Fri, 17 Nov 2000 08:57:45 -0500
20450              Message-Id: <200011171357.IAA05122@spotter.yi.org>
20451              
20452              It's really 20000518.006.
20453      Branch: perl
20454            ! pod/perlmodlib.PL
20455 ____________________________________________________________________________
20456 [  7725] By: jhi                                   on 2000/11/17  14:12:31
20457         Log: Subject: Fix for 20000409.001
20458              From: "Stephen P. Potter" <spp@spotter.yi.org>
20459              Date: Fri, 17 Nov 2000 08:55:45 -0500
20460              Message-Id: <200011171355.IAA05104@spotter.yi.org>
20461      Branch: perl
20462            ! pod/perlfaq9.pod
20463 ____________________________________________________________________________
20464 [  7724] By: jhi                                   on 2000/11/17  14:08:58
20465         Log: Undo #7627 now that we have =head3.
20466      Branch: perl
20467            ! pod/perlhack.pod
20468 ____________________________________________________________________________
20469 [  7723] By: jhi                                   on 2000/11/17  14:04:09
20470         Log: As surmised the #7719 wasn't a good move.
20471      Branch: perl
20472            ! hints/solaris_2.sh
20473 ____________________________________________________________________________
20474 [  7722] By: jhi                                   on 2000/11/17  13:59:04
20475         Log: Also the 64bitall hints can be either here or there.
20476      Branch: perl
20477            ! hints/solaris_2.sh
20478 ____________________________________________________________________________
20479 [  7721] By: jhi                                   on 2000/11/17  02:26:23
20480         Log: Test tweak for the open pragma.
20481      Branch: perl
20482            ! t/lib/b.t
20483 ____________________________________________________________________________
20484 [  7720] By: jhi                                   on 2000/11/17  00:23:22
20485         Log: The long double hints can be here or there.
20486      Branch: perl
20487            ! hints/solaris_2.sh
20488 ____________________________________________________________________________
20489 [  7719] By: jhi                                   on 2000/11/17  00:14:06
20490         Log: For Solaris use64bitall the stdchar needs a little bit of help.
20491      Branch: perl
20492            ! hints/solaris_2.sh
20493 ____________________________________________________________________________
20494 [  7718] By: jhi                                   on 2000/11/16  23:27:34
20495         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
20496              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
20497              Date: Wed, 15 Nov 2000 08:56:32 +0100
20498              Message-ID: <3A1241B0.64477E00@alcatel.at>
20499      Branch: perl
20500            ! lib/Carp/Heavy.pm
20501 ____________________________________________________________________________
20502 [  7717] By: jhi                                   on 2000/11/16  23:23:29
20503         Log: Subject: [PATCH] Re: 20001101.003 PDL
20504              From: Nicholas Clark <nick@ccl4.org>
20505              Date: Thu, 16 Nov 2000 16:48:25 +0000
20506              Message-ID: <20001116164825.B93487@plum.flirble.org>
20507      Branch: perl
20508            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
20509 ____________________________________________________________________________
20510 [  7716] By: jhi                                   on 2000/11/16  23:21:31
20511         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
20512              From: "Casey R. Tweten" <crt@kiski.net>
20513              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
20514              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
20515      Branch: perl
20516            ! lib/Pod/Checker.pm pod/perlpod.pod
20517 ____________________________________________________________________________
20518 [  7715] By: jhi                                   on 2000/11/16  23:19:40
20519         Log: Avoid an infinite loop in VMS when utils scripts are run
20520              with no arguments, from Charles Lane.
20521      Branch: perl
20522            ! configure.com
20523 ____________________________________________________________________________
20524 [  7714] By: jhi                                   on 2000/11/16  23:17:08
20525         Log: Subject: perllocale.pod changes
20526              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
20527              Date: Mon, 13 Nov 2000 10:09:22 +0300
20528              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
20529      Branch: perl
20530            ! pod/perllocale.pod
20531 ____________________________________________________________________________
20532 [  7713] By: jhi                                   on 2000/11/16  23:14:06
20533         Log: Integrate perlio.
20534      Branch: perl
20535           !> doio.c perlio.c perlio.h util.c
20536 ____________________________________________________________________________
20537 [  7712] By: nick                                  on 2000/11/16  21:10:58
20538         Log: Integrate mainline
20539      Branch: perlio
20540           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20541           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
20542           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
20543           !> vos/config.ga.def vos/config.ga.h win32/config.bc
20544           !> win32/config.gc win32/config.vc
20545 ____________________________________________________________________________
20546 [  7711] By: nick                                  on 2000/11/16  19:56:41
20547         Log: Minor tweaks:
20548              consistent way of getting 'rb', 'wb' etc. for binary opens
20549              move *perlio::layers to *open::layers
20550              a #define to show layers available
20551              DOSISH popen/PerlIO had export/import sense inverted.
20552      Branch: perlio
20553            ! doio.c perlio.c perlio.h util.c
20554 ____________________________________________________________________________
20555 [  7710] By: jhi                                   on 2000/11/16  15:46:05
20556         Log: Add HAS_SBRK_PROTO.
20557      Branch: metaconfig/U/perl
20558            + d_sbrkproto.U
20559      Branch: perl
20560            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20561            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
20562            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
20563            ! vos/config.ga.def vos/config.ga.h win32/config.bc
20564            ! win32/config.gc win32/config.vc
20565 ____________________________________________________________________________
20566 [  7709] By: nick                                  on 2000/11/16  07:31:49
20567         Log: Integrate mainline
20568      Branch: perlio
20569           !> (integrate 35 files)
20570 ____________________________________________________________________________
20571 [  7708] By: jhi                                   on 2000/11/16  05:33:03
20572         Log: These files are text, not binary.
20573      Branch: perl
20574            ! ext/Encode/Encode/iso8859-10.enc
20575            ! ext/Encode/Encode/iso8859-13.enc
20576            ! ext/Encode/Encode/iso8859-14.enc
20577            ! ext/Encode/Encode/iso8859-15.enc
20578 ____________________________________________________________________________
20579 [  7707] By: jhi                                   on 2000/11/16  01:53:37
20580         Log: Update Changes.
20581      Branch: perl
20582            ! Changes patchlevel.h
20583 ____________________________________________________________________________
20584 [  7706] By: jhi                                   on 2000/11/16  01:35:59
20585         Log: More #undefing of stdio.
20586      Branch: perl
20587            ! fakesdio.h nostdio.h
20588 ____________________________________________________________________________
20589 [  7705] By: jhi                                   on 2000/11/16  01:34:18
20590         Log: Add fwalk() probe to the configuration files and regen perltoc.
20591      Branch: perl
20592            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20593            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
20594            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
20595            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
20596            ! win32/config.bc win32/config.gc win32/config.vc
20597 ____________________________________________________________________________
20598 [  7704] By: jhi                                   on 2000/11/16  01:33:07
20599         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
20600              an optional third argument to Inlibc?)
20601      Branch: metaconfig/U/perl
20602            + d__fwalk.U
20603 ____________________________________________________________________________
20604 [  7703] By: jhi                                   on 2000/11/16  01:09:22
20605         Log: The type of the hash_cb() size argument is tricky.
20606      Branch: perl
20607            ! ext/DB_File/DB_File.xs
20608 ____________________________________________________________________________
20609 [  7702] By: jhi                                   on 2000/11/15  23:01:16
20610         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
20611      Branch: perl
20612            ! nostdio.h
20613 ____________________________________________________________________________
20614 [  7701] By: jhi                                   on 2000/11/15  22:52:32
20615         Log: Detypo.
20616      Branch: perl
20617            ! t/lib/bigfltpm.t
20618 ____________________________________________________________________________
20619 [  7700] By: jhi                                   on 2000/11/15  22:51:56
20620         Log: UINT64_C() work continues.
20621      Branch: perl
20622            ! handy.h perl.h utf8.h
20623 ____________________________________________________________________________
20624 [  7699] By: jhi                                   on 2000/11/15  14:13:04
20625         Log: SOCKS has its own USE_THREADS, based on
20626              
20627              Subject: [ID 20001114.002] et. al. bugfix followup
20628              From: Jens Hamisch <jens@Strawberry.COM> 
20629              Date: Wed, 15 Nov 2000 14:23:11 +0100
20630              Message-ID: <20001115142311.A21164@Strawberry.COM>
20631      Branch: perl
20632            ! perl.h
20633 ____________________________________________________________________________
20634 [  7698] By: jhi                                   on 2000/11/15  03:50:56
20635         Log: Add few missing #undefs and sort them.
20636      Branch: perl
20637            ! fakesdio.h
20638 ____________________________________________________________________________
20639 [  7697] By: jhi                                   on 2000/11/15  03:39:14
20640         Log: Linenumber fix.
20641      Branch: perl
20642            ! t/pragma/warn/utf8
20643 ____________________________________________________________________________
20644 [  7696] By: jhi                                   on 2000/11/15  02:55:26
20645         Log: EBCDIC tweaks.
20646              
20647              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
20648              From: Peter Prymmer <pvhp@forte.com>
20649              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
20650              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
20651      Branch: perl
20652            ! t/op/regmesg.t t/pragma/warn/utf8
20653 ____________________________________________________________________________
20654 [  7695] By: jhi                                   on 2000/11/15  02:53:58
20655         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
20656              From: Peter Prymmer <pvhp@forte.com>
20657              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
20658              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
20659      Branch: perl
20660            ! utf8.c
20661 ____________________________________________________________________________
20662 [  7694] By: jhi                                   on 2000/11/15  02:50:55
20663         Log: Subject: [PATCH: perl@7674] updates to README.os390
20664              From: Prymmer/Kahn <pvhp@best.com>
20665              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
20666              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
20667      Branch: perl
20668            ! README.os390
20669 ____________________________________________________________________________
20670 [  7693] By: jhi                                   on 2000/11/15  02:48:37
20671         Log: Quit utf8_to_uv() instantly if curlen == 0.
20672      Branch: perl
20673            ! utf8.c
20674 ____________________________________________________________________________
20675 [  7692] By: jhi                                   on 2000/11/15  02:24:29
20676         Log: Use u_int32_t for the size of hash_cb(), not size_t.
20677              
20678              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
20679              From: Jens Hamisch <jens@Strawberry.COM>     
20680              Date: Tue, 14 Nov 2000 19:03:55 +0100
20681              Message-Id: <20001114190355.A20559@Strawberry.COM>
20682      Branch: perl
20683            ! ext/DB_File/DB_File.xs
20684 ____________________________________________________________________________
20685 [  7691] By: jhi                                   on 2000/11/15  02:20:12
20686         Log: Use UINT64_C().
20687              
20688              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
20689              From: Jens Hamisch <jens@Strawberry.COM>
20690              Date: Tue, 14 Nov 2000 19:16:23 +0100
20691              Message-Id: <20001114191623.G20559@Strawberry.COM>
20692      Branch: perl
20693            ! utf8.c utf8.h
20694 ____________________________________________________________________________
20695 [  7690] By: jhi                                   on 2000/11/15  02:17:06
20696         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
20697              (a macro to define signed and unsigned integer constants).
20698      Branch: perl
20699            ! handy.h
20700 ____________________________________________________________________________
20701 [  7689] By: jhi                                   on 2000/11/15  01:56:51
20702         Log: Regen Configure.
20703      Branch: perl
20704            ! Configure
20705 ____________________________________________________________________________
20706 [  7688] By: jhi                                   on 2000/11/15  01:56:32
20707         Log: Make the unit know about SOCKS.
20708      Branch: metaconfig
20709            ! U/protos/socksizetype.U
20710 ____________________________________________________________________________
20711 [  7687] By: jhi                                   on 2000/11/15  01:54:47
20712         Log: Remove unused dependencies.
20713      Branch: metaconfig
20714            ! U/compline/d_getpagsz.U
20715 ____________________________________________________________________________
20716 [  7686] By: nick                                  on 2000/11/14  21:25:13
20717         Log: Integrate mainline.
20718      Branch: perlio
20719           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
20720           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
20721           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
20722           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
20723           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
20724           !> win32/config.bc win32/config.gc win32/config.vc
20725           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
20726 ____________________________________________________________________________
20727 [  7685] By: jhi                                   on 2000/11/14  17:54:56
20728         Log: Integrate perlio.
20729      Branch: perl
20730           +> fakesdio.h perliol.h
20731           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
20732           !> perlsdio.h perlsfio.h pod/perlfunc.pod
20733 ____________________________________________________________________________
20734 [  7684] By: nick                                  on 2000/11/14  17:43:04
20735         Log: PerlIO #include and #ifdef re-work.
20736      Branch: perlio
20737            + fakesdio.h perliol.h
20738            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
20739            ! perlsdio.h perlsfio.h
20740 ____________________________________________________________________________
20741 [  7683] By: jhi                                   on 2000/11/14  15:42:40
20742         Log: Hoist the duplicated socket/netdb include logic to perl.h;
20743              undef SETERRNO in case SOCKS has defined it.  Based on:
20744              
20745              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
20746              From: Jens Hamisch <jens@Strawberry.COM> 
20747              Date: Tue, 14 Nov 2000 11:34:40 +0100
20748              Message-Id: <20001114113440.A20005@Strawberry.COM>
20749      Branch: perl
20750            ! doio.c perl.h pp_sys.c
20751 ____________________________________________________________________________
20752 [  7682] By: jhi                                   on 2000/11/14  14:07:28
20753         Log: Subject: some additions for makefiles for win32 (for perl@7674)
20754              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
20755              Date: Tue, 14 Nov 2000 09:31:13 +0300
20756              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
20757      Branch: perl
20758            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
20759            ! win32/makefile.mk
20760 ____________________________________________________________________________
20761 [  7681] By: jhi                                   on 2000/11/14  14:01:41
20762         Log: Subject: tiny typo in perl5db.pl
20763              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
20764              Date: Tue, 14 Nov 2000 09:29:28 +0300
20765              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
20766      Branch: perl
20767            ! lib/perl5db.pl
20768 ____________________________________________________________________________
20769 [  7680] By: jhi                                   on 2000/11/14  04:13:50
20770         Log: Redo #7679 with LFs instead of CRLFs.
20771      Branch: perl
20772            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
20773            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
20774            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
20775 ____________________________________________________________________________
20776 [  7679] By: jhi                                   on 2000/11/14  01:21:09
20777         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
20778              From: Benjamin Stuhl <tiriath@yahoo.com> 
20779              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
20780              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
20781      Branch: perl
20782            + win32/bin/mdelete.bat
20783            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
20784            ! makedef.pl perlio.c win32/Makefile win32/config.gc
20785            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
20786 ____________________________________________________________________________
20787 [  7678] By: jhi                                   on 2000/11/14  01:19:20
20788         Log: Fix the re extension building for Win32.
20789              
20790              Subject: [PATCH perl@7638] Get PerlIO building on Win32
20791              From: Benjamin Stuhl <tiriath@yahoo.com> 
20792              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
20793              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
20794      Branch: perl
20795            + ext/re/hints/MSWin32.pl
20796            ! MANIFEST
20797 ____________________________________________________________________________
20798 [  7677] By: jhi                                   on 2000/11/14  01:13:54
20799         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
20800              From: sthoenna@efn.org
20801              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
20802              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
20803      Branch: perl
20804            ! doop.c pp.c toke.c utf8.c utf8.h
20805 ____________________________________________________________________________
20806 [  7676] By: jhi                                   on 2000/11/13  20:23:15
20807         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
20808              From: Nicholas Clark <nick@ccl4.org>
20809              Date: Mon, 13 Nov 2000 18:55:04 +0000
20810              Message-ID: <20001113185504.J29183@plum.flirble.org>
20811      Branch: perl
20812            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
20813 ____________________________________________________________________________
20814 [  7675] By: nick                                  on 2000/11/13  20:21:57
20815         Log: Integrate mainline ...
20816      Branch: perlio
20817           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
20818           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
20819           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
20820           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
20821 ____________________________________________________________________________
20822 [  7674] By: jhi                                   on 2000/11/13  15:07:56
20823         Log: Update Changes.
20824      Branch: perl
20825            ! Changes patchlevel.h
20826 ____________________________________________________________________________
20827 [  7673] By: jhi                                   on 2000/11/13  14:42:42
20828         Log: Remove the new two tests of lib/io_xs for now, they seem to
20829              fail under perlio on some platforms.
20830      Branch: perl
20831            ! t/lib/io_xs.t
20832 ____________________________________________________________________________
20833 [  7672] By: jhi                                   on 2000/11/13  13:57:53
20834         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
20835      Branch: perl
20836            ! perlio.c
20837 ____________________________________________________________________________
20838 [  7671] By: jhi                                   on 2000/11/13  05:30:48
20839         Log: Placate nervous compilers that see longer than ints switch()ing.
20840      Branch: perl
20841            ! utf8.c
20842 ____________________________________________________________________________
20843 [  7670] By: jhi                                   on 2000/11/13  05:14:21
20844         Log: fputs() does return EOF on error but here we don't care.
20845      Branch: perl
20846            ! perlio.c
20847 ____________________________________________________________________________
20848 [  7669] By: jhi                                   on 2000/11/13  05:02:45
20849         Log: Declare reg_data like reg_substr_data.
20850      Branch: perl
20851            ! regexp.h
20852 ____________________________________________________________________________
20853 [  7668] By: jhi                                   on 2000/11/13  04:54:34
20854         Log: Typos in #7667.
20855      Branch: perl
20856            ! perl.h
20857 ____________________________________________________________________________
20858 [  7667] By: jhi                                   on 2000/11/13  04:49:49
20859         Log: Cleanup messy #ifdef.
20860      Branch: perl
20861            ! perl.h
20862 ____________________________________________________________________________
20863 [  7666] By: jhi                                   on 2000/11/13  04:17:34
20864         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
20865              From: Nicholas Clark <nick@talking.bollo.cx>
20866              Date: Sun, 12 Nov 2000 21:14:11 +0000
20867              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
20868              
20869              Note: only one breakage of the two reported is fixed by this patch.
20870      Branch: perl
20871            ! perlio.c
20872 ____________________________________________________________________________
20873 [  7665] By: jhi                                   on 2000/11/13  04:05:07
20874         Log: Tweak the definition of the bit complement on UTF-8 data:
20875              if none of the characters in the string are > 0xff,
20876              the result is a complemented byte string, not a (UTF-8)
20877              char string.  Based on the summary in
20878              
20879              Subject: Re: [ID 20000918.005] ~ on wide chars
20880              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
20881              Date: Fri, 10 Nov 2000 09:47:15 -0800
20882              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
20883              
20884              This should give us the maximum backward (pre-char string)
20885              compatibility and utf8 compatibility.  The other alternative
20886              would be to limit the bit complement to be always byte only,
20887              taking the least significant byte of the chars.
20888      Branch: perl
20889            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
20890 ____________________________________________________________________________
20891 [  7664] By: jhi                                   on 2000/11/13  00:23:44
20892         Log: Couple of tests from #7660 salvaged.
20893      Branch: perl
20894            - t/op/tell.t
20895            ! MANIFEST t/io/tell.t
20896 ____________________________________________________________________________
20897 [  7663] By: jhi                                   on 2000/11/13  00:02:48
20898         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
20899              From: Nicholas Clark <nick@talking.bollo.cx>
20900              Date: Sun, 12 Nov 2000 21:23:43 +0000
20901              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
20902      Branch: perl
20903            ! perlsfio.h
20904 ____________________________________________________________________________
20905 [  7662] By: jhi                                   on 2000/11/13  00:01:39
20906         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
20907              From: Nicholas Clark <nick@talking.bollo.cx>
20908              Date: Sun, 12 Nov 2000 21:30:04 +0000
20909              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
20910      Branch: perl
20911            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
20912 ____________________________________________________________________________
20913 [  7661] By: jhi                                   on 2000/11/12  23:57:29
20914         Log: Document tell() on special streams.
20915      Branch: perl
20916            ! pod/perlfunc.pod
20917 ____________________________________________________________________________
20918 [  7660] By: jhi                                   on 2000/11/12  23:54:22
20919         Log: (Subsumed by #7664)
20920      Branch: perl
20921            + t/op/tell.t
20922            ! MANIFEST
20923 ____________________________________________________________________________
20924 [  7659] By: jhi                                   on 2000/11/12  22:55:25
20925         Log: Many subdocumented return values of the IO extension now documented.
20926              ungetc and write still left subdocumented.
20927              
20928              Subject: [PATCH] (was Re: IO::Handle::ungetc)
20929              From: Nicholas Clark <nick@talking.bollo.cx>
20930              Date: Sun, 12 Nov 2000 21:35:53 +0000
20931              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
20932      Branch: perl
20933            ! ext/IO/lib/IO/Handle.pm
20934 ____________________________________________________________________________
20935 [  7658] By: jhi                                   on 2000/11/12  21:37:06
20936         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
20937              From: Nicholas Clark <nick@talking.bollo.cx>
20938              Date: Sun, 12 Nov 2000 20:03:22 +0000
20939              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
20940      Branch: perl
20941            ! pod/perlfunc.pod
20942 ____________________________________________________________________________
20943 [  7657] By: jhi                                   on 2000/11/12  20:34:55
20944         Log: Integrate perlio.
20945      Branch: perl
20946           !> perlio.c
20947 ____________________________________________________________________________
20948 [  7656] By: nick                                  on 2000/11/12  19:25:06
20949         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
20950      Branch: perlio
20951            ! perlio.c
20952 ____________________________________________________________________________
20953 [  7655] By: nick                                  on 2000/11/12  19:09:41
20954         Log: Integrate mainline
20955      Branch: perlio
20956           +> README.solaris ext/Encode/Encode/cp1006.enc
20957           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
20958           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
20959           +> ext/Encode/Encode/iso8859-13.enc
20960           +> ext/Encode/Encode/iso8859-14.enc
20961           +> ext/Encode/Encode/iso8859-15.enc
20962           !> (integrate 34 files)
20963 ____________________________________________________________________________
20964 [  7654] By: jhi                                   on 2000/11/12  19:00:22
20965         Log: Add a metaconfig unit for fsync.
20966      Branch: metaconfig/U/perl
20967            + d_fsync.U
20968 ____________________________________________________________________________
20969 [  7653] By: jhi                                   on 2000/11/12  19:00:01
20970         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
20971      Branch: perl
20972            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20973            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
20974            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20975            ! vos/config.ga.h win32/config.bc win32/config.gc
20976            ! win32/config.vc
20977 ____________________________________________________________________________
20978 [  7652] By: jhi                                   on 2000/11/11  21:12:01
20979         Log: Copy the s// information of README.hpux also to the perlrun.
20980      Branch: perl
20981            ! README.hpux pod/perlrun.pod
20982 ____________________________________________________________________________
20983 [  7651] By: jhi                                   on 2000/11/11  21:03:13
20984         Log: More README.solaris updates from Andy Dougherty.
20985      Branch: perl
20986            ! README.solaris
20987 ____________________________________________________________________________
20988 [  7650] By: jhi                                   on 2000/11/11  18:38:57
20989         Log: More descriptive error for unknown perlio layers.
20990              
20991              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
20992              From: Dominic Dunlop <domo@computer.org> 
20993              Date: Sat, 11 Nov 2000 18:20:32 +0100             
20994              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
20995      Branch: perl
20996            ! perlio.c pod/perldiag.pod
20997 ____________________________________________________________________________
20998 [  7649] By: jhi                                   on 2000/11/11  18:37:52
20999         Log: MachTen doesn't really do mmap() and munmap().
21000              
21001              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
21002              From: Dominic Dunlop <domo@computer.org> 
21003              Date: Sat, 11 Nov 2000 18:20:32 +0100             
21004              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
21005      Branch: perl
21006            ! hints/machten.sh
21007 ____________________________________________________________________________
21008 [  7648] By: jhi                                   on 2000/11/11  18:36:46
21009         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
21010              From: rspier@pobox.com (Robert Spier)
21011              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
21012              Message-ID: <14861.32839.491271.985797@rls.cx>
21013      Branch: perl
21014            ! Porting/Contract pod/perltoot.pod
21015 ____________________________________________________________________________
21016 [  7647] By: jhi                                   on 2000/11/11  18:35:30
21017         Log: Simplify the getpagesize() unit by dropping the
21018              pagesize probe since it's nowadays slightly more
21019              complicated because of sysconf(). (Note: if some
21020              platform really needs the -lPW for getpagesize,
21021              I just broke it.)
21022              
21023              TODO: a new pagesize unit.
21024      Branch: metaconfig
21025            ! U/compline/d_getpagsz.U
21026 ____________________________________________________________________________
21027 [  7646] By: jhi                                   on 2000/11/11  18:33:23
21028         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
21029      Branch: perl
21030            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21031            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
21032            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21033            ! vos/config.ga.h win32/config.bc win32/config.gc
21034            ! win32/config.vc
21035 ____________________________________________________________________________
21036 [  7645] By: jhi                                   on 2000/11/11  16:45:15
21037         Log: Use sysconf() or getpagesize() to find out the pagesize.
21038      Branch: perl
21039            ! perlio.c
21040 ____________________________________________________________________________
21041 [  7644] By: jhi                                   on 2000/11/11  15:46:08
21042         Log: Integrate perlio.
21043      Branch: perl
21044           !> perlio.c
21045 ____________________________________________________________________________
21046 [  7643] By: jhi                                   on 2000/11/11  15:33:36
21047         Log: Subject: Re: [PATCH] README.solaris
21048              From: Lupe Christoph <lupe@lupe-christoph.de>
21049              Date: Sat, 11 Nov 2000 14:08:10 +0100
21050              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
21051      Branch: perl
21052            ! README.solaris
21053 ____________________________________________________________________________
21054 [  7642] By: jhi                                   on 2000/11/11  15:22:12
21055         Log: Subject: [PATCH perl@7638] cygwin port
21056              From: "Eric Fifer" <egf7@columbia.edu>            
21057              Date: Fri, 10 Nov 2000 19:30:30 -0000
21058              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
21059      Branch: perl
21060            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
21061 ____________________________________________________________________________
21062 [  7641] By: nick                                  on 2000/11/11  14:50:36
21063         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
21064              Also call "Buf" layer directly when unread'ing non-read chars.
21065      Branch: perlio
21066            ! perlio.c
21067 ____________________________________________________________________________
21068 [  7640] By: jhi                                   on 2000/11/11  02:05:02
21069         Log: Add more encoding tables.
21070      Branch: perl
21071            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
21072            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
21073            + ext/Encode/Encode/iso8859-10.enc
21074            + ext/Encode/Encode/iso8859-13.enc
21075            + ext/Encode/Encode/iso8859-14.enc
21076            + ext/Encode/Encode/iso8859-15.enc
21077            ! MANIFEST
21078 ____________________________________________________________________________
21079 [  7639] By: jhi                                   on 2000/11/10  18:49:25
21080         Log: Subject: [PATCH] README.solaris
21081              From: Andy Dougherty <doughera@lafayette.edu>
21082              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
21083              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
21084      Branch: perl
21085            + README.solaris
21086            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
21087            ! pod/perl.pod pod/perltoc.pod
21088 ____________________________________________________________________________
21089 [  7638] By: jhi                                   on 2000/11/10  15:04:15
21090         Log: Update Changes.
21091      Branch: perl
21092            ! Changes patchlevel.h
21093 ____________________________________________________________________________
21094 [  7637] By: jhi                                   on 2000/11/10  14:14:28
21095         Log: Explain better why certain regex tests are skipped.
21096              
21097              Subject: Re: tests skipped: unknown reason
21098              From: Lupe Christoph <lupe@lupe-christoph.de>
21099              Date: Fri, 10 Nov 2000 09:08:56 +0100
21100              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
21101      Branch: perl
21102            ! t/op/regexp.t
21103 ____________________________________________________________________________
21104 [  7636] By: nick                                  on 2000/11/10  13:40:00
21105         Log: Integrate mainline.
21106      Branch: perlio
21107           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
21108           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
21109           !> win32/bin/search.pl
21110 ____________________________________________________________________________
21111 [  7635] By: nick                                  on 2000/11/10  13:25:52
21112         Log: Re-instate stdio large file support via perlio.
21113      Branch: perl
21114            ! perlio.c
21115 ____________________________________________________________________________
21116 [  7634] By: jhi                                   on 2000/11/10  04:49:55
21117         Log: Amdahl UTS hints updates.
21118              
21119              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
21120              From: hom00@utsglobal.com (Harold O Morris)
21121              Date: Thu, 9 Nov 2000 20:02 PST
21122              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
21123      Branch: perl
21124            ! hints/uts.sh
21125 ____________________________________________________________________________
21126 [  7633] By: jhi                                   on 2000/11/09  23:33:28
21127         Log: Subject: [PATCH] IO::Seekable pod
21128              From: Nicholas Clark <nick@talking.bollo.cx>
21129              Date: Thu, 9 Nov 2000 20:29:45 +0000
21130              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
21131      Branch: perl
21132            ! ext/IO/lib/IO/Handle.pm
21133 ____________________________________________________________________________
21134 [  7632] By: jhi                                   on 2000/11/09  21:55:41
21135         Log: Various doc oddball characters.
21136              
21137              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
21138              From: Michael Somos <somos@grail.cba.csuohio.edu>
21139              Date: Mon, 6 Nov 2000 17:44:20 -0500
21140              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
21141      Branch: perl
21142            ! emacs/cperl-mode.el lib/unicode/syllables.txt
21143            ! win32/bin/search.pl
21144 ____________________________________________________________________________
21145 [  7631] By: jhi                                   on 2000/11/09  21:12:29
21146         Log: Subject: Re: bash -c exit and linux hints 
21147              From: "John P. Linderman" <jpl@research.att.com>
21148              Date: Thu, 02 Nov 2000 09:37:25 -0500
21149              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
21150      Branch: perl
21151            ! hints/linux.sh
21152 ____________________________________________________________________________
21153 [  7630] By: nick                                  on 2000/11/09  20:34:11
21154         Log: Integrate mainline.
21155      Branch: perlio
21156           !> (integrate 91 files)
21157 ____________________________________________________________________________
21158 [  7629] By: jhi                                   on 2000/11/09  19:46:31
21159         Log: Missing dTHXs.
21160              
21161              Subject: RE: perl@7595 builds not on cygwin
21162              From: "Eric Fifer" <egf7@columbia.edu>
21163              Date: Thu, 9 Nov 2000 19:26:50 -0000
21164              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
21165      Branch: perl
21166            ! ext/Devel/Peek/Peek.xs
21167 ____________________________________________________________________________
21168 [  7628] By: jhi                                   on 2000/11/09  14:48:27
21169         Log: Disable only the tests 99 and 166 for UTF-8 locales.
21170      Branch: perl
21171            ! t/pragma/locale.t
21172 ____________________________________________________________________________
21173 [  7627] By: jhi                                   on 2000/11/09  14:40:27
21174         Log: There's no =head3.
21175      Branch: perl
21176            ! pod/perlhack.pod
21177 ____________________________________________________________________________
21178 [  7626] By: jhi                                   on 2000/11/09  13:54:26
21179         Log: The generated boot_* headers are wrong.  Pickier compiler,
21180              such as KAI C++ will refuse to compile the resulting perlmain.
21181              
21182              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
21183              From: Harri Pasanen <harri.pasanen@trema.com>
21184              Date: Thu, 09 Nov 2000 14:23:28 +0100
21185              Message-Id: <3A0AA550.26D548A3@trema.com>
21186      Branch: perl
21187            ! minimod.pl
21188 ____________________________________________________________________________
21189 [  7625] By: jhi                                   on 2000/11/09  13:50:44
21190         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
21191              From: Prymmer/Kahn <pvhp@best.com>
21192              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
21193              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
21194              
21195              All except the "cow orker" change.
21196      Branch: perl
21197            ! Porting/pumpkin.pod
21198 ____________________________________________________________________________
21199 [  7624] By: jhi                                   on 2000/11/09  13:45:33
21200         Log: Fix for
21201              
21202              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
21203              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
21204              Date: Thu, 09 Nov 2000 11:05:52 +0100
21205              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
21206      Branch: perl
21207            ! pod/perldiag.pod t/pragma/warn/pp_sys
21208 ____________________________________________________________________________
21209 [  7623] By: jhi                                   on 2000/11/09  13:37:16
21210         Log: Typo in an ifndef.
21211              
21212              Subject: Re: [PATCH 5.7.0] better messages from malloc()
21213              From: Joe Smith <jms@inwap.com>         
21214              Date: Thu, 09 Nov 2000 01:33:14 -0800
21215              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
21216      Branch: perl
21217            ! malloc.c
21218 ____________________________________________________________________________
21219 [  7622] By: jhi                                   on 2000/11/09  13:31:18
21220         Log: Remove unused extra arguments.
21221      Branch: metaconfig/U/perl
21222            ! perlxv.U
21223      Branch: perl
21224            ! Configure config_h.SH
21225 ____________________________________________________________________________
21226 [  7621] By: jhi                                   on 2000/11/09  13:16:36
21227         Log: More VMS moves on environment handling, from Charles Lane.
21228      Branch: perl
21229            ! t/pragma/locale.t
21230 ____________________________________________________________________________
21231 [  7620] By: jhi                                   on 2000/11/09  04:42:38
21232         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
21233              From: David Dyck <dcd@tc.fluke.com>
21234              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
21235              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
21236      Branch: perl
21237            ! pp_sys.c
21238 ____________________________________________________________________________
21239 [  7619] By: jhi                                   on 2000/11/09  04:36:21
21240         Log: Forgot from #7618.
21241      Branch: perl
21242            ! lib/File/stat.pm
21243 ____________________________________________________________________________
21244 [  7618] By: jhi                                   on 2000/11/09  04:28:44
21245         Log: Make deleting for %ENV work for (newer versions of) VMS,
21246              from Craig A. Berry.
21247      Branch: perl
21248            ! vms/vms.c
21249 ____________________________________________________________________________
21250 [  7617] By: jhi                                   on 2000/11/09  04:25:05
21251         Log: Subject: [PATCH] Class::Struct at compile time
21252              From: "Casey R. Tweten" <crt@kiski.net>
21253              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
21254              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
21255      Branch: perl
21256            ! lib/Class/Struct.pm
21257 ____________________________________________________________________________
21258 [  7616] By: jhi                                   on 2000/11/09  04:15:17
21259         Log: Subject: [ID 20001108.013] spelling
21260              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
21261              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
21262              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
21263      Branch: perl
21264            ! lib/ftp.pl
21265 ____________________________________________________________________________
21266 [  7615] By: jhi                                   on 2000/11/09  04:12:42
21267         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
21268              From: Peter Prymmer <pvhp@forte.com>
21269              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
21270              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
21271      Branch: perl
21272            ! configure.com
21273 ____________________________________________________________________________
21274 [  7614] By: jhi                                   on 2000/11/08  22:42:55
21275         Log: A missing aTHX_.
21276      Branch: perl
21277            ! ext/IPC/SysV/SysV.xs
21278 ____________________________________________________________________________
21279 [  7613] By: jhi                                   on 2000/11/08  19:30:21
21280         Log: Update Changes.
21281      Branch: perl
21282            ! Changes patchlevel.h
21283 ____________________________________________________________________________
21284 [  7612] By: jhi                                   on 2000/11/08  18:35:25
21285         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
21286              From: David Dyck <dcd@tc.fluke.com>
21287              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
21288              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
21289      Branch: perl
21290            ! pp_sys.c
21291 ____________________________________________________________________________
21292 [  7611] By: jhi                                   on 2000/11/08  18:30:26
21293         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
21294              From: Dominic Dunlop <domo@computer.org>
21295              Date: Tue, 7 Nov 2000 12:05:25 +0100
21296              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
21297      Branch: perl
21298            ! malloc.c
21299 ____________________________________________________________________________
21300 [  7610] By: jhi                                   on 2000/11/08  18:25:14
21301         Log: Do not test UTF-8 locales since that the tests would require
21302              polymorphic regexen.
21303      Branch: perl
21304            ! t/pragma/locale.t
21305 ____________________________________________________________________________
21306 [  7609] By: jhi                                   on 2000/11/08  17:12:51
21307         Log: Locale buglets.
21308              
21309              Subject: RE: Locales support (setlocale) fixes
21310              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
21311              Date: Wed, 8 Nov 2000 20:01:39 +0300
21312              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
21313      Branch: perl
21314            ! t/pragma/locale.t util.c
21315 ____________________________________________________________________________
21316 [  7608] By: jhi                                   on 2000/11/08  17:00:16
21317         Log: Deleting $ENV{PATH} in VMS is not recommendable.
21318      Branch: perl
21319            ! t/pragma/locale.t
21320 ____________________________________________________________________________
21321 [  7607] By: jhi                                   on 2000/11/08  16:58:26
21322         Log: Subject: PATCH std stdio for (Free)BSD
21323              From: Nicholas Clark <nick@ccl4.org>
21324              Date: Wed, 8 Nov 2000 15:36:29 +0000
21325              Message-ID: <20001108153629.D98736@plum.flirble.org>
21326      Branch: metaconfig
21327            ! U/compline/d_stdstdio.U
21328      Branch: perl
21329            ! Configure config_h.SH
21330 ____________________________________________________________________________
21331 [  7606] By: jhi                                   on 2000/11/08  16:43:31
21332         Log: Forgot to bump the line numbers in #7601.
21333      Branch: perl
21334            ! t/pragma/warn/pp_sys
21335 ____________________________________________________________________________
21336 [  7605] By: jhi                                   on 2000/11/08  16:39:12
21337         Log: More careful detection of how well NVs and UVs mix.
21338              
21339              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))
21340              From: Nicholas Clark <nick@ccl4.org>
21341              Date: Wed, 8 Nov 2000 15:14:12 +0000
21342              Message-ID: <20001108151412.B98736@plum.flirble.org>
21343              
21344              Added some SIGFPE paranoia.
21345      Branch: metaconfig/U/perl
21346            ! perlxv.U
21347      Branch: perl
21348            ! Configure config_h.SH
21349 ____________________________________________________________________________
21350 [  7604] By: jhi                                   on 2000/11/08  14:39:10
21351         Log: Subject: [patch perl@7595] VMS configure.com tweak
21352              From: "Craig A. Berry" <craigberry@mac.com>
21353              Date: Wed, 8 Nov 2000 00:24:12 -0600
21354              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
21355      Branch: perl
21356            ! configure.com
21357 ____________________________________________________________________________
21358 [  7603] By: jhi                                   on 2000/11/08  14:27:11
21359         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
21360              From: Robin Barker <rmb1@cise.npl.co.uk>
21361              Date: Wed, 8 Nov 2000 11:11:39 GMT
21362              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
21363      Branch: perl
21364            ! perlio.c
21365 ____________________________________________________________________________
21366 [  7602] By: jhi                                   on 2000/11/08  14:25:03
21367         Log: Fix for the tie-refhash string table leaks.
21368              
21369              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
21370              Date: Wed, 8 Nov 2000 13:03:04 GMT
21371              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
21372      Branch: perl
21373            ! t/lib/tie-refhash.t
21374 ____________________________________________________________________________
21375 [  7601] By: jhi                                   on 2000/11/08  14:21:08
21376         Log: Try to avoid flockless and emulationless places.
21377      Branch: perl
21378            ! t/pragma/warn/pp_sys
21379 ____________________________________________________________________________
21380 [  7600] By: jhi                                   on 2000/11/08  02:28:54
21381         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
21382              
21383              Subject: [PATCH] prototyped functions that should be overrideable
21384              From: "Casey R. Tweten" <crt@kiski.net>
21385              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
21386              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
21387      Branch: perl
21388            ! toke.c
21389 ____________________________________________________________________________
21390 [  7599] By: jhi                                   on 2000/11/08  01:12:05
21391         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
21392              
21393              Subject: [PATCH] perlbug.PL
21394              From: "Kurt D. Starsinic" <kstar@chapin.edu>
21395              Date: Mon, 6 Nov 2000 21:39:01 -0500
21396              Message-ID: <20001106213901.B20955@O2.chapin.edu>
21397      Branch: perl
21398            ! utils/perlbug.PL
21399 ____________________________________________________________________________
21400 [  7598] By: jhi                                   on 2000/11/07  23:42:00
21401         Log: Bad thinko in #7581 (I used the test program with the expanded
21402              values as-is).
21403      Branch: metaconfig
21404            ! U/compline/d_stdstdio.U
21405      Branch: perl
21406            ! Configure
21407 ____________________________________________________________________________
21408 [  7597] By: jhi                                   on 2000/11/07  21:43:29
21409         Log: Subject: [PATCH perl@7573] cygwin port
21410              From: "Fifer, Eric" <EFifer@sanwaint.com>
21411              Date: Tue, 7 Nov 2000 18:08:51 -0000 
21412              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
21413              
21414              Synchronize with Cygwin 1.1.5.
21415      Branch: perl
21416            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
21417            ! pod/perlport.pod unixish.h util.c
21418 ____________________________________________________________________________
21419 [  7596] By: jhi                                   on 2000/11/07  21:39:25
21420         Log: perlhack updates from H.Merijn Brand.
21421      Branch: perl
21422            ! pod/perlhack.pod
21423 ____________________________________________________________________________
21424 [  7595] By: jhi                                   on 2000/11/07  20:21:41
21425         Log: Update Changes.
21426      Branch: perl
21427            ! Changes patchlevel.h
21428 ____________________________________________________________________________
21429 [  7594] By: jhi                                   on 2000/11/07  19:18:58
21430         Log: Be more robust in Dynaloader.pm.
21431      Branch: perl
21432            ! ext/DynaLoader/DynaLoader_pm.PL
21433 ____________________________________________________________________________
21434 [  7593] By: jhi                                   on 2000/11/07  16:49:31
21435         Log: AUTHORS update.
21436      Branch: perl
21437            ! AUTHORS
21438 ____________________________________________________________________________
21439 [  7592] By: gsar                                  on 2000/11/07  16:39:51
21440         Log: normalize relative paths in virtualized current directory on windows,
21441              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
21442              returns)
21443      Branch: perl
21444            ! win32/vdir.h
21445 ____________________________________________________________________________
21446 [  7591] By: jhi                                   on 2000/11/07  16:04:26
21447         Log: Too profiler-happy: with optimization the #7590 actually makes
21448              the test to run 0.5% _slower_.  Requires much more instrumentation.
21449              Retract #7590.
21450      Branch: perl
21451            ! regcomp.c regcomp.h
21452 ____________________________________________________________________________
21453 [  7590] By: jhi                                   on 2000/11/07  15:51:13
21454         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
21455              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
21456              by using memset() and testing bytewise (as opposed to bitwise).
21457      Branch: perl
21458            ! regcomp.c regcomp.h
21459 ____________________________________________________________________________
21460 [  7589] By: jhi                                   on 2000/11/07  12:56:39
21461         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
21462              From: "Craig A. Berry" <craig.berry@psinetcs.com>
21463              Date: Mon, 06 Nov 2000 23:45:30 -0500
21464              Message-Id: <0011079735.AA973576259@univpress.com>
21465      Branch: perl
21466            ! configure.com t/lib/st-lock.t
21467 ____________________________________________________________________________
21468 [  7588] By: jhi                                   on 2000/11/07  01:03:28
21469         Log: Tweak #7587.
21470      Branch: perl
21471            ! pod/perldiag.pod
21472 ____________________________________________________________________________
21473 [  7587] By: jhi                                   on 2000/11/07  01:00:27
21474         Log: A doc addition for bug id 20001105.019, beware \p.
21475      Branch: perl
21476            ! pod/perldiag.pod
21477 ____________________________________________________________________________
21478 [  7586] By: jhi                                   on 2000/11/07  00:32:22
21479         Log: Fake support of holey files in win/dosish platforms.
21480              
21481              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
21482              From: kipp@shonanblue.ne.jp
21483              Date: Mon, 6 Nov 2000 13:30:55 -0800
21484              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
21485      Branch: perl
21486            ! ext/SDBM_File/sdbm/sdbm.c
21487 ____________________________________________________________________________
21488 [  7585] By: jhi                                   on 2000/11/07  00:12:54
21489         Log: Subject: Pod updates
21490              From: "Stephen P. Potter" <spp@spotter.yi.org>
21491              Date: Mon, 06 Nov 2000 18:56:43 -0500
21492              Message-Id: <200011062357.SAA18173@spotter.yi.org>
21493      Branch: perl
21494            ! README.dos README.os2 README.win32 pod/buildtoc.PL
21495            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
21496            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
21497            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
21498            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
21499            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
21500            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
21501            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
21502            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
21503            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
21504            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
21505            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
21506            ! pod/perltootc.pod pod/perlunicode.pod
21507 ____________________________________________________________________________
21508 [  7584] By: jhi                                   on 2000/11/07  00:04:17
21509         Log: Varargs don't always work too well if one puts an unsigned
21510              char on the stack and pop an unsigned quad off the stack.
21511              
21512              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
21513              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
21514              Date: Mon, 06 Nov 2000 15:19:05 -0800
21515              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
21516      Branch: perl
21517            ! utf8.c
21518 ____________________________________________________________________________
21519 [  7583] By: jhi                                   on 2000/11/06  23:58:48
21520         Log: %ENV note tweaks from Dan Sugalski.
21521      Branch: perl
21522            ! pod/perlport.pod vms/perlvms.pod
21523 ____________________________________________________________________________
21524 [  7582] By: jhi                                   on 2000/11/06  23:05:49
21525         Log: glibc5 detection by __GNU_LIBRARY__.
21526      Branch: perl
21527            ! toke.c
21528 ____________________________________________________________________________
21529 [  7581] By: jhi                                   on 2000/11/06  22:51:29
21530         Log: Make the stdio test program of 7427 less noisy while being 
21531              compiled so that Digital UNIX wouldn't get both
21532              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
21533              undefined.  This makes perlio happy.
21534      Branch: metaconfig
21535            ! U/compline/d_stdstdio.U
21536      Branch: perl
21537            ! Configure config_h.SH
21538 ____________________________________________________________________________
21539 [  7580] By: jhi                                   on 2000/11/06  22:41:41
21540         Log: Document %ENV = () portability issues.
21541      Branch: perl
21542            ! pod/perlport.pod vms/perlvms.pod
21543 ____________________________________________________________________________
21544 [  7579] By: jhi                                   on 2000/11/06  21:29:24
21545         Log: VOS updates from Paul Green.
21546      Branch: perl
21547            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21548 ____________________________________________________________________________
21549 [  7578] By: jhi                                   on 2000/11/06  21:00:40
21550         Log: Sanitize the environment further.
21551      Branch: perl
21552            ! t/pragma/locale.t
21553 ____________________________________________________________________________
21554 [  7577] By: jhi                                   on 2000/11/06  20:53:51
21555         Log: Re-introduce 7552 lost in integration.
21556      Branch: perl
21557            ! perlio.c
21558 ____________________________________________________________________________
21559 [  7576] By: jhi                                   on 2000/11/06  20:33:46
21560         Log: Admit that the test leaks scalars.
21561      Branch: perl
21562            ! t/comp/proto.t
21563 ____________________________________________________________________________
21564 [  7575] By: jhi                                   on 2000/11/06  20:17:08
21565         Log: Integrate perlio.
21566      Branch: perl
21567           !> perlio.c
21568 ____________________________________________________________________________
21569 [  7574] By: nick                                  on 2000/11/06  20:07:28
21570         Log: Remove debug. Try (Mmap_t) on madvise() call.
21571      Branch: perlio
21572            ! perlio.c
21573 ____________________________________________________________________________
21574 [  7573] By: jhi                                   on 2000/11/06  13:56:05
21575         Log: Update Changes.
21576      Branch: perl
21577            ! Changes patchlevel.h
21578 ____________________________________________________________________________
21579 [  7572] By: jhi                                   on 2000/11/06  13:48:41
21580         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
21581              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21582              Date: Mon, 06 Nov 2000 10:11:42 +0100
21583              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
21584      Branch: perl
21585            ! pod/perlhack.pod
21586 ____________________________________________________________________________
21587 [  7571] By: jhi                                   on 2000/11/06  01:45:51
21588         Log: AUTHORS updates.
21589      Branch: perl
21590            ! AUTHORS
21591 ____________________________________________________________________________
21592 [  7570] By: jhi                                   on 2000/11/06  00:18:00
21593         Log: Fix for
21594              
21595              Subject: [ID 20000728.005] perl -P broken
21596              From: David Dyck <dcd@tc.fluke.com>
21597              Date: Fri, 28 Jul 2000 17:19:16 -0700
21598              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
21599              
21600              (hopefully).  The fix is also not complete, it seems to break
21601              BOM swallowing for libc5 systems, but until someone figures
21602              out a way to do this without ftell(), this will do.
21603      Branch: perl
21604            ! toke.c
21605 ____________________________________________________________________________
21606 [  7569] By: jhi                                   on 2000/11/06  00:05:30
21607         Log: Document that the evaled syntax errors cause scalar leaks.
21608      Branch: perl
21609            ! t/comp/proto.t
21610 ____________________________________________________________________________
21611 [  7568] By: jhi                                   on 2000/11/05  23:14:47
21612         Log: opmini.o can linger from Configures past.
21613      Branch: perl
21614            ! Makefile.SH
21615 ____________________________________________________________________________
21616 [  7567] By: jhi                                   on 2000/11/05  21:28:39
21617         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
21618              first argument correctly.
21619      Branch: perl
21620            ! perlio.c
21621 ____________________________________________________________________________
21622 [  7566] By: jhi                                   on 2000/11/05  21:15:56
21623         Log: Integrate perlio.
21624      Branch: perl
21625           !> perlio.c
21626 ____________________________________________________________________________
21627 [  7565] By: jhi                                   on 2000/11/05  21:15:13
21628         Log: Use -dM for gcc (the suggested patch did it only for Linux,
21629              but I think it can be generalized).
21630              
21631              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
21632              From: Pixel <pixel@mandrakesoft.com>
21633              Date: 05 Nov 2000 21:49:34 +0100 
21634              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
21635      Branch: perl
21636            ! ext/Errno/Errno_pm.PL
21637 ____________________________________________________________________________
21638 [  7564] By: nick                                  on 2000/11/05  21:09:18
21639         Log: Added a mmap layer as a "subclass" of perlio.
21640              PERLIO=mmap ./perl harness passes
21641      Branch: perlio
21642            ! perlio.c
21643 ____________________________________________________________________________
21644 [  7563] By: jhi                                   on 2000/11/05  19:48:55
21645         Log: Add a note for future generations about bug id 20000229.006.
21646      Branch: perl
21647            ! malloc.c
21648 ____________________________________________________________________________
21649 [  7562] By: jhi                                   on 2000/11/05  19:38:24
21650         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
21651      Branch: perl
21652            ! pp_ctl.c t/op/pos.t
21653 ____________________________________________________________________________
21654 [  7561] By: jhi                                   on 2000/11/05  18:21:46
21655         Log: Add =pod to be tidy.
21656      Branch: perl
21657            ! lib/Math/Complex.pm
21658 ____________________________________________________________________________
21659 [  7560] By: jhi                                   on 2000/11/05  17:38:46
21660         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
21661      Branch: perl
21662            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
21663            ! ext/Storable/Storable.xs t/lib/st-recurse.t
21664 ____________________________________________________________________________
21665 [  7559] By: jhi                                   on 2000/11/05  17:32:59
21666         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
21667              From: "Peter J. Farley III" <pjfarley@banet.net>
21668              Date: Sun, 05 Nov 2000 11:55:59 -0500
21669              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
21670      Branch: perl
21671            ! t/lib/syslog.t
21672 ____________________________________________________________________________
21673 [  7558] By: jhi                                   on 2000/11/05  17:29:19
21674         Log: Integrate perlio.
21675      Branch: perl
21676           !> perlio.c
21677 ____________________________________________________________________________
21678 [  7557] By: jhi                                   on 2000/11/05  17:22:01
21679         Log: A fix of sorts for 20000329.026, a better error message
21680              for a missing "use charnames" when using the \N{...}. 
21681      Branch: perl
21682            ! pod/perldiag.pod toke.c
21683 ____________________________________________________________________________
21684 [  7556] By: jhi                                   on 2000/11/05  16:33:50
21685         Log: Test tweak: show also the failed locales.
21686              
21687              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
21688              From: Lupe Christoph <lupe@lupe-christoph.de>         
21689              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
21690              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
21691      Branch: perl
21692            ! t/pragma/locale.t
21693 ____________________________________________________________________________
21694 [  7555] By: nick                                  on 2000/11/05  11:09:34
21695         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
21696              open RDWR so does not fail. (pragma/warnings 303 again...)
21697      Branch: perlio
21698            ! perlio.c
21699 ____________________________________________________________________________
21700 [  7554] By: nick                                  on 2000/11/05  10:10:13
21701         Log: Fix case where ungetc(f,EOF) was allowed.
21702              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
21703              so we can see similarities.
21704              Use types more carefully and a STDCHAR array in hope that this will
21705              fix Jarrko's 64bit machine.
21706      Branch: perlio
21707            ! perlio.c
21708 ____________________________________________________________________________
21709 [  7553] By: jhi                                   on 2000/11/05  01:12:16
21710         Log: Fix for
21711              
21712              Subject: [ID 20001004.007] taint propogation is inconsistent
21713              From: pimlott@idiomtech.com (Andrew Pimlott) 
21714              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
21715              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
21716              
21717              The culprit was sv_setsv() which was rather blindly
21718              propagating taint, which lead to behaviour where if
21719              a tainted anon hash value was seen all the hash values
21720              from then on at that level became tainted, or at any
21721              upper levels in the case of nested anon hashes.
21722      Branch: perl
21723            ! sv.c t/op/taint.t
21724 ____________________________________________________________________________
21725 [  7552] By: jhi                                   on 2000/11/04  23:44:18
21726         Log: Some cpps don't like splitting conditionals across several lines.
21727      Branch: perl
21728            ! perlio.c
21729 ____________________________________________________________________________
21730 [  7551] By: nick                                  on 2000/11/04  23:40:44
21731         Log: Integrate mainline
21732      Branch: perlio
21733           !> pp_hot.c t/op/taint.t
21734 ____________________________________________________________________________
21735 [  7550] By: nick                                  on 2000/11/04  23:39:05
21736         Log: Integrate mainline again
21737      Branch: perlio
21738           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
21739           !> t/lib/b.t t/op/misc.t util.c
21740 ____________________________________________________________________________
21741 [  7549] By: jhi                                   on 2000/11/04  23:14:01
21742         Log: Fix for
21743              
21744              Subject: [ID 20001004.006] undef is never tainted
21745              From: pimlott@idiomtech.com (Andrew Pimlott)
21746              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
21747              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
21748              
21749              An undef read from a slurped file was not tainted.
21750      Branch: perl
21751            ! pp_hot.c t/op/taint.t
21752 ____________________________________________________________________________
21753 [  7548] By: jhi                                   on 2000/11/04  22:56:21
21754         Log: Test tweak ($Config{useperlio} is by default undef) .
21755      Branch: perl
21756            ! t/lib/b.t
21757 ____________________________________________________________________________
21758 [  7547] By: jhi                                   on 2000/11/04  22:43:56
21759         Log: Integrate perlio.
21760      Branch: perl
21761           +> lib/perlio.pm
21762           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
21763           !> pod/perlapi.pod t/lib/b.t
21764 ____________________________________________________________________________
21765 [  7546] By: jhi                                   on 2000/11/04  22:40:59
21766         Log: Configure would use a bad $myuname from an old config.sh.
21767              
21768              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
21769              From: Andy Dougherty <doughera@lafayette.edu>
21770              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
21771              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
21772      Branch: metaconfig
21773            ! U/modified/Oldconfig.U
21774      Branch: perl
21775            ! Configure config_h.SH
21776 ____________________________________________________________________________
21777 [  7545] By: jhi                                   on 2000/11/04  22:36:54
21778         Log: Subject: Locales support (setlocale) fixes
21779              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
21780              Date: Sat, 4 Nov 2000 10:15:48 +0300 
21781              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
21782              
21783              Modified quite a bit to be more portable.
21784      Branch: perl
21785            ! embed.h embed.pl perl.h proto.h util.c
21786 ____________________________________________________________________________
21787 [  7544] By: jhi                                   on 2000/11/04  22:32:47
21788         Log: Dying is too strict here, better just skip.
21789      Branch: perl
21790            ! t/op/misc.t
21791 ____________________________________________________________________________
21792 [  7543] By: nick                                  on 2000/11/04  21:55:13
21793         Log: Merge mainline
21794      Branch: perlio
21795           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
21796           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
21797           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
21798           !> (integrate 64 files)
21799 ____________________________________________________________________________
21800 [  7542] By: jhi                                   on 2000/11/04  21:09:28
21801         Log: More Changes tweakery.
21802      Branch: perl
21803            ! Changes Porting/genlog
21804 ____________________________________________________________________________
21805 [  7541] By: jhi                                   on 2000/11/04  20:58:18
21806         Log: Changes fixups.
21807      Branch: perl
21808            ! Changes
21809 ____________________________________________________________________________
21810 [  7540] By: jhi                                   on 2000/11/04  20:42:38
21811         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
21812              create a "fast path" for locale name probing using "locale -a"
21813              if available, squash finally hopefully the s?printf resetting
21814              the numeric locale (since, IIUC perllocale, it never shouldn't). 
21815      Branch: perl
21816            ! sv.c t/op/misc.t t/pragma/locale.t
21817 ____________________________________________________________________________
21818 [  7539] By: nick                                  on 2000/11/04  19:56:10
21819         Log: PerlIO infrastructure complete.
21820      Branch: perlio
21821            + lib/perlio.pm
21822            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
21823 ____________________________________________________________________________
21824 [  7538] By: nick                                  on 2000/11/04  14:31:32
21825         Log: Type tweaks + less contorted allocation scheme
21826      Branch: perlio
21827            ! perlio.c
21828 ____________________________________________________________________________
21829 [  7537] By: nick                                  on 2000/11/04  12:40:42
21830         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
21831              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
21832              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
21833              sensible) which lead to some interesting fails.
21834      Branch: perlio
21835            ! perlio.c
21836 ____________________________________________________________________________
21837 [  7536] By: jhi                                   on 2000/11/04  00:20:02
21838         Log: Add FCNTL_CAN_LOCK.
21839              
21840              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
21841              From: Andy Dougherty <doughera@lafayette.edu>
21842              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
21843              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
21844              
21845              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
21846              From: Andy Dougherty <doughera@lafayette.edu>
21847              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
21848              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
21849      Branch: metaconfig/U/perl
21850            + d_fcntl_can_lock.U
21851            ! startperl.U
21852      Branch: perl
21853            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21854            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
21855            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21856            ! vos/config.ga.h win32/config.bc win32/config.gc
21857            ! win32/config.vc
21858 ____________________________________________________________________________
21859 [  7535] By: nick                                  on 2000/11/03  22:19:10
21860         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
21861              - Works on Linux with
21862              perlio + unix
21863              stdio
21864              - Works on Solaris with
21865              perlio + unix
21866              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
21867              - Fails (hangs in openpid) if you try and stack
21868              perlio + stdio - Linux stdio's read() logic is hanging.
21869      Branch: perlio
21870            ! iperlsys.h perlio.c
21871 ____________________________________________________________________________
21872 [  7534] By: jhi                                   on 2000/11/03  15:16:02
21873         Log: Subject: Re: README.aix
21874              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21875              Date: Fri, 03 Nov 2000 16:03:15 +0100
21876              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
21877      Branch: perl
21878            ! README.aix
21879 ____________________________________________________________________________
21880 [  7533] By: jhi                                   on 2000/11/03  03:59:02
21881         Log: Subject: [PATCH 5.7.0] better messages from malloc()
21882              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21883              Date: Wed, 1 Nov 2000 23:39:56 -0500
21884              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
21885      Branch: perl
21886            ! malloc.c pod/perldiag.pod
21887 ____________________________________________________________________________
21888 [  7532] By: jhi                                   on 2000/11/03  00:11:56
21889         Log: The #7521 touched things it shouldn't have.
21890      Branch: perl
21891            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
21892 ____________________________________________________________________________
21893 [  7531] By: jhi                                   on 2000/11/02  22:32:33
21894         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
21895              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21896              Date:     Thu, 2 Nov 2000 16:58:36 EST
21897              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
21898      Branch: perl
21899            ! vms/gen_shrfls.pl
21900 ____________________________________________________________________________
21901 [  7530] By: jhi                                   on 2000/11/02  22:08:49
21902         Log: Fix the problem discussed in
21903              
21904              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
21905              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
21906              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
21907              
21908              originally from Linc Madison.  Also Andreas König's comments
21909              taken into account.  Some other problems with Tie::SubstrHash
21910              fixed: didn't croak when the table exceeded the requested number
21911              of entries (as documented) but instead when the number of entries
21912              exceeded the size of the table, a croak() had an unnecessary \n,
21913              didn't have a CLEAR method, documented that there is no exists().
21914              Didn't fix to be strict-proof because the module uses &foo; and
21915              dynamic scope.  Added a test script exercizing both first tamely 
21916              the basic functionality, and then the failure cases reported by
21917              Linc Madison.
21918      Branch: perl
21919            + t/lib/tie-substrhash.t
21920            ! MANIFEST lib/Tie/SubstrHash.pm
21921 ____________________________________________________________________________
21922 [  7529] By: jhi                                   on 2000/11/02  17:58:08
21923         Log: recv() can fail and return undef.
21924              
21925              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
21926              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
21927              Date: Thu, 2 Nov 2000 20:12:20 +0300
21928              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
21929      Branch: perl
21930            ! lib/Net/Ping.pm
21931 ____________________________________________________________________________
21932 [  7528] By: jhi                                   on 2000/11/02  17:49:09
21933         Log: Detpyo.
21934      Branch: perl
21935            ! pod/perlop.pod
21936 ____________________________________________________________________________
21937 [  7527] By: jhi                                   on 2000/11/02  15:48:37
21938         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
21939              fix a autovivification bug in Tie::RefHash, add tests for both.
21940              
21941              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
21942              From: Edward Avis <epa98@doc.ic.ac.uk>
21943              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
21944              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
21945      Branch: perl
21946            + t/lib/tie-refhash.t
21947            ! MANIFEST lib/Tie/RefHash.pm
21948 ____________________________________________________________________________
21949 [  7526] By: jhi                                   on 2000/11/02  13:56:26
21950         Log: Test::Harness revealed buglets in the new DynaLoader.
21951              
21952              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
21953              From: andreas.koenig@anima.de (Andreas J. Koenig)
21954              Date: 02 Nov 2000 11:26:48 +0100 
21955              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
21956      Branch: perl
21957            ! ext/DynaLoader/DynaLoader_pm.PL
21958 ____________________________________________________________________________
21959 [  7525] By: jhi                                   on 2000/11/01  23:52:08
21960         Log: The entry for #7503 was missing.
21961      Branch: perl
21962            ! Changes
21963 ____________________________________________________________________________
21964 [  7524] By: jhi                                   on 2000/11/01  23:40:52
21965         Log: Update Changes.
21966      Branch: perl
21967            ! Changes patchlevel.h
21968 ____________________________________________________________________________
21969 [  7523] By: jhi                                   on 2000/11/01  22:57:09
21970         Log: More tweaking on the #7522 theme.
21971      Branch: perl
21972            ! ext/DynaLoader/DynaLoader_pm.PL
21973 ____________________________________________________________________________
21974 [  7522] By: jhi                                   on 2000/11/01  22:06:15
21975         Log: Expand %Config variables and %ENV variables only if
21976              so requested during build time using the
21977              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
21978              Not expanding makes relocating distributions easier.
21979      Branch: perl
21980            ! ext/DynaLoader/DynaLoader_pm.PL
21981 ____________________________________________________________________________
21982 [  7521] By: jhi                                   on 2000/11/01  20:56:34
21983         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
21984              and setgid() because they were just changing $< and $( which means
21985              only changing the real uid/gid, as opposed to changing both
21986              real and effective ids.  (The alternative way could have been
21987              in POSIX.pm to change $> and $), too, but making a direct call
21988              to the C API feels cleaner.)  Fixes the bug
21989              
21990              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
21991              From: "Garry T. Williams" <garry@zvolve.com>
21992              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
21993              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
21994      Branch: perl
21995            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
21996            ! ext/POSIX/typemap pod/perlvar.pod
21997 ____________________________________________________________________________
21998 [  7520] By: jhi                                   on 2000/11/01  20:08:33
21999         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
22000              From: "Garry T. Williams" <garry@zvolve.com>
22001              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
22002              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
22003      Branch: perl
22004            ! pod/perlsec.pod
22005 ____________________________________________________________________________
22006 [  7519] By: jhi                                   on 2000/11/01  20:01:22
22007         Log: Locale warning explanation tweak.
22008      Branch: perl
22009            ! pod/perldiag.pod
22010 ____________________________________________________________________________
22011 [  7518] By: jhi                                   on 2000/11/01  18:57:13
22012         Log: C.pm part of
22013              
22014              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
22015              From: Jarkko Hietaniemi <jhi@iki.fi>
22016              Date: Tue, 10 Oct 2000 08:22:28 -0500
22017              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
22018      Branch: perl
22019            ! ext/B/B/C.pm
22020 ____________________________________________________________________________
22021 [  7517] By: jhi                                   on 2000/11/01  18:41:59
22022         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
22023              From: Martien Verbruggen <mgjv@comdyn.com.au>
22024              Date: Fri, 6 Oct 2000 14:09:10 +1100
22025              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
22026      Branch: perl
22027            ! pod/perlop.pod
22028 ____________________________________________________________________________
22029 [  7516] By: jhi                                   on 2000/11/01  18:34:55
22030         Log: Generalize the Camel wording.
22031              
22032              Subject: Re: perlfaq style changes
22033              From: John Borwick <jhborwic@unity.ncsu.edu>
22034              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
22035              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
22036      Branch: perl
22037            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
22038 ____________________________________________________________________________
22039 [  7515] By: jhi                                   on 2000/11/01  16:52:31
22040         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
22041              From: pimlott@idiomtech.com (Andrew Pimlott)
22042              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
22043              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
22044      Branch: perl
22045            ! pod/perlsec.pod
22046 ____________________________________________________________________________
22047 [  7514] By: jhi                                   on 2000/11/01  15:03:40
22048         Log: More AIX lore.
22049      Branch: perl
22050            ! ext/re/hints/aix.pl
22051 ____________________________________________________________________________
22052 [  7513] By: jhi                                   on 2000/11/01  14:48:30
22053         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
22054              From: root <root@chronos.fi.muni.cz>
22055              Date: Wed, 1 Nov 2000 12:31:32 +0100
22056              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
22057      Branch: perl
22058            ! lib/Net/Ping.pm
22059 ____________________________________________________________________________
22060 [  7512] By: jhi                                   on 2000/11/01  14:46:47
22061         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
22062              From: Martin Husemann <martin@duskware.de>
22063              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
22064              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
22065      Branch: perl
22066            ! regcomp.c
22067 ____________________________________________________________________________
22068 [  7511] By: jhi                                   on 2000/11/01  14:39:50
22069         Log: AUTHORS updates.
22070      Branch: perl
22071            ! AUTHORS
22072 ____________________________________________________________________________
22073 [  7510] By: jhi                                   on 2000/11/01  14:29:50
22074         Log: Subject: [PATCH] startperl to respect versiononly
22075              From: Robin Barker <rmb1@cise.npl.co.uk> 
22076              Date: Tue, 31 Oct 2000 16:29:36 GMT
22077              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
22078      Branch: metaconfig/U/perl
22079            ! startperl.U
22080      Branch: perl
22081            ! Configure config_h.SH
22082 ____________________________________________________________________________
22083 [  7509] By: jhi                                   on 2000/11/01  14:19:53
22084         Log: printf UVs the correct way, noticed by Robin Barker.
22085      Branch: perl
22086            ! utf8.c
22087 ____________________________________________________________________________
22088 [  7508] By: jhi                                   on 2000/11/01  14:10:03
22089         Log: Do not cleanup *% because the % has special meanings in some
22090              shell environments.
22091      Branch: perl
22092            ! ext/Storable/Makefile.PL
22093 ____________________________________________________________________________
22094 [  7507] By: jhi                                   on 2000/11/01  14:06:00
22095         Log: The NonStop-UX libraries have a novel way to say NaN.
22096      Branch: perl
22097            ! t/lib/bigfltpm.t
22098 ____________________________________________________________________________
22099 [  7506] By: jhi                                   on 2000/11/01  14:03:35
22100         Log: The osname has been lowercased by now, from Tom Bates.
22101      Branch: metaconfig
22102            ! U/modified/Oldconfig.U
22103      Branch: perl
22104            ! Configure config_h.SH
22105 ____________________________________________________________________________
22106 [  7505] By: jhi                                   on 2000/10/31  19:18:39
22107         Log: The compiler is either gcc or cc, from Tom Bates.
22108      Branch: perl
22109            ! hints/nonstopux.sh
22110 ____________________________________________________________________________
22111 [  7504] By: jhi                                   on 2000/10/31  14:53:42
22112         Log: Update Changes.
22113      Branch: perl
22114            ! Changes patchlevel.h
22115 ____________________________________________________________________________
22116 [  7503] By: jhi                                   on 2000/10/31  14:30:50
22117         Log: Whitespace style tweak.  Was originally going to see to
22118              
22119              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
22120              From: Joe Smith <jms@inwap.com>
22121              Date: Mon, 30 Oct 2000 18:47:57 -0800
22122              Message-Id: <39FE32DD.24AAC4D@inwap.com>
22123              
22124              but that had already been taken care of.
22125      Branch: metaconfig
22126            ! U/compline/d_stdstdio.U
22127      Branch: perl
22128            ! Configure config_h.SH
22129 ____________________________________________________________________________
22130 [  7502] By: jhi                                   on 2000/10/31  14:25:02
22131         Log: AUTHORS tweaks.
22132      Branch: perl
22133            ! AUTHORS
22134 ____________________________________________________________________________
22135 [  7501] By: jhi                                   on 2000/10/31  14:23:59
22136         Log: Subject: perlfaq style changes
22137              From: John Borwick <jhborwic@unity.ncsu.edu>
22138              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
22139              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
22140      Branch: perl
22141            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
22142            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
22143            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
22144            ! pod/perlfaq9.pod
22145 ____________________________________________________________________________
22146 [  7500] By: jhi                                   on 2000/10/31  14:22:15
22147         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
22148              
22149              Subject: Re: [ID 20000918.005] ~ on wide chars
22150              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22151              Date: Mon, 30 Oct 2000 21:09:55 -0800
22152              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
22153              
22154              (The ord() part of the patch skipped.)
22155      Branch: perl
22156            ! doop.c
22157 ____________________________________________________________________________
22158 [  7499] By: jhi                                   on 2000/10/31  14:20:08
22159         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
22160              From: Jens Hamisch <jens@Strawberry.COM>
22161              Date: Mon, 30 Oct 2000 15:17:07 +0100
22162              Message-Id: <20001030151707.A9597@Strawberry.COM>
22163      Branch: perl
22164            ! av.c
22165 ____________________________________________________________________________
22166 [  7498] By: jhi                                   on 2000/10/31  14:16:29
22167         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
22168              From: Peter Prymmer <pvhp@forte.com>
22169              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
22170              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
22171      Branch: perl
22172            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
22173            + ext/Encode/Encode/posix-bc.enc
22174            ! MANIFEST t/lib/encode.t
22175 ____________________________________________________________________________
22176 [  7497] By: jhi                                   on 2000/10/31  14:13:22
22177         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
22178              From: Peter Prymmer <pvhp@forte.com>
22179              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
22180              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
22181      Branch: perl
22182            ! t/lib/cgi-html.t
22183 ____________________________________________________________________________
22184 [  7496] By: jhi                                   on 2000/10/31  14:12:05
22185         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
22186              From: Peter Prymmer <pvhp@forte.com>
22187              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
22188              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
22189      Branch: perl
22190            ! t/lib/cgi-function.t
22191 ____________________________________________________________________________
22192 [  7495] By: jhi                                   on 2000/10/31  14:11:08
22193         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
22194              From: Peter Prymmer <pvhp@forte.com>
22195              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
22196              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
22197      Branch: perl
22198            + ext/re/hints/aix.pl
22199            ! MANIFEST ext/re/Makefile.PL
22200 ____________________________________________________________________________
22201 [  7494] By: jhi                                   on 2000/10/31  14:08:32
22202         Log: Use Errno magic.
22203              
22204              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
22205              From: Casey Tweten <perl@ctweten.amsite.com>
22206              Date: Mon, 30 Oct 2000 15:51:17 -0500
22207              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
22208      Branch: perl
22209            ! lib/File/Temp.pm
22210 ____________________________________________________________________________
22211 [  7493] By: jhi                                   on 2000/10/31  14:05:07
22212         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
22213              
22214              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
22215              From: Nicholas Clark <nick@ccl4.org>
22216              Date: Mon, 30 Oct 2000 17:38:45 +0000
22217              Message-ID: <20001030173845.O60355@plum.flirble.org>
22218      Branch: perl
22219            ! Makefile.SH utils/perlbug.PL
22220 ____________________________________________________________________________
22221 [  7492] By: nick                                  on 2000/10/30  19:37:23
22222         Log: Change files which are mysteriously different to mainline to be
22223              copies of mainline.
22224      Branch: perlio
22225            ! objXSUB.h perlapi.c pod/perlapi.pod
22226 ____________________________________________________________________________
22227 [  7491] By: nick                                  on 2000/10/30  18:05:54
22228         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
22229              - typo in endian code in putc.
22230              - Don't allow read of write-only files and vice-versa
22231              - and off-by-one in flush-all loop.
22232              Remove debug calls as they were using GCC specific features.
22233      Branch: perlio
22234            ! perlio.c
22235 ____________________________________________________________________________
22236 [  7490] By: nick                                  on 2000/10/29  21:45:45
22237         Log: Integrate mainline to perlio
22238      Branch: perlio
22239           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
22240           !> toke.c
22241 ____________________________________________________________________________
22242 [  7489] By: jhi                                   on 2000/10/29  21:11:08
22243         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
22244              From: andreas.koenig@anima.de (Andreas J. Koenig)
22245              Date: 29 Oct 2000 22:05:59 +0100
22246              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
22247      Branch: perl
22248            ! lib/ExtUtils/Manifest.pm
22249 ____________________________________________________________________________
22250 [  7488] By: jhi                                   on 2000/10/29  21:07:47
22251         Log: Tests for #7487.
22252              
22253              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
22254              From: andreas.koenig@anima.de (Andreas J. Koenig)
22255              Date: 29 Oct 2000 19:37:09 +0100
22256              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
22257      Branch: perl
22258            ! t/comp/proto.t
22259 ____________________________________________________________________________
22260 [  7487] By: jhi                                   on 2000/10/29  21:06:27
22261         Log: constsub spillage.
22262              
22263              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
22264              From: John Tobey <jtobey@john-edwin-tobey.org>
22265              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
22266              Message-Id: <m13pvSr-000FObC@feynman.localnet>
22267      Branch: perl
22268            ! op.c
22269 ____________________________________________________________________________
22270 [  7486] By: nick                                  on 2000/10/29  21:05:04
22271         Log: Integrate mainline to perlio branch
22272      Branch: perlio
22273           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
22274           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
22275           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
22276           +> vos/install_perl.cm
22277            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
22278            - vos/config.h vos/config_h.SH_orig
22279           !> (integrate 141 files)
22280 ____________________________________________________________________________
22281 [  7485] By: jhi                                   on 2000/10/29  21:00:47
22282         Log: Make \x{...} consistently produce UTF-8.
22283              
22284              Subject: Re: \x{...} is confused 
22285              From: Simon Cozens <simon@cozens.net>
22286              Date: Sun, 29 Oct 2000 19:36:48 +0000
22287              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
22288      Branch: perl
22289            ! t/pragma/utf8.t toke.c
22290 ____________________________________________________________________________
22291 [  7484] By: nick                                  on 2000/10/29  20:05:29
22292         Log: PerlIO passes all tests.
22293      Branch: perlio
22294            ! perlio.c
22295 ____________________________________________________________________________
22296 [  7483] By: jhi                                   on 2000/10/29  18:06:55
22297         Log: Update Changes.
22298      Branch: perl
22299            ! Changes patchlevel.h
22300 ____________________________________________________________________________
22301 [  7482] By: nick                                  on 2000/10/29  17:43:28
22302         Log: Include <unistd.h> to get correct lseek() prototype etc.
22303              (I thought perl.h did that) - down to two fails
22304              - comp/require.t (last test)
22305              - lib/io_xs.t - possibly import/export of FILE * ?
22306      Branch: perlio
22307            ! perlio.c
22308 ____________________________________________________________________________
22309 [  7481] By: jhi                                   on 2000/10/29  17:02:37
22310         Log: UTF-8 decoder tweak.
22311      Branch: perl
22312            ! utf8.c
22313 ____________________________________________________________________________
22314 [  7480] By: nick                                  on 2000/10/29  16:26:11
22315         Log: Fixed two bugs:
22316              - error code not being set on close (of broken pipe)
22317              - append mode was truncating.
22318              At least one seek/tell bug remains.
22319      Branch: perlio
22320            ! perlio.c
22321 ____________________________________________________________________________
22322 [  7479] By: nick                                  on 2000/10/29  11:18:16
22323         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
22324              in case of accidents. Still several worrying fails, no line disciplines yet.
22325      Branch: perlio
22326            ! iperlsys.h perlio.c
22327 ____________________________________________________________________________
22328 [  7478] By: jhi                                   on 2000/10/29  02:04:01
22329         Log: Add also emailless people.
22330      Branch: perl
22331            ! AUTHORS
22332 ____________________________________________________________________________
22333 [  7477] By: jhi                                   on 2000/10/29  01:36:00
22334         Log: The #7476 needs a MANIFEST change, too.
22335      Branch: perl
22336            ! MANIFEST
22337 ____________________________________________________________________________
22338 [  7476] By: jhi                                   on 2000/10/29  01:35:21
22339         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
22340      Branch: perl
22341            - MAINTAIN
22342            ! AUTHORS Changes
22343 ____________________________________________________________________________
22344 [  7475] By: jhi                                   on 2000/10/28  23:57:25
22345         Log: De-quoted-unreadable to ISO Latin 1.
22346              (There's one ISO-2022-JP name in Changes5.004.)
22347      Branch: perl
22348            ! Changes Changes5.6
22349 ____________________________________________________________________________
22350 [  7474] By: jhi                                   on 2000/10/28  19:13:06
22351         Log: Subject: [ID 20001027.007] uniq array in perlfaq
22352              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
22353              Date: Fri, 27 Oct 2000 19:28:30 +0200
22354              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
22355      Branch: perl
22356            ! pod/perlfaq4.pod
22357 ____________________________________________________________________________
22358 [  7473] By: jhi                                   on 2000/10/28  18:02:05
22359         Log: Locking null mutexes is not recommendable.
22360              
22361              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
22362              From: Hugo <hv@crypt.compulink.co.uk>
22363              Date: Sat, 28 Oct 2000 18:41:12 +0100
22364              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
22365      Branch: perl
22366            ! op.c
22367 ____________________________________________________________________________
22368 [  7472] By: jhi                                   on 2000/10/28  17:52:58
22369         Log: Better create a true mailing list for the repository keepers.
22370      Branch: perl
22371            ! Porting/repository.pod
22372 ____________________________________________________________________________
22373 [  7471] By: jhi                                   on 2000/10/28  17:28:24
22374         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
22375              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
22376      Branch: perl
22377            + Porting/repository.pod
22378            ! MANIFEST
22379 ____________________________________________________________________________
22380 [  7470] By: jhi                                   on 2000/10/28  17:20:54
22381         Log: Subject: DOC PATCH 5.6.0
22382              From: mjd@plover.com
22383              Date: 27 Oct 2000 17:32:44 -0000
22384              Message-ID: <20001027173244.23754.qmail@plover.com>
22385      Branch: perl
22386            ! pod/perlfunc.pod
22387 ____________________________________________________________________________
22388 [  7469] By: jhi                                   on 2000/10/28  17:16:45
22389         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
22390              From: "Peter J. Farley III" <pjfarley@banet.net>
22391              Date: Fri, 27 Oct 2000 20:32:56 -0400
22392              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
22393      Branch: perl
22394            ! README.dos
22395 ____________________________________________________________________________
22396 [  7468] By: jhi                                   on 2000/10/28  17:07:18
22397         Log: Make target reordering to avoid pointless re-makes.
22398              
22399              Subject: Re: Total re-make of 'make okfile' after 7451 ?
22400              From: Nicholas Clark <nick@ccl4.org>
22401              Date: Sat, 28 Oct 2000 00:31:02 +0100
22402              Message-ID: <20001028003101.A54517@plum.flirble.org>
22403      Branch: perl
22404            ! Makefile.SH
22405 ____________________________________________________________________________
22406 [  7467] By: jhi                                   on 2000/10/28  17:05:31
22407         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
22408              From: lvirden@cas.org
22409              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
22410              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
22411      Branch: perl
22412            ! README.os2
22413 ____________________________________________________________________________
22414 [  7466] By: jhi                                   on 2000/10/28  16:09:16
22415         Log: Upgrade to CPAN 1.58_55.
22416              
22417              Subject: CPAN.pm status
22418              From: andreas.koenig@anima.de (Andreas J. Koenig) 
22419              Date: 28 Oct 2000 08:18:00 +0200 
22420              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
22421      Branch: perl
22422            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
22423 ____________________________________________________________________________
22424 [  7465] By: jhi                                   on 2000/10/28  16:02:47
22425         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
22426      Branch: perl
22427            ! embed.h embed.pl perl.h proto.h toke.c
22428 ____________________________________________________________________________
22429 [  7464] By: nick                                  on 2000/10/28  10:43:44
22430         Log: Fix for sv_2iv() on "shared" value from keys %hash.
22431      Branch: perl
22432            ! sv.c
22433 ____________________________________________________________________________
22434 [  7463] By: jhi                                   on 2000/10/27  16:18:29
22435         Log: Update Changes.
22436      Branch: perl
22437            ! Changes patchlevel.h
22438 ____________________________________________________________________________
22439 [  7462] By: jhi                                   on 2000/10/27  16:17:44
22440         Log: Too enthusiastic editing in #7460.
22441      Branch: metaconfig
22442            ! U/modified/Oldsym.U
22443      Branch: perl
22444            ! Configure config_h.SH
22445 ____________________________________________________________________________
22446 [  7461] By: jhi                                   on 2000/10/27  15:37:38
22447         Log: Retract #7459, the script needs more work.
22448      Branch: perl
22449            - mkreef
22450            ! MANIFEST
22451 ____________________________________________________________________________
22452 [  7460] By: jhi                                   on 2000/10/27  15:23:14
22453         Log: Use $sort, $uniq (and $tr) consistently as wondered
22454              by Nicholas Clark.
22455      Branch: metaconfig
22456            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
22457            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
22458            ! U/modified/libc.U
22459      Branch: perl
22460            ! Configure config_h.SH
22461 ____________________________________________________________________________
22462 [  7459] By: jhi                                   on 2000/10/27  15:02:07
22463         Log: (Retracted by #7461)
22464              
22465              Add a shell script for creating/removing symbolic link farms,
22466              useful for keeping the source code read-only and doing the
22467              builds somewhere else.
22468      Branch: perl
22469            + mkreef
22470            ! MANIFEST
22471 ____________________________________________________________________________
22472 [  7458] By: jhi                                   on 2000/10/27  14:42:20
22473         Log: Do away with the fix_pl.
22474      Branch: perl
22475            - fix_pl
22476            ! MANIFEST Makefile.SH
22477 ____________________________________________________________________________
22478 [  7457] By: jhi                                   on 2000/10/27  12:43:13
22479         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
22480              From: Jens Hamisch <jens@Strawberry.COM>
22481              Date: Fri, 27 Oct 2000 14:38:21 +0200
22482              Message-Id: <20001027143821.B3366@Strawberry.COM>
22483      Branch: perl
22484            ! perl.h
22485 ____________________________________________________________________________
22486 [  7456] By: jhi                                   on 2000/10/27  12:33:42
22487         Log: Subject: [PATCH] todo
22488              From: Nicholas Clark <nick@ccl4.org>
22489              Date: Thu, 26 Oct 2000 22:32:29 +0100
22490              Message-ID: <20001026223229.A44540@plum.flirble.org>
22491      Branch: perl
22492            ! pod/perltodo.pod
22493 ____________________________________________________________________________
22494 [  7455] By: jhi                                   on 2000/10/27  12:02:21
22495         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
22496              From: John Tobey <jtobey@john-edwin-tobey.org>
22497              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
22498              Message-Id: <m13ozHF-000FObC@feynman.localnet>
22499      Branch: perl
22500            ! op.c t/pragma/sub_lval.t
22501 ____________________________________________________________________________
22502 [  7454] By: jhi                                   on 2000/10/27  11:59:42
22503         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
22504              From: sthoenna@efn.org
22505              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
22506              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
22507      Branch: perl
22508            ! pp.c t/op/assignwarn.t
22509 ____________________________________________________________________________
22510 [  7453] By: jhi                                   on 2000/10/27  00:15:08
22511         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
22512      Branch: perl
22513            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
22514            ! ext/Storable/Storable.xs t/lib/st-lock.t
22515 ____________________________________________________________________________
22516 [  7452] By: jhi                                   on 2000/10/26  13:05:52
22517         Log: Undo #7451, this seems to be a deficiency in Perforce,
22518              there is no per-file line-terminator type, only per-client.
22519      Branch: perl
22520            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
22521            ! win32/makefile.mk
22522 ____________________________________________________________________________
22523 [  7451] By: jhi                                   on 2000/10/26  04:56:03
22524         Log: Experimenting in DOS arcana.
22525      Branch: perl
22526            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
22527            ! win32/makefile.mk
22528 ____________________________________________________________________________
22529 [  7450] By: jhi                                   on 2000/10/26  04:50:52
22530         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
22531              From: "Peter J. Farley III" <pjfarley@banet.net>            
22532              Date: Wed, 25 Oct 2000 23:10:18 -0400
22533              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
22534      Branch: perl
22535            ! t/io/open.t
22536 ____________________________________________________________________________
22537 [  7449] By: jhi                                   on 2000/10/26  04:49:16
22538         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
22539              From: Hugo <hv@crypt.compulink.co.uk>
22540              Date: Thu, 26 Oct 2000 01:55:17 +0100
22541              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
22542              
22543              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
22544      Branch: perl
22545            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
22546 ____________________________________________________________________________
22547 [  7448] By: jhi                                   on 2000/10/26  04:38:36
22548         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
22549              From: Peter Prymmer <pvhp@forte.com>
22550              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
22551              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
22552      Branch: perl
22553            ! configure.com
22554 ____________________________________________________________________________
22555 [  7447] By: jhi                                   on 2000/10/25  23:20:02
22556         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
22557              in platforms that strictly require all the symbols being present
22558              at link time.
22559      Branch: perl
22560            ! handy.h
22561 ____________________________________________________________________________
22562 [  7446] By: jhi                                   on 2000/10/25  21:55:57
22563         Log: Update Changes.
22564      Branch: perl
22565            ! Changes patchlevel.h
22566 ____________________________________________________________________________
22567 [  7445] By: jhi                                   on 2000/10/25  21:27:08
22568         Log: Integrate with vmsperl #7430 by Charles Bailey:
22569              
22570              Cleanup from prior patch (Charles Lane?):
22571              - improve handling of MFDs in Basename and Path
22572              - default to no xsubpp line # munging when building debug images
22573      Branch: perl
22574           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
22575 ____________________________________________________________________________
22576 [  7444] By: jhi                                   on 2000/10/25  21:03:50
22577         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
22578              From: John Peacock <JPeacock@UnivPress.com>
22579              Date: Thu, 18 May 2000 11:55:27 -0400
22580              Message-ID: <3924126F.A58BE57A@UnivPress.com>
22581      Branch: perl
22582            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
22583            ! t/op/write.t
22584 ____________________________________________________________________________
22585 [  7443] By: jhi                                   on 2000/10/25  20:43:10
22586         Log: Temporary stopgap for the self-tying issue: for now only
22587              array and hash self-ties are verboten.  The real fix, of
22588              course, would be to comprehensively test (and implement?)
22589              and debug (and document) self-ties.
22590      Branch: perl
22591            ! pod/perldiag.pod pp_sys.c t/op/tie.t
22592 ____________________________________________________________________________
22593 [  7442] By: jhi                                   on 2000/10/25  20:14:30
22594         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
22595              From: Dan Sugalski <dan@sidhe.org>
22596              Date: Wed, 25 Oct 2000 13:36:35 -0400
22597              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
22598              
22599              plus regen global.sym.
22600      Branch: perl
22601            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
22602            ! thrdvar.h util.c
22603 ____________________________________________________________________________
22604 [  7441] By: jhi                                   on 2000/10/25  20:12:20
22605         Log: buildtoc target tweaks.
22606      Branch: perl
22607            ! pod/Makefile.SH
22608 ____________________________________________________________________________
22609 [  7440] By: jhi                                   on 2000/10/25  20:03:53
22610         Log: A new version of making the syslog test more robust.
22611              (Replaces #7421.)
22612              
22613              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
22614              From: "Kurt D. Starsinic" <kstar@chapin.edu>
22615              Date: Wed, 25 Oct 2000 12:13:54 -0400
22616              Message-ID: <20001025121354.B2264@O2.chapin.edu>
22617      Branch: perl
22618            ! t/lib/syslog.t
22619 ____________________________________________________________________________
22620 [  7439] By: jhi                                   on 2000/10/25  20:00:48
22621         Log: Continue the internal UTF-8 API tweaking.
22622              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
22623              used much more than the simpler API, now called utf8_to_uv_simple().
22624              Still not quite happy with API, too much partial duplication
22625              of functionality.
22626      Branch: perl
22627            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
22628            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
22629            ! regcomp.c regexec.c sv.c toke.c utf8.c
22630 ____________________________________________________________________________
22631 [  7438] By: jhi                                   on 2000/10/25  18:52:30
22632         Log: Allow poking holes at the UTF-8 decoding strictness.
22633      Branch: perl
22634            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
22635            ! utf8.h
22636 ____________________________________________________________________________
22637 [  7437] By: jhi                                   on 2000/10/25  13:53:05
22638         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
22639              UTF8LEN() and UTF8SKIP(). 
22640      Branch: perl
22641            ! pp.c utf8.c utf8.h
22642 ____________________________________________________________________________
22643 [  7436] By: jhi                                   on 2000/10/25  13:51:37
22644         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
22645              From: Nicholas Clark <nick@ccl4.org>
22646              Date: Wed, 25 Oct 2000 14:44:05 +0100
22647              Message-ID: <20001025144404.D27253@plum.flirble.org>
22648      Branch: perl
22649            ! pod/perlrun.pod
22650 ____________________________________________________________________________
22651 [  7435] By: jhi                                   on 2000/10/25  13:49:32
22652         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
22653              From: Mike Guy <mjtg@cam.ac.uk>
22654              Date: Tue, 24 Oct 2000 14:59:40 +0100
22655              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
22656      Branch: perl
22657            ! scope.c
22658 ____________________________________________________________________________
22659 [  7434] By: jhi                                   on 2000/10/25  13:48:41
22660         Log: AIX is picky about its symbol exports.  Solution for now
22661              is to include the deb.o explicitly to the re extension build.
22662              
22663              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
22664              From: Peter Prymmer <pvhp@forte.com>
22665              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
22666              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
22667      Branch: perl
22668            ! ext/re/Makefile.PL hints/aix.sh
22669 ____________________________________________________________________________
22670 [  7433] By: jhi                                   on 2000/10/25  13:46:49
22671         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
22672              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22673              Date: Wed, 25 Oct 2000 12:02:20 +0200
22674              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
22675      Branch: perl
22676            ! perlsdio.h
22677 ____________________________________________________________________________
22678 [  7432] By: jhi                                   on 2000/10/25  13:44:28
22679         Log: Subject: Minor update to find2perl, for portability
22680              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
22681              Date: Wed, 25 Oct 2000 12:05:47 +0100
22682              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
22683      Branch: perl
22684            ! x2p/find2perl.PL
22685 ____________________________________________________________________________
22686 [  7431] By: jhi                                   on 2000/10/25  13:40:39
22687         Log: Add targets to Makefile.SH, most importantly
22688              'regen_all' which also remembers to update vms/perly*.
22689      Branch: perl
22690            ! Makefile.SH
22691 ____________________________________________________________________________
22692 [  7430] By: bailey                                on 2000/10/25  03:13:53
22693         Log: Cleanup from prior patch (Charles Lane?):
22694              - improve handling of MFDs in Basename and Path
22695              - default to no xsubpp line # munging when building debug images
22696      Branch: vmsperl
22697            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
22698 ____________________________________________________________________________
22699 [  7429] By: jhi                                   on 2000/10/24  20:03:40
22700         Log: Podify README.epoc and README.vos.
22701      Branch: perl
22702            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
22703            ! pod/perlport.pod pod/perltoc.pod
22704 ____________________________________________________________________________
22705 [  7428] By: jhi                                   on 2000/10/24  19:10:33
22706         Log: Stratus VOS updates from Paul Green.
22707      Branch: perl
22708            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22709            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
22710            - vos/config.def vos/config.h vos/config_h.SH_orig
22711            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
22712            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
22713 ____________________________________________________________________________
22714 [  7427] By: jhi                                   on 2000/10/24  18:59:48
22715         Log: Check if stdio supports tweaking lval and cnt simultaneously.
22716              
22717              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
22718              From: Nicholas Clark <nick@ccl4.org>
22719              Date: Mon, 23 Oct 2000 15:39:32 +0100
22720              Message-ID: <20001023153932.A10786@plum.flirble.org>
22721      Branch: metaconfig
22722            ! U/compline/d_stdstdio.U
22723      Branch: perl
22724            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22725            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
22726            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
22727            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
22728            ! vos/config.h vos/config_h.SH_orig win32/config.bc
22729            ! win32/config.gc win32/config.vc
22730 ____________________________________________________________________________
22731 [  7426] By: jhi                                   on 2000/10/24  17:57:44
22732         Log: Missed the header file changes from #7425.
22733      Branch: perl
22734            ! embed.h embed.pl objXSUB.h proto.h
22735 ____________________________________________________________________________
22736 [  7425] By: jhi                                   on 2000/10/24  17:55:17
22737         Log: Fix the bug reported in
22738              
22739              From: andreas.koenig@anima.de (Andreas J. Koenig)
22740              Subject: Encode bug?
22741              Date: 24 Oct 2000 14:01:26 +0200 
22742              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
22743              
22744              Also make is_utf8_char() stricter.
22745      Branch: perl
22746            ! ext/Encode/Encode.xs utf8.c
22747 ____________________________________________________________________________
22748 [  7424] By: jhi                                   on 2000/10/24  15:15:39
22749         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
22750              From: Peter Scott <Peter@PSDT.com>
22751              Date: Mon, 23 Oct 2000 19:46:01 -0700
22752              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
22753      Branch: perl
22754            ! pod/perlfaq5.pod
22755 ____________________________________________________________________________
22756 [  7423] By: jhi                                   on 2000/10/24  14:25:30
22757         Log: Test tweak to avoid pulling in the whole Config.
22758      Branch: perl
22759            ! t/lib/st-lock.t
22760 ____________________________________________________________________________
22761 [  7422] By: jhi                                   on 2000/10/24  14:03:16
22762         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
22763      Branch: perl
22764            ! pp.c
22765 ____________________________________________________________________________
22766 [  7421] By: jhi                                   on 2000/10/24  13:32:09
22767         Log: (Replaced by #7440.)
22768              
22769              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
22770              From: "Kurt D. Starsinic" <kstar@chapin.edu>
22771              Date: Mon, 23 Oct 2000 16:40:54 -0400
22772              Message-ID: <20001023164054.B14491@O2.chapin.edu>
22773      Branch: perl
22774            ! t/lib/syslog.t
22775 ____________________________________________________________________________
22776 [  7420] By: jhi                                   on 2000/10/24  13:30:53
22777         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
22778              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22779              Date: Mon, 23 Oct 2000 17:29:03 -0400
22780              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
22781      Branch: perl
22782            ! lib/ExtUtils/MM_Unix.pm
22783 ____________________________________________________________________________
22784 [  7419] By: jhi                                   on 2000/10/24  13:29:57
22785         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
22786              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22787              Date: Mon, 23 Oct 2000 19:01:32 -0400
22788              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
22789      Branch: perl
22790            ! utils/h2xs.PL
22791 ____________________________________________________________________________
22792 [  7418] By: jhi                                   on 2000/10/24  13:26:04
22793         Log: Replace #7409 with
22794              
22795              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
22796              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
22797              Date: Mon, 23 Oct 2000 20:08:56 +0200
22798              Message-ID: <20001023200855.A14850@nice.ram.loc>
22799      Branch: perl
22800            ! ext/Storable/Storable.pm t/lib/st-lock.t
22801 ____________________________________________________________________________
22802 [  7417] By: jhi                                   on 2000/10/24  13:17:52
22803         Log: Run vms/vms_yfix.pl, should have done that after changing
22804              perly.c in #7382.
22805      Branch: perl
22806            ! vms/perly_c.vms vms/perly_h.vms
22807 ____________________________________________________________________________
22808 [  7416] By: jhi                                   on 2000/10/24  02:55:33
22809         Log: Make the UTF-8 decoding stricter and more verbose when
22810              malformation happens.  This involved adding an argument
22811              to utf8_to_uv_chk(), which involved changing its prototype,
22812              and prefer STRLEN over I32 for the UTF-8 length, which as
22813              a domino effect necessitated changing the prototypes of
22814              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
22815              The stricter UTF-8 decoding checking uses Markus Kuhn's
22816              UTF-8 Decode Stress Tester from
22817              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
22818      Branch: perl
22819            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
22820            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
22821            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
22822            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
22823 ____________________________________________________________________________
22824 [  7415] By: jhi                                   on 2000/10/23  14:06:06
22825         Log: Update Changes.
22826      Branch: perl
22827            ! Changes patchlevel.h
22828 ____________________________________________________________________________
22829 [  7414] By: jhi                                   on 2000/10/23  12:39:52
22830         Log: Undo the basename() part of #7412 since the lib/basename
22831              tests would need upgrading too.
22832      Branch: perl
22833            ! lib/File/Basename.pm
22834 ____________________________________________________________________________
22835 [  7413] By: jhi                                   on 2000/10/23  12:19:27
22836         Log: Document PERL_INSTALL_ROOT of #7210.
22837      Branch: perl
22838            ! lib/ExtUtils/Install.pm
22839 ____________________________________________________________________________
22840 [  7412] By: jhi                                   on 2000/10/23  12:16:47
22841         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
22842      Branch: perl
22843            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
22844            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
22845 ____________________________________________________________________________
22846 [  7411] By: jhi                                   on 2000/10/23  12:07:41
22847         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
22848              From: Prymmer/Kahn <pvhp@best.com>
22849              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
22850              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
22851      Branch: perl
22852            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
22853 ____________________________________________________________________________
22854 [  7410] By: jhi                                   on 2000/10/23  04:10:11
22855         Log: The change #7187 was not so good on VMS.
22856              
22857              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
22858              From: "Craig A. Berry" <craig.berry@psinetcs.com>
22859              Date: Sun, 22 Oct 2000 23:03:08 -0500
22860              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
22861      Branch: perl
22862            ! utils/perldoc.PL
22863 ____________________________________________________________________________
22864 [  7409] By: jhi                                   on 2000/10/23  03:57:36
22865         Log: Avoid Storable locking on DJGPP for now.
22866              
22867              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
22868              From: "Peter J. Farley III" <pjfarley@banet.net>
22869              Date: Sun, 22 Oct 2000 20:00:00 -0400
22870              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
22871      Branch: perl
22872            ! ext/Storable/Storable.pm t/lib/st-lock.t
22873 ____________________________________________________________________________
22874 [  7408] By: jhi                                   on 2000/10/23  03:50:24
22875         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
22876              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
22877              Date: Sun, 22 Oct 2000 21:12:22 -0400
22878              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
22879      Branch: perl
22880            ! lib/vars.pm
22881 ____________________________________________________________________________
22882 [  7407] By: jhi                                   on 2000/10/23  03:43:12
22883         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
22884              From: Hugo <hv@crypt.compulink.co.uk>
22885              Date: Mon, 23 Oct 2000 00:47:22 +0100
22886              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
22887      Branch: perl
22888            ! regexec.c t/op/pat.t
22889 ____________________________________________________________________________
22890 [  7406] By: jhi                                   on 2000/10/23  03:40:29
22891         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
22892      Branch: perl
22893            ! lib/ExtUtils/MakeMaker.pm
22894 ____________________________________________________________________________
22895 [  7405] By: jhi                                   on 2000/10/22  21:32:00
22896         Log: Doc patch.
22897              
22898              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
22899              From: rspier@pobox.com (Robert Spier)
22900              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
22901              Message-ID: <14835.16112.13457.447971@rls.cx>
22902      Branch: perl
22903            ! lib/strict.pm
22904 ____________________________________________________________________________
22905 [  7404] By: jhi                                   on 2000/10/22  21:30:51
22906         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
22907              From: rspier@pobox.com (Robert Spier)
22908              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
22909              Message-ID: <14835.17223.72448.705566@rls.cx>
22910      Branch: perl
22911            ! lib/ExtUtils/MakeMaker.pm
22912 ____________________________________________________________________________
22913 [  7403] By: jhi                                   on 2000/10/22  21:24:11
22914         Log: Subject: [PATCH bleadperl] ripples from constsub patch
22915              From: John Tobey <jtobey@john-edwin-tobey.org>
22916              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
22917              Message-Id: <m13nSOB-000FObC@feynman.localnet>
22918      Branch: perl
22919            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
22920 ____________________________________________________________________________
22921 [  7402] By: jhi                                   on 2000/10/22  20:59:35
22922         Log: Support s?printf parameter reordering.
22923      Branch: perl
22924            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
22925 ____________________________________________________________________________
22926 [  7401] By: jhi                                   on 2000/10/22  19:19:14
22927         Log: Expand %Config variables only if explicitly so requested
22928              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
22929              
22930              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
22931              From: Gurusamy Sarathy <gsar@ActiveState.com>
22932              Date: Sun, 22 Oct 2000 11:47:32 -0700
22933              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
22934      Branch: perl
22935            ! Makefile.SH lib/lib_pm.PL
22936 ____________________________________________________________________________
22937 [  7400] By: jhi                                   on 2000/10/22  18:24:10
22938         Log: Move the #7390 test from warn/op to comp/redef.
22939              
22940              Subject: Re: Creating const subs for constants.
22941              From: John Tobey <jtobey@john-edwin-tobey.org>
22942              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
22943              Message-Id: <m13nG72-000FObC@feynman.localnet>               
22944      Branch: perl
22945            ! t/comp/redef.t t/pragma/warn/op
22946 ____________________________________________________________________________
22947 [  7399] By: jhi                                   on 2000/10/22  17:49:59
22948         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
22949              From: Nicholas Clark <nick@ccl4.org>
22950              Date: Sat, 21 Oct 2000 22:23:19 +0100
22951              Message-ID: <20001021222319.B45586@plum.flirble.org>
22952      Branch: perl
22953            ! ext/DynaLoader/DynaLoader_pm.PL
22954 ____________________________________________________________________________
22955 [  7398] By: jhi                                   on 2000/10/22  17:47:35
22956         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
22957              From: Hugo <hv@crypt.compulink.co.uk>
22958              Date: Sat, 21 Oct 2000 18:19:59 +0100
22959              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
22960      Branch: perl
22961            ! ext/B/B.pm ext/B/B/C.pm
22962 ____________________________________________________________________________
22963 [  7397] By: jhi                                   on 2000/10/22  17:35:18
22964         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
22965              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
22966              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
22967              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
22968      Branch: perl
22969            ! hints/openbsd.sh
22970 ____________________________________________________________________________
22971 [  7396] By: jhi                                   on 2000/10/22  17:19:46
22972         Log: Subject: installman go-faster stripes
22973              From: Nicholas Clark <nick@talking.bollo.cx>
22974              Date: Sat, 21 Oct 2000 17:24:53 +0100
22975              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
22976              
22977              Subject: Re: installman go-faster stripes
22978              From: Russ Allbery <rra@stanford.edu>
22979              Date: 21 Oct 2000 11:04:13 -0700
22980              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
22981      Branch: perl
22982            ! installman pod/pod2man.PL
22983 ____________________________________________________________________________
22984 [  7395] By: jhi                                   on 2000/10/22  17:17:35
22985         Log: Hints tweak from Anton Berezin.
22986      Branch: perl
22987            ! hints/freebsd.sh
22988 ____________________________________________________________________________
22989 [  7394] By: jhi                                   on 2000/10/22  04:50:04
22990         Log: Tweak the Is* definitions of Unicode character classes
22991              to better match the official categorizations; embrace
22992              the official categorizations; add the combining marks
22993              as alpha (and -numeric); fix DCinital (a typo and edito)
22994              to be DCmedial.
22995      Branch: perl
22996            + lib/unicode/Is/DCmedial.pl
22997            - lib/unicode/Is/DCinital.pl
22998            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
22999            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
23000            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
23001            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
23002 ____________________________________________________________________________
23003 [  7393] By: jhi                                   on 2000/10/21  18:06:05
23004         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
23005              From: Daniel Chetlin <daniel@chetlin.com>
23006              Date: Sat, 21 Oct 2000 02:57:03 -0700
23007              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
23008      Branch: perl
23009            + t/lib/tie-splice.t
23010            ! MANIFEST lib/Tie/Array.pm
23011 ____________________________________________________________________________
23012 [  7392] By: gsar                                  on 2000/10/21  18:05:15
23013         Log: resync utfperl branch with mainline
23014      Branch: utfperl
23015           !> (integrate 1760 files)
23016 ____________________________________________________________________________
23017 [  7391] By: jhi                                   on 2000/10/21  14:37:49
23018         Log: Testcases for a #7383,#7385 related bug.
23019              
23020              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
23021              From: Nicholas Clark <nick@ccl4.org>
23022              Date: Sat, 21 Oct 2000 15:04:51 +0100
23023              Message-ID: <20001021150451.A51566@plum.flirble.org>
23024      Branch: perl
23025            ! t/pragma/utf8.t
23026 ____________________________________________________________________________
23027 [  7390] By: jhi                                   on 2000/10/21  14:35:57
23028         Log: Add a testcase for #7389.
23029      Branch: perl
23030            ! t/pragma/warn/op
23031 ____________________________________________________________________________
23032 [  7389] By: jhi                                   on 2000/10/21  14:26:45
23033         Log: Subject: Re: Creating const subs for constants.
23034              From: John Tobey <jtobey@john-edwin-tobey.org>
23035              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
23036              Message-Id: <m13mo0N-000FObC@feynman.localnet>
23037      Branch: perl
23038            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
23039            ! proto.h sv.c
23040 ____________________________________________________________________________
23041 [  7388] By: nick                                  on 2000/10/21  11:44:23
23042         Log: Populate perlio branch
23043      Branch: perlio
23044           +> (branch 1760 files)
23045 ____________________________________________________________________________
23046 [  7387] By: nick                                  on 2000/10/21  10:52:05
23047         Log: Get branch back as replica of mainline via :
23048              p4 integrate -b utfperl
23049              p4 resolve -at ./...
23050      Branch: utfperl
23051           +> (branch 269 files)
23052            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
23053            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
23054            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
23055            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
23056            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
23057            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
23058            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
23059            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
23060            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
23061            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
23062            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
23063            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
23064            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
23065            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
23066            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
23067            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
23068            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
23069            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
23070            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
23071            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
23072            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
23073            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
23074            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
23075            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
23076            - lib/unicode/UCD300.html lib/unicode/Unicode.300
23077            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
23078            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
23079            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
23080            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
23081           !> (integrate 965 files)
23082 ____________________________________________________________________________
23083 [  7386] By: jhi                                   on 2000/10/21  01:31:12
23084         Log: Update Changes.
23085      Branch: perl
23086            ! Changes patchlevel.h
23087 ____________________________________________________________________________
23088 [  7385] By: jhi                                   on 2000/10/21  01:28:42
23089         Log: The #7383 was right only in the context of the original bug report,
23090              not in more general case.
23091      Branch: perl
23092            ! pp_hot.c
23093 ____________________________________________________________________________
23094 [  7384] By: jhi                                   on 2000/10/21  01:08:23
23095         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
23096      Branch: perl
23097            ! ext/IO/lib/IO/Select.pm
23098 ____________________________________________________________________________
23099 [  7383] By: jhi                                   on 2000/10/21  00:44:18
23100         Log: Fix for ID 20001020.006, concatenating an unset submatch
23101              with utf8 resulted in "Modification of a read-only value".
23102      Branch: perl
23103            ! pp_hot.c t/pragma/utf8.t
23104 ____________________________________________________________________________
23105 [  7382] By: jhi                                   on 2000/10/20  20:44:31
23106         Log: Make scan_num() reëntrant, as suggested in
23107              
23108              Subject: [PATCH perl@7229] Rentrant parser and yylex()
23109              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
23110              Date: Fri, 20 Oct 2000 14:17:27 +0100
23111              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
23112      Branch: perl
23113            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
23114            ! toke.c
23115 ____________________________________________________________________________
23116 [  7381] By: jhi                                   on 2000/10/20  20:07:29
23117         Log: Reëntrancy fix.
23118              
23119              Subject: [PATCH perl@7229] Rentrant parser and yylex()
23120              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
23121              Date: Fri, 20 Oct 2000 14:17:27 +0100
23122              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
23123      Branch: perl
23124            ! embed.h embed.pl perl.h proto.h toke.c
23125 ____________________________________________________________________________
23126 [  7380] By: jhi                                   on 2000/10/20  19:15:54
23127         Log: Don't write double values through long double pointers,
23128              based on a part of
23129              
23130              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
23131              From: Jens Hamisch <jens@Strawberry.COM>
23132              Date: Tue, 17 Oct 2000 08:39:36 +0200
23133              Message-Id: <20001017083936.A11104@Strawberry.COM>
23134      Branch: perl
23135            ! perl.h pp.c
23136 ____________________________________________________________________________
23137 [  7379] By: jhi                                   on 2000/10/20  18:43:37
23138         Log: Portability tweak on #7377.
23139              
23140              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
23141              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23142              Date:     Fri, 20 Oct 2000 13:13:41 EDT
23143              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
23144      Branch: perl
23145            ! t/lib/dprof.t
23146 ____________________________________________________________________________
23147 [  7378] By: jhi                                   on 2000/10/20  12:57:19
23148         Log: SOCKS function redefinitions need prototypes, too, otherwise
23149              for example 32 bit versus 64 bit differences cause a lot of
23150              problems.  Part of
23151              
23152              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
23153              From: Jens Hamisch <jens@Strawberry.COM>
23154              Date: Tue, 17 Oct 2000 08:39:36 +0200
23155              Message-Id: <20001017083936.A11104@Strawberry.COM>
23156      Branch: perl
23157            ! doio.c pp_sys.c
23158 ____________________________________________________________________________
23159 [  7377] By: jhi                                   on 2000/10/20  12:37:12
23160         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
23161              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23162              Date:     Fri, 20 Oct 2000 08:26:04 EDT
23163              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
23164      Branch: perl
23165            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
23166 ____________________________________________________________________________
23167 [  7376] By: jhi                                   on 2000/10/20  12:35:31
23168         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
23169              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23170              Date:     Fri, 20 Oct 2000 07:48:15 EDT
23171              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
23172      Branch: perl
23173            ! configure.com vms/gen_shrfls.pl
23174 ____________________________________________________________________________
23175 [  7375] By: bailey                                on 2000/10/20  04:44:37
23176         Log: SYN SYN
23177      Branch: vmsperl
23178           +> (branch 134 files)
23179            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
23180            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
23181            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
23182            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
23183            - eg/cgi/frameset.cgi eg/cgi/index.html
23184            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
23185            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
23186            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
23187            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
23188            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
23189            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
23190            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
23191            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
23192            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
23193            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
23194            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
23195            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
23196            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
23197            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
23198            - lib/unicode/Props.txt lib/unicode/UCD300.html
23199            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
23200            - utils/perlbc.PL vms/subconfigure.com
23201           !> (integrate 785 files)
23202 ____________________________________________________________________________
23203 [  7374] By: jhi                                   on 2000/10/20  00:59:48
23204         Log: In the latest compiler builds cccdlflags must not become -fpic,
23205              from Wilfredo Sánchez.
23206      Branch: perl
23207            ! hints/darwin.sh
23208 ____________________________________________________________________________
23209 [  7373] By: jhi                                   on 2000/10/20  00:56:35
23210         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
23211              From: Tony Cook <tony@develop-help.com>
23212              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
23213              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
23214      Branch: perl
23215            ! pod/perlop.pod
23216 ____________________________________________________________________________
23217 [  7372] By: jhi                                   on 2000/10/19  19:34:40
23218         Log: Typo noted by Mark Lutz.
23219      Branch: perl
23220            ! t/op/64bitint.t
23221 ____________________________________________________________________________
23222 [  7371] By: jhi                                   on 2000/10/19  19:33:13
23223         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
23224      Branch: metaconfig
23225            ! U/modified/Cppsym.U U/modified/Oldconfig.U
23226      Branch: metaconfig/U/perl
23227            ! End.U dlsrc.U libperl.U
23228      Branch: perl
23229            + hints/nonstopux.sh
23230            ! Configure MANIFEST config_h.SH
23231 ____________________________________________________________________________
23232 [  7370] By: jhi                                   on 2000/10/19  17:18:08
23233         Log: Subject: PATCH do_print has 2 PerlIO_error()s
23234              From: nick@ccl4.org
23235              Date: Thu, 19 Oct 2000 18:09:20 +0100
23236              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
23237      Branch: perl
23238            ! doio.c
23239 ____________________________________________________________________________
23240 [  7369] By: jhi                                   on 2000/10/19  14:01:49
23241         Log: Update Changes.
23242      Branch: perl
23243            ! Changes patchlevel.h
23244 ____________________________________________________________________________
23245 [  7368] By: jhi                                   on 2000/10/19  13:04:29
23246         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
23247              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23248              Date: Wed, 18 Oct 2000 13:12:01 +0200
23249              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
23250      Branch: perl
23251            ! hints/aix.sh
23252 ____________________________________________________________________________
23253 [  7367] By: jhi                                   on 2000/10/19  02:22:40
23254         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
23255              of a 'pmshort' anywhere in the B, so the offending line was simply
23256              removed.
23257      Branch: perl
23258            ! ext/B/B/Debug.pm
23259 ____________________________________________________________________________
23260 [  7366] By: jhi                                   on 2000/10/19  02:12:37
23261         Log: Add the test case for the bug id 20000730.004 which seems
23262              to have been fixed by now.
23263      Branch: perl
23264            ! t/pragma/utf8.t
23265 ____________________________________________________________________________
23266 [  7365] By: jhi                                   on 2000/10/18  23:36:24
23267         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
23268              From: Hugo <hv@crypt.compulink.co.uk>
23269              Date: Wed, 18 Oct 2000 23:25:58 +0100
23270              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
23271      Branch: perl
23272            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
23273 ____________________________________________________________________________
23274 [  7364] By: jhi                                   on 2000/10/18  21:12:53
23275         Log: (retracted)
23276      Branch: perl
23277            ! pp.c
23278 ____________________________________________________________________________
23279 [  7363] By: jhi                                   on 2000/10/18  20:55:38
23280         Log: Missing change from #7362.
23281      Branch: perl
23282            ! win32/perlhost.h
23283 ____________________________________________________________________________
23284 [  7362] By: jhi                                   on 2000/10/18  20:52:01
23285         Log: Borland C fstat() never saw the fd as writable.
23286              
23287              Subject: fix for Borland's weak "stat" (perl@7211)
23288              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23289              Date: Mon, 16 Oct 2000 09:55:03 +0400
23290              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
23291      Branch: perl
23292            ! win32/win32.c
23293 ____________________________________________________________________________
23294 [  7361] By: jhi                                   on 2000/10/18  17:43:50
23295         Log: Regen toc.
23296      Branch: perl
23297            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
23298 ____________________________________________________________________________
23299 [  7360] By: jhi                                   on 2000/10/18  17:07:44
23300         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23301              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
23302              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
23303              Date: Mon, 16 Oct 2000 15:19:49 +0200
23304      Branch: perl
23305            + README.aix
23306            ! MANIFEST
23307 ____________________________________________________________________________
23308 [  7359] By: jhi                                   on 2000/10/18  17:04:49
23309         Log: Subject: Pod patch for Devel::Peek
23310              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23311              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
23312              Date: Mon, 16 Oct 2000 12:26:34 +0200
23313      Branch: perl
23314            ! ext/Devel/Peek/Peek.pm
23315 ____________________________________________________________________________
23316 [  7358] By: jhi                                   on 2000/10/18  17:03:15
23317         Log: Make Cwd more bulletproof in chrooted environments.
23318              
23319              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
23320              From: "Eric E. Coe" <Eric.Coe@oracle.com>
23321              Date: Wed, 18 Oct 2000 04:03:54 -0400
23322              Message-Id: <39ED596A.70E599FE@oracle.com>
23323      Branch: perl
23324            ! lib/Cwd.pm
23325 ____________________________________________________________________________
23326 [  7357] By: jhi                                   on 2000/10/18  16:37:26
23327         Log: Disable the UTF8 downgrade croakage for now to avoid
23328              too many not okay messages.
23329      Branch: perl
23330            ! doio.c
23331 ____________________________________________________________________________
23332 [  7356] By: jhi                                   on 2000/10/17  23:29:41
23333         Log: Show the failed remote port, instead of the failing line number.
23334              
23335              Subject: [PATCH 5.6.1 Debugger] More diagnostics
23336              From: David Sparks <daves@ActiveState.com>
23337              Date: Tue, 17 Oct 2000 15:00:24 -0700
23338              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
23339      Branch: perl
23340            ! lib/perl5db.pl
23341 ____________________________________________________________________________
23342 [  7355] By: jhi                                   on 2000/10/17  14:11:31
23343         Log: On output try to downgrade to bytes, croak if impossible,
23344              from Simon Cozens.  This means that outputting >255 UTF8
23345              is impossible.  Consider this as a strong incentive to get
23346              the I/O disciplines implemented.
23347      Branch: perl
23348            ! doio.c pod/perldiag.pod sv.c
23349 ____________________________________________________________________________
23350 [  7354] By: jhi                                   on 2000/10/17  13:42:23
23351         Log: Clarify documentation on 'use bytes'.
23352              
23353              Subject: Re: What does 'use bytes' "mean" ?
23354              From: Simon Cozens <simon@cozens.net>
23355              Date: Mon, 18 Sep 2000 18:24:25 +0100
23356              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
23357      Branch: perl
23358            ! lib/bytes.pm
23359 ____________________________________________________________________________
23360 [  7353] By: jhi                                   on 2000/10/17  13:28:12
23361         Log: Workaround for a sfio bug where the stream error indicator
23362              is not cleared as documented.
23363              
23364              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
23365              From: Nicholas Clark <nick@ccl4.org>
23366              Date: Mon, 16 Oct 2000 18:28:23 +0100
23367              Message-ID: <20001016182823.J19700@plum.flirble.org>
23368      Branch: perl
23369            ! doio.c
23370 ____________________________________________________________________________
23371 [  7352] By: jhi                                   on 2000/10/17  13:06:19
23372         Log: More IoTYPE sprinkling.
23373      Branch: perl
23374            ! doio.c pp_hot.c
23375 ____________________________________________________________________________
23376 [  7351] By: jhi                                   on 2000/10/16  22:47:07
23377         Log: Detect early whether the std streams have gone bad.
23378              
23379              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
23380              Date: Mon, 16 Oct 2000 23:28:42 +0100
23381              From: Nicholas Clark <nick@ccl4.org>
23382              Message-ID: <20001016232842.A37942@plum.flirble.org>
23383      Branch: perl
23384            ! t/op/misc.t
23385 ____________________________________________________________________________
23386 [  7350] By: jhi                                   on 2000/10/16  22:45:16
23387         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
23388              From: "Peter J. Farley III" <pjfarley@banet.net>
23389              Date: Mon, 16 Oct 2000 18:15:59 -0400
23390              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
23391      Branch: perl
23392            ! djgpp/djgpp.c dosish.h t/io/open.t
23393 ____________________________________________________________________________
23394 [  7349] By: jhi                                   on 2000/10/16  22:36:45
23395         Log: perldelta tweak.
23396      Branch: perl
23397            ! pod/perldelta.pod
23398 ____________________________________________________________________________
23399 [  7348] By: jhi                                   on 2000/10/16  15:17:53
23400         Log: Update Changes.
23401      Branch: perl
23402            ! Changes patchlevel.h
23403 ____________________________________________________________________________
23404 [  7347] By: jhi                                   on 2000/10/16  13:55:27
23405         Log: Add the capability to include/exclude branches.
23406      Branch: perl
23407            ! Porting/genlog
23408 ____________________________________________________________________________
23409 [  7346] By: jhi                                   on 2000/10/16  13:18:04
23410         Log: Add Charles Lane.
23411      Branch: perl
23412            ! AUTHORS Changes
23413 ____________________________________________________________________________
23414 [  7345] By: jhi                                   on 2000/10/16  13:13:21
23415         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
23416      Branch: perl
23417            ! pod/perldelta.pod
23418 ____________________________________________________________________________
23419 [  7344] By: gsar                                  on 2000/10/16  09:30:21
23420         Log: integrate change#6220 from cfgperl
23421              
23422              Win32 patches from Benjamin Stuhl.
23423      Branch: maint-5.6/perl
23424           !> makedef.pl win32/win32.h
23425 ____________________________________________________________________________
23426 [  7343] By: gsar                                  on 2000/10/16  08:32:19
23427         Log: integrate changes#6221,6222 from cfgperl
23428              
23429              Remove tr///CU (the feature is to be obsoleted by better interfaces).
23430              From: simon@brecon.co.uk (Simon Cozens)
23431              Subject: [PATCH] Eliminate tr///[CU][CU]
23432              Date: 23 Jun 2000 11:05:40 GMT
23433              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
23434              
23435              doc typo fix
23436              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
23437              From: Ian Phillipps <Ian.Phillipps@iname.com>
23438              Date: Fri, 23 Jun 2000 10:40:58 +0100
23439              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
23440      Branch: maint-5.6/perl
23441           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
23442 ____________________________________________________________________________
23443 [  7342] By: gsar                                  on 2000/10/16  08:28:08
23444         Log: integrate change#6217 from cfgperl (in part)
23445              
23446              Rename the fdpid locking and integrate with Sarathy.
23447      Branch: maint-5.6/perl
23448           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
23449           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
23450           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
23451           !> win32/win32.c
23452 ____________________________________________________________________________
23453 [  7341] By: gsar                                  on 2000/10/16  08:23:39
23454         Log: integrate changes#6214..6216 from mainline
23455              
23456              @_ can't have junk in it even in the non-USE_ITHREADS case because
23457              caller() wants to populate @DB::args with it (causes a coredump
23458              in Carp::confess())
23459              
23460              tweak comment about @DB::args
23461              
23462              be more optimal about clearing @_
23463      Branch: maint-5.6/perl
23464           !> av.h cop.h pp_ctl.c t/op/runlevel.t
23465 ____________________________________________________________________________
23466 [  7340] By: gsar                                  on 2000/10/16  08:20:37
23467         Log: integrate changes#6207..6210 from cfgperl
23468              
23469              Subject: [PATCH 5.6.0] Threadsafe patches
23470              From: Dan Sugalski <dan@sidhe.org>
23471              To: perl5-porters@perl.org
23472              Date: Mon, 08 May 2000 18:08:13 -0400
23473              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
23474              
23475              Regen headers for #6207.
23476              
23477              Lock PL_fdpid against race conditions, based on:
23478              Subject: [PATCH 5.6.0]subprocess fixup for threads
23479              From: Dan Sugalski <dan@sidhe.org>
23480              To: perl5-porters@perl.org
23481              Date: Tue, 11 Apr 2000 17:02:32 -0400
23482              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
23483              
23484              Mopup for #6207 and #6209.
23485      Branch: maint-5.6/perl
23486           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
23487           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
23488           !> win32/win32.c
23489 ____________________________________________________________________________
23490 [  7339] By: gsar                                  on 2000/10/16  08:14:34
23491         Log: integrate change#6203 from cfgperl
23492              
23493              perldiag should refer to perlos2.pod not README.os2
23494      Branch: maint-5.6/perl
23495           !> pod/perldiag.pod
23496 ____________________________________________________________________________
23497 [  7338] By: gsar                                  on 2000/10/16  08:11:42
23498         Log: integrate change#6201 from mainline
23499              
23500              Perl_eval_pv() leaks 4 bytes every time it is called because it
23501              does a PUSHMARK that's never ever POPMARKed; in general, only
23502              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
23503              Perl_eval_[sp]v() don't because they don't take any incoming
23504              arguments (this leak has been around since the original version
23505              of perl_eval_pv() in 5.003_97e)
23506      Branch: maint-5.6/perl
23507           !> perl.c
23508 ____________________________________________________________________________
23509 [  7337] By: gsar                                  on 2000/10/16  08:08:47
23510         Log: integrate changes#6197..6200 from cfgperl
23511              
23512              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
23513              From: John Borwick <jhborwic@unity.ncsu.edu>
23514              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
23515              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
23516              
23517              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
23518              From: Dan Sugalski <dan@sidhe.org>
23519              To: vmsperl@perl.org, perl5-porters@perl.org
23520              Date: Fri, 02 Jun 2000 16:00:41 -0400
23521              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
23522              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
23523              
23524              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
23525              From: Dan Sugalski <dan@sidhe.org>
23526              To: perl5-porters@perl.org, vmsperl@perl.org
23527              Date: Fri, 02 Jun 2000 17:30:51 -0400
23528              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
23529              
23530              Update to cperl-mode.el 4.31 from
23531              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
23532              Subject: A couple of notes
23533              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23534              To: Mailing list Perl5 <perl5-porters@perl.org>
23535              Date: Sat, 3 Jun 2000 23:33:32 -0400
23536              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
23537      Branch: maint-5.6/perl
23538           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
23539           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
23540           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
23541           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
23542           !> vms/vmsish.h
23543 ____________________________________________________________________________
23544 [  7336] By: gsar                                  on 2000/10/16  08:03:46
23545         Log: integrate changes#6194,6195 from mainline
23546              
23547              fix small eval"" memory leaks under USE_ITHREADS
23548              
23549              fix yet another eval"" leak under USE_ITHREADS
23550      Branch: maint-5.6/perl
23551           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
23552           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
23553           !> vms/perly_c.vms
23554 ____________________________________________________________________________
23555 [  7335] By: gsar                                  on 2000/10/16  08:02:15
23556         Log: integrate changes#6190,6191 from mainline
23557              
23558              submit missing embed.pl change
23559              
23560              vec() loses numericalness (modified version of patch suggested
23561              by Robin Barker)
23562      Branch: maint-5.6/perl
23563           !> doop.c embed.pl t/op/vec.t
23564 ____________________________________________________________________________
23565 [  7334] By: gsar                                  on 2000/10/16  08:01:03
23566         Log: integrate change#6189 from mainline
23567              
23568              counting tr/// corrupts later operation (from M.J.T Guy)
23569      Branch: maint-5.6/perl
23570           !> doop.c t/op/tr.t
23571 ____________________________________________________________________________
23572 [  7333] By: gsar                                  on 2000/10/16  07:59:07
23573         Log: integrate changes#6183..6188 from mainline
23574              
23575              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
23576              <nick@ccl4.org>)
23577              
23578              tweak for change#6127
23579              
23580              remove incorrect documentation about implicit split to @_ in
23581              list context, which never really worked in perl 5 (from
23582              M.J.T. Guy)
23583              
23584              further qualify references to "alphanumeric" (from Wolfgang Laun
23585              <wolfgang.laun@alcatel.at>)
23586              
23587              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
23588              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
23589              
23590              h2xs tweaks
23591      Branch: maint-5.6/perl
23592           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
23593           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
23594           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
23595           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
23596           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
23597           !> pod/pod2latex.PL utils/h2xs.PL
23598 ____________________________________________________________________________
23599 [  7332] By: gsar                                  on 2000/10/16  07:53:52
23600         Log: integrate change#6179 from mainline
23601              
23602              buggy modulus on UVs introduced by change#3378 (resulted in
23603              4063328477 % 65535 amounting to 27406, instead of 27407)
23604      Branch: maint-5.6/perl
23605           !> pp.c t/op/arith.t
23606 ____________________________________________________________________________
23607 [  7331] By: gsar                                  on 2000/10/16  07:52:49
23608         Log: integrate changes#6176,6177,6178,6182 from cfgperl
23609              
23610              Single-quoted utf8 patch from Simon Cozens.
23611              
23612              Substitution utf8 patch from Simon Cozens.
23613              
23614              Be cleaner.
23615              
23616              Be Cleaner Part Deux.
23617      Branch: maint-5.6/perl
23618           !> Makefile.SH pp_hot.c toke.c
23619 ____________________________________________________________________________
23620 [  7330] By: gsar                                  on 2000/10/16  07:41:36
23621         Log: integrate change#6172 from mainline
23622              
23623              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
23624              (from Ilya Zakharevich)
23625      Branch: maint-5.6/perl
23626           !> regexec.c t/op/re_tests
23627 ____________________________________________________________________________
23628 [  7329] By: gsar                                  on 2000/10/16  07:40:25
23629         Log: integrate change#6171 from mainline
23630              
23631              scalar() doesn't force scalar context when used in void context
23632              (from Simon Cozens)
23633      Branch: maint-5.6/perl
23634           !> op.c t/op/wantarray.t
23635 ____________________________________________________________________________
23636 [  7328] By: gsar                                  on 2000/10/16  07:39:33
23637         Log: integrate change#6170 from mainline
23638              
23639              change#6142 needs tweaks to tests to work where there's no
23640              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
23641      Branch: maint-5.6/perl
23642           !> t/lib/filefind.t
23643 ____________________________________________________________________________
23644 [  7327] By: gsar                                  on 2000/10/16  07:35:34
23645         Log: integrate changes#6166..6168 from cfgperl
23646              
23647              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
23648              in case somebody wants to write an extension for more
23649              shadow database interfaces.
23650              
23651              tweak todo
23652              
23653              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
23654      Branch: maint-5.6/perl
23655           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23656           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
23657           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
23658           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
23659           !> win32/config.vc win32/config_H.bc win32/config_H.gc
23660           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
23661 ____________________________________________________________________________
23662 [  7326] By: gsar                                  on 2000/10/16  07:29:05
23663         Log: integrate changes#6157,6159..6161,6164 from cfgperl
23664              
23665              Regen Configure to jive with #6149.
23666              
23667              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
23668              
23669              Changes for the File::Temp 0.08 (change #6159) test suite
23670              to fit better into the Perl distribution test framework.
23671              
23672              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
23673              both from Simon Cozens.
23674              
23675              detypo
23676      Branch: maint-5.6/perl
23677           +> pod/perlmodlib.PL pod/perlnewmod.pod
23678           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
23679           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
23680           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
23681           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
23682 ____________________________________________________________________________
23683 [  7325] By: gsar                                  on 2000/10/16  07:25:13
23684         Log: integrate change#6158 from vmsperl
23685              
23686              Add fallback to tmpfile for use in cases where user's relying on
23687              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
23688              Lane's patch)
23689      Branch: maint-5.6/perl
23690           !> vms/vms.c vms/vmsish.h
23691 ____________________________________________________________________________
23692 [  7324] By: gsar                                  on 2000/10/16  07:20:50
23693         Log: integrate changes#6153..6155 from mainline
23694              
23695              prettier Test::Harness output on failed tests (from Nicholas Clark
23696              <nick@Bagpuss.uk.boo.com>)
23697              
23698              avoid type mismatch warning
23699              
23700              small bug in change#6144; remove random \xA0 character that snuck
23701              in via change#6145
23702      Branch: maint-5.6/perl
23703           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
23704           !> perl.c
23705 ____________________________________________________________________________
23706 [  7323] By: gsar                                  on 2000/10/16  07:18:47
23707         Log: integrate changes#6151,6152 from mainline
23708              
23709              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
23710              
23711              cosmetic fixups of RE debug output (from Ilya Zakharevich)
23712      Branch: maint-5.6/perl
23713           !> regexec.c
23714 ____________________________________________________________________________
23715 [  7322] By: gsar                                  on 2000/10/16  07:17:25
23716         Log: integrate changes#6146..6150 from mainline
23717              
23718              doc typo
23719              
23720              add a make entry to Config.pm so "perl -V:make" works on VMS
23721              (from Peter Prymmer)
23722              
23723              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
23724              
23725              OS/2 tweaks for usethreads build (from Rocco Caputo
23726              <troc@netrus.net>)
23727              
23728              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
23729      Branch: maint-5.6/perl
23730           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
23731           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
23732           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
23733           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
23734           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
23735           !> warnings.pl x2p/a2p.h
23736 ____________________________________________________________________________
23737 [  7321] By: gsar                                  on 2000/10/16  07:14:02
23738         Log: integrate changes#6143..6145 from mainline
23739              
23740              MacOS support, part 1 (from Matthias Neeracher
23741              <neeri@iis.ee.ethz.ch>)
23742              
23743              MacOS support, part 2: make AutoSplit use File::Spec instead
23744              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
23745              <neeri@iis.ee.ethz.ch>)
23746              
23747              make xsubpp skip embedded pod (from Matthias Neeracher
23748              <neeri@iis.ee.ethz.ch>)
23749      Branch: maint-5.6/perl
23750           +> ext/DynaLoader/dl_mac.xs
23751           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
23752           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
23753           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
23754           !> pp_ctl.c proto.h toke.c util.c util.h
23755 ____________________________________________________________________________
23756 [  7320] By: gsar                                  on 2000/10/16  07:12:13
23757         Log: integrate changes#6141,6142 from mainline
23758              
23759              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
23760              forwarded by Peter Seebach from the bsdi-users mailing list.
23761              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
23762              
23763              File::Find fails to chdir when chasing symlinks (from
23764              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
23765      Branch: maint-5.6/perl
23766           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
23767 ____________________________________________________________________________
23768 [  7319] By: gsar                                  on 2000/10/16  07:04:30
23769         Log: integrate change#6139 from mainline
23770              
23771              revise mktables.PL for bugs and newness in Unicode 3.0
23772              (from James Bence <jbence@amgen.com>)
23773      Branch: maint-5.6/perl
23774           +> (branch 30 files)
23775           !> (integrate 49 files)
23776 ____________________________________________________________________________
23777 [  7318] By: gsar                                  on 2000/10/16  07:01:01
23778         Log: integrate changes#6137,6138 from mainline
23779              
23780              fix bogus redeclaration warning for "our" variables in different
23781              scopes
23782              
23783              add note about the handling of negative indices to tied arrays
23784              (from Michael G Schwern <schwern@pobox.com>)
23785      Branch: maint-5.6/perl
23786           !> op.c pod/perltie.pod t/pragma/strict-vars
23787 ____________________________________________________________________________
23788 [  7317] By: gsar                                  on 2000/10/16  06:58:46
23789         Log: integrate changes#6127..6136 from mainline
23790              
23791              call_method(...,G_EVAL) can longjmp() out if the method probing
23792              failed (from Gisle Aas)
23793              
23794              new perlxstut example for passing/returning refs to arrays
23795              (from David Lowe <dlowe@pootpoot.com>)
23796              
23797              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
23798              
23799              fix places that mean C<"word" character> but say C<alphanumeric
23800              character>
23801              
23802              avoid warnings in POSIX.pm (from Barrie Slaymaker)
23803              
23804              warnings::enabled() doesn't fall back to looking at $^W if
23805              caller isn't using lexical warnings (from Paul Marquess)
23806              
23807              elide bogus test in change#6132
23808              
23809              make Test::Harness use wait.h/WCOREDUMP if available
23810              (from Ben Tilly <ben_tilly@hotmail.com>)
23811              
23812              enable Test::Harness to dynamically determine column width etc.
23813              (from Rob Napier <rnapier@employees.org>)
23814              
23815              random pod typos (from Peter Scott <Peter@PSDT.com>)
23816      Branch: maint-5.6/perl
23817           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
23818           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
23819           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
23820           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
23821 ____________________________________________________________________________
23822 [  7316] By: gsar                                  on 2000/10/16  06:53:23
23823         Log: integrate change#6126 from mainline
23824              
23825              change#2879 broke rvalue autovivification of magicals such as
23826              ${$num} (reworked variant of patch suggested by Simon Cozens)
23827      Branch: maint-5.6/perl
23828           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
23829           !> pp_hot.c proto.h t/op/gv.t
23830 ____________________________________________________________________________
23831 [  7315] By: gsar                                  on 2000/10/16  06:51:38
23832         Log: integrate changes#6123,6125 from mainline
23833              
23834              clarify gotcha with #line directives (from Rocco Caputo
23835              <troc@netrus.net>)
23836              
23837              enable propagating exception objects via Perl_croak() in XS code
23838              (from Gisle Aas)
23839      Branch: maint-5.6/perl
23840           !> pod/perldebug.pod pod/perlsyn.pod util.c
23841 ____________________________________________________________________________
23842 [  7314] By: gsar                                  on 2000/10/16  06:49:28
23843         Log: integrate change#6122 from mainline
23844              
23845              downgrade fatal error on C<"foo@nosucharray.com"> to optional
23846              warning (from Mark-Jason Dominus)
23847      Branch: maint-5.6/perl
23848           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
23849           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
23850           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
23851           !> toke.c
23852 ____________________________________________________________________________
23853 [  7313] By: gsar                                  on 2000/10/16  06:46:54
23854         Log: integrate changes#6112..6121 from vmsperl
23855              
23856              Check for existence of file before trying to delete
23857              
23858              Ugly workaround for version-specific RTL error
23859              
23860              Urk -- undo previous removal of vmsish 'exit' change
23861              
23862              Add bounds checking for several strings (Charles Lane)
23863              
23864              Miscellaneous cosmetic fixes (Charles Lane)
23865              
23866              Treat sockets as special in sys(read|write) (Charles Lane et al.)
23867              
23868              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
23869              Flatten case labels in switch statements uniformly (Charles Bailey)
23870              
23871              Quiet error messages in vmsish.t (Charles Lane)
23872              
23873              Add missing escape (Charles Lane)
23874              
23875              Allow eliminate_macros() and fixpath() to handle space-delimited
23876              lists (based on fixes by Craig Berry)
23877      Branch: maint-5.6/perl
23878           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
23879           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
23880           !> vms/vmsish.h
23881 ____________________________________________________________________________
23882 [  7312] By: gsar                                  on 2000/10/16  06:41:18
23883         Log: integrate changes#6107,6110 from cfgperl
23884              
23885              Tweak the todo list.
23886              
23887              todo tweak
23888      Branch: maint-5.6/perl
23889           !> Todo-5.6
23890 ____________________________________________________________________________
23891 [  7311] By: gsar                                  on 2000/10/16  06:38:38
23892         Log: integrate changes#6104,6108 from mainline
23893              
23894              PL_sys_intern was being initialized too late on windows
23895              
23896              reenable fake signal handling on Windows, bugs and all
23897      Branch: maint-5.6/perl
23898           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
23899           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
23900           !> win32/win32.c
23901 ____________________________________________________________________________
23902 [  7310] By: gsar                                  on 2000/10/16  06:36:03
23903         Log: integrate changes#6095,6097..6103 from cfgperl
23904              
23905              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
23906              might be useful in future.
23907              
23908              Add a note about possible compilation problems from Allen Smith.
23909              
23910              Add a note about other, yet unsupported, shadow password APIs.
23911              
23912              Tweaks for the cc bugs from Allen Smith.
23913              
23914              More compilation tweakery from Allen Smith.
23915              
23916              Hints and test tweaks for Unicos.
23917              
23918              The test suite tweak in #6101 wasn't quite right.
23919              
23920              Test tweaking for Unicos continues.
23921      Branch: maint-5.6/perl
23922           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23923           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
23924           !> t/lib/complex.t t/op/64bitint.t
23925 ____________________________________________________________________________
23926 [  7309] By: gsar                                  on 2000/10/16  06:29:41
23927         Log: integrate changes#6093,6094 from mainline
23928              
23929              fork() failure to create pseudo process sets errno=EAGAIN and returns
23930              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
23931              
23932              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
23933      Branch: maint-5.6/perl
23934           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
23935           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
23936 ____________________________________________________________________________
23937 [  7308] By: gsar                                  on 2000/10/16  06:27:29
23938         Log: integrate change#6092 from cfgperl
23939              
23940              Regen perltoc with the fixed buildtoc.
23941      Branch: maint-5.6/perl
23942           !> pod/perltoc.pod
23943 ____________________________________________________________________________
23944 [  7307] By: gsar                                  on 2000/10/16  06:26:40
23945         Log: integrate changes#6089,6090 from mainline
23946              
23947              buildtoc tweak to fix newline lossage
23948              
23949              concat doesn't preserve utf8-ness, and doesn't invalidate
23950              [NI]OK; added tests for both
23951      Branch: maint-5.6/perl
23952           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
23953 ____________________________________________________________________________
23954 [  7306] By: gsar                                  on 2000/10/16  06:24:05
23955         Log: integrate change#6088 from cfgperl
23956              
23957              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
23958              because we do not use those.  The HAS_GETSPNAM remains,
23959              though, because we still do use that.
23960      Branch: maint-5.6/perl
23961           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23962           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
23963           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
23964           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
23965           !> win32/config.vc win32/config_H.bc win32/config_H.gc
23966           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
23967 ____________________________________________________________________________
23968 [  7305] By: gsar                                  on 2000/10/16  06:15:52
23969         Log: integrate changes#6084,6085,6087 from mainline
23970              
23971              substr() does not preserve utf8-ness (from Stefan Eissing
23972              <Eissing@medicaldataservice.de>); added tests
23973              
23974              repeat operator (x) doesn't preserve utf8-ness
23975              
23976              reverse() and quotemeta() weren't preserving utf8-ness; add tests
23977      Branch: maint-5.6/perl
23978           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
23979 ____________________________________________________________________________
23980 [  7304] By: gsar                                  on 2000/10/16  06:13:10
23981         Log: integrate changes#6077..6083 from mainline
23982              
23983              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
23984              and Tom Phoenix)
23985              
23986              workaround for CRT bug in chdir() (from Charles Lane, via
23987              Peter Prymmer)
23988              
23989              remove outdated kludge in Carp (NULLs are permitted in diagnostics
23990              now)
23991              
23992              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
23993              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
23994              
23995              better default perlbug categories for ok reports (from Richard Foley)
23996              
23997              peek.t non-portable to ithreads
23998              
23999              note about undocumented caller() return value (from M.J.T. Guy);
24000              yet another peek.t tweak
24001      Branch: maint-5.6/perl
24002           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
24003           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
24004           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
24005           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
24006           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
24007           !> vms/vmsish.h
24008 ____________________________________________________________________________
24009 [  7303] By: gsar                                  on 2000/10/16  06:03:18
24010         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
24011              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
24012              
24013              &HUGE_VAL is not defined, it exists.
24014              
24015              Do not warn that an infinity does not look like a number.
24016              
24017              Rewrite the pwent/spent logic to be a little bit more clearer.
24018              
24019              Continue on the pwent/spent case.
24020              
24021              Correct Freudian slip.
24022              
24023              Use HUGE_VALL if applicable.
24024              
24025              pwent/spent #ifdef imbalance.
24026              
24027              Infinite problems.
24028              
24029              Call getspnam() only iff needd.
24030              
24031              Test both the scalar and list contexts.
24032              
24033              Use setxxent()/endxxent().
24034              
24035              Complex tweakery.
24036              
24037              Unicos hint tweak.
24038              
24039              Be more forgiving in POSIX about HUGE_VALL.
24040              
24041              Detypo.
24042              
24043              The search of infinity continues, this time simplified.
24044              
24045              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
24046              in natively 64-bit platforms where a long is a quad (no need
24047              for long longs).  Also added bias for IVs.
24048              
24049              Complex tweaks.
24050              
24051              Introduce t/lib/peek.t.
24052              
24053              Make the test more portable.
24054      Branch: maint-5.6/perl
24055           +> t/lib/peek.t
24056            ! pp_sys.c
24057           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
24058           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
24059           !> t/op/pwent.t toke.c util.c
24060 ____________________________________________________________________________
24061 [  7302] By: gsar                                  on 2000/10/16  05:03:37
24062         Log: integrate changes#6066..6071 from mainline
24063              
24064              s/END/CHECK/
24065              
24066              replace direct call to sighandler() with (*PL_sighandlerp)()
24067              
24068              note about values()
24069              
24070              File::Spec compatibility update (from Barrie Slaymaker
24071              <barries@slaysys.com>)
24072              
24073              remove misleading comment (from M.J.T. Guy)
24074              
24075              misformatted perllocal.pod (from Tim Jenness
24076              <t.jenness@jach.hawaii.edu>)
24077      Branch: maint-5.6/perl
24078           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
24079           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
24080           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
24081           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
24082 ____________________________________________________________________________
24083 [  7301] By: gsar                                  on 2000/10/16  05:00:08
24084         Log: integrate changes#6061..6063 from mainline
24085              
24086              change#5921 neglected to make eq honor "use bytes"
24087              
24088              additional tests for utf8.t
24089              
24090              tokeq() could read unallocated field in argument
24091      Branch: maint-5.6/perl
24092           !> sv.c t/pragma/utf8.t toke.c
24093 ____________________________________________________________________________
24094 [  7300] By: gsar                                  on 2000/10/16  04:56:54
24095         Log: integrate changes#6046,6048,6057,6058 from mainline
24096              
24097              libscheck has insufficient checks for n32 libs (from
24098              Albert Chin-A-Young <china@thewrittenword.com>)
24099              
24100              add note about how $( doesn't interpolate in REs (from
24101              Philip Newton <newton@ficus.frogspace.net>)
24102              
24103              fix broken parsing of /\x{ab}/
24104              
24105              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
24106              (spotted by Donald Kinzer <dkinzer@premia.com>)
24107      Branch: maint-5.6/perl
24108           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
24109           !> t/pragma/utf8.t
24110 ____________________________________________________________________________
24111 [  7299] By: gsar                                  on 2000/10/16  04:52:50
24112         Log: integrate change#6044 from mainline
24113              
24114              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
24115              such that underscores are only ignored in literal numbers,
24116              "\x{...}", and hex/oct argument
24117      Branch: maint-5.6/perl
24118           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
24119 ____________________________________________________________________________
24120 [  7298] By: gsar                                  on 2000/10/16  04:50:53
24121         Log: integrate changes#6027..6043 from mainline
24122              
24123              podlators-1.02 update (from Russ Allbery)
24124              
24125              Pod::Man generates groff-incompatible macro definition (from
24126              Tom Christiansen)
24127              
24128              add CGI.pm v2.66 (from Lincoln Stein)
24129              
24130              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
24131              for @- and @+ (from Johan Vromans)
24132              
24133              small nits in diagnostics.pm (from Robin Barker)
24134              
24135              whitespace adjustments
24136              
24137              missing files in MANIFEST
24138              
24139              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
24140              to compensate
24141              
24142              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
24143              
24144              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
24145      Branch: maint-5.6/perl
24146           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
24147           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
24148           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
24149           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
24150           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
24151           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
24152           !> t/lib/cgi-html.t t/lib/cgi-request.t
24153 ____________________________________________________________________________
24154 [  7297] By: gsar                                  on 2000/10/16  04:44:30
24155         Log: integrate change#6025 from mainline
24156              
24157              Is{Alnum,Alpha,Word} don't match titlecase
24158              TODO: IsSpace is defined recursively!
24159              (both spotted by Larry)
24160      Branch: maint-5.6/perl
24161           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
24162           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
24163 ____________________________________________________________________________
24164 [  7296] By: gsar                                  on 2000/10/16  04:39:30
24165         Log: integrate change#6023 from mainline
24166              
24167              debugger stomps on $. (from M.J.T. Guy)
24168      Branch: maint-5.6/perl
24169           !> lib/perl5db.pl
24170 ____________________________________________________________________________
24171 [  7295] By: gsar                                  on 2000/10/16  04:38:02
24172         Log: integrate change#6022 from mainline
24173              
24174              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
24175      Branch: maint-5.6/perl
24176           !> sv.c
24177 ____________________________________________________________________________
24178 [  7294] By: gsar                                  on 2000/10/16  04:37:05
24179         Log: integrate changes#6018..6021 from mainline
24180              
24181              make lib/syslog.t portable to systems that don't have _PATH_LOG,
24182              make _PATH_LOG() return "" if unavailable
24183              
24184              windows portability tweaks
24185              
24186              test tweak
24187              
24188              remove Win2K issue in pod (fixed by change#6020)
24189      Branch: maint-5.6/perl
24190           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
24191           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
24192           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
24193 ____________________________________________________________________________
24194 [  7293] By: gsar                                  on 2000/10/16  04:20:00
24195         Log: integrate changes#6013..6015 from mainline
24196              
24197              tweak change#5945 to display correct switch name in diagnostic
24198              
24199              glob() loading File::Glob behind the scenes may cause syntax errors
24200              
24201              tweak test for portability
24202      Branch: maint-5.6/perl
24203           !> op.c perl.c pod/perldiag.pod t/lib/b.t
24204 ____________________________________________________________________________
24205 [  7292] By: gsar                                  on 2000/10/16  04:18:11
24206         Log: integrate changes#6005..6010 from mainline, cfgperl
24207              
24208              perldoc might fail via "use blib" (from Hugo van der Sanden)
24209              
24210              Regen Configure.
24211              
24212              note about compile failures and END blocks (from M.J.T. Guy)
24213              
24214              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
24215              
24216              (change#6009 integrated earlier in change#7255)
24217              
24218              clarify note about shadow password support (from
24219              gellyfish@gellyfish.com)
24220      Branch: maint-5.6/perl
24221           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
24222           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
24223           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
24224 ____________________________________________________________________________
24225 [  7291] By: gsar                                  on 2000/10/16  04:12:03
24226         Log: integrate changes#6002,6003 from mainline
24227              
24228              destructive sv_setsv() can lose UV-ness from source, causing
24229              numeric promotions/comparisons to fail to do the right thing
24230              
24231              allow REG_EXPAND_SZ keys in Windows registry (from
24232              John Clayton <John.Clayton@barclayscapital.com>)
24233      Branch: maint-5.6/perl
24234           !> sv.c win32/win32.c
24235 ____________________________________________________________________________
24236 [  7290] By: gsar                                  on 2000/10/16  04:10:19
24237         Log: integrate change#6001 from mainline
24238              
24239              support additional library locations via $Config{otherlibdirs}
24240              (from Andy Dougherty)
24241      Branch: maint-5.6/perl
24242           !> Configure INSTALL Porting/Glossary Porting/config.sh
24243           !> Porting/config_H config_h.SH epoc/config.sh perl.c
24244           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
24245           !> win32/config.bc win32/config.gc win32/config.vc
24246 ____________________________________________________________________________
24247 [  7289] By: gsar                                  on 2000/10/16  04:08:28
24248         Log: integrate change#5999 from mainline
24249              
24250              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
24251      Branch: maint-5.6/perl
24252           !> t/pragma/warn/toke toke.c
24253 ____________________________________________________________________________
24254 [  7288] By: gsar                                  on 2000/10/16  04:07:01
24255         Log: integrate changes#5997,5998 from cfgperl
24256              
24257              Preserve $!.
24258              
24259              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
24260      Branch: maint-5.6/perl
24261           !> lib/Math/Complex.pm
24262 ____________________________________________________________________________
24263 [  7287] By: gsar                                  on 2000/10/16  04:04:37
24264         Log: integrate change#5995 from mainline
24265              
24266              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
24267      Branch: maint-5.6/perl
24268           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
24269 ____________________________________________________________________________
24270 [  7286] By: gsar                                  on 2000/10/16  04:03:21
24271         Log: integrate change#5994 from mainline
24272              
24273              fix for missed accounting for null byte in pack("Z",...) (from
24274              M.J.T. Guy)
24275      Branch: maint-5.6/perl
24276           !> pp.c t/op/pack.t
24277 ____________________________________________________________________________
24278 [  7285] By: gsar                                  on 2000/10/16  04:02:11
24279         Log: integrate changes#5989..5993 from mainline
24280              
24281              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
24282              itself and no other (from Tom Hughes)
24283              
24284              use $ENV{LIB} to search for libs under Visual C compiler
24285              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
24286              
24287              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
24288              
24289              pod nit (from Simon Cozens)
24290              
24291              various minor tweaks seen on p5p
24292      Branch: maint-5.6/perl
24293           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
24294           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
24295           !> t/op/array.t toke.c
24296 ____________________________________________________________________________
24297 [  7284] By: gsar                                  on 2000/10/16  03:59:00
24298         Log: integrate changes#5978..5988 from mainline
24299              
24300              sync version numbers in File::Spec with the ones on CPAN
24301              (from Barrie Slaymaker)
24302              
24303              under useithreads, constant pad entries could inadvertantly be
24304              shared across threads (from Eric Blood <eblood@xmission.com>);
24305              added Eric's test case to testsuite
24306              
24307              allow Configure -S to run non-interactively (spotted by Greg Hudson
24308              <ghudson@mit.edu>)
24309              
24310              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
24311              prototype mismatch with CORE::glob(); update pod and tests to
24312              suit (File::Glob::glob() is still available for backward
24313              compatibility, but should be considered deprecated)
24314              
24315              avoid error in IO::Socket::INET when given an unknown service name
24316              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
24317              
24318              numeric conversion of non-number in change#3378 tramples on
24319              OOK offset, causing segfaults
24320              
24321              attributes::reftype() doesn't work on tied argument
24322              
24323              forked child may not exit correctly if it failed to open
24324              /dev/console (from Graham Barr)
24325              
24326              add regular expressions tutorial and quick-start guide (from
24327              Mark Kvale <kvale@phy.ucsf.edu>)
24328              
24329              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
24330              
24331              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
24332              <paul@miraclefish.com>)
24333      Branch: maint-5.6/perl
24334           +> pod/perlrequick.pod pod/perlretut.pod
24335           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
24336           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
24337           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
24338           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
24339           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
24340           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
24341           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
24342           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
24343 ____________________________________________________________________________
24344 [  7283] By: gsar                                  on 2000/10/16  03:52:14
24345         Log: integrate change#5977 from mainline
24346              
24347              autoquote barewords followed by newline and arrow properly
24348              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
24349      Branch: maint-5.6/perl
24350           !> t/pragma/warn/toke toke.c
24351 ____________________________________________________________________________
24352 [  7282] By: gsar                                  on 2000/10/16  03:50:48
24353         Log: integrate change#5976 from mainline
24354              
24355              DB_File v1.73 update (from Paul Marquess)
24356      Branch: maint-5.6/perl
24357           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
24358           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
24359 ____________________________________________________________________________
24360 [  7281] By: gsar                                  on 2000/10/16  03:49:14
24361         Log: integrate change#5975 from mainline
24362              
24363              allow sort() reentrancy (variant of patch suggested by
24364              Hugo van der Sanden)
24365      Branch: maint-5.6/perl
24366           !> pp_ctl.c t/op/sort.t
24367 ____________________________________________________________________________
24368 [  7280] By: gsar                                  on 2000/10/16  03:48:22
24369         Log: integrate change#5974 from mainline
24370              
24371              change#4197 somehow missed initializing PL_errors, meaning
24372              syntax error queueing wasn't working outside eval"" at all;
24373              also fixed eval"" to localize PL_error_count, so that compile-time
24374              eval's don't clobber the error state of the outer context
24375      Branch: maint-5.6/perl
24376           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
24377           !> t/pragma/warn/toke
24378 ____________________________________________________________________________
24379 [  7279] By: gsar                                  on 2000/10/16  03:46:21
24380         Log: integrate change#5973 from mainline
24381              
24382              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
24383      Branch: maint-5.6/perl
24384           !> regcomp.c regexec.c t/op/re_tests
24385 ____________________________________________________________________________
24386 [  7278] By: gsar                                  on 2000/10/16  03:44:54
24387         Log: integrate change#5971 from cfgperl
24388              
24389              Unicos tweaks from Mark P. Lutz.
24390      Branch: maint-5.6/perl
24391           !> hints/unicos.sh lib/Math/Complex.pm
24392 ____________________________________________________________________________
24393 [  7277] By: gsar                                  on 2000/10/16  03:42:59
24394         Log: integrate changes#5966..5970 from mainline
24395              
24396              add testsuite for B backends, fix bug in B::Deparse (from
24397              Simon Cozens <simon@brecon.co.uk>)
24398              
24399              improved docs on the warn_uninit diagnostic (from David Glasser
24400              and Simon Cozens)
24401              
24402              tolerate spaces in group names in test on solaris (from David Boyce
24403              <dsb@boyski.com>)
24404              
24405              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
24406              
24407              Data::Dumper fumbles negative numbers on 32-bit platforms where
24408              IV is >32bits
24409      Branch: maint-5.6/perl
24410           +> t/lib/b.t t/lib/syslog.t
24411           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
24412           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
24413           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
24414 ____________________________________________________________________________
24415 [  7276] By: gsar                                  on 2000/10/16  03:39:30
24416         Log: integrate change#5965 from mainline
24417              
24418              avoid "will not stay shared" warnings for our variables (from
24419              Robin Barker)
24420      Branch: maint-5.6/perl
24421           !> op.c t/pragma/warn/op
24422 ____________________________________________________________________________
24423 [  7275] By: gsar                                  on 2000/10/16  03:38:18
24424         Log: integrate change#5964 from mainline
24425              
24426              reformat to 72 columns (again)
24427      Branch: maint-5.6/perl
24428           !> pod/perldiag.pod
24429 ____________________________________________________________________________
24430 [  7274] By: gsar                                  on 2000/10/16  03:36:58
24431         Log: integrate change#5963 from mainline
24432              
24433              patch from Larry to make (\&) prototype work; added tests for
24434              the same
24435      Branch: maint-5.6/perl
24436           !> op.c t/comp/proto.t
24437 ____________________________________________________________________________
24438 [  7273] By: gsar                                  on 2000/10/16  03:35:51
24439         Log: integrate changes#5956..5962 from mainline
24440              
24441              better diagnostics on failed tests (from Ilya Zakharevich)
24442              
24443              pod nits (from A. C. Yardley <yardley@tanet.net>)
24444              
24445              change#3569 deleted some essential code, revert; avoid use of
24446              atexit() to make DynaLoader work properly on AIX under mod_perl
24447              (from Jens-Uwe Mager <jum@helios.de>)
24448              
24449              doubled words in pods (from Simon Cozens
24450              <simon.p.cozens@jp.pwcglobal.com>)
24451              
24452              better INSTALL notes on Solaris issues (from Dominic Dunlop)
24453              
24454              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
24455              
24456              updated README.hpux (from Jeff Okamoto)
24457      Branch: maint-5.6/perl
24458           !> INSTALL README.hpux emacs/cperl-mode.el
24459           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
24460           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
24461           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
24462           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
24463           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
24464           !> t/op/lex_assign.t
24465 ____________________________________________________________________________
24466 [  7272] By: gsar                                  on 2000/10/16  03:31:22
24467         Log: integrate change#5955 from mainline
24468              
24469              longstanding bug exposed by change#3307: sort arguments weren't
24470              compiled with the right wantarray context (ensuing runtime lookup
24471              via block_gimme() was getting the incidental context of the
24472              sort() itself)
24473      Branch: maint-5.6/perl
24474           !> op.c t/op/sort.t
24475 ____________________________________________________________________________
24476 [  7271] By: gsar                                  on 2000/10/16  03:29:11
24477         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
24478              branch
24479              
24480              Flatten the cpp jungle doing the nosuid checking.
24481              
24482              Do not assume sign propagation. (from M.J.T. Guy)
24483              
24484              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
24485              
24486              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
24487              Now pp_ncmp() returns undef is either operand is a NaN.
24488              
24489              On second thoughts frexp() does have two arguments.
24490              
24491              Document that tr() is not tr(1).
24492              
24493              Be more robust on "extreme" (large absolute value)
24494              arguments.  Originally reported by Daniel Connelly
24495              as a problem with asinh() on large negative arguments,
24496              asinh() used to bail out because an argument to log()
24497              ended up being zero.  Ilya Zakharevich proposed using
24498              Taylor's series in such cases, which for such large
24499              arguments is a very good approximation.
24500              
24501              Undo "use integer" addition from 64bitint as it seems
24502              to break most of the subtests in Digital UNIX;
24503              Unicos needs to find another way.
24504      Branch: maint-5.6/perl
24505           !> (integrate 29 files)
24506 ____________________________________________________________________________
24507 [  7270] By: gsar                                  on 2000/10/16  03:09:44
24508         Log: integrate changes#5948,5949,5950 from mainline
24509              
24510              typo in vars.pm that leads to cryptic message (from Piotr
24511              Piatkowski <kompas@kompas.usr.onet.pl>)
24512              
24513              make perldoc use the pod2man from the same version (from
24514              M.J.T. Guy)
24515              
24516              reformat perldiag to avoid long lines
24517      Branch: maint-5.6/perl
24518           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
24519 ____________________________________________________________________________
24520 [  7269] By: gsar                                  on 2000/10/16  03:05:54
24521         Log: integrate change#5947 from mainline
24522              
24523              use &dl_error rather than &dl_load_file as the guard for calling
24524              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
24525              statically built perl)
24526      Branch: maint-5.6/perl
24527           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
24528 ____________________________________________________________________________
24529 [  7268] By: gsar                                  on 2000/10/16  03:04:48
24530         Log: integrate change#5945 from mainline
24531              
24532              make module name mandatory after -M switch; reorder perldiag
24533              alphabetically (from Mark-Jason Dominus)
24534      Branch: maint-5.6/perl
24535           !> perl.c pod/perldiag.pod
24536 ____________________________________________________________________________
24537 [  7267] By: gsar                                  on 2000/10/16  03:03:01
24538         Log: integrate change#5939 from mainline
24539              
24540              more pod nits (from Larry Virden)
24541      Branch: maint-5.6/perl
24542           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
24543           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
24544           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
24545 ____________________________________________________________________________
24546 [  7266] By: gsar                                  on 2000/10/16  03:01:39
24547         Log: integrate change#5938 from mainline
24548              
24549              Consolidated B::Deparse fixes (from Stephen McCamant)
24550      Branch: maint-5.6/perl
24551           !> ext/B/B/Deparse.pm
24552 ____________________________________________________________________________
24553 [  7265] By: gsar                                  on 2000/10/16  03:00:43
24554         Log: integrate change#5936 from mainline
24555              
24556              additional tests for change#7263 (from Paul Marquess)
24557      Branch: maint-5.6/perl
24558           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
24559           !> t/pragma/warn/5nolint t/pragma/warn/6default
24560 ____________________________________________________________________________
24561 [  7264] By: gsar                                  on 2000/10/16  02:58:34
24562         Log: integrate change#5934 from mainline
24563              
24564              propagate lexical warnings from surrounding scope correctly
24565              within string eval() (from Paul Marquess)
24566      Branch: maint-5.6/perl
24567           !> pp_ctl.c t/pragma/warn/pp_ctl
24568 ____________________________________________________________________________
24569 [  7263] By: gsar                                  on 2000/10/16  02:56:53
24570         Log: integrate change#5932 from mainline
24571              
24572              add rsignal(), whichsig() and do_join() to public API list
24573              (mod_perl uses them to good advantage)
24574      Branch: maint-5.6/perl
24575           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
24576 ____________________________________________________________________________
24577 [  7262] By: gsar                                  on 2000/10/16  02:55:53
24578         Log: integrate change#5931 from mainline
24579              
24580              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
24581      Branch: maint-5.6/perl
24582           !> pp_hot.c regexec.c t/op/pat.t
24583 ____________________________________________________________________________
24584 [  7261] By: gsar                                  on 2000/10/16  02:55:01
24585         Log: integrate change#5930 from mainline
24586              
24587              small os390 tweaks (from Peter Prymmer)
24588      Branch: maint-5.6/perl
24589           !> config_h.SH makedepend.SH
24590 ____________________________________________________________________________
24591 [  7260] By: gsar                                  on 2000/10/16  02:54:10
24592         Log: integrate change#5929 from mainline
24593              
24594              pod nits
24595      Branch: maint-5.6/perl
24596           !> pod/perlguts.pod
24597 ____________________________________________________________________________
24598 [  7259] By: gsar                                  on 2000/10/16  02:52:55
24599         Log: integrate change#5927 from mainline
24600              
24601              arrange for next() to resume at the unstack op rather than the
24602              loop conditional, so that scope cleanup happens correctly
24603              (from Stephen McCamant)
24604      Branch: maint-5.6/perl
24605           !> op.c pp_ctl.c t/op/misc.t
24606 ____________________________________________________________________________
24607 [  7258] By: gsar                                  on 2000/10/16  02:51:38
24608         Log: integrate change#5926 from mainline
24609              
24610              on windows, reserve 16M of stack rather than 128M (allows more
24611              threads to run concurrently)
24612      Branch: maint-5.6/perl
24613           !> win32/Makefile win32/makefile.mk
24614 ____________________________________________________________________________
24615 [  7257] By: gsar                                  on 2000/10/16  02:50:37
24616         Log: integrate change#5925 from mainline
24617              
24618              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
24619      Branch: maint-5.6/perl
24620           !> toke.c
24621 ____________________________________________________________________________
24622 [  7256] By: gsar                                  on 2000/10/16  02:49:36
24623         Log: integrate change#5924 from mainline
24624              
24625              avoid using uninitialized memory in require version check
24626      Branch: maint-5.6/perl
24627           !> pp_ctl.c universal.c
24628 ____________________________________________________________________________
24629 [  7255] By: gsar                                  on 2000/10/16  02:48:03
24630         Log: integrate changes#5923,5928,6009 from mainline
24631              
24632              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
24633      Branch: maint-5.6/perl
24634           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
24635 ____________________________________________________________________________
24636 [  7254] By: gsar                                  on 2000/10/16  02:44:46
24637         Log: integrate change#5922 from mainline
24638              
24639              commentary about IoTYPE() (from Nathan Torkington)
24640      Branch: maint-5.6/perl
24641           !> sv.h
24642 ____________________________________________________________________________
24643 [  7253] By: gsar                                  on 2000/10/16  02:43:49
24644         Log: integrate change#5921 from mainline
24645              
24646              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
24647      Branch: maint-5.6/perl
24648           !> sv.c t/lib/charnames.t t/pragma/utf8.t
24649 ____________________________________________________________________________
24650 [  7252] By: gsar                                  on 2000/10/16  02:42:31
24651         Log: integrate change#5920 from mainline
24652              
24653              Larry's fix for buggy propagation of utf8-ness in join(); add test
24654      Branch: maint-5.6/perl
24655           !> doop.c t/op/ver.t
24656 ____________________________________________________________________________
24657 [  7251] By: gsar                                  on 2000/10/16  02:41:14
24658         Log: integrate changes#5915..5919 from mainline
24659              
24660              various (pod tweaks &c)
24661      Branch: maint-5.6/perl
24662           !> (integrate 33 files)
24663 ____________________________________________________________________________
24664 [  7250] By: gsar                                  on 2000/10/16  02:38:16
24665         Log: integrate change#5914 from mainline
24666              
24667              caller() wasn't returning the right number of elements for
24668              eval {...}
24669      Branch: maint-5.6/perl
24670           !> pp_ctl.c t/pragma/warn/9enabled
24671 ____________________________________________________________________________
24672 [  7249] By: gsar                                  on 2000/10/16  02:37:02
24673         Log: integrate change#5913 from mainline
24674              
24675              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
24676              (from Mark-Jason Dominus)
24677      Branch: maint-5.6/perl
24678           !> pod/perlfunc.pod
24679 ____________________________________________________________________________
24680 [  7248] By: gsar                                  on 2000/10/16  02:35:58
24681         Log: integrate change#5912 from mainline
24682              
24683              fix totally broken caching in UNIVERSAL::isa() (from
24684              Nick Ing-Simmons)
24685      Branch: maint-5.6/perl
24686           !> t/op/universal.t universal.c
24687 ____________________________________________________________________________
24688 [  7247] By: gsar                                  on 2000/10/16  02:34:27
24689         Log: integrate changes#5910,5911 from mainline
24690              
24691              typo in pod
24692              
24693              add linebreak properties from unicode/LineBrk.txt (from
24694              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
24695      Branch: maint-5.6/perl
24696           +> (branch 29 files)
24697           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
24698 ____________________________________________________________________________
24699 [  7246] By: gsar                                  on 2000/10/16  02:33:29
24700         Log: integrate change#5909 from mainline
24701              
24702              mode argument to do_binmode() should be file mode, not boolean
24703      Branch: maint-5.6/perl
24704           !> pp_sys.c
24705 ____________________________________________________________________________
24706 [  7245] By: gsar                                  on 2000/10/16  02:31:04
24707         Log: integrate change#5908 from mainline
24708              
24709              introduce illegal symbols into null package so that
24710              gv_fetchpv(...,TRUE) always returns a valid GV even when the
24711              symbol is trapped by strictures (avoids coredumps)
24712      Branch: maint-5.6/perl
24713           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
24714           !> t/pragma/strict-vars
24715 ____________________________________________________________________________
24716 [  7244] By: jhi                                   on 2000/10/16  02:29:54
24717         Log: Subject: $Carp::ExportLevel confusion in Exporter
24718              From: "Ben Tilly" <ben_tilly@hotmail.com>
24719              Date: Sat, 14 Oct 2000 16:44:34 EDT
24720              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
24721      Branch: perl
24722            ! lib/Exporter/Heavy.pm
24723 ____________________________________________________________________________
24724 [  7243] By: jhi                                   on 2000/10/16  02:28:33
24725         Log: Subject: [PATCH perlguts.pod] Document offset hack
24726              From: Simon Cozens <simon@cozens.net>
24727              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
24728              Date: Sat, 14 Oct 2000 19:32:25 +0100
24729      Branch: perl
24730            ! pod/perlguts.pod
24731 ____________________________________________________________________________
24732 [  7242] By: gsar                                  on 2000/10/16  02:26:51
24733         Log: integrate changes#5905,5906,5907,6064 from mainline
24734              
24735              printf/sprintf didn't get quad types right under use64bitint
24736      Branch: maint-5.6/perl
24737           !> pp_sys.c sv.c t/op/64bitint.t
24738 ____________________________________________________________________________
24739 [  7241] By: jhi                                   on 2000/10/16  02:22:44
24740         Log: Subject: small pod patch
24741              From: Dan Boorstein <dan_boo@bellsouth.net>
24742              Date: Sat, 14 Oct 2000 14:29:24 -0400
24743              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
24744      Branch: perl
24745            ! pod/perlfaq7.pod pod/perlmod.pod
24746 ____________________________________________________________________________
24747 [  7240] By: jhi                                   on 2000/10/16  02:13:46
24748         Log: -w cleanup.
24749              
24750              Subject: Re: Problems with bleadperl 
24751              From: "Stephen P. Potter" <spp@ds.net>
24752              Date: Fri, 13 Oct 2000 13:32:49 -0400
24753              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
24754      Branch: perl
24755            ! t/pragma/overload.t
24756 ____________________________________________________________________________
24757 [  7239] By: jhi                                   on 2000/10/16  01:41:18
24758         Log: One more ~utf8 tweak.
24759      Branch: perl
24760            ! t/op/bop.t
24761 ____________________________________________________________________________
24762 [  7238] By: jhi                                   on 2000/10/16  01:34:14
24763         Log: Tweak the test of #7235.
24764      Branch: perl
24765            ! t/op/bop.t
24766 ____________________________________________________________________________
24767 [  7237] By: jhi                                   on 2000/10/16  01:25:04
24768         Log: Fix a couple of compiler-noted nits in #7235.
24769      Branch: perl
24770            ! pp.c
24771 ____________________________________________________________________________
24772 [  7236] By: jhi                                   on 2000/10/16  01:22:46
24773         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
24774      Branch: perl
24775            ! pp.c pp_hot.c
24776 ____________________________________________________________________________
24777 [  7235] By: jhi                                   on 2000/10/15  16:24:44
24778         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
24779              
24780              From: Simon Cozens <simon@cozens.net>
24781              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
24782              Date: Sat, 14 Oct 2000 20:52:13 +0100
24783              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
24784      Branch: perl
24785            ! pp.c t/op/bop.t utf8.h
24786 ____________________________________________________________________________
24787 [  7234] By: jhi                                   on 2000/10/15  15:19:29
24788         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
24789              The problem was that rx->minlen was in chars while pp_split()
24790              thought it would be in bytes. 
24791      Branch: perl
24792            ! pp.c t/pragma/utf8.t
24793 ____________________________________________________________________________
24794 [  7233] By: jhi                                   on 2000/10/14  20:24:24
24795         Log: Document FNCASE=y as discussed in the bug 20000902.009.
24796      Branch: perl
24797            ! README.dos
24798 ____________________________________________________________________________
24799 [  7232] By: jhi                                   on 2000/10/14  18:52:21
24800         Log: Add test for bug id 20000427.003 (which seems to have
24801              been fixed) (also duplicate as 20000427.004, though
24802              with a higher severity).  Move one utf8 from op/append
24803              to pragma/utf8, tag the tests with bug ids.
24804      Branch: perl
24805            ! t/op/append.t t/pragma/utf8.t
24806 ____________________________________________________________________________
24807 [  7231] By: jhi                                   on 2000/10/14  17:28:37
24808         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
24809      Branch: perl
24810            ! t/pragma/utf8.t
24811 ____________________________________________________________________________
24812 [  7230] By: jhi                                   on 2000/10/14  14:24:50
24813         Log: Needs to be conditional on SunOS 4.
24814              
24815              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
24816              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
24817              Date: Sat, 14 Oct 2000 13:37:49 +0100
24818              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
24819      Branch: metaconfig/U/perl
24820            ! End.U
24821      Branch: perl
24822            ! Configure myconfig.SH pod/perldelta.pod
24823 ____________________________________________________________________________
24824 [  7229] By: jhi                                   on 2000/10/14  00:49:22
24825         Log: Update Changes.
24826      Branch: perl
24827            ! Changes patchlevel.h
24828 ____________________________________________________________________________
24829 [  7228] By: jhi                                   on 2000/10/14  00:46:10
24830         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
24831              From: Peter Prymmer <pvhp@forte.com>
24832              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
24833              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
24834      Branch: perl
24835            ! lib/utf8.pm
24836 ____________________________________________________________________________
24837 [  7227] By: jhi                                   on 2000/10/13  23:20:30
24838         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
24839      Branch: perl
24840            ! t/op/tie.t
24841 ____________________________________________________________________________
24842 [  7226] By: jhi                                   on 2000/10/13  22:14:32
24843         Log: Tweak #7225.
24844              
24845              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
24846              From: Peter Prymmer <pvhp@forte.com>
24847              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
24848              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
24849      Branch: perl
24850            ! t/op/sprintf.t
24851 ____________________________________________________________________________
24852 [  7225] By: jhi                                   on 2000/10/13  22:11:31
24853         Log: op/sprintf.t patch for OS/390 (and any other host with limited
24854              floating-point exponent length)
24855              
24856              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
24857              From: Dominic Dunlop <domo@computer.org>
24858              Date: Fri, 13 Oct 2000 19:17:57 +0200
24859              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
24860      Branch: perl
24861            ! t/op/sprintf.t
24862 ____________________________________________________________________________
24863 [  7224] By: jhi                                   on 2000/10/13  18:40:48
24864         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
24865      Branch: perl
24866            ! toke.c
24867 ____________________________________________________________________________
24868 [  7223] By: jhi                                   on 2000/10/13  18:37:13
24869         Log: Thinko in #7222.
24870      Branch: perl
24871            ! utf8.c
24872 ____________________________________________________________________________
24873 [  7222] By: jhi                                   on 2000/10/13  18:05:23
24874         Log: Use UTF8SKIP(), from Simon Cozens.
24875      Branch: perl
24876            ! utf8.c
24877 ____________________________________________________________________________
24878 [  7221] By: jhi                                   on 2000/10/13  15:43:19
24879         Log: (accidentally empty check-in)
24880      Branch: perl
24881            ! utf8.c
24882 ____________________________________________________________________________
24883 [  7220] By: jhi                                   on 2000/10/13  15:23:51
24884         Log: Add (optimistically) Storable to static extensions.
24885      Branch: perl
24886            ! hints/uwin.sh hints/vmesa.sh
24887 ____________________________________________________________________________
24888 [  7219] By: jhi                                   on 2000/10/13  15:20:05
24889         Log: Amdahl UTS doesn't seem to do dynaloading.
24890      Branch: perl
24891            ! hints/uts.sh
24892 ____________________________________________________________________________
24893 [  7218] By: jhi                                   on 2000/10/13  15:15:20
24894         Log: Slight tweak of the code to appease Amdahl UTS cc.
24895      Branch: perl
24896            ! pp.c
24897 ____________________________________________________________________________
24898 [  7217] By: jhi                                   on 2000/10/13  14:50:42
24899         Log: In Amdahl UTS "struct sv" is defined by a system header,
24900              <ksync.h>.
24901      Branch: perl
24902            ! perl.h sv.h
24903 ____________________________________________________________________________
24904 [  7216] By: jhi                                   on 2000/10/13  11:58:25
24905         Log: Ilya implemented the memory profiling API.
24906      Branch: perl
24907            ! Todo
24908 ____________________________________________________________________________
24909 [  7215] By: jhi                                   on 2000/10/13  02:56:38
24910         Log: Subject: [PATCH 5.7.0] Perl API for mstats
24911              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24912              Date: Thu, 12 Oct 2000 22:52:40 -0400
24913              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
24914      Branch: perl
24915            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
24916 ____________________________________________________________________________
24917 [  7214] By: jhi                                   on 2000/10/13  02:55:38
24918         Log: Subject: [PATCH 5.7.0] IVs in mtats
24919              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24920              Date: Thu, 12 Oct 2000 22:51:04 -0400
24921              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
24922      Branch: perl
24923            ! malloc.c perl.h
24924 ____________________________________________________________________________
24925 [  7213] By: jhi                                   on 2000/10/13  02:31:47
24926         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
24927      Branch: perl
24928            ! pod/perldiag.pod pp_sys.c
24929 ____________________________________________________________________________
24930 [  7212] By: jhi                                   on 2000/10/13  01:27:38
24931         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
24932              From: Peter Prymmer <pvhp@forte.com>
24933              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
24934              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
24935      Branch: perl
24936            ! t/op/oct.t
24937 ____________________________________________________________________________
24938 [  7211] By: jhi                                   on 2000/10/13  00:35:09
24939         Log: Update Changes.
24940      Branch: perl
24941            ! Changes patchlevel.h
24942 ____________________________________________________________________________
24943 [  7210] By: jhi                                   on 2000/10/12  23:59:40
24944         Log: The Install.pm third of
24945              
24946              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
24947              From: Bill Campbell <bill@celestial.com>
24948              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
24949              Date: Thu, 5 Oct 2000 18:04:51 -0700
24950      Branch: perl
24951            ! lib/ExtUtils/Install.pm
24952 ____________________________________________________________________________
24953 [  7209] By: jhi                                   on 2000/10/12  23:58:43
24954         Log: Two thirds of
24955              
24956              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
24957              Date: Thu, 5 Oct 2000 18:04:51 -0700
24958              From: Bill Campbell <bill@celestial.com>
24959              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
24960              
24961              The Install.pm changes will be submitted separately because
24962              they need some work and discussion still.
24963      Branch: perl
24964            ! lib/getopts.pl lib/termcap.pl
24965 ____________________________________________________________________________
24966 [  7208] By: jhi                                   on 2000/10/12  23:41:19
24967         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
24968              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24969              Date:     Thu, 12 Oct 2000 07:30:02 EDT
24970              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
24971      Branch: perl
24972            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
24973            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
24974 ____________________________________________________________________________
24975 [  7207] By: jhi                                   on 2000/10/12  23:39:01
24976         Log: An updated EBCDIC tr patch.
24977              
24978              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
24979              From: Peter Prymmer <pvhp@forte.com>
24980              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
24981              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
24982      Branch: perl
24983            ! t/op/tr.t
24984 ____________________________________________________________________________
24985 [  7206] By: jhi                                   on 2000/10/12  23:34:55
24986         Log: Upgrade to CPAN 1.58, from Andreas König.
24987      Branch: perl
24988            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24989 ____________________________________________________________________________
24990 [  7205] By: jhi                                   on 2000/10/12  23:29:08
24991         Log: Introduce the man[24-8] variables, from Andy Dougherty.
24992      Branch: metaconfig/U/perl
24993            + mandirs.U mandirstyle.U
24994      Branch: perl
24995            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24996            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
24997            ! vos/config.h vos/config.pl vos/config_h.SH_orig
24998            ! win32/config.bc win32/config.gc win32/config.vc
24999 ____________________________________________________________________________
25000 [  7204] By: gsar                                  on 2000/10/12  18:11:24
25001         Log: restore change#7202
25002      Branch: perl
25003            ! mg.c
25004 ____________________________________________________________________________
25005 [  7203] By: gsar                                  on 2000/10/12  18:09:40
25006         Log: another test of the Emergency Broadcast System--back out 
25007              change#7202
25008      Branch: perl
25009            ! mg.c
25010 ____________________________________________________________________________
25011 [  7202] By: gsar                                  on 2000/10/12  16:40:47
25012         Log: (submitted on behalf of Jarkko)
25013              Fix the lib/encode.t subtest 6 failure as reported by Andreas
25014              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
25015              was unearthed by change 7182, as was a bug in HTML::Entities.
25016      Branch: perl
25017            ! mg.c
25018 ____________________________________________________________________________
25019 [  7201] By: jhi                                   on 2000/10/11  03:16:05
25020         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
25021      Branch: perl
25022            ! pp_hot.c t/pragma/utf8.t
25023 ____________________________________________________________________________
25024 [  7200] By: jhi                                   on 2000/10/11  00:40:30
25025         Log: The #7198 was a false alarm.
25026      Branch: perl
25027            ! pp_hot.c
25028 ____________________________________________________________________________
25029 [  7199] By: jhi                                   on 2000/10/11  00:26:04
25030         Log: Remove duplicated code.
25031      Branch: perl
25032            ! t/lib/cgi-html.t
25033 ____________________________________________________________________________
25034 [  7198] By: jhi                                   on 2000/10/10  23:30:46
25035         Log: (Retracted by #7200.)
25036      Branch: perl
25037            ! pp_hot.c
25038 ____________________________________________________________________________
25039 [  7197] By: jhi                                   on 2000/10/10  21:49:30
25040         Log: Add the test case for #7190, from the original bug report
25041              by Andreas König.
25042      Branch: perl
25043            ! t/pragma/utf8.t
25044 ____________________________________________________________________________
25045 [  7196] By: jhi                                   on 2000/10/10  21:40:49
25046         Log: Reapply Andy's patch and regen Configure.
25047      Branch: perl
25048            ! Configure INSTALL Makefile.SH Porting/Glossary
25049            ! Porting/config.sh config_h.SH epoc/config.sh installperl
25050            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
25051            ! win32/config.vc
25052 ____________________________________________________________________________
25053 [  7195] By: jhi                                   on 2000/10/10  21:09:30
25054         Log: Use the versiononly instead of the installscripts,
25055              retract the changes 7146 and 7147.
25056      Branch: perl
25057            ! Configure INSTALL Makefile.SH Porting/Glossary
25058            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
25059            ! installperl uconfig.sh vos/config.def win32/config.bc
25060            ! win32/config.gc win32/config.vc
25061 ____________________________________________________________________________
25062 [  7194] By: jhi                                   on 2000/10/10  21:06:15
25063         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
25064              From: Peter Prymmer <pvhp@forte.com>
25065              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
25066              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
25067      Branch: perl
25068            ! t/op/ver.t
25069 ____________________________________________________________________________
25070 [  7193] By: jhi                                   on 2000/10/10  21:05:12
25071         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
25072              From: Peter Prymmer <pvhp@forte.com>
25073              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
25074              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
25075      Branch: perl
25076            ! t/op/tr.t
25077 ____________________________________________________________________________
25078 [  7192] By: jhi                                   on 2000/10/10  20:57:30
25079         Log: Add versiononly, delete installscripts, from Andy Dougherty.
25080      Branch: metaconfig
25081            - U/installdirs/installscripts.U
25082      Branch: metaconfig/U/perl
25083            + versiononly.U
25084 ____________________________________________________________________________
25085 [  7191] By: jhi                                   on 2000/10/10  19:41:21
25086         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
25087              From: Peter Prymmer <pvhp@forte.com>
25088              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
25089              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
25090      Branch: perl
25091            ! pod/perlebcdic.pod
25092 ____________________________________________________________________________
25093 [  7190] By: jhi                                   on 2000/10/10  19:26:14
25094         Log: Subject: Re: utf8 concat, mg_get
25095              From: Simon Cozens <simon@cozens.net>
25096              Date: Tue, 10 Oct 2000 17:40:17 +0100
25097              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
25098      Branch: perl
25099            ! pp_hot.c
25100 ____________________________________________________________________________
25101 [  7189] By: jhi                                   on 2000/10/10  19:23:03
25102         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
25103              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
25104              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
25105              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
25106      Branch: perl
25107            ! lib/ExtUtils/MM_Unix.pm
25108 ____________________________________________________________________________
25109 [  7188] By: jhi                                   on 2000/10/10  15:31:24
25110         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
25111              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
25112              Date: Fri, 14 Jul 2000 10:47:36 +0100
25113              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
25114      Branch: perl
25115            ! README.win32
25116 ____________________________________________________________________________
25117 [  7187] By: jhi                                   on 2000/10/10  13:30:10
25118         Log: Quote the temp file name, needed in Win32 because the
25119              default name unfortunately contains spaces, shouldn't
25120              hurt elsewhere.
25121              
25122              Subject: FW: perldoc fails if $TEMP contains spaces
25123              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
25124              Date: Thu, 14 Sep 2000 08:58:45 +0100
25125              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
25126      Branch: perl
25127            ! utils/perldoc.PL
25128 ____________________________________________________________________________
25129 [  7186] By: jhi                                   on 2000/10/10  13:16:27
25130         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
25131              From: hv@hugo.hybyte.com
25132              Date: Tue, 10 Oct 2000 14:10:20 +0100
25133              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
25134      Branch: perl
25135            ! t/lib/thr5005.t util.c
25136 ____________________________________________________________________________
25137 [  7185] By: jhi                                   on 2000/10/10  12:06:22
25138         Log: Upgrade to podlators 1.04, from Russ Allbery.
25139      Branch: perl
25140            ! lib/Pod/Man.pm lib/Pod/Text.pm
25141 ____________________________________________________________________________
25142 [  7184] By: jhi                                   on 2000/10/10  12:01:32
25143         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
25144      Branch: perl
25145            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
25146 ____________________________________________________________________________
25147 [  7183] By: jhi                                   on 2000/10/09  23:47:15
25148         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
25149              From: Peter Prymmer <pvhp@forte.com>
25150              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
25151              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
25152      Branch: perl
25153            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
25154 ____________________________________________________________________________
25155 [  7182] By: jhi                                   on 2000/10/09  23:43:16
25156         Log: Make eq work again with utf8 (disabling the upgrading
25157              should no more be necessary since the copies of the
25158              scalars are upgraded, not the scalars themselves).
25159              Takes care of ID 20001009.001.  (The claimed length()
25160              bug in 20001009.001 seems bogus to me.)
25161      Branch: perl
25162            ! sv.c t/pragma/utf8.t
25163 ____________________________________________________________________________
25164 [  7181] By: gsar                                  on 2000/10/09  19:41:54
25165         Log: tweak for change#7173
25166      Branch: perl
25167            ! win32/win32sck.c
25168 ____________________________________________________________________________
25169 [  7180] By: gsar                                  on 2000/10/09  19:26:56
25170         Log: on Windows, clean targets might not work under some flavors of the shell
25171      Branch: perl
25172            ! win32/Makefile win32/makefile.mk
25173 ____________________________________________________________________________
25174 [  7179] By: jhi                                   on 2000/10/09  19:21:02
25175         Log: Update Changes.
25176      Branch: perl
25177            ! Changes patchlevel.h
25178 ____________________________________________________________________________
25179 [  7178] By: jhi                                   on 2000/10/09  19:18:23
25180         Log: Warn about unknown scripts.
25181              
25182              Subject: Re: ideas? patches? [PATCH bleadperl]
25183              From: Dominic Dunlop <domo@computer.org>
25184              Date: Mon, 9 Oct 2000 14:57:17 +0200
25185              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
25186      Branch: perl
25187            ! lib/charnames.pm
25188 ____________________________________________________________________________
25189 [  7177] By: jhi                                   on 2000/10/09  19:13:27
25190         Log: Change #7160 had a nasty typo.
25191      Branch: metaconfig
25192            ! U/compline/Compile.U
25193      Branch: perl
25194            ! Configure config_h.SH
25195 ____________________________________________________________________________
25196 [  7176] By: gsar                                  on 2000/10/09  18:59:33
25197         Log: pod nit
25198      Branch: perl
25199            ! pod/perlport.pod
25200 ____________________________________________________________________________
25201 [  7175] By: gsar                                  on 2000/10/09  18:54:28
25202         Log: Windows9x doesn't support link(), despite what Config.pm
25203              might think
25204      Branch: perl
25205            ! lib/ExtUtils/Manifest.pm
25206 ____________________________________________________________________________
25207 [  7174] By: gsar                                  on 2000/10/09  18:50:03
25208         Log: avoid nonportable example code
25209      Branch: perl
25210            ! lib/File/Copy.pm
25211 ____________________________________________________________________________
25212 [  7173] By: gsar                                  on 2000/10/09  18:46:54
25213         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
25214              being used) when closing a socket handle
25215      Branch: perl
25216            ! win32/win32.c win32/win32.h win32/win32sck.c
25217 ____________________________________________________________________________
25218 [  7172] By: gsar                                  on 2000/10/09  18:41:40
25219         Log: on Windows, cwd strings in the environment should be of the
25220              form =X:=X:\foo instead of =X=X:\foo\
25221      Branch: perl
25222            ! win32/vdir.h
25223 ____________________________________________________________________________
25224 [  7171] By: gsar                                  on 2000/10/09  18:30:09
25225         Log: on Windows, LoadLibrary() could load an extension DLL multiple
25226              times if forward slashes are used in the path
25227      Branch: perl
25228            ! win32/win32.c
25229 ____________________________________________________________________________
25230 [  7170] By: jhi                                   on 2000/10/09  17:53:59
25231         Log: Add a todo note about overloadable assertions.
25232      Branch: perl
25233            ! Todo-5.6
25234 ____________________________________________________________________________
25235 [  7169] By: jhi                                   on 2000/10/09  13:43:45
25236         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
25237              From: mjd@plover.com
25238              Date: 9 Oct 2000 00:24:44 -0000
25239              Message-ID: <20001009002444.10616.qmail@plover.com>
25240      Branch: perl
25241            ! pod/perldebguts.pod
25242 ____________________________________________________________________________
25243 [  7168] By: nick                                  on 2000/10/08  13:16:33
25244         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
25245              is not right thing to do on (e.g. x86). Network order is also "right" for
25246              X fonts.
25247      Branch: perl
25248            ! ext/Encode/Encode.pm
25249 ____________________________________________________________________________
25250 [  7167] By: nick                                  on 2000/10/08  12:54:42
25251         Log: Make "encodings" work post-install when Encode/*.enc files may not
25252              be in same directory as Encode.pm
25253      Branch: perl
25254            ! ext/Encode/Encode.pm
25255 ____________________________________________________________________________
25256 [  7166] By: nick                                  on 2000/10/08  11:51:26
25257         Log: Work round the fact that $hash->{$key} does not take into account
25258              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
25259              so that key is always in the "expected" encoding - i.e. same way we put
25260              it in the hash.
25261      Branch: perl
25262            ! ext/Encode/Encode.pm
25263 ____________________________________________________________________________
25264 [  7165] By: gsar                                  on 2000/10/08  04:15:29
25265         Log: save_re_context() could reset PL_curcop to freed memory, causing core
25266              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
25267      Branch: perl
25268            ! pp_ctl.c
25269 ____________________________________________________________________________
25270 [  7164] By: jhi                                   on 2000/10/06  20:51:48
25271         Log: UTF8ize split() so that the cloned substrings get the UTF8
25272              flag of the original scalar.  Problem reported by Simon Cozens.
25273      Branch: perl
25274            ! pp.c t/pragma/utf8.t
25275 ____________________________________________________________________________
25276 [  7163] By: nick                                  on 2000/10/06  20:48:34
25277         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
25278              got a false +ve and so did not reach code which would have un-FAKEd the SV.
25279      Branch: perl
25280            ! sv.c
25281 ____________________________________________________________________________
25282 [  7162] By: nick                                  on 2000/10/06  20:25:37
25283         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
25284              To fix  (sort {$a <=> $b} keys %hash) in particular but
25285              should cover a number of other as-yet-unknown cases as well.
25286      Branch: perl
25287            ! sv.c
25288 ____________________________________________________________________________
25289 [  7161] By: jhi                                   on 2000/10/06  19:56:18
25290         Log: Change the version number of Tie::Handle in the core to 4.0,
25291              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
25292              
25293              Subject: Note on Tie::Handle
25294              From: andreas.koenig@anima.de (Andreas J. Koenig)
25295              Date:      06 Oct 2000 21:48:58 +0200
25296              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
25297      Branch: perl
25298            ! lib/Tie/Handle.pm
25299 ____________________________________________________________________________
25300 [  7160] By: jhi                                   on 2000/10/06  18:20:35
25301         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
25302              as the first option of cc/ld because of ultrapicky compilers
25303              (e.g. OS/390 R2.5)
25304      Branch: metaconfig
25305            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
25306            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
25307            ! U/compline/orderlib.U U/modified/Cppsym.U
25308            ! U/modified/d_access.U
25309      Branch: metaconfig/U/perl
25310            ! Checkcc.U d_dlsymun.U gccvers.U
25311      Branch: perl
25312            ! Configure config_h.SH
25313 ____________________________________________________________________________
25314 [  7159] By: jhi                                   on 2000/10/06  13:56:39
25315         Log: Update Changes.
25316      Branch: perl
25317            ! Changes patchlevel.h
25318 ____________________________________________________________________________
25319 [  7158] By: jhi                                   on 2000/10/06  12:48:40
25320         Log: Eliminate $Is_VMS code from the test.
25321              
25322              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
25323              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25324              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
25325              Date:     Thu, 5 Oct 2000 07:46:33 EDT
25326      Branch: perl
25327            ! t/lib/b.t
25328 ____________________________________________________________________________
25329 [  7157] By: jhi                                   on 2000/10/06  12:47:13
25330         Log: Also the $ccflags is needed for the C compiler check.
25331              
25332              Subject: Configure (check for C-compiler)
25333              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25334              Date: Fri, 06 Oct 2000 08:47:15 +0200
25335              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
25336      Branch: metaconfig/U/perl
25337            ! Checkcc.U
25338      Branch: perl
25339            ! Configure config_h.SH
25340 ____________________________________________________________________________
25341 [  7156] By: jhi                                   on 2000/10/06  11:45:15
25342         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
25343      Branch: perl
25344            ! perl.c pp_ctl.c sv.h utf8.c
25345 ____________________________________________________________________________
25346 [  7155] By: jhi                                   on 2000/10/06  11:40:41
25347         Log: IO::Handle->syswrite() did not handle length omission
25348              like CORE::syswrite() does.
25349              
25350              Subject: [Fwd] IO::Handle, syswrite and arguments
25351              From: Graham Barr <gbarr@pobox.com>
25352              Date: Fri, 6 Oct 2000 10:22:05 +0100
25353              Message-ID: <20001006102205.U6312@pobox.com>
25354              
25355              The original patch from andrew@ugh.net.au.
25356      Branch: perl
25357            ! ext/IO/lib/IO/Handle.pm
25358 ____________________________________________________________________________
25359 [  7154] By: jhi                                   on 2000/10/06  01:42:15
25360         Log: Tweak #7153.
25361      Branch: perl
25362            ! utf8.h
25363 ____________________________________________________________________________
25364 [  7153] By: jhi                                   on 2000/10/06  00:39:55
25365         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
25366      Branch: perl
25367            ! utf8.h
25368 ____________________________________________________________________________
25369 [  7152] By: jhi                                   on 2000/10/06  00:38:11
25370         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
25371      Branch: perl
25372            ! perl.c pp_ctl.c sv.h utf8.c
25373 ____________________________________________________________________________
25374 [  7151] By: jhi                                   on 2000/10/06  00:36:38
25375         Log: Subject: Re: Questions about Tie::Array and perl modules
25376              From: Nick Ing-Simmons <nik@tiuk.ti.com>
25377              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
25378              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
25379              
25380              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
25381      Branch: perl
25382            ! lib/Tie/Array.pm t/op/array.t
25383 ____________________________________________________________________________
25384 [  7150] By: jhi                                   on 2000/10/05  00:20:45
25385         Log: Regen Changes.
25386      Branch: perl
25387            ! Changes patchlevel.h
25388 ____________________________________________________________________________
25389 [  7149] By: jhi                                   on 2000/10/05  00:20:01
25390         Log: Regen toc.
25391      Branch: perl
25392            ! pod/perltoc.pod
25393 ____________________________________________________________________________
25394 [  7148] By: jhi                                   on 2000/10/04  23:35:08
25395         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
25396              reported several times by Dominic Dunlop, for example in
25397              ID 20000315.008.  Patch from Dominic.  Patch affects at
25398              least MachTen, and possibly other oldish BSDs. Should not
25399              break non-broken platforms (tested on LinuxPPC). 
25400      Branch: perl
25401            ! doio.c
25402 ____________________________________________________________________________
25403 [  7147] By: jhi                                   on 2000/10/04  23:26:34
25404         Log: The one that got away from 7146.
25405      Branch: metaconfig
25406            + U/installdirs/installscripts.U
25407 ____________________________________________________________________________
25408 [  7146] By: jhi                                   on 2000/10/04  23:25:04
25409         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
25410              suggested by H. Merijn Brand.
25411      Branch: perl
25412            ! Configure INSTALL Makefile.SH Porting/Glossary
25413            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
25414            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
25415            ! win32/config.vc
25416 ____________________________________________________________________________
25417 [  7145] By: jhi                                   on 2000/10/04  22:08:21
25418         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
25419              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25420              Date: Wed, 4 Oct 2000 17:37:46 -0400
25421              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
25422      Branch: perl
25423            ! utils/h2xs.PL
25424 ____________________________________________________________________________
25425 [  7144] By: jhi                                   on 2000/10/04  18:11:41
25426         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
25427              From: Jeff Pinyan <jeffp@crusoe.net>
25428              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
25429              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
25430      Branch: perl
25431            ! pod/perlrun.pod
25432 ____________________________________________________________________________
25433 [  7143] By: jhi                                   on 2000/10/04  18:09:58
25434         Log: Subject: perlhack.pod Patch for Externals Tools
25435              From: Fisher Mark <fisherm@tce.com>
25436              Date: Tue, 3 Oct 2000 15:43:27 -0500 
25437              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
25438      Branch: perl
25439            ! pod/perlhack.pod
25440 ____________________________________________________________________________
25441 [  7142] By: jhi                                   on 2000/10/04  18:08:41
25442         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
25443              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25444              Date:     Wed, 4 Oct 2000 12:11:11 EDT
25445              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
25446      Branch: perl
25447            ! vms/vms.c
25448 ____________________________________________________________________________
25449 [  7141] By: jhi                                   on 2000/10/04  12:20:16
25450         Log: Subject: [PATCH 5.7.0] h2xs not working
25451              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25452              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
25453              Date: Tue, 3 Oct 2000 21:43:01 -0400
25454              
25455              Subject: [PATCH 5.7.0] h2xs not documenting the created module
25456              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25457              Date: Tue, 3 Oct 2000 22:55:19 -0400
25458              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
25459      Branch: perl
25460            ! utils/h2xs.PL
25461 ____________________________________________________________________________
25462 [  7140] By: jhi                                   on 2000/10/04  11:53:44
25463         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
25464              From: nick@babyhippo.com
25465              Date: Wed, 4 Oct 2000 12:06:45 +0100
25466              Message-Id: <20001004120645.A7356@babyhippo.com>
25467              
25468              Retract 7118 and 7135.
25469      Branch: perl
25470            ! installman installperl op.c t/pragma/subs.t
25471 ____________________________________________________________________________
25472 [  7139] By: jhi                                   on 2000/10/03  22:09:41
25473         Log: It is possible to have no hosts database at all.  Pointed out in
25474              
25475              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
25476              From: Peter Prymmer <pvhp@forte.com>
25477              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
25478              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
25479      Branch: metaconfig
25480            ! U/modified/myhostname.U
25481      Branch: perl
25482            ! Configure config_h.SH
25483 ____________________________________________________________________________
25484 [  7138] By: jhi                                   on 2000/10/03  21:49:49
25485         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
25486              From: Peter Prymmer <pvhp@forte.com>
25487              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
25488              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
25489      Branch: perl
25490            ! pp_sys.c
25491 ____________________________________________________________________________
25492 [  7137] By: jhi                                   on 2000/10/03  20:10:05
25493         Log: One remaining nit less at the VMS mailbox sizing.
25494      Branch: perl
25495            ! vms/vms.c
25496 ____________________________________________________________________________
25497 [  7136] By: jhi                                   on 2000/10/03  20:08:47
25498         Log: Test harness update to sync with the new perlcc,
25499              from Simon Cozens.
25500      Branch: perl
25501            ! t/TEST t/UTEST
25502 ____________________________________________________________________________
25503 [  7135] By: jhi                                   on 2000/10/03  15:15:42
25504         Log: Subject: Re: PATCH for 20001003.004
25505              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
25506              From: "AARON B. DOSSETT" <aaron@iglou.com>
25507              Message-Id: <E13gTay-0006od-00@iglou.com>
25508      Branch: perl
25509            ! installman installperl
25510 ____________________________________________________________________________
25511 [  7134] By: jhi                                   on 2000/10/03  15:00:34
25512         Log: Subject: [ID 20001003.006] B::Debug not -w clean
25513              From: Nicholas Clark <nick@babyhippo.co.uk>
25514              Date: Tue, 03 Oct 2000 15:46:32 +0100
25515              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
25516      Branch: perl
25517            ! ext/B/B/Debug.pm
25518 ____________________________________________________________________________
25519 [  7133] By: jhi                                   on 2000/10/03  14:58:39
25520         Log: Scale down the VMS message boxes, by Charles Lane.
25521              Fix for ID 20000903.009, workaround at
25522              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
25523      Branch: perl
25524            ! vms/vms.c
25525 ____________________________________________________________________________
25526 [  7132] By: jhi                                   on 2000/10/03  11:20:37
25527         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
25528      Branch: perl
25529            + t/lib/st-lock.t t/lib/st-utf8.t
25530            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
25531            ! ext/Storable/Storable.xs t/lib/st-recurse.t
25532 ____________________________________________________________________________
25533 [  7131] By: jhi                                   on 2000/10/03  03:38:23
25534         Log: Encode nits.
25535      Branch: perl
25536            ! MANIFEST Makefile.SH
25537 ____________________________________________________________________________
25538 [  7130] By: jhi                                   on 2000/10/03  03:31:05
25539         Log: Update Changes.
25540      Branch: perl
25541            ! Changes patchlevel.h
25542 ____________________________________________________________________________
25543 [  7129] By: jhi                                   on 2000/10/03  02:24:02
25544         Log: Misplaced else.
25545      Branch: metaconfig/U/perl
25546            ! d_strtoll.U
25547      Branch: perl
25548            ! Configure config_h.SH
25549 ____________________________________________________________________________
25550 [  7128] By: jhi                                   on 2000/10/03  02:08:29
25551         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
25552              From: sthoenna@efn.org
25553              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
25554              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
25555      Branch: metaconfig/U/perl
25556            ! d_strtoll.U
25557      Branch: perl
25558            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
25559 ____________________________________________________________________________
25560 [  7127] By: jhi                                   on 2000/10/03  01:13:14
25561         Log: Update Changes.
25562      Branch: perl
25563            ! Changes patchlevel.h
25564 ____________________________________________________________________________
25565 [  7126] By: jhi                                   on 2000/10/03  00:57:08
25566         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
25567              as suggested by Olaf Flebbe and Nick Clark.
25568      Branch: perl
25569            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
25570 ____________________________________________________________________________
25571 [  7125] By: jhi                                   on 2000/10/03  00:50:56
25572         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
25573              From: Nick Clark <nick@plum.flirble.org>
25574              Date: Mon, 2 Oct 2000 11:03:24 +0100
25575              Message-Id: <20001002110324.D20073@plum.flirble.org>
25576              
25577              Also fixes bug ID 20001002.005.
25578      Branch: perl
25579            ! t/lib/encode.t
25580 ____________________________________________________________________________
25581 [  7124] By: jhi                                   on 2000/10/03  00:34:59
25582         Log: Subject: [PATCH 5.7.0] Epoc update
25583              From: Olaf Flebbe <o.flebbe@gmx.de>
25584              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
25585              Message-ID: <26423.969484586@www10.gmx.net>
25586      Branch: perl
25587            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
25588            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
25589            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
25590            ! util.c util.h
25591 ____________________________________________________________________________
25592 [  7123] By: jhi                                   on 2000/10/03  00:30:07
25593         Log: Regen headers.
25594      Branch: perl
25595            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
25596 ____________________________________________________________________________
25597 [  7122] By: jhi                                   on 2000/10/03  00:10:48
25598         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
25599      Branch: perl
25600            ! hints/openbsd.sh
25601 ____________________________________________________________________________
25602 [  7121] By: jhi                                   on 2000/10/03  00:05:06
25603         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
25604              From: <abigail@foad.org>
25605              Date: Tue, 26 Sep 2000 13:36:14 -0400
25606              Message-ID: <20000926173614.4356.qmail@foad.org>
25607      Branch: perl
25608            ! pod/perlop.pod
25609 ____________________________________________________________________________
25610 [  7120] By: jhi                                   on 2000/10/03  00:04:00
25611         Log: Inside require() $^S was always left undefined.
25612              
25613              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
25614              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25615              Date: Wed, 27 Sep 2000 18:54:49 -0400
25616              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
25617      Branch: perl
25618            ! cop.h mg.c pp_ctl.c util.c
25619 ____________________________________________________________________________
25620 [  7119] By: jhi                                   on 2000/10/03  00:00:16
25621         Log: Subject: [PATCH] DLL not restartabke with threaded perl
25622              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
25623              Date: Thu, 28 Sep 2000 09:20:46 +0100
25624              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
25625      Branch: perl
25626            ! perl.c
25627 ____________________________________________________________________________
25628 [  7118] By: jhi                                   on 2000/10/02  23:59:20
25629         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
25630              From: Nicholas Clark <nick@ccl4.org>
25631              Date: Thu, 28 Sep 2000 11:52:24 +0100
25632              Message-ID: <20000928115224.D7924@plum.flirble.org>
25633      Branch: perl
25634            ! op.c
25635 ____________________________________________________________________________
25636 [  7117] By: jhi                                   on 2000/10/02  23:57:51
25637         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
25638              From: Nicholas Clark <nick@babyhippo.co.uk>
25639              Date: Thu, 28 Sep 2000 12:18:10 +0100
25640              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
25641              
25642              Did not apply cleanly, manual intervention was needed.
25643      Branch: perl
25644            ! ext/B/B/Bytecode.pm utils/perlcc.PL
25645 ____________________________________________________________________________
25646 [  7116] By: jhi                                   on 2000/10/02  23:50:40
25647         Log: Document the issue (is not a syntax error, kind of)
25648              
25649              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
25650              From: Nicholas Clark <nick@ccl4.org>
25651              Date: Thu, 28 Sep 2000 17:12:42 +0100
25652              Message-ID: <20000928171242.K7924@plum.flirble.org>
25653      Branch: perl
25654            ! pod/perldata.pod
25655 ____________________________________________________________________________
25656 [  7115] By: jhi                                   on 2000/10/02  23:48:58
25657         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
25658              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25659              Date: Thu, 28 Sep 2000 21:55:31 -0400
25660              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
25661      Branch: perl
25662            ! regexec.c
25663 ____________________________________________________________________________
25664 [  7114] By: jhi                                   on 2000/10/02  23:47:57
25665         Log: Subject: DOC PATCH 5.6.0
25666              From: mjd@plover.com
25667              Date: 30 Sep 2000 06:02:34 -0000
25668              Message-ID: <20000930060234.4559.qmail@plover.com>
25669      Branch: perl
25670            ! pod/perldebguts.pod
25671 ____________________________________________________________________________
25672 [  7113] By: jhi                                   on 2000/10/02  23:46:43
25673         Log: SOCK_DGRAM and listen() do not mix as reported in
25674              
25675              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
25676              From: Petter Reinholdtsen <pere@hungry.com>
25677              Date: Sun, 1 Oct 2000 10:57:20 +0800
25678              Message-Id: <200010010257.KAA05735@localhost.localdomain>
25679              
25680              The patch for 5.7.0+ had to be reengineered, though.
25681      Branch: perl
25682            ! ext/IO/lib/IO/Socket/UNIX.pm
25683 ____________________________________________________________________________
25684 [  7112] By: jhi                                   on 2000/10/02  23:36:57
25685         Log: Subject: Re: [PATCH 5.005_64 missed]
25686              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25687              Date: Sun, 1 Oct 2000 18:50:10 -0400
25688              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
25689      Branch: perl
25690            ! pod/perlxs.pod
25691 ____________________________________________________________________________
25692 [  7111] By: jhi                                   on 2000/10/02  23:35:40
25693         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
25694              From: Radu Greab <radu@netsoft.ro>
25695              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
25696              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
25697      Branch: perl
25698            ! op.c opcode.pl t/op/substr.t
25699 ____________________________________________________________________________
25700 [  7110] By: jhi                                   on 2000/10/02  23:32:38
25701         Log: Subject: [PATCH] Fix aliasing of tied filehandles
25702              From: Daniel Chetlin <daniel@chetlin.com>
25703              Date: Mon, 2 Oct 2000 14:53:27 -0700
25704              Message-ID: <20001002145327.C1617@ilmd>
25705      Branch: perl
25706            ! perl.h pp_hot.c t/op/tiehandle.t
25707 ____________________________________________________________________________
25708 [  7109] By: jhi                                   on 2000/10/02  23:31:30
25709         Log: s/Robin Parker/Robin Barker/
25710      Branch: perl
25711            ! Changes5.6
25712 ____________________________________________________________________________
25713 [  7108] By: jhi                                   on 2000/10/02  23:15:46
25714         Log: Retract #7091 as suggested in
25715              
25716              From: Robin Barker <rmb1@cise.npl.co.uk> 
25717              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
25718              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
25719              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
25720      Branch: perl
25721            ! embed.pl proto.h
25722 ____________________________________________________________________________
25723 [  7107] By: nick                                  on 2000/10/02  18:23:14
25724         Log: A few tweaks to get Tk803 to work with Encode scheme.
25725      Branch: perl
25726            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
25727 ____________________________________________________________________________
25728 [  7106] By: nick                                  on 2000/10/01  21:34:14
25729         Log: Add checking cases to Encode's toUnicode and fromUnicode.
25730      Branch: perl
25731            ! ext/Encode/Encode.pm
25732 ____________________________________________________________________________
25733 [  7105] By: nick                                  on 2000/10/01  17:18:01
25734         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
25735              To read and use them.
25736              Add a lib/encode.t which checks a few things.
25737      Branch: perl
25738            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
25739            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
25740            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
25741            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
25742            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
25743            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
25744            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
25745            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
25746            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
25747            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
25748            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
25749            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
25750            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
25751            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
25752            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
25753            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
25754            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
25755            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
25756            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
25757            + ext/Encode/Encode/iso2022-jp.enc
25758            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
25759            + ext/Encode/Encode/iso8859-1.enc
25760            + ext/Encode/Encode/iso8859-2.enc
25761            + ext/Encode/Encode/iso8859-3.enc
25762            + ext/Encode/Encode/iso8859-4.enc
25763            + ext/Encode/Encode/iso8859-5.enc
25764            + ext/Encode/Encode/iso8859-6.enc
25765            + ext/Encode/Encode/iso8859-7.enc
25766            + ext/Encode/Encode/iso8859-8.enc
25767            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
25768            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
25769            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
25770            + ext/Encode/Encode/macCentEuro.enc
25771            + ext/Encode/Encode/macCroatian.enc
25772            + ext/Encode/Encode/macCyrillic.enc
25773            + ext/Encode/Encode/macDingbats.enc
25774            + ext/Encode/Encode/macGreek.enc
25775            + ext/Encode/Encode/macIceland.enc
25776            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
25777            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
25778            + ext/Encode/Encode/macTurkish.enc
25779            + ext/Encode/Encode/macUkraine.enc
25780            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
25781            + t/lib/encode.t
25782            ! MANIFEST ext/Encode/Encode.pm
25783 ____________________________________________________________________________
25784 [  7104] By: nick                                  on 2000/09/30  13:04:30
25785         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
25786              From: Daniel Chetlin <daniel@chetlin.com>
25787              Date: Mon, 18 Sep 2000 05:05:40 -0700
25788              Message-Id: <20000918050540.C652@ilmd>
25789      Branch: perl
25790            ! lib/overload.pm sv.c t/pragma/overload.t
25791 ____________________________________________________________________________
25792 [  7103] By: nick                                  on 2000/09/30  12:53:36
25793         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
25794              From: Johan Vromans <jvromans@squirrel.nl>
25795              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
25796              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
25797      Branch: perl
25798            ! pod/Makefile.SH
25799 ____________________________________________________________________________
25800 [  7102] By: nick                                  on 2000/09/30  12:52:31
25801         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
25802              From: Spider Boardman <spider@Orb.Nashua.NH.US>
25803              Date: Sat, 16 Sep 2000 16:36:45 -0400
25804              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
25805      Branch: perl
25806            ! ext/B/B/Deparse.pm
25807 ____________________________________________________________________________
25808 [  7101] By: nick                                  on 2000/09/30  12:51:41
25809         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
25810              From: Craig A. Berry <craig.berry@psinetcs.com>
25811              Date: Sat, 16 Sep 2000 10:11:10 -0500
25812              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
25813      Branch: perl
25814            ! vms/vms.c
25815 ____________________________________________________________________________
25816 [  7100] By: nick                                  on 2000/09/30  12:50:33
25817         Log: Subject: Re: unicode support and perl [ID 20000901.097]
25818              From: Spider Boardman <spider@Orb.Nashua.NH.US>
25819              Date: Fri, 15 Sep 2000 16:37:58 -0400
25820              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
25821      Branch: perl
25822            ! t/op/append.t
25823 ____________________________________________________________________________
25824 [  7099] By: nick                                  on 2000/09/30  12:49:35
25825         Log: Subject: Re: unicode support and perl [ID 20000901.097]
25826              From: Spider Boardman <spider@Orb.Nashua.NH.US>
25827              Date: Fri, 15 Sep 2000 16:25:30 -0400
25828              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
25829      Branch: perl
25830            ! pp_hot.c
25831 ____________________________________________________________________________
25832 [  7098] By: nick                                  on 2000/09/30  12:48:00
25833         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
25834              From: Gisle Aas <gisle@ActiveState.com>
25835              Date: 15 Sep 2000 16:23:41 +0200
25836              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
25837      Branch: perl
25838            ! toke.c
25839 ____________________________________________________________________________
25840 [  7097] By: nick                                  on 2000/09/30  12:45:16
25841         Log: Subject: [PATCH] Nits in perlmod.pod
25842              From: Daniel Chetlin <daniel@chetlin.com>
25843              Date: Fri, 15 Sep 2000 02:04:09 -0700
25844              Message-Id: <20000915020409.A2104@ilmd>
25845      Branch: perl
25846            ! pod/perlmod.pod
25847 ____________________________________________________________________________
25848 [  7096] By: nick                                  on 2000/09/30  12:18:00
25849         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
25850              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
25851              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
25852              0 to checking to get the warning.
25853      Branch: perl
25854            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
25855            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
25856            ! regexec.c sv.c toke.c utf8.c
25857 ____________________________________________________________________________
25858 [  7095] By: nick                                  on 2000/09/15  16:55:59
25859         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
25860              
25861              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
25862              From: Spider Boardman <spider@Orb.Nashua.NH.US>
25863              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
25864              Date: Fri, 15 Sep 2000 06:37:30 -0400
25865      Branch: perl
25866            ! ext/Encode/Encode.xs sv.c
25867 ____________________________________________________________________________
25868 [  7094] By: jhi                                   on 2000/09/15  03:23:32
25869         Log: Update Changes.
25870      Branch: perl
25871            ! Changes patchlevel.h
25872 ____________________________________________________________________________
25873 [  7093] By: jhi                                   on 2000/09/15  03:11:44
25874         Log: Fix for the charnames.t failures from Spider Boardman.
25875      Branch: perl
25876            ! toke.c
25877 ____________________________________________________________________________
25878 [  7092] By: jhi                                   on 2000/09/15  00:15:48
25879         Log: Botched the #7090 check-in.
25880      Branch: perl
25881            ! sv.c
25882 ____________________________________________________________________________
25883 [  7091] By: jhi                                   on 2000/09/14  23:33:24
25884         Log: Part of #7081 didn't come through.
25885      Branch: perl
25886            ! embed.pl proto.h
25887 ____________________________________________________________________________
25888 [  7090] By: jhi                                   on 2000/09/14  23:17:39
25889         Log: Subject: Re: perl@7078 
25890              From: Spider Boardman <spider@web.zk3.dec.com>
25891              Date: Thu, 14 Sep 2000 19:06:36 -0400
25892              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
25893      Branch: perl
25894            ! sv.c toke.c
25895 ____________________________________________________________________________
25896 [  7089] By: jhi                                   on 2000/09/14  23:11:21
25897         Log: Small portability tweaks.
25898      Branch: perl
25899            ! ext/Encode/Encode.xs
25900 ____________________________________________________________________________
25901 [  7088] By: jhi                                   on 2000/09/14  22:57:23
25902         Log: Fake return to pacify picky compilers.
25903      Branch: perl
25904            ! ext/Encode/Encode.xs
25905 ____________________________________________________________________________
25906 [  7087] By: jhi                                   on 2000/09/14  22:53:37
25907         Log: Subject: [PATCH] utf8.c apidoc
25908              From: Simon Cozens <simon@cozens.net>
25909              Date: Thu, 14 Sep 2000 23:46:57 +0100
25910              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
25911      Branch: perl
25912            ! perlapi.c pod/perlapi.pod utf8.c
25913 ____________________________________________________________________________
25914 [  7086] By: jhi                                   on 2000/09/14  22:40:38
25915         Log: We don't need to count the high bit bytes, a boolean is enough. 
25916      Branch: perl
25917            ! sv.c
25918 ____________________________________________________________________________
25919 [  7085] By: jhi                                   on 2000/09/14  21:20:09
25920         Log: Replace #7084 with
25921              
25922              Subject: Re: perl@7078 
25923              From: Spider Boardman <spider@web.zk3.dec.com>
25924              Date: Thu, 14 Sep 2000 17:09:36 -0400
25925              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
25926      Branch: perl
25927            ! sv.c utf8.c
25928 ____________________________________________________________________________
25929 [  7084] By: jhi                                   on 2000/09/14  20:03:34
25930         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
25931              convertable to bytes by checking it doesn't go above 0xc3
25932              
25933              Subject: Re: perl@7078
25934              From: Simon Cozens <simon@cozens.net>
25935              Date: Thu, 14 Sep 2000 20:59:19 +0100
25936              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
25937      Branch: perl
25938            ! utf8.c
25939 ____________________________________________________________________________
25940 [  7083] By: jhi                                   on 2000/09/14  19:38:47
25941         Log: Subject: Re: perl@7078
25942              From: Simon Cozens <simon@cozens.net>
25943              Date: Thu, 14 Sep 2000 20:13:09 +0100
25944              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
25945      Branch: perl
25946            ! t/op/bop.t
25947 ____________________________________________________________________________
25948 [  7082] By: jhi                                   on 2000/09/14  17:50:44
25949         Log: The one that got away.
25950      Branch: perl
25951            ! lib/File/Find.pm
25952 ____________________________________________________________________________
25953 [  7081] By: jhi                                   on 2000/09/14  17:45:35
25954         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
25955              From: Robin Barker <rmb1@cise.npl.co.uk>
25956              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
25957              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
25958      Branch: perl
25959            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
25960            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
25961            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
25962            ! regcomp.c toke.c universal.c
25963 ____________________________________________________________________________
25964 [  7080] By: jhi                                   on 2000/09/14  17:40:35
25965         Log: Problems picked up by AIX cc.
25966              
25967              Subject: Re: perl@7078 (patch included)
25968              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25969              Date: Thu, 14 Sep 2000 18:53:30 +0200
25970              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
25971      Branch: perl
25972            ! ext/Encode/Encode.xs
25973 ____________________________________________________________________________
25974 [  7079] By: jhi                                   on 2000/09/14  17:38:27
25975         Log: Subject: File::Find 5.7.0 POD nits
25976              From: Rich Morin <rdm@cfcl.com>
25977              Date: Wed, 13 Sep 2000 22:03:58 -0700
25978              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
25979      Branch: perl
25980            ! lib/File/Find.pm
25981 ____________________________________________________________________________
25982 [  7078] By: jhi                                   on 2000/09/14  14:58:20
25983         Log: Update Changes.
25984      Branch: perl
25985            ! Changes patchlevel.h
25986 ____________________________________________________________________________
25987 [  7077] By: jhi                                   on 2000/09/14  14:55:54
25988         Log: Compilation warnings and an error.
25989      Branch: perl
25990            ! sv.c
25991 ____________________________________________________________________________
25992 [  7076] By: jhi                                   on 2000/09/14  14:42:56
25993         Log: Fix for a parsing bug, not for the original bug.
25994              
25995              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
25996              From: Spider Boardman <spider@web.zk3.dec.com>
25997              Date: Wed, 13 Sep 2000 17:52:20 -0400
25998              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
25999      Branch: perl
26000            ! regcomp.c
26001 ____________________________________________________________________________
26002 [  7075] By: jhi                                   on 2000/09/14  14:40:40
26003         Log: Batch of UTF-8 patches from Simon Cozens.
26004      Branch: perl
26005            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
26006            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
26007            ! toke.c utf8.c
26008 ____________________________________________________________________________
26009 [  7074] By: jhi                                   on 2000/09/14  14:29:58
26010         Log: Subject: Re: Two advertising clauses need to be removed
26011              From: Russ Allbery <rra@stanford.edu>
26012              Date: 13 Sep 2000 18:50:26 -0700
26013              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
26014      Branch: perl
26015            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
26016 ____________________________________________________________________________
26017 [  7073] By: jhi                                   on 2000/09/14  14:28:20
26018         Log: Subject: [PATCH] de-wall t/README
26019              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26020              Date: Wed, 13 Sep 2000 17:46:55 -0700
26021              Message-ID: <//Bw5gzkge/e092yn@efn.org>
26022      Branch: perl
26023            ! t/README
26024 ____________________________________________________________________________
26025 [  7072] By: jhi                                   on 2000/09/14  14:25:10
26026         Log: Hints optimization.
26027              
26028              Subject: Minor nit
26029              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26030              Date: Wed, 13 Sep 2000 21:42:07 +0200
26031              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
26032      Branch: perl
26033            ! hints/hpux.sh
26034 ____________________________________________________________________________
26035 [  7071] By: jhi                                   on 2000/09/14  14:23:30
26036         Log: Allow chop() and chomp() to be overridden.
26037              
26038              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
26039              From: "Casey R. Tweten" <crt@kiski.net>
26040              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
26041              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
26042      Branch: perl
26043            ! toke.c
26044 ____________________________________________________________________________
26045 [  7070] By: jhi                                   on 2000/09/14  14:20:36
26046         Log: The return value of setlocale must be copied away.
26047              
26048              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
26049              From: Alan Burlison <Alan.Burlison@uk.sun.com>
26050              Date: Wed, 13 Sep 2000 16:27:37 +0100 
26051              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
26052      Branch: perl
26053            ! util.c
26054 ____________________________________________________________________________
26055 [  7069] By: jhi                                   on 2000/09/14  14:16:27
26056         Log: Remove vestiges of tr//CU.
26057              
26058              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
26059              From: Nick Clark <nick@plum.flirble.org>
26060              Date: Tue, 12 Sep 2000 22:50:14 +0100
26061              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
26062              
26063              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
26064              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26065              Date: Tue, 12 Sep 2000 21:38:48 -0700
26066              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
26067      Branch: perl
26068            ! op.h pod/perlunicode.pod
26069 ____________________________________________________________________________
26070 [  7068] By: jhi                                   on 2000/09/13  14:18:39
26071         Log: Add the Encode extension.  The code is still largely just skeleton.
26072      Branch: perl
26073            + ext/Encode/Encode.pm ext/Encode/Encode.xs
26074            + ext/Encode/Makefile.PL ext/Encode/Todo
26075            ! MANIFEST Todo-5.6
26076 ____________________________________________________________________________
26077 [  7067] By: jhi                                   on 2000/09/12  17:43:33
26078         Log: Allow for whitespace between "#" and "line" in cpp output.
26079              
26080              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
26081              From: Calle Dybedahl <calle@lysator.liu.se>
26082              Date: 12 Sep 2000 19:38:02 +0200 
26083              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
26084      Branch: perl
26085            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
26086 ____________________________________________________________________________
26087 [  7066] By: gsar                                  on 2000/09/12  17:24:29
26088         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
26089              initialization in all the threads on Windows
26090      Branch: perl
26091            ! win32/win32.c
26092 ____________________________________________________________________________
26093 [  7065] By: jhi                                   on 2000/09/12  15:11:31
26094         Log: Update Changes.
26095      Branch: perl
26096            ! Changes patchlevel.h
26097 ____________________________________________________________________________
26098 [  7064] By: jhi                                   on 2000/09/12  14:54:54
26099         Log: Retract #7062, the pod tests are not ready.
26100      Branch: perl
26101            ! t/TEST t/harness
26102 ____________________________________________________________________________
26103 [  7063] By: jhi                                   on 2000/09/12  14:25:41
26104         Log: The #7054 truncated Configure badly.
26105      Branch: metaconfig/U/perl
26106            ! End.U
26107      Branch: perl
26108            ! Configure config_h.SH
26109 ____________________________________________________________________________
26110 [  7062] By: jhi                                   on 2000/09/12  14:08:32
26111         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
26112              From: sthoenna@efn.org
26113              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
26114              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
26115      Branch: perl
26116            ! t/TEST t/harness
26117 ____________________________________________________________________________
26118 [  7061] By: jhi                                   on 2000/09/12  14:07:18
26119         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
26120              From: sthoenna@efn.org
26121              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
26122              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
26123      Branch: perl
26124            ! pod/perlxs.pod
26125 ____________________________________________________________________________
26126 [  7060] By: jhi                                   on 2000/09/12  14:06:08
26127         Log: Break up the myconfig lines a bit.
26128              
26129              Subject: perlbug/perl -V output format
26130              From: sthoenna@efn.org
26131              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
26132              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
26133      Branch: perl
26134            ! myconfig.SH
26135 ____________________________________________________________________________
26136 [  7059] By: jhi                                   on 2000/09/12  14:05:04
26137         Log: Test for the #7049.
26138              
26139              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
26140              From: andreas.koenig@anima.de (Andreas J. Koenig)
26141              Date: 12 Sep 2000 06:42:01 +0200
26142              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
26143      Branch: perl
26144            ! t/op/my.t
26145 ____________________________________________________________________________
26146 [  7058] By: jhi                                   on 2000/09/12  14:03:05
26147         Log: Subject: [patch: perl@7045] vms updates
26148              From: Peter Prymmer <pvhp@forte.com>
26149              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
26150              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
26151      Branch: perl
26152            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
26153 ____________________________________________________________________________
26154 [  7057] By: jhi                                   on 2000/09/12  14:00:51
26155         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
26156              From: sthoenna@efn.org
26157              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
26158              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
26159      Branch: perl
26160            ! t/op/64bitint.t
26161 ____________________________________________________________________________
26162 [  7056] By: jhi                                   on 2000/09/12  13:58:14
26163         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
26164              From: Jeff Pinyan <jeffp@crusoe.net>
26165              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
26166              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
26167      Branch: perl
26168            ! pod/perlfunc.pod
26169 ____________________________________________________________________________
26170 [  7055] By: jhi                                   on 2000/09/12  13:56:32
26171         Log: Do in VMS as the #7054 does.
26172      Branch: perl
26173            ! configure.com
26174 ____________________________________________________________________________
26175 [  7054] By: jhi                                   on 2000/09/12  13:50:31
26176         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
26177              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
26178              Date: Mon, 11 Sep 2000 08:33:09 +0100
26179              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
26180      Branch: metaconfig/U/perl
26181            ! End.U
26182      Branch: perl
26183            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
26184            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
26185 ____________________________________________________________________________
26186 [  7053] By: jhi                                   on 2000/09/12  13:29:19
26187         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
26188              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26189              Date:     Tue, 12 Sep 2000 08:35:59 EDT
26190              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
26191      Branch: perl
26192            ! vms/test.com
26193 ____________________________________________________________________________
26194 [  7052] By: jhi                                   on 2000/09/11  23:01:50
26195         Log: Document the SvUTF8*().
26196      Branch: perl
26197            ! pod/perlapi.pod sv.h
26198 ____________________________________________________________________________
26199 [  7051] By: gsar                                  on 2000/09/11  14:46:30
26200         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
26201              (missed a spot when fixing up op_pmreplroot hack for ithreads)
26202      Branch: perl
26203            ! op.c t/op/split.t
26204 ____________________________________________________________________________
26205 [  7050] By: nick                                  on 2000/09/11  10:03:51
26206         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
26207              
26208              Subject: borland C++ win32.c tweak
26209              From: Vadim Konovalov <vkonovalov@lucent.com>
26210              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
26211              Date: Mon, 11 Sep 2000 11:22:33 +0400
26212      Branch: perl
26213            ! win32/win32.c
26214 ____________________________________________________________________________
26215 [  7049] By: nick                                  on 2000/09/11  09:57:33
26216         Log: Point fix for s/// on foreach (keys %xxx).
26217      Branch: perl
26218            ! pp_hot.c
26219 ____________________________________________________________________________
26220 [  7048] By: jhi                                   on 2000/09/10  23:37:09
26221         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
26222              by Pod::Text, from Brad Appleton.
26223      Branch: perl
26224            ! t/pod/testp2pt.pl
26225 ____________________________________________________________________________
26226 [  7047] By: jhi                                   on 2000/09/10  14:32:53
26227         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
26228              by Russ Allbery.
26229      Branch: perl
26230            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
26231 ____________________________________________________________________________
26232 [  7046] By: jhi                                   on 2000/09/10  14:15:08
26233         Log: Upgrade to CPAN 1.57_65, from Andreas König.
26234      Branch: perl
26235            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
26236 ____________________________________________________________________________
26237 [  7045] By: jhi                                   on 2000/09/08  21:36:32
26238         Log: Update Changes.
26239      Branch: perl
26240            ! Changes patchlevel.h
26241 ____________________________________________________________________________
26242 [  7044] By: jhi                                   on 2000/09/08  21:29:56
26243         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
26244              From: Peter Prymmer <pvhp@forte.com>
26245              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
26246              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
26247      Branch: perl
26248            ! configure.com
26249 ____________________________________________________________________________
26250 [  7043] By: jhi                                   on 2000/09/08  21:27:50
26251         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
26252              From: Peter Prymmer <pvhp@forte.com>
26253              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
26254              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
26255      Branch: perl
26256            ! Makefile.SH installperl
26257 ____________________________________________________________________________
26258 [  7042] By: jhi                                   on 2000/09/08  21:23:21
26259         Log: Continue #7041.
26260      Branch: perl
26261            ! cygwin/Makefile.SHs os2/Makefile.SHs
26262 ____________________________________________________________________________
26263 [  7041] By: jhi                                   on 2000/09/08  21:18:10
26264         Log: Do away with memory models cruft.  Sorry, PDP users.
26265      Branch: metaconfig
26266            ! U/modified/cc.U U/modified/libpth.U
26267      Branch: perl
26268            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
26269            ! Porting/config_H cflags.SH config_h.SH configure.com
26270            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
26271            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
26272            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
26273 ____________________________________________________________________________
26274 [  7040] By: jhi                                   on 2000/09/08  14:34:18
26275         Log: Major rewrite of s2p.  And I mean really major, it is
26276              an implementation of sed in perl.  If called as s2p it
26277              will function as s2p.  Note: needs non-UNIXifying.
26278              
26279              Subject: s2p
26280              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
26281              Date: Mon, 28 Aug 2000 14:05:12 +0200
26282              Message-ID: <39AA5578.2102E2AA@alcatel.at>
26283      Branch: perl
26284            ! x2p/s2p.PL
26285 ____________________________________________________________________________
26286 [  7039] By: jhi                                   on 2000/09/08  14:19:49
26287         Log: Re-allow vec() for characters > 255.
26288              
26289              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
26290              From: Spider Boardman <spider@web.zk3.dec.com>
26291              Date: Fri, 08 Sep 2000 02:21:02 -0400
26292              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
26293      Branch: perl
26294            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
26295            ! t/op/vec.t
26296 ____________________________________________________________________________
26297 [  7038] By: jhi                                   on 2000/09/08  14:14:18
26298         Log: Subject: [PATCH lib/Benchmark.pm]
26299              From: <abigail@foad.org>
26300              Date: Thu, 7 Sep 2000 15:03:20 -0400
26301              Message-ID: <20000907190320.888.qmail@foad.org>
26302      Branch: perl
26303            ! lib/Benchmark.pm
26304 ____________________________________________________________________________
26305 [  7037] By: jhi                                   on 2000/09/08  14:11:06
26306         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
26307              
26308              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
26309              From: Spider Boardman <spider@web.zk3.dec.com>
26310              Date: Fri, 08 Sep 2000 01:30:27 -0400
26311              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
26312      Branch: perl
26313            ! op.c
26314 ____________________________________________________________________________
26315 [  7036] By: jhi                                   on 2000/09/08  14:08:58
26316         Log: Subject: [ID 20000908.002] perlipc documentation bug.
26317              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
26318              Date: Fri, 08 Sep 2000 12:38:32 +0200
26319              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
26320      Branch: perl
26321            ! pod/perlipc.pod
26322 ____________________________________________________________________________
26323 [  7035] By: jhi                                   on 2000/09/08  14:03:12
26324         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
26325              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26326              Date: Fri, 08 Sep 2000 11:47:34 +0200
26327              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
26328      Branch: perl
26329            ! hints/dec_osf.sh
26330 ____________________________________________________________________________
26331 [  7034] By: jhi                                   on 2000/09/08  13:59:35
26332         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
26333              From: Simon Cozens <simon@cozens.net>
26334              Date: Thu, 7 Sep 2000 20:40:38 +0100
26335              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
26336      Branch: perl
26337            ! pp_hot.c
26338 ____________________________________________________________________________
26339 [  7033] By: jhi                                   on 2000/09/08  04:03:03
26340         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
26341              From: "Larry W. Virden" <lvirden@cas.org>
26342              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
26343              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
26344      Branch: perl
26345            ! pod/perldiag.pod
26346 ____________________________________________________________________________
26347 [  7032] By: jhi                                   on 2000/09/07  22:18:30
26348         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
26349              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
26350              Date: Mon, 04 Sep 2000 13:16:38 -0700
26351              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
26352      Branch: perl
26353            ! lib/perl5db.pl
26354 ____________________________________________________________________________
26355 [  7031] By: jhi                                   on 2000/09/07  22:02:29
26356         Log: Fix the ccversion detection for 5.1 and beyond.
26357              
26358              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
26359              From: Spider Boardman <spider@leggy.zk3.dec.com>
26360              Date: Thu, 7 Sep 2000 17:54:27 -0400
26361              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
26362      Branch: perl
26363            ! hints/dec_osf.sh
26364 ____________________________________________________________________________
26365 [  7030] By: jhi                                   on 2000/09/07  19:12:28
26366         Log: Fix for
26367              
26368              Subject: [ID 20000903.001] \w in utf8-strings
26369              From: Marc Lehmann <pcg@goof.com>
26370              Date: Sun, 03 Sep 2000 09:44:29 +0200
26371              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
26372              
26373              and various related nits.
26374      Branch: perl
26375            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
26376 ____________________________________________________________________________
26377 [  7029] By: jhi                                   on 2000/09/07  18:49:09
26378         Log: Fix the URL, but the server is still missing in action.
26379              
26380              Subject: [ID 20000905.002] perlfaq1.pod URL error
26381              From: "Larry W. Virden" <lvirden@cas.org>
26382              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
26383              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
26384      Branch: perl
26385            ! pod/perlfaq1.pod
26386 ____________________________________________________________________________
26387 [  7028] By: jhi                                   on 2000/09/07  18:47:13
26388         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
26389              From: Hugo <hv@crypt.compulink.co.uk>
26390              Date: Tue, 05 Sep 2000 14:13:37 +0100
26391              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
26392      Branch: perl
26393            ! toke.c
26394 ____________________________________________________________________________
26395 [  7027] By: jhi                                   on 2000/09/07  18:45:35
26396         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
26397              From: Daniel Chetlin <daniel@chetlin.com>
26398              Date: Tue, 5 Sep 2000 04:57:07 -0700
26399              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
26400      Branch: perl
26401            ! pod/perlfaq6.pod pod/perlop.pod
26402 ____________________________________________________________________________
26403 [  7026] By: jhi                                   on 2000/09/07  18:44:01
26404         Log: Document the new ref() semantics.
26405              
26406              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
26407              From: Gisle Aas <gisle@ActiveState.com>
26408              Date: 05 Sep 2000 08:10:30 +0200
26409              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
26410      Branch: perl
26411            ! pod/perldelta.pod
26412 ____________________________________________________________________________
26413 [  7025] By: jhi                                   on 2000/09/07  18:42:27
26414         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
26415              
26416              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
26417              From: Gisle Aas <gisle@ActiveState.com>
26418              Date: 05 Sep 2000 08:11:40 +0200
26419              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
26420      Branch: perl
26421            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
26422 ____________________________________________________________________________
26423 [  7024] By: jhi                                   on 2000/09/07  18:39:32
26424         Log: Subject: [PATCH] Modernize Opcode.pm documentation
26425              From: Gisle Aas <gisle@ActiveState.com>
26426              Date: 4 Sep 2000 00:18:55 -0000
26427              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
26428      Branch: perl
26429            ! ext/Opcode/Opcode.pm
26430 ____________________________________________________________________________
26431 [  7023] By: jhi                                   on 2000/09/07  18:37:42
26432         Log: Subject: [PATCH] Tied filehandle documentation
26433              From: Gisle Aas <gisle@ActiveState.com>
26434              Date: 4 Sep 2000 00:14:40 -0000
26435              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
26436      Branch: perl
26437            ! pod/perlfunc.pod pod/perltie.pod
26438 ____________________________________________________________________________
26439 [  7022] By: jhi                                   on 2000/09/07  18:35:37
26440         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
26441              From: Gisle Aas <gisle@ActiveState.com>
26442              Date: 4 Sep 2000 00:04:22 -0000
26443              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
26444      Branch: perl
26445            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
26446 ____________________________________________________________________________
26447 [  7021] By: jhi                                   on 2000/09/07  18:33:22
26448         Log: Subject: small apidoc fix
26449              From: Marc Lehmann <pcg@goof.com>
26450              Date: Sun, 3 Sep 2000 05:12:06 +0200
26451              Message-ID: <20000903051206.A5909@cerebro.laendle>
26452      Branch: perl
26453            ! pod/perlapi.pod utf8.c
26454 ____________________________________________________________________________
26455 [  7020] By: jhi                                   on 2000/09/07  16:14:57
26456         Log: Tiny perldelta nits.
26457      Branch: perl
26458            ! pod/perldelta.pod
26459 ____________________________________________________________________________
26460 [  7019] By: jhi                                   on 2000/09/07  16:04:20
26461         Log: Guard against bad string->int conversion for quads.
26462      Branch: perl
26463            ! t/op/64bitint.t
26464 ____________________________________________________________________________
26465 [  7018] By: jhi                                   on 2000/09/06  17:07:03
26466         Log: Update Unicode todo list.
26467      Branch: perl
26468            ! Todo-5.6
26469 ____________________________________________________________________________
26470 [  7017] By: jhi                                   on 2000/09/05  21:16:01
26471         Log: Document the SvIOK_.*UV().
26472      Branch: perl
26473            ! pod/perlapi.pod sv.h
26474 ____________________________________________________________________________
26475 [  7016] By: nick                                  on 2000/09/03  21:54:46
26476         Log: Hash lookup of constant strings optimization:
26477              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
26478              to string table (as per sharepvn). Add newSV_pvn_share to create such
26479              a thing. Make hv.c compare addresses of strings and skip string compare
26480              if equal. Make method_named and helem ops use these shared-string SVs
26481              when arg is constant. Make keys op return shared-string SVs (less clearly
26482              a win).
26483      Branch: perl
26484            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
26485            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
26486            ! pod/perlintern.pod pp_hot.c proto.h sv.c
26487 ____________________________________________________________________________
26488 [  7015] By: jhi                                   on 2000/09/02  17:48:59
26489         Log: This is 5.7.0.
26490      Branch: perl
26491            ! Changes
26492 ____________________________________________________________________________
26493 [  7014] By: jhi                                   on 2000/09/02  17:35:45
26494         Log: Changes and patchlevel tweaks.
26495      Branch: perl
26496            ! Changes patchlevel.h
26497 ____________________________________________________________________________
26498 [  7013] By: jhi                                   on 2000/09/02  17:30:50
26499         Log: Update Changes.
26500      Branch: perl
26501            ! Changes patchlevel.h
26502 ____________________________________________________________________________
26503 [  7012] By: nick                                  on 2000/09/02  17:25:20
26504         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
26505      Branch: perl
26506            ! gv.c lib/overload.pm
26507 ____________________________________________________________________________
26508 [  7011] By: jhi                                   on 2000/09/02  17:16:25
26509         Log: Update perlhist.
26510      Branch: perl
26511            ! pod/perlhist.pod
26512 ____________________________________________________________________________
26513 [  7010] By: jhi                                   on 2000/09/02  17:01:35
26514         Log: perldelta nits.
26515      Branch: perl
26516            ! pod/perldelta.pod
26517 ____________________________________________________________________________
26518 [  7009] By: nick                                  on 2000/09/02  16:48:35
26519         Log: If overloaded %{} etc. return the object do not loop.
26520              Thus  sub deref { $_[0] } functions if object is wanted type.
26521      Branch: perl
26522            ! pp.h
26523 ____________________________________________________________________________
26524 [  7008] By: jhi                                   on 2000/09/02  16:26:11
26525         Log: Retab MANIFEST.
26526      Branch: perl
26527            ! ext/Storable/MANIFEST
26528 ____________________________________________________________________________
26529 [  7007] By: jhi                                   on 2000/09/02  16:23:02
26530         Log: Make certain cc is set before trying to run it.
26531      Branch: perl
26532            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
26533 ____________________________________________________________________________
26534 [  7006] By: jhi                                   on 2000/09/02  15:45:41
26535         Log: Unicode notes.
26536      Branch: perl
26537            ! pod/perldelta.pod
26538 ____________________________________________________________________________
26539 [  7005] By: jhi                                   on 2000/09/02  15:42:11
26540         Log: Various Configure nits by Philip Newton,
26541              plus the ebcdic one by me.
26542      Branch: metaconfig
26543            + U/modified/pager.U
26544            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
26545      Branch: metaconfig/U/perl
26546            ! Devel.U quadfio.U
26547      Branch: perl
26548            ! Configure config_h.SH
26549 ____________________________________________________________________________
26550 [  7004] By: jhi                                   on 2000/09/02  15:06:14
26551         Log: Apparently avoiding the swapping is too costly.
26552              
26553              From: "Ben Tilly" <ben_tilly@hotmail.com>
26554              Subject: Re: the door is closed.
26555              Date: Fri, 01 Sep 2000 20:23:16 EDT
26556              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
26557      Branch: perl
26558            ! pod/perlfaq4.pod
26559 ____________________________________________________________________________
26560 [  7003] By: nick                                  on 2000/09/02  12:26:04
26561         Log: Undo part of change 6489 which looks like a bulk edit which
26562              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
26563              The supressing of main:: on return from select() is undesirable.
26564      Branch: perl
26565            ! pp_sys.c
26566 ____________________________________________________________________________
26567 [  7002] By: jhi                                   on 2000/09/01  23:08:54
26568         Log: Update Changes.
26569      Branch: perl
26570            ! Changes patchlevel.h
26571 ____________________________________________________________________________
26572 [  7001] By: jhi                                   on 2000/09/01  23:00:13
26573         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
26574              From: Peter Prymmer <pvhp@forte.com>
26575              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
26576              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
26577              
26578              plus rework the http: spots as suggested by Tom Christiansen,
26579              plus regen perltoc.
26580      Branch: perl
26581            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
26582            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
26583 ____________________________________________________________________________
26584 [  7000] By: jhi                                   on 2000/09/01  22:36:01
26585         Log: Only the first line, thank you very much.
26586      Branch: perl
26587            ! hints/solaris_2.sh
26588 ____________________________________________________________________________
26589 [  6999] By: gsar                                  on 2000/09/01  22:16:40
26590         Log: change#6791 accidentally clobbered change#6710, put it back
26591      Branch: perl
26592            ! win32/win32.c
26593 ____________________________________________________________________________
26594 [  6998] By: jhi                                   on 2000/09/01  22:14:16
26595         Log: Mention the HP-UX LP64 freak failure.
26596      Branch: perl
26597            ! pod/perldelta.pod
26598 ____________________________________________________________________________
26599 [  6997] By: jhi                                   on 2000/09/01  21:48:32
26600         Log: Detypo.
26601      Branch: perl
26602            ! hints/hpux.sh
26603 ____________________________________________________________________________
26604 [  6996] By: jhi                                   on 2000/09/01  21:27:10
26605         Log: Update Changes.
26606      Branch: perl
26607            ! Changes patchlevel.h
26608 ____________________________________________________________________________
26609 [  6995] By: jhi                                   on 2000/09/01  21:14:24
26610         Log: Mi splgn s gnin.g
26611      Branch: perl
26612            ! pp_ctl.c
26613 ____________________________________________________________________________
26614 [  6994] By: jhi                                   on 2000/09/01  21:09:54
26615         Log: Subject: http:// in L<>
26616              From: Nicholas Clark <nick@ccl4.org>
26617              Date: Fri, 1 Sep 2000 22:03:21 +0100
26618              Message-ID: <20000901220321.B72074@plum.flirble.org>
26619      Branch: perl
26620            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
26621 ____________________________________________________________________________
26622 [  6993] By: jhi                                   on 2000/09/01  21:06:54
26623         Log: Update to Storable 1.0, from Raphael Manfredi.
26624      Branch: perl
26625            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
26626            ! ext/Storable/Makefile.PL ext/Storable/README
26627            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
26628            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
26629            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
26630            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
26631            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
26632            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
26633 ____________________________________________________________________________
26634 [  6992] By: jhi                                   on 2000/09/01  20:43:05
26635         Log: Mention known sfio+linux buglet.
26636      Branch: perl
26637            ! pod/perldelta.pod
26638 ____________________________________________________________________________
26639 [  6991] By: jhi                                   on 2000/09/01  20:40:11
26640         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
26641              From: Peter Prymmer <pvhp@forte.com>
26642              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
26643              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
26644      Branch: perl
26645            ! vms/vms.c
26646 ____________________________________________________________________________
26647 [  6990] By: jhi                                   on 2000/09/01  20:25:26
26648         Log: Retract #6986.
26649      Branch: perl
26650            ! hints/solaris_2.sh
26651 ____________________________________________________________________________
26652 [  6989] By: jhi                                   on 2000/09/01  20:23:00
26653         Log: Mergesort is back.
26654      Branch: perl
26655            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
26656 ____________________________________________________________________________
26657 [  6988] By: jhi                                   on 2000/09/01  19:37:40
26658         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
26659              From: Mike Guy <mjtg@cam.ac.uk>
26660              Date: Fri, 01 Sep 2000 17:43:33 +0100
26661              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
26662      Branch: perl
26663            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
26664            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
26665 ____________________________________________________________________________
26666 [  6987] By: jhi                                   on 2000/09/01  19:17:10
26667         Log: Regen perltoc.
26668      Branch: perl
26669            ! pod/perltoc.pod
26670 ____________________________________________________________________________
26671 [  6986] By: jhi                                   on 2000/09/01  18:51:10
26672         Log: Subject: Re: Solaris x86 has no SPARC libraries!
26673              From: Lupe Christoph <lupe@lupe-christoph.de>
26674              Date: Fri, 1 Sep 2000 20:41:20 +0200
26675              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
26676      Branch: perl
26677            ! hints/solaris_2.sh
26678 ____________________________________________________________________________
26679 [  6985] By: jhi                                   on 2000/09/01  18:28:10
26680         Log: Update Changes.
26681      Branch: perl
26682            ! Changes patchlevel.h
26683 ____________________________________________________________________________
26684 [  6984] By: jhi                                   on 2000/09/01  18:26:53
26685         Log: Feature ordering tweak.
26686      Branch: perl
26687            ! myconfig.SH
26688 ____________________________________________________________________________
26689 [  6983] By: jhi                                   on 2000/09/01  18:19:50
26690         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
26691              From: <abigail@foad.org>
26692              Date: Fri, 1 Sep 2000 13:07:32 -0400
26693              Message-ID: <20000901170732.18249.qmail@foad.org>
26694      Branch: perl
26695            ! t/pragma/overload.t
26696 ____________________________________________________________________________
26697 [  6982] By: jhi                                   on 2000/09/01  18:17:54
26698         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
26699              so that case-ignoring systems like DCL can tell them from
26700              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
26701      Branch: metaconfig/U/perl
26702            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
26703      Branch: perl
26704            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26705            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
26706            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
26707            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
26708            ! vos/config.def vos/config.h vos/config_h.SH_orig
26709            ! win32/config.bc win32/config.gc win32/config.vc
26710 ____________________________________________________________________________
26711 [  6981] By: nick                                  on 2000/09/01  17:21:57
26712         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
26713              warning when UNTIE exists and instead pass the cound of extra references to
26714              the UNTIE method.
26715      Branch: perl
26716            ! pod/perltie.pod pp_sys.c
26717 ____________________________________________________________________________
26718 [  6980] By: jhi                                   on 2000/09/01  16:54:44
26719         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
26720              From: Peter Prymmer <pvhp@forte.com>
26721              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
26722              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
26723      Branch: perl
26724            ! configure.com
26725 ____________________________________________________________________________
26726 [  6979] By: jhi                                   on 2000/09/01  16:06:20
26727         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
26728              From: Mike Guy <mjtg@cam.ac.uk> 
26729              Date: Fri, 01 Sep 2000 16:49:27 +0100
26730              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
26731      Branch: perl
26732            ! t/base/rs.t
26733 ____________________________________________________________________________
26734 [  6978] By: jhi                                   on 2000/09/01  16:00:42
26735         Log: Update to PodParser 1.18, from Brad Appleton.
26736      Branch: perl
26737            ! lib/Pod/Checker.pm t/pod/find.t
26738 ____________________________________________________________________________
26739 [  6977] By: jhi                                   on 2000/09/01  14:48:58
26740         Log: Subject: Nit in Configure (bleadperl@6961)
26741              From: Lupe Christoph <lupe@lupe-christoph.de>
26742              Date: Fri, 1 Sep 2000 16:34:29 +0200
26743              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
26744      Branch: metaconfig
26745            ! U/compline/ccflags.U
26746      Branch: perl
26747            ! Configure config_h.SH
26748 ____________________________________________________________________________
26749 [  6976] By: jhi                                   on 2000/09/01  14:39:52
26750         Log: Update Changes.
26751      Branch: perl
26752            ! Changes patchlevel.h
26753 ____________________________________________________________________________
26754 [  6975] By: jhi                                   on 2000/09/01  14:37:36
26755         Log: microperl config update.
26756      Branch: perl
26757            ! uconfig.h uconfig.sh
26758 ____________________________________________________________________________
26759 [  6974] By: jhi                                   on 2000/09/01  14:36:53
26760         Log: Document known deficiencies.
26761      Branch: perl
26762            ! pod/perldelta.pod
26763 ____________________________________________________________________________
26764 [  6973] By: jhi                                   on 2000/09/01  14:10:20
26765         Log: Mention warnings fixes and updates.
26766      Branch: perl
26767            ! pod/perldelta.pod
26768 ____________________________________________________________________________
26769 [  6972] By: jhi                                   on 2000/09/01  14:01:52
26770         Log: Drop unused argument.
26771              
26772              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
26773              From: Spider Boardman <spider@web.zk3.dec.com>
26774              Date: Thu, 31 Aug 2000 16:10:15 -0400
26775              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
26776      Branch: perl
26777            ! toke.c
26778 ____________________________________________________________________________
26779 [  6971] By: jhi                                   on 2000/09/01  13:59:24
26780         Log: Add the overload warnings to perldiag.
26781      Branch: perl
26782            ! lib/overload.pm pod/perldiag.pod
26783 ____________________________________________________________________________
26784 [  6970] By: jhi                                   on 2000/09/01  13:55:10
26785         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
26786              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
26787              Date: Fri, 1 Sep 2000 13:43:15 +0100 
26788              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
26789      Branch: perl
26790            ! lib/overload.pm t/pragma/overload.t
26791 ____________________________________________________________________________
26792 [  6969] By: jhi                                   on 2000/09/01  13:52:27
26793         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
26794              From: <abigail@foad.org>
26795              Date: Fri, 1 Sep 2000 05:46:54 -0400
26796              Message-ID: <20000901094654.6476.qmail@foad.org>
26797      Branch: perl
26798            ! lib/overload.pm
26799 ____________________________________________________________________________
26800 [  6968] By: jhi                                   on 2000/09/01  13:50:05
26801         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
26802              From: Daniel Chetlin <daniel@chetlin.com>
26803              Date: Fri, 1 Sep 2000 02:10:55 -0700
26804              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
26805      Branch: perl
26806            ! pod/perlretut.pod
26807 ____________________________________________________________________________
26808 [  6967] By: jhi                                   on 2000/09/01  13:47:54
26809         Log: Part of the solution.
26810              
26811              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
26812              From: Mike Guy <mjtg@cam.ac.uk>
26813              Date: Fri, 01 Sep 2000 14:16:01 +0100
26814              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
26815      Branch: perl
26816            ! gv.c mg.c
26817 ____________________________________________________________________________
26818 [  6966] By: jhi                                   on 2000/09/01  13:46:17
26819         Log: Subject: CPAN.pm beta 1.57_57 for the core
26820              From: andreas.koenig@anima.de (Andreas J. Koenig)
26821              Date: 01 Sep 2000 15:16:31 +0200
26822              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
26823      Branch: perl
26824            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
26825 ____________________________________________________________________________
26826 [  6965] By: jhi                                   on 2000/09/01  13:43:18
26827         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
26828              From: "Craig A. Berry" <craig.berry@psinetcs.com>
26829              Date: Fri, 01 Sep 2000 01:47:22 -0500
26830              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
26831      Branch: perl
26832            ! pod/perldelta.pod vms/vms.c
26833 ____________________________________________________________________________
26834 [  6964] By: jhi                                   on 2000/09/01  13:35:35
26835         Log: File::Temp patches from Andreas König,
26836              
26837              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
26838              From: andreas.koenig@anima.de (Andreas J. Koenig)
26839              Date: 01 Sep 2000 10:07:20 +0200
26840              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
26841              
26842              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
26843              From: andreas.koenig@anima.de (Andreas J. Koenig)
26844              Date: 31 Aug 2000 23:26:08 +0200
26845              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
26846      Branch: perl
26847            ! lib/File/Temp.pm t/lib/ftmp-security.t
26848 ____________________________________________________________________________
26849 [  6963] By: jhi                                   on 2000/09/01  02:22:24
26850         Log: Retract the mergesort code, way too incompatible licensing
26851              and copyrights.
26852      Branch: perl
26853            ! pod/perldelta.pod pp_ctl.c
26854 ____________________________________________________________________________
26855 [  6962] By: jhi                                   on 2000/08/31  23:27:32
26856         Log: Update Changes.
26857      Branch: perl
26858            ! Changes patchlevel.h
26859 ____________________________________________________________________________
26860 [  6961] By: jhi                                   on 2000/08/31  23:20:04
26861         Log: Small tweaks all over.
26862      Branch: metaconfig
26863            ! U/compline/d_gconvert.U
26864      Branch: perl
26865            ! AUTHORS Configure config_h.SH pp_ctl.c
26866 ____________________________________________________________________________
26867 [  6960] By: jhi                                   on 2000/08/31  22:39:36
26868         Log: Further rewording.
26869      Branch: perl
26870            ! pp_ctl.c
26871 ____________________________________________________________________________
26872 [  6959] By: jhi                                   on 2000/08/31  21:26:44
26873         Log: More address tweaking.
26874      Branch: perl
26875            ! AUTHORS Changes
26876 ____________________________________________________________________________
26877 [  6958] By: jhi                                   on 2000/08/31  20:47:25
26878         Log: AUTHORS tweaks, from Peter Prymmer.
26879              
26880              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
26881              From: Peter Prymmer <pvhp@forte.com>
26882              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
26883              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
26884      Branch: perl
26885            ! AUTHORS MAINTAIN
26886 ____________________________________________________________________________
26887 [  6957] By: jhi                                   on 2000/08/31  20:34:43
26888         Log: perldelta tweaks.
26889      Branch: perl
26890            ! pod/perldelta.pod
26891 ____________________________________________________________________________
26892 [  6956] By: jhi                                   on 2000/08/31  19:11:06
26893         Log: Regen perltoc.
26894      Branch: perl
26895            ! pod/perltoc.pod
26896 ____________________________________________________________________________
26897 [  6955] By: jhi                                   on 2000/08/31  19:06:30
26898         Log: Clarify the mergesort situation.
26899      Branch: perl
26900            ! pp_ctl.c
26901 ____________________________________________________________________________
26902 [  6954] By: jhi                                   on 2000/08/31  18:24:17
26903         Log: Move the Solaris 7 scan to use64bitall, make the
26904              failure to find 64-bot sparc libc to mention the
26905              possibility of being in an intel, from Lupe and Alan.
26906      Branch: perl
26907            ! hints/solaris_2.sh
26908 ____________________________________________________________________________
26909 [  6953] By: jhi                                   on 2000/08/31  18:09:20
26910         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
26911              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
26912      Branch: metaconfig
26913            ! U/compline/d_gconvert.U U/threads/archname.U
26914      Branch: metaconfig/U/perl
26915            ! perlxv.U
26916      Branch: perl
26917            ! Configure config_h.SH sv.c
26918 ____________________________________________________________________________
26919 [  6952] By: jhi                                   on 2000/08/31  17:42:24
26920         Log: :: not allowed in pathnames, change to .
26921              
26922              Subject: [PATCH perl@6938] cygwin port
26923              From: "Fifer, Eric" <EFifer@sanwaint.com>
26924              Date: Thu, 31 Aug 2000 16:32:59 +0100
26925              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
26926      Branch: metaconfig/U/perl
26927            ! perlxv.U
26928 ____________________________________________________________________________
26929 [  6951] By: jhi                                   on 2000/08/31  17:02:05
26930         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
26931      Branch: perl
26932            ! perl.h
26933 ____________________________________________________________________________
26934 [  6950] By: jhi                                   on 2000/08/31  16:26:08
26935         Log: More author updates.
26936              
26937              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
26938              From: Simon Cozens <simon@cozens.net>
26939              Date: Thu, 31 Aug 2000 17:13:32 +0100
26940              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
26941      Branch: perl
26942            ! AUTHORS
26943 ____________________________________________________________________________
26944 [  6949] By: jhi                                   on 2000/08/31  16:04:49
26945         Log: POSIX doesn't report long double values under -Duselongdouble
26946              when the long doubles are "real" (bigger than doubles).
26947              
26948              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
26949              From: Spider Boardman <spider@peano.zk3.dec.com>
26950              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
26951              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
26952      Branch: perl
26953            ! ext/POSIX/POSIX.xs
26954 ____________________________________________________________________________
26955 [  6948] By: jhi                                   on 2000/08/31  15:25:10
26956         Log: Update Changes.
26957      Branch: perl
26958            ! Changes patchlevel.h
26959 ____________________________________________________________________________
26960 [  6947] By: jhi                                   on 2000/08/31  15:22:29
26961         Log: Document UNTIE in a very minimalistic way.
26962      Branch: perl
26963            ! pod/perlfunc.pod pod/perltie.pod
26964 ____________________________________________________________________________
26965 [  6946] By: jhi                                   on 2000/08/31  15:15:23
26966         Log: Document known failures.
26967      Branch: perl
26968            ! pod/perldelta.pod
26969 ____________________________________________________________________________
26970 [  6945] By: jhi                                   on 2000/08/31  15:07:00
26971         Log: Don't attach -ld to the archname if pointless.
26972      Branch: metaconfig
26973            ! U/threads/archname.U
26974      Branch: perl
26975            ! Configure config_h.SH
26976 ____________________________________________________________________________
26977 [  6944] By: jhi                                   on 2000/08/31  14:37:42
26978         Log: Wrap the test in eval.
26979              
26980              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
26981              From: Tim Jenness <timj@jach.hawaii.edu>
26982              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
26983              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
26984      Branch: perl
26985            ! t/lib/ftmp-security.t
26986 ____________________________________________________________________________
26987 [  6943] By: jhi                                   on 2000/08/31  14:30:57
26988         Log: Make -Dusemorebits find long doubles in Solaris.
26989      Branch: perl
26990            ! hints/solaris_2.sh
26991 ____________________________________________________________________________
26992 [  6942] By: jhi                                   on 2000/08/31  13:48:45
26993         Log: Clarify the third case of ftmp-security warnings.
26994      Branch: perl
26995            ! INSTALL
26996 ____________________________________________________________________________
26997 [  6941] By: jhi                                   on 2000/08/31  13:40:31
26998         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
26999              From: <abigail@foad.org>
27000              Date: Thu, 31 Aug 2000 01:35:05 -0400
27001              Message-ID: <20000831053505.32120.qmail@foad.org>
27002      Branch: perl
27003            ! pod/perldelta.pod
27004 ____________________________________________________________________________
27005 [  6940] By: jhi                                   on 2000/08/31  13:38:48
27006         Log: Issue useful diagnostic on unknown pod commands.
27007              
27008              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
27009              From: <abigail@foad.org>
27010              Date: Thu, 31 Aug 2000 03:41:18 -0400
27011              Message-ID: <20000831074118.24880.qmail@foad.org>
27012      Branch: perl
27013            ! lib/Pod/Man.pm
27014 ____________________________________________________________________________
27015 [  6939] By: jhi                                   on 2000/08/31  13:34:33
27016         Log: Reveal Borland's isnan.
27017              
27018              Subject: build with BC++ tweak
27019              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
27020              Date: Thu, 31 Aug 2000 13:09:37 +0400
27021              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
27022      Branch: perl
27023            ! win32/win32.h
27024 ____________________________________________________________________________
27025 [  6938] By: jhi                                   on 2000/08/31  05:01:20
27026         Log: Update Changes.
27027      Branch: perl
27028            ! Changes patchlevel.h
27029 ____________________________________________________________________________
27030 [  6937] By: jhi                                   on 2000/08/31  04:26:23
27031         Log: sscanf() may be the only way to read long doubles from strings.
27032      Branch: metaconfig/U/perl
27033            ! longdblfio.U
27034      Branch: perl
27035            ! Configure config_h.SH perl.h util.c
27036 ____________________________________________________________________________
27037 [  6936] By: jhi                                   on 2000/08/31  04:18:19
27038         Log: The #6929 was too skimpy.
27039      Branch: perl
27040            ! sv.c
27041 ____________________________________________________________________________
27042 [  6935] By: jhi                                   on 2000/08/31  02:47:07
27043         Log: Subject: Re: typos in pods
27044              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27045              Date: Wed, 30 Aug 2000 19:25:34 -0700
27046              Message-ID: <eIcr5gzkg25X092yn@efn.org>
27047      Branch: perl
27048            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
27049 ____________________________________________________________________________
27050 [  6934] By: jhi                                   on 2000/08/31  02:42:55
27051         Log: Missed one Unicode file.
27052      Branch: perl
27053            + lib/unicode/UCDFF301.html
27054 ____________________________________________________________________________
27055 [  6933] By: jhi                                   on 2000/08/30  23:42:27
27056         Log: Update Changes.
27057      Branch: perl
27058            ! Changes patchlevel.h
27059 ____________________________________________________________________________
27060 [  6932] By: jhi                                   on 2000/08/30  23:40:07
27061         Log: Mention UNTIE in perldelta.  Still needs documenting
27062              in perltie et alia.
27063      Branch: perl
27064            ! pod/perldelta.pod
27065 ____________________________________________________________________________
27066 [  6931] By: jhi                                   on 2000/08/30  23:36:02
27067         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
27068              From: <abigail@foad.org>
27069              Date: Wed, 30 Aug 2000 19:28:07 -0400
27070              Message-ID: <20000830232807.305.qmail@foad.org>
27071      Branch: perl
27072            ! pod/perldelta.pod
27073 ____________________________________________________________________________
27074 [  6930] By: jhi                                   on 2000/08/30  23:32:40
27075         Log: Update to Unicode 3.0.1.
27076      Branch: perl
27077            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
27078            + lib/unicode/PropList.txt lib/unicode/README.perl
27079            + lib/unicode/UCD301.html lib/unicode/Unicode.301
27080            - lib/unicode/Props.txt lib/unicode/UCD300.html
27081            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
27082            ! (edit 257 files)
27083 ____________________________________________________________________________
27084 [  6929] By: jhi                                   on 2000/08/30  22:38:18
27085         Log: Heap decorruption.
27086              
27087              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
27088              From: Alan Burlison <Alan.Burlison@uk.sun.com>
27089              Date: Wed, 30 Aug 2000 22:39:52 +0100
27090              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
27091      Branch: perl
27092            ! sv.c
27093 ____________________________________________________________________________
27094 [  6928] By: jhi                                   on 2000/08/30  22:29:34
27095         Log: Retract the dummy test, skip the security tests (instead of failing),
27096              explain what the warnings mean.
27097      Branch: perl
27098            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
27099 ____________________________________________________________________________
27100 [  6927] By: jhi                                   on 2000/08/30  22:14:13
27101         Log: Change the internal implementation of sort() to be mergesort
27102              instead of quicksort, from John Linderman <jpl@research.att.com>.
27103              Gives us better worst case, better average case, and stability.
27104              What's there not to like?  (Small fixes for threaded builds
27105              were required).
27106      Branch: perl
27107            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
27108 ____________________________________________________________________________
27109 [  6926] By: jhi                                   on 2000/08/30  20:55:20
27110         Log: A better fix for the Socket building problem from Craig Berry.
27111      Branch: perl
27112            ! vms/vms.c
27113 ____________________________________________________________________________
27114 [  6925] By: jhi                                   on 2000/08/30  20:20:25
27115         Log: Subject: [PATCH] Re: UNTIE method 
27116              From: Nick Ing-Simmons <nik@tiuk.ti.com>
27117              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
27118              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
27119      Branch: perl
27120            ! pp_sys.c t/op/tie.t
27121 ____________________________________________________________________________
27122 [  6924] By: jhi                                   on 2000/08/30  20:17:11
27123         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
27124              From: "Craig A. Berry" <craig.berry@psinetcs.com>
27125              Date: Wed, 30 Aug 2000 15:03:14 -0500
27126              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
27127      Branch: perl
27128            ! vms/vms.c
27129 ____________________________________________________________________________
27130 [  6923] By: jhi                                   on 2000/08/30  20:15:18
27131         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
27132              From: "Craig A. Berry" <craig.berry@psinetcs.com>
27133              Date: Wed, 30 Aug 2000 13:30:36 -0500
27134              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
27135      Branch: perl
27136            ! vms/vms.c
27137 ____________________________________________________________________________
27138 [  6922] By: jhi                                   on 2000/08/30  19:54:43
27139         Log: Better options for rsync.
27140      Branch: perl
27141            ! pod/perlhack.pod
27142 ____________________________________________________________________________
27143 [  6921] By: jhi                                   on 2000/08/30  19:40:16
27144         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
27145              From: Rick Delaney <rick@consumercontact.com>
27146              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
27147              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
27148      Branch: perl
27149            ! pod/perlfunc.pod
27150 ____________________________________________________________________________
27151 [  6920] By: jhi                                   on 2000/08/30  19:36:40
27152         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
27153              From: Peter Prymmer <pvhp@forte.com>
27154              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
27155              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
27156      Branch: perl
27157            ! configure.com
27158 ____________________________________________________________________________
27159 [  6919] By: jhi                                   on 2000/08/30  14:52:02
27160         Log: Update Changes.
27161      Branch: perl
27162            ! Changes patchlevel.h
27163 ____________________________________________________________________________
27164 [  6918] By: jhi                                   on 2000/08/30  14:48:34
27165         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
27166      Branch: perl
27167            ! lib/ExtUtils/typemap
27168 ____________________________________________________________________________
27169 [  6917] By: jhi                                   on 2000/08/30  14:46:34
27170         Log: Subject: typos in pods
27171              From: Nicholas Clark <nick@ccl4.org>
27172              Date: Wed, 30 Aug 2000 01:12:50 +0100
27173              Message-ID: <20000830011249.A61388@plum.flirble.org>
27174      Branch: perl
27175            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
27176            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
27177            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
27178            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
27179 ____________________________________________________________________________
27180 [  6916] By: jhi                                   on 2000/08/30  14:19:09
27181         Log: Document Storable problems on Crays.  (Will have
27182              to document all the other Storable problems, too.)
27183      Branch: perl
27184            ! pod/perldelta.pod
27185 ____________________________________________________________________________
27186 [  6915] By: jhi                                   on 2000/08/30  14:06:02
27187         Log: Subject: [PATCH] fix misc cast warnings
27188              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27189              Date: Tue, 29 Aug 2000 23:16:14 -0700
27190              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
27191      Branch: perl
27192            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
27193            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
27194            ! os2/os2ish.h
27195 ____________________________________________________________________________
27196 [  6914] By: jhi                                   on 2000/08/30  14:03:45
27197         Log: Timestamp mismatch again.  Need to fix this dependence on
27198              config_h.SH timestamp, since it's the contents of config_h.SH
27199              that matter.
27200      Branch: perl
27201            ! uconfig.h uconfig.sh
27202 ____________________________________________________________________________
27203 [  6913] By: jhi                                   on 2000/08/30  13:54:06
27204         Log: Don't say "Perl 5.0 source kit".
27205      Branch: perl
27206            ! perl.c
27207 ____________________________________________________________________________
27208 [  6912] By: jhi                                   on 2000/08/30  13:51:24
27209         Log: Reset archname and archname64 always, forcing them be
27210              recomputed at each Configure run, make Configure and
27211              the hints files agree on the naming of largefiles variables.
27212      Branch: metaconfig
27213            ! U/threads/archname.U
27214      Branch: metaconfig/U/perl
27215            ! use64bits.U
27216      Branch: perl
27217            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
27218            ! hints/linux.sh hints/solaris_2.sh
27219 ____________________________________________________________________________
27220 [  6911] By: jhi                                   on 2000/08/30  13:30:13
27221         Log: Put back the slice accidentally removed by #6907.
27222      Branch: perl
27223            ! hints/solaris_2.sh
27224 ____________________________________________________________________________
27225 [  6910] By: jhi                                   on 2000/08/30  01:24:26
27226         Log: Be consistent: other Net::get* do export theirs.
27227              
27228              Subject: Re: Net::protoent does not export 'getproto'
27229              From: Yasushi Nakajima <sey@jkc.co.jp>
27230              Date: Wed, 30 Aug 2000 09:53:14 +0900
27231              Message-Id: <200008300051.DAA24700@taku.hut.fi>
27232      Branch: perl
27233            ! lib/Net/protoent.pm
27234 ____________________________________________________________________________
27235 [  6909] By: jhi                                   on 2000/08/30  01:17:25
27236         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
27237              From: Gurusamy Sarathy <gsar@ActiveState.com>
27238              Date: Tue, 29 Aug 2000 17:17:07 -0700
27239              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
27240      Branch: perl
27241            ! cop.h
27242 ____________________________________________________________________________
27243 [  6908] By: jhi                                   on 2000/08/30  00:58:05
27244         Log: Update Changes.
27245      Branch: perl
27246            ! Changes patchlevel.h
27247 ____________________________________________________________________________
27248 [  6907] By: jhi                                   on 2000/08/30  00:57:22
27249         Log: Introduce ccname to keep track of what compiler kind of we have.
27250      Branch: metaconfig/U/perl
27251            ! Checkcc.U gccvers.U
27252      Branch: perl
27253            ! Configure config_h.SH hints/solaris_2.sh
27254 ____________________________________________________________________________
27255 [  6906] By: jhi                                   on 2000/08/30  00:25:47
27256         Log: Put back the flags dump as reasoned in
27257              
27258              Subject: Re: [PATCH] Glob dumping
27259              From: Mike Guy <mjtg@cam.ac.uk> 
27260              Date: Tue, 29 Aug 2000 21:41:32 +0100
27261              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
27262      Branch: perl
27263            ! dump.c t/lib/peek.t
27264 ____________________________________________________________________________
27265 [  6905] By: jhi                                   on 2000/08/30  00:16:17
27266         Log: Make the epsilon to be relative, not absolute.
27267              
27268              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
27269              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
27270              Date: Tue, 29 Aug 2000 19:58:56 -0400
27271              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
27272      Branch: perl
27273            ! t/lib/trig.t
27274 ____________________________________________________________________________
27275 [  6904] By: jhi                                   on 2000/08/30  00:13:09
27276         Log: From now on, Gisle is on my list of usual suspects :-)
27277              Retract #6902.
27278      Branch: perl
27279            ! ext/Opcode/Safe.pm
27280 ____________________________________________________________________________
27281 [  6903] By: jhi                                   on 2000/08/29  23:51:20
27282         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
27283              From: "Craig A. Berry" <craig.berry@psinetcs.com>
27284              Date: Tue, 29 Aug 2000 18:43:26 -0500
27285              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
27286      Branch: perl
27287            + vms/vmspipe.com
27288            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
27289            ! vms/vms.c
27290 ____________________________________________________________________________
27291 [  6902] By: jhi                                   on 2000/08/29  23:44:14
27292         Log: Retry what #6882 attempted.
27293              
27294              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
27295              From: Gisle Aas <gisle@ActiveState.com>
27296              Date: 30 Aug 2000 00:33:09 +0200
27297              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
27298      Branch: perl
27299            ! ext/Opcode/Safe.pm
27300 ____________________________________________________________________________
27301 [  6901] By: jhi                                   on 2000/08/29  22:59:32
27302         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
27303              From: Hugo <hv@crypt.compulink.co.uk>
27304              Date: Mon, 12 Jun 2000 19:36:08 +0100
27305              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
27306      Branch: perl
27307            ! sv.c
27308 ____________________________________________________________________________
27309 [  6900] By: jhi                                   on 2000/08/29  22:58:35
27310         Log: Admit that we are leaking scalars.
27311              
27312              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
27313              From: Spider Boardman <spider@leggy.zk3.dec.com>
27314              Date: Tue, 29 Aug 2000 18:48:29 -0400
27315              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
27316      Branch: perl
27317            ! t/pragma/warnings.t
27318 ____________________________________________________________________________
27319 [  6899] By: jhi                                   on 2000/08/29  20:53:13
27320         Log: Update Changes.
27321      Branch: perl
27322            ! Changes patchlevel.h
27323 ____________________________________________________________________________
27324 [  6898] By: jhi                                   on 2000/08/29  20:46:21
27325         Log: Undo namespace pollution of #6878.
27326              
27327              Subject: Re: Net::protoent does not export 'getproto'
27328              From: Mike Guy <mjtg@cam.ac.uk>
27329              Date: Tue, 29 Aug 2000 21:32:37 +0100
27330              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
27331      Branch: perl
27332            ! lib/Net/protoent.pm
27333 ____________________________________________________________________________
27334 [  6897] By: jhi                                   on 2000/08/29  20:44:29
27335         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
27336              From: Peter Prymmer <pvhp@forte.com>
27337              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
27338              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
27339      Branch: perl
27340            ! pod/perlebcdic.pod
27341 ____________________________________________________________________________
27342 [  6896] By: jhi                                   on 2000/08/29  20:40:57
27343         Log: There's no point repeating the 'revision' (5) of perl5.
27344      Branch: metaconfig/U/perl
27345            ! Devel.U patchlevel.U
27346      Branch: perl
27347            ! Configure config_h.SH
27348 ____________________________________________________________________________
27349 [  6895] By: jhi                                   on 2000/08/29  20:16:58
27350         Log: Regen Configure for #6894.
27351      Branch: metaconfig/U/perl
27352            ! perladmin.U
27353      Branch: perl
27354            ! Configure config_h.SH
27355 ____________________________________________________________________________
27356 [  6894] By: jhi                                   on 2000/08/29  19:59:52
27357         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
27358              From: "Philip Newton" <Philip.Newton@gmx.net>
27359              Date: Tue, 29 Aug 2000 21:39:14 +0200
27360              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
27361      Branch: perl
27362            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
27363            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
27364            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
27365            ! utils/perlbug.PL
27366 ____________________________________________________________________________
27367 [  6893] By: jhi                                   on 2000/08/29  19:55:30
27368         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
27369              From: "Philip Newton" <Philip.Newton@gmx.net>
27370              Date: Tue, 29 Aug 2000 21:39:14 +0200
27371              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
27372      Branch: perl
27373            ! installhtml
27374 ____________________________________________________________________________
27375 [  6892] By: jhi                                   on 2000/08/29  19:53:59
27376         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
27377              From: "Philip Newton" <Philip.Newton@gmx.net>
27378              Date: Tue, 29 Aug 2000 21:48:18 +0200
27379              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
27380      Branch: perl
27381            ! lib/File/Temp.pm
27382 ____________________________________________________________________________
27383 [  6891] By: jhi                                   on 2000/08/29  18:30:03
27384         Log: Nail the ID 20000828.023.
27385      Branch: perl
27386            ! ext/Storable/Storable.xs
27387 ____________________________________________________________________________
27388 [  6890] By: jhi                                   on 2000/08/29  16:50:17
27389         Log: Under usethreads the dumped variable is IN_PAD.
27390              
27391              Subject: Re: [PATCH] Glob dumping
27392              From: Gisle Aas <gisle@ActiveState.com>
27393              Date: 29 Aug 2000 18:45:05 +0200
27394              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
27395      Branch: perl
27396            ! t/lib/peek.t
27397 ____________________________________________________________________________
27398 [  6889] By: jhi                                   on 2000/08/29  15:17:37
27399         Log: Update Changes.
27400      Branch: perl
27401            ! Changes patchlevel.h
27402 ____________________________________________________________________________
27403 [  6888] By: jhi                                   on 2000/08/29  14:49:59
27404         Log: Retract #6882, broke the safe tests.
27405      Branch: perl
27406            ! ext/Opcode/Safe.pm
27407 ____________________________________________________________________________
27408 [  6887] By: jhi                                   on 2000/08/29  14:47:06
27409         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
27410              From: Gisle Aas <gisle@ActiveState.com> 
27411              Date: 09 Jun 2000 20:00:11 +0200
27412              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
27413      Branch: perl
27414            ! utils/perldoc.PL
27415 ____________________________________________________________________________
27416 [  6886] By: jhi                                   on 2000/08/29  14:42:45
27417         Log: The #6881 removed one dump line.
27418      Branch: perl
27419            ! t/lib/peek.t
27420 ____________________________________________________________________________
27421 [  6885] By: jhi                                   on 2000/08/29  14:30:47
27422         Log: Don't forget to tidy up.
27423      Branch: perl
27424            ! t/lib/ftmp-security.t
27425 ____________________________________________________________________________
27426 [  6884] By: jhi                                   on 2000/08/29  14:25:17
27427         Log: Disabling the one test is a bit tricky.
27428      Branch: perl
27429            ! t/lib/ftmp-security.t
27430 ____________________________________________________________________________
27431 [  6883] By: jhi                                   on 2000/08/29  14:16:25
27432         Log: Disable one of the tests for now.
27433      Branch: perl
27434            ! t/lib/ftmp-security.t
27435 ____________________________________________________________________________
27436 [  6882] By: jhi                                   on 2000/08/29  14:05:50
27437         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
27438              From: gisle@aas.no
27439              Date: 29 Aug 2000 10:35:06 -0000
27440              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
27441      Branch: perl
27442            ! ext/Opcode/Safe.pm
27443 ____________________________________________________________________________
27444 [  6881] By: jhi                                   on 2000/08/29  14:03:51
27445         Log: Subject: [PATCH] Glob dumping
27446              From: Gisle Aas <gisle@ActiveState.com>
27447              Date: 29 Aug 2000 07:59:42 -0000
27448              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
27449      Branch: perl
27450            ! dump.c
27451 ____________________________________________________________________________
27452 [  6880] By: jhi                                   on 2000/08/29  14:02:01
27453         Log: Subject: [PATCH] Warnings in B::Deparse
27454              From: <abigail@foad.org>
27455              Date: Tue, 29 Aug 2000 00:00:01 -0400
27456              Message-ID: <20000829040001.2999.qmail@foad.org>
27457      Branch: perl
27458            ! ext/B/B/Deparse.pm
27459 ____________________________________________________________________________
27460 [  6879] By: jhi                                   on 2000/08/29  13:57:26
27461         Log: Missed a change in #6869.
27462      Branch: perl
27463            ! mg.c
27464 ____________________________________________________________________________
27465 [  6878] By: jhi                                   on 2000/08/29  13:45:04
27466         Log: Subject: Net::protoent does not export 'getproto'
27467              From: Yasushi Nakajima <sey@jkc.co.jp>
27468              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
27469      Branch: perl
27470            ! lib/Net/protoent.pm
27471 ____________________________________________________________________________
27472 [  6877] By: jhi                                   on 2000/08/29  13:39:19
27473         Log: Patches all over for people and the files they (hopefully) care about.
27474      Branch: perl
27475            ! AUTHORS Changes MAINTAIN
27476 ____________________________________________________________________________
27477 [  6876] By: jhi                                   on 2000/08/29  12:53:54
27478         Log: Fix for thinko in #6848.
27479              
27480              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
27481              From: Lupe Christoph <lupe@lupe-christoph.de>
27482              Date: Tue, 29 Aug 2000 09:04:08 +0200
27483              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
27484      Branch: perl
27485            ! ext/Thread/Thread.xs
27486 ____________________________________________________________________________
27487 [  6875] By: jhi                                   on 2000/08/29  12:50:14
27488         Log: Update to Getopt::Long 2.24, from Johan Vromans.
27489      Branch: perl
27490            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
27491 ____________________________________________________________________________
27492 [  6874] By: jhi                                   on 2000/08/29  02:09:53
27493         Log: Use minimal @INC in tests, most of the time just '../lib',
27494              so that we simply can't pick up stuff from other Perls than
27495              the one we are testing.  Pointed out by
27496              
27497              From: Mike Guy <mjtg@cam.ac.uk>
27498              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
27499              Date: Fri, 25 Aug 2000 15:15:59 +0100
27500              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
27501      Branch: perl
27502            ! (edit 185 files)
27503 ____________________________________________________________________________
27504 [  6873] By: jhi                                   on 2000/08/29  01:07:11
27505         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
27506              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27507              Date: Mon, 28 Aug 2000 17:45:52 -0700
27508              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
27509      Branch: perl
27510            ! Makefile.SH hints/os2.sh
27511 ____________________________________________________________________________
27512 [  6872] By: jhi                                   on 2000/08/28  23:33:39
27513         Log: Subject: [PATCH bleedperl@6866] spellings
27514              From: marcel@codewerk.com (Marcel Grunauer)
27515              Date: Tue, 29 Aug 2000 01:19:59 +0200
27516              Message-Id: <200008282319.BAA29862@gandalf.local>
27517      Branch: perl
27518            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
27519            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
27520            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
27521 ____________________________________________________________________________
27522 [  6871] By: jhi                                   on 2000/08/28  23:22:09
27523         Log: Take out the SUIDMAIL thing, that will not be
27524              a problem in 5.7.*.
27525      Branch: perl
27526            ! patchlevel.h
27527 ____________________________________________________________________________
27528 [  6870] By: jhi                                   on 2000/08/28  23:19:30
27529         Log: -S is the silent flag, -s is the strip flag.
27530              
27531              Subject: [PATCH] Re: [PATCH] make no-install          
27532              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27533              Date: Mon, 28 Aug 2000 15:12:55 -0700
27534              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
27535      Branch: perl
27536            ! Makefile.SH
27537 ____________________________________________________________________________
27538 [  6869] By: jhi                                   on 2000/08/28  23:12:05
27539         Log: Subject: [PATCH bleedperl@6856] warnings fixes
27540              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
27541              Date: Mon, 28 Aug 2000 23:55:06 +0100
27542              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
27543      Branch: perl
27544            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
27545            ! warnings.h warnings.pl
27546 ____________________________________________________________________________
27547 [  6868] By: jhi                                   on 2000/08/28  21:38:22
27548         Log: Potential cruft.
27549      Branch: perl
27550            ! Makefile.SH
27551 ____________________________________________________________________________
27552 [  6867] By: jhi                                   on 2000/08/28  21:35:36
27553         Log: Update Changes.
27554      Branch: perl
27555            ! Changes patchlevel.h
27556 ____________________________________________________________________________
27557 [  6866] By: jhi                                   on 2000/08/28  21:33:49
27558         Log: Subject: hv.h Doc Patch
27559              From: Fisher Mark <fisherm@tce.com>
27560              Date: Mon, 28 Aug 2000 16:24:59 -0500
27561              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
27562      Branch: perl
27563            ! hv.h
27564 ____________________________________________________________________________
27565 [  6865] By: jhi                                   on 2000/08/28  21:02:15
27566         Log: Add -ld to archname on long tr...double platforms.
27567      Branch: metaconfig
27568            ! U/threads/archname.U
27569      Branch: perl
27570            ! Configure config_h.SH
27571 ____________________________________________________________________________
27572 [  6864] By: jhi                                   on 2000/08/28  20:38:59
27573         Log: An attempt to fix the problem reported in
27574              
27575              Subject: Building perl@6856 using gcc/AIX 4.3.3 
27576              From: Daniel Muino <dmuino@afip.gov.ar> 
27577              Date: Mon, 28 Aug 2000 15:50:01 -0300   
27578              Message-ID: <20000828155001.A14403@con2-dgi>
27579              
27580              I can't test this properly since the gcc installation I have
27581              access to seems to be botched (gcc is calling the AIX cpp,
27582              a losing proposition...)
27583      Branch: perl
27584            ! hints/aix.sh
27585 ____________________________________________________________________________
27586 [  6863] By: jhi                                   on 2000/08/28  18:57:52
27587         Log: Fix for ID 20000828.001, long doubles were not formatted
27588              correctly (showed up in $], which stopped installing perl).
27589      Branch: perl
27590            ! sv.c
27591 ____________________________________________________________________________
27592 [  6862] By: jhi                                   on 2000/08/28  18:07:15
27593         Log: Typo in #6858.
27594      Branch: perl
27595            ! lib/Cwd.pm
27596 ____________________________________________________________________________
27597 [  6861] By: jhi                                   on 2000/08/28  17:57:27
27598         Log: opmini.o may be left around if a build is interrupted.
27599      Branch: perl
27600            ! Makefile.SH
27601 ____________________________________________________________________________
27602 [  6860] By: jhi                                   on 2000/08/28  16:52:50
27603         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
27604              From: Daniel Chetlin <daniel@chetlin.com>
27605              Date: Mon, 28 Aug 2000 01:14:18 -0700
27606              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
27607      Branch: perl
27608            ! lib/overload.pm
27609 ____________________________________________________________________________
27610 [  6859] By: jhi                                   on 2000/08/28  16:08:46
27611         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
27612              From: Nicholas Clark <nick@ccl4.org>
27613              Date: Mon, 28 Aug 2000 16:03:27 +0100
27614              Message-Id: <20000828160327.C49785@plum.flirble.org>
27615      Branch: perl
27616            ! ext/ByteLoader/bytecode.h
27617 ____________________________________________________________________________
27618 [  6858] By: jhi                                   on 2000/08/28  16:02:10
27619         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
27620              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
27621              Date: Mon, 28 Aug 2000 13:08:30 +0200
27622              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
27623      Branch: perl
27624            ! lib/Cwd.pm
27625 ____________________________________________________________________________
27626 [  6857] By: jhi                                   on 2000/08/28  15:42:47
27627         Log: display_format used as a class method without arguments was broken,
27628              reported in
27629              
27630              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
27631              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
27632              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
27633              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
27634      Branch: perl
27635            ! lib/Math/Complex.pm t/lib/complex.t
27636 ____________________________________________________________________________
27637 [  6856] By: jhi                                   on 2000/08/27  22:09:48
27638         Log: Update Changes.
27639      Branch: perl
27640            ! Changes patchlevel.h
27641 ____________________________________________________________________________
27642 [  6855] By: jhi                                   on 2000/08/27  21:59:21
27643         Log: Retract #6853 (false alarm).
27644      Branch: perl
27645            ! lib/ExtUtils/xsubpp
27646 ____________________________________________________________________________
27647 [  6854] By: jhi                                   on 2000/08/27  21:37:44
27648         Log: Update Changes.
27649      Branch: perl
27650            ! Changes patchlevel.h
27651 ____________________________________________________________________________
27652 [  6853] By: jhi                                   on 2000/08/27  21:37:16
27653         Log: Subject: [PATCH perl@6850] workaround for xsubpp
27654              From: Hugo <hv@crypt.compulink.co.uk>
27655              Date: Sun, 27 Aug 2000 22:30:25 +0100
27656              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
27657      Branch: perl
27658            ! lib/ExtUtils/xsubpp
27659 ____________________________________________________________________________
27660 [  6852] By: jhi                                   on 2000/08/27  21:33:58
27661         Log: Big-endian 64-bit patch from Raphael Manfredi.
27662      Branch: perl
27663            ! ext/Storable/Storable.xs
27664 ____________________________________________________________________________
27665 [  6851] By: jhi                                   on 2000/08/27  21:22:21
27666         Log: More ruthless editing from Hugo van der Sanden.
27667      Branch: perl
27668            ! pod/perldelta.pod
27669 ____________________________________________________________________________
27670 [  6850] By: jhi                                   on 2000/08/27  16:11:46
27671         Log: Update Changes.
27672      Branch: perl
27673            ! Changes patchlevel.h
27674 ____________________________________________________________________________
27675 [  6849] By: jhi                                   on 2000/08/27  16:11:05
27676         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
27677      Branch: perl
27678            ! configpm pod/perldelta.pod
27679 ____________________________________________________________________________
27680 [  6848] By: jhi                                   on 2000/08/27  15:35:08
27681         Log: Use the actual thread type, not the pointer-to-struct.
27682      Branch: perl
27683            ! ext/Thread/Thread.xs
27684 ____________________________________________________________________________
27685 [  6847] By: jhi                                   on 2000/08/27  15:30:49
27686         Log: Test nit.
27687      Branch: perl
27688            ! t/pragma/warn/pp_sys
27689 ____________________________________________________________________________
27690 [  6846] By: jhi                                   on 2000/08/27  15:19:02
27691         Log: Passing -R in ldflags makes now it to appear in the default
27692              for lddlflags, just like with -L.
27693              
27694              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
27695              From: Lupe Christoph <lupe@lupe-christoph.de>
27696              Date: Sun, 27 Aug 2000 10:28:21 +0200
27697              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
27698      Branch: metaconfig/U/perl
27699            ! dlsrc.U
27700      Branch: perl
27701            ! Configure
27702 ____________________________________________________________________________
27703 [  6845] By: jhi                                   on 2000/08/27  15:08:54
27704         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
27705              From: Alan Burlison <Alan.Burlison@uk.sun.com>
27706              Date: Sat, 26 Aug 2000 22:23:27 +0100
27707              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
27708      Branch: perl
27709            ! lib/ExtUtils/MM_Unix.pm
27710 ____________________________________________________________________________
27711 [  6844] By: jhi                                   on 2000/08/27  15:02:37
27712         Log: DJGPP update from Laszlo Molnar.
27713              
27714              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
27715              From: ml1050 <ml1050@freemail.hu>
27716              Date: Sat, 26 Aug 2000 23:24:40 +0200
27717              Message-Id: <20000826232440.A439@freemail.hu>
27718      Branch: perl
27719            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
27720            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
27721 ____________________________________________________________________________
27722 [  6843] By: jhi                                   on 2000/08/27  14:53:58
27723         Log: Subject: installman buglet
27724              From: Lupe Christoph <lupe@lupe-christoph.de>
27725              Date: Sun, 27 Aug 2000 14:38:59 +0200
27726              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
27727      Branch: perl
27728            ! installman
27729 ____________________________________________________________________________
27730 [  6842] By: jhi                                   on 2000/08/27  14:52:08
27731         Log: Can't get the test to reliably work thanks to the
27732              inaccurateness of floating point.  "Resolves" bug ids
27733              20000826.003, 20000826.009, 20000826.010,
27734      Branch: perl
27735            ! t/lib/trig.t
27736 ____________________________________________________________________________
27737 [  6841] By: jhi                                   on 2000/08/26  15:53:58
27738         Log: Update Changes.
27739      Branch: perl
27740            ! Changes patchlevel.h
27741 ____________________________________________________________________________
27742 [  6840] By: jhi                                   on 2000/08/26  14:23:03
27743         Log: grep -e isn't portable.
27744              
27745              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
27746              From: chris@broadband.att.com
27747              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
27748              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
27749      Branch: perl
27750            ! hints/solaris_2.sh
27751 ____________________________________________________________________________
27752 [  6839] By: jhi                                   on 2000/08/26  14:12:23
27753         Log: no-install target a la make -n.
27754              
27755              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
27756              From: <abigail@foad.org>
27757              Date: Sat, 26 Aug 2000 03:57:34 -0400
27758              Message-ID: <20000826075735.18912.qmail@foad.org>
27759      Branch: perl
27760            ! Makefile.SH installman installperl
27761 ____________________________________________________________________________
27762 [  6838] By: jhi                                   on 2000/08/26  14:06:33
27763         Log: Retract #6826 as the #6828 should be do the same
27764              in a More Correct Way.
27765      Branch: perl
27766            ! installperl
27767 ____________________________________________________________________________
27768 [  6837] By: jhi                                   on 2000/08/26  05:24:00
27769         Log: More casting.
27770      Branch: perl
27771            ! ext/Storable/Storable.xs
27772 ____________________________________________________________________________
27773 [  6836] By: jhi                                   on 2000/08/26  05:05:46
27774         Log: Nicer in decimal.
27775      Branch: perl
27776            ! ext/Storable/Storable.xs
27777 ____________________________________________________________________________
27778 [  6835] By: jhi                                   on 2000/08/26  05:03:50
27779         Log: There be no UVdf.
27780      Branch: perl
27781            ! ext/Storable/Storable.xs
27782 ____________________________________________________________________________
27783 [  6834] By: jhi                                   on 2000/08/26  05:00:18
27784         Log: Continue IVdfing and UVxfing.
27785      Branch: perl
27786            ! ext/Storable/Storable.xs
27787 ____________________________________________________________________________
27788 [  6833] By: jhi                                   on 2000/08/26  04:53:14
27789         Log: Use IVdf.
27790      Branch: perl
27791            ! ext/Storable/Storable.xs
27792 ____________________________________________________________________________
27793 [  6832] By: jhi                                   on 2000/08/26  04:40:41
27794         Log: Document PTR2XX and INT2PTR.
27795      Branch: perl
27796            ! pod/perlguts.pod
27797 ____________________________________________________________________________
27798 [  6831] By: jhi                                   on 2000/08/26  04:33:18
27799         Log: Use UVxf, PTR2UV, NVff.
27800      Branch: perl
27801            ! ext/Storable/Storable.xs
27802 ____________________________________________________________________________
27803 [  6830] By: jhi                                   on 2000/08/26  04:31:32
27804         Log: Update the test count.
27805      Branch: perl
27806            ! t/lib/trig.t
27807 ____________________________________________________________________________
27808 [  6829] By: jhi                                   on 2000/08/26  03:05:50
27809         Log: Subject: [PATCH] installation not quite silent yet.
27810              From: <abigail@foad.org>
27811              Date: Fri, 25 Aug 2000 20:07:53 -0400
27812              Message-ID: <20000826000753.7822.qmail@foad.org>
27813      Branch: perl
27814            ! installman installperl
27815 ____________________________________________________________________________
27816 [  6828] By: jhi                                   on 2000/08/26  03:05:14
27817         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
27818              From: Spider Boardman <spider@web.zk3.dec.com>
27819              Date: Fri, 25 Aug 2000 19:12:40 -0400
27820              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
27821      Branch: perl
27822            ! gv.c
27823 ____________________________________________________________________________
27824 [  6827] By: jhi                                   on 2000/08/25  23:54:34
27825         Log: Support preserving extremely big/small angles.
27826      Branch: perl
27827            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
27828 ____________________________________________________________________________
27829 [  6826] By: jhi                                   on 2000/08/25  23:01:20
27830         Log: Patch installperl to be long double-aware.
27831              
27832              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
27833              From: Spider Boardman <spider@web.zk3.dec.com>
27834              Date: Fri, 25 Aug 2000 18:15:23 -0400
27835              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
27836      Branch: perl
27837            ! installperl
27838 ____________________________________________________________________________
27839 [  6825] By: jhi                                   on 2000/08/25  22:58:25
27840         Log: Remove duplicately applied patch shards.
27841              
27842              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
27843              From: Spider Boardman <spider@leggy.zk3.dec.com>
27844              Date: Fri, 25 Aug 2000 16:45:03 -0400
27845              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
27846      Branch: perl
27847            ! t/lib/cgi-html.t
27848 ____________________________________________________________________________
27849 [  6824] By: jhi                                   on 2000/08/25  22:57:00
27850         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
27851              From: Daniel Chetlin <daniel@chetlin.com>
27852              Date: Fri, 25 Aug 2000 12:23:16 -0700
27853              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
27854              
27855              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
27856              From: Daniel Chetlin <daniel@chetlin.com>
27857              Date: Fri, 25 Aug 2000 14:47:19 -0700
27858              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
27859      Branch: perl
27860            ! installman
27861 ____________________________________________________________________________
27862 [  6823] By: jhi                                   on 2000/08/25  22:44:17
27863         Log: Timestamp problem?
27864      Branch: perl
27865            ! uconfig.h uconfig.sh
27866 ____________________________________________________________________________
27867 [  6822] By: jhi                                   on 2000/08/25  19:01:06
27868         Log: One forgotten file from #6816.
27869      Branch: perl
27870            ! vos/config.h
27871 ____________________________________________________________________________
27872 [  6821] By: jhi                                   on 2000/08/25  18:56:39
27873         Log: Regen Changes.
27874      Branch: perl
27875            ! Changes patchlevel.h
27876 ____________________________________________________________________________
27877 [  6820] By: jhi                                   on 2000/08/25  18:52:35
27878         Log: Fix Changes ordering.
27879      Branch: perl
27880            ! Changes
27881 ____________________________________________________________________________
27882 [  6819] By: jhi                                   on 2000/08/25  18:50:25
27883         Log: Update Changes.
27884      Branch: perl
27885            ! Changes patchlevel.h
27886 ____________________________________________________________________________
27887 [  6818] By: jhi                                   on 2000/08/25  18:47:45
27888         Log: Tweak the sfio/useperlio logic, hopefully as wished in
27889              
27890              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
27891              From: Nicholas Clark <nick@babyhippo.co.uk>
27892              Date: Fri, 25 Aug 2000 12:01:45 +0100
27893              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
27894      Branch: metaconfig/U/perl
27895            ! d_sfio.U
27896      Branch: perl
27897            ! Configure
27898 ____________________________________________________________________________
27899 [  6817] By: jhi                                   on 2000/08/25  18:32:51
27900         Log: Allow microperl to assume <math.h>, without it the math
27901              functions like floor() are assumed to return int, which makes
27902              for core dumps in machines where integer and floating register
27903              don't mix.
27904      Branch: perl
27905            ! uconfig.h uconfig.sh
27906 ____________________________________________________________________________
27907 [  6816] By: jhi                                   on 2000/08/25  18:27:17
27908         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
27909              the problem reported in
27910              
27911              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
27912              From: danhale@us.ibm.com
27913              Date: Fri, 25 Aug 2000 10:58:06 -0400
27914              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
27915      Branch: metaconfig/U/perl
27916            + d_socks5_init.U
27917      Branch: perl
27918            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
27919            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
27920            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
27921            ! win32/config.gc win32/config.vc
27922 ____________________________________________________________________________
27923 [  6815] By: jhi                                   on 2000/08/25  17:43:31
27924         Log: A solution for the retrieve_fd autosplit warning,
27925              idea suggested by Mike Guy.
27926      Branch: perl
27927            ! ext/Storable/Storable.pm
27928 ____________________________________________________________________________
27929 [  6814] By: jhi                                   on 2000/08/25  17:16:03
27930         Log: Add install-silent target.
27931      Branch: perl
27932            ! Makefile.SH
27933 ____________________________________________________________________________
27934 [  6813] By: jhi                                   on 2000/08/25  17:14:23
27935         Log: Subject: Re: [PATCH] More silencing of installman.
27936              From: <abigail@foad.org>
27937              Date: Thu, 24 Aug 2000 19:27:03 -0400
27938              Message-ID: <20000824232703.7001.qmail@foad.org>
27939              
27940              Subject: Re: [PATCH] More silencing of installman.
27941              From: <abigail@foad.org>
27942              Date: Fri, 25 Aug 2000 03:00:58 -0400
27943              Message-ID: <20000825070058.10697.qmail@foad.org>
27944      Branch: perl
27945            ! installman
27946 ____________________________________________________________________________
27947 [  6812] By: jhi                                   on 2000/08/25  17:11:28
27948         Log: installperl --verbose and --silent.
27949              
27950              Subject: Re: [PATCH] More silencing of installman.
27951              From: <abigail@foad.org>
27952              Message-ID: <20000825064430.9719.qmail@foad.org>
27953              Date: Fri, 25 Aug 2000 02:44:30 -0400
27954      Branch: perl
27955            ! installperl
27956 ____________________________________________________________________________
27957 [  6811] By: jhi                                   on 2000/08/25  17:05:43
27958         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
27959              From: "Peter J. Farley III" <pjfarley@banet.net>
27960              Date: Thu, 24 Aug 2000 21:58:03 -0400
27961              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
27962              
27963              (applied slightly modified)
27964      Branch: perl
27965            ! lib/ExtUtils/MM_Unix.pm
27966 ____________________________________________________________________________
27967 [  6810] By: jhi                                   on 2000/08/25  17:01:18
27968         Log: Missing parts of 
27969              
27970              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
27971              From: Peter Prymmer <pvhp@forte.com>
27972              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
27973              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
27974      Branch: perl
27975            ! t/lib/cgi-html.t
27976 ____________________________________________________________________________
27977 [  6809] By: jhi                                   on 2000/08/25  16:46:32
27978         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
27979              From: "Craig A. Berry" <craig.berry@psinetcs.com>
27980              Date: Thu, 24 Aug 2000 19:13:11 -0500
27981              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
27982      Branch: perl
27983            ! vms/vms.c
27984 ____________________________________________________________________________
27985 [  6808] By: jhi                                   on 2000/08/25  16:39:22
27986         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
27987              From: Peter Prymmer <pvhp@forte.com>
27988              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
27989              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
27990      Branch: perl
27991            ! configure.com
27992 ____________________________________________________________________________
27993 [  6807] By: jhi                                   on 2000/08/25  16:36:37
27994         Log: Better wording for the vec lvalue diagnostic.
27995              
27996              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
27997              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
27998              Date: Wed, 23 Aug 2000 14:12:16 -0400
27999              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
28000      Branch: perl
28001            ! pod/perldiag.pod
28002 ____________________________________________________________________________
28003 [  6806] By: jhi                                   on 2000/08/24  18:17:22
28004         Log: Subject: [PATCH] More silencing of installman.
28005              From: <abigail@foad.org>
28006              Date: Thu, 24 Aug 2000 14:01:44 -0400
28007              Message-ID: <20000824180144.20062.qmail@foad.org>
28008      Branch: perl
28009            ! installman
28010 ____________________________________________________________________________
28011 [  6805] By: jhi                                   on 2000/08/24  15:00:31
28012         Log: Update Changes.
28013      Branch: perl
28014            ! Changes patchlevel.h
28015 ____________________________________________________________________________
28016 [  6804] By: jhi                                   on 2000/08/24  14:59:07
28017         Log: Regen perltoc.
28018      Branch: perl
28019            ! pod/perltoc.pod
28020 ____________________________________________________________________________
28021 [  6803] By: jhi                                   on 2000/08/24  14:44:39
28022         Log: Show the doc file, not the temp file.
28023      Branch: perl
28024            ! installman
28025 ____________________________________________________________________________
28026 [  6802] By: jhi                                   on 2000/08/24  14:41:53
28027         Log: Continue silencing.
28028      Branch: perl
28029            ! installman
28030 ____________________________________________________________________________
28031 [  6801] By: jhi                                   on 2000/08/24  14:34:40
28032         Log: Actually do something with the silencer option.
28033      Branch: perl
28034            ! installman
28035 ____________________________________________________________________________
28036 [  6800] By: jhi                                   on 2000/08/24  14:26:22
28037         Log: Make installman to recognize the silence flag -S.
28038      Branch: perl
28039            ! installman
28040 ____________________________________________________________________________
28041 [  6799] By: jhi                                   on 2000/08/24  13:49:38
28042         Log: DOS patches and portability/porting notes, from Tim Jenness.
28043      Branch: perl
28044            ! lib/File/Temp.pm
28045 ____________________________________________________________________________
28046 [  6798] By: jhi                                   on 2000/08/24  13:48:27
28047         Log: Create directories in silence.
28048              
28049              Subject: [PATCH] Another silencer for MakeMaker
28050              From: andreas.koenig@anima.de (Andreas J. Koenig)
28051              Date: 24 Aug 2000 14:18:52 +0200
28052              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
28053      Branch: perl
28054            ! lib/ExtUtils/Command.pm
28055 ____________________________________________________________________________
28056 [  6797] By: jhi                                   on 2000/08/24  13:46:42
28057         Log: More liberal parsing of version numbers.
28058              
28059              Subject: Re: CPAN.pm beta for testing available
28060              From: andreas.koenig@anima.de (Andreas J. Koenig)
28061              Date: 24 Aug 2000 13:51:57 +0200
28062              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
28063      Branch: perl
28064            ! lib/CPAN.pm
28065 ____________________________________________________________________________
28066 [  6796] By: jhi                                   on 2000/08/24  13:44:36
28067         Log: Make "make install" by default silent.  A new "install-verbose"
28068              target is verbose.
28069      Branch: perl
28070            ! Makefile.SH
28071 ____________________________________________________________________________
28072 [  6795] By: jhi                                   on 2000/08/24  13:39:14
28073         Log: Add silencer flags to installperl.
28074              
28075              Subject: [PATCH] Making installperl silent.
28076              From: <abigail@foad.org>
28077              Date: Thu, 24 Aug 2000 05:01:45 -0400
28078              Message-ID: <20000824090145.13141.qmail@foad.org>
28079      Branch: perl
28080            ! installperl
28081 ____________________________________________________________________________
28082 [  6794] By: jhi                                   on 2000/08/24  13:35:50
28083         Log: installperl couldn't tell whether it had run tests or not.
28084              
28085              Subject: [PATCH] Re: installperl and t/TEST
28086              From: <abigail@foad.org>
28087              Date: Thu, 24 Aug 2000 04:00:53 -0400
28088              Message-ID: <20000824080053.2494.qmail@foad.org>
28089      Branch: perl
28090            ! Makefile.SH installperl
28091 ____________________________________________________________________________
28092 [  6793] By: jhi                                   on 2000/08/24  13:27:50
28093         Log: Drop the separate perlbc, perlcc -b should be enough.
28094      Branch: perl
28095            - utils/perlbc.PL
28096            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
28097 ____________________________________________________________________________
28098 [  6792] By: jhi                                   on 2000/08/24  04:41:30
28099         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
28100              plus the typo fix from Peter Prymmer.
28101      Branch: perl
28102            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
28103            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
28104 ____________________________________________________________________________
28105 [  6791] By: jhi                                   on 2000/08/24  02:10:43
28106         Log: Replace #6705 with a minimal doc patch.
28107              
28108              Subject: [PATCH 5.6.0] replace change #6705
28109              From: Jan Dubois <jand@ActiveState.com>
28110              Date: Wed, 23 Aug 2000 18:31:51 -0700
28111              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
28112      Branch: perl
28113            ! lib/Win32.pod win32/win32.c
28114 ____________________________________________________________________________
28115 [  6790] By: jhi                                   on 2000/08/23  17:52:00
28116         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
28117              From: Mike Guy <mjtg@cam.ac.uk>
28118              Date: Wed, 23 Aug 2000 18:38:46 +0100
28119              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
28120      Branch: perl
28121            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
28122 ____________________________________________________________________________
28123 [  6789] By: jhi                                   on 2000/08/23  15:34:21
28124         Log: Update Changes.
28125      Branch: perl
28126            ! Changes patchlevel.h
28127 ____________________________________________________________________________
28128 [  6788] By: jhi                                   on 2000/08/23  15:33:40
28129         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
28130              From: Wilfredo Sánchez <wsanchez@apple.com>
28131              Date: Tue, 22 Aug 2000 19:31:27 -0700
28132              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
28133      Branch: perl
28134            ! perl.h
28135 ____________________________________________________________________________
28136 [  6787] By: jhi                                   on 2000/08/23  15:29:31
28137         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
28138              From: Spider Boardman <spider@leggy.zk3.dec.com>
28139              Date: Wed, 23 Aug 2000 10:33:23 -0400
28140              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
28141      Branch: perl
28142            ! lib/Pod/Html.pm
28143 ____________________________________________________________________________
28144 [  6786] By: jhi                                   on 2000/08/23  15:28:11
28145         Log: Bad makefile.
28146      Branch: perl
28147            ! ext/B/Makefile.PL
28148 ____________________________________________________________________________
28149 [  6785] By: jhi                                   on 2000/08/23  14:37:04
28150         Log: Update Changes.
28151      Branch: perl
28152            ! Changes patchlevel.h
28153 ____________________________________________________________________________
28154 [  6784] By: jhi                                   on 2000/08/23  13:58:41
28155         Log: Portability fix from Hugo van der Sanden.
28156      Branch: perl
28157            ! ext/re/Makefile.PL
28158 ____________________________________________________________________________
28159 [  6783] By: jhi                                   on 2000/08/23  13:53:53
28160         Log: Storable support, v-version fixes.
28161              
28162              Subject: CPAN.pm beta for testing available
28163              From: andreas.koenig@anima.de (Andreas J. Koenig)
28164              Date: 22 Aug 2000 23:31:33 +0200
28165              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
28166      Branch: perl
28167            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28168 ____________________________________________________________________________
28169 [  6782] By: jhi                                   on 2000/08/23  13:51:26
28170         Log: Mac and other portability updates from Chris Nandor.
28171      Branch: perl
28172            ! pod/perlmodinstall.pod
28173 ____________________________________________________________________________
28174 [  6781] By: jhi                                   on 2000/08/23  13:47:33
28175         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
28176              From: Peter Prymmer <pvhp@forte.com>
28177              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
28178              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
28179      Branch: perl
28180            ! ext/Storable/Storable.xs
28181 ____________________________________________________________________________
28182 [  6780] By: jhi                                   on 2000/08/23  13:33:34
28183         Log: VMS MMS (make) wants null action.
28184      Branch: perl
28185            ! ext/B/Makefile.PL
28186 ____________________________________________________________________________
28187 [  6779] By: jhi                                   on 2000/08/22  19:44:47
28188         Log: Forgot portability nit.
28189      Branch: perl
28190            ! t/lib/st-forgive.t
28191 ____________________________________________________________________________
28192 [  6778] By: jhi                                   on 2000/08/22  19:35:25
28193         Log: Be portable.
28194      Branch: perl
28195            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
28196            ! t/lib/st-store.t
28197 ____________________________________________________________________________
28198 [  6777] By: jhi                                   on 2000/08/22  18:50:53
28199         Log: Update Changes.
28200      Branch: perl
28201            ! Changes patchlevel.h
28202 ____________________________________________________________________________
28203 [  6776] By: jhi                                   on 2000/08/22  18:44:46
28204         Log: cSVOPo_*v things index into the current PL_curpad
28205              under ithreads, which is different from the curpad
28206              used by the XSUB.  (In other words, the code as-is
28207              before this patch wouldn't work under ithreads.)
28208              From Sarathy.
28209      Branch: perl
28210            ! ext/B/B.xs
28211 ____________________________________________________________________________
28212 [  6775] By: jhi                                   on 2000/08/22  18:18:37
28213         Log: Make the selection of NVff et al stricter.
28214      Branch: metaconfig/U/perl
28215            ! perlxvf.U
28216      Branch: perl
28217            ! Configure config_h.SH
28218 ____________________________________________________________________________
28219 [  6774] By: jhi                                   on 2000/08/22  17:19:42
28220         Log: perldelta nits.
28221      Branch: perl
28222            ! pod/perldelta.pod
28223 ____________________________________________________________________________
28224 [  6773] By: jhi                                   on 2000/08/22  17:06:26
28225         Log: Long double fixes from Spider Boardman.
28226              
28227              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
28228              From: system PRIVILEGED account <root@peano.zk3.dec.com>
28229              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
28230              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
28231      Branch: perl
28232            ! t/lib/bigfltpm.t t/lib/st-06compat.t
28233 ____________________________________________________________________________
28234 [  6772] By: jhi                                   on 2000/08/22  15:04:53
28235         Log: Update Changes.
28236      Branch: perl
28237            ! Changes patchlevel.h
28238 ____________________________________________________________________________
28239 [  6771] By: jhi                                   on 2000/08/22  15:01:44
28240         Log: perldelta fixes from Hugo van der Sanden.
28241      Branch: perl
28242            ! pod/perldelta.pod
28243 ____________________________________________________________________________
28244 [  6770] By: jhi                                   on 2000/08/22  14:34:49
28245         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
28246              From: Hugo <hv@crypt.compulink.co.uk>
28247              Date: Tue, 22 Aug 2000 11:21:53 +0100
28248              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
28249      Branch: perl
28250            ! regcomp.c
28251 ____________________________________________________________________________
28252 [  6769] By: jhi                                   on 2000/08/22  14:30:02
28253         Log: Add Yitzchak, reformat.
28254      Branch: perl
28255            ! Changes config_h.SH
28256 ____________________________________________________________________________
28257 [  6768] By: jhi                                   on 2000/08/22  14:21:35
28258         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
28259              and Spider Boardman.
28260      Branch: metaconfig
28261            ! U/compline/d_gconvert.U
28262      Branch: perl
28263            ! Configure
28264 ____________________________________________________________________________
28265 [  6767] By: jhi                                   on 2000/08/22  14:11:24
28266         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
28267              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28268              Date: Mon, 21 Aug 2000 19:08:31 -0700
28269              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
28270      Branch: perl
28271            - ext/Storable/patchlevel.h
28272            ! MANIFEST ext/Storable/MANIFEST
28273 ____________________________________________________________________________
28274 [  6766] By: jhi                                   on 2000/08/22  13:49:29
28275         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
28276              From: Peter Prymmer <pvhp@forte.com>
28277              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
28278              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
28279      Branch: perl
28280            ! configure.com ext/Storable/Makefile.PL
28281 ____________________________________________________________________________
28282 [  6765] By: jhi                                   on 2000/08/22  13:44:59
28283         Log: Subject: [PATCH blead] B:: missing dependency
28284              From: Hugo <hv@crypt.compulink.co.uk>
28285              Date: Tue, 22 Aug 2000 06:44:33 +0100
28286              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
28287      Branch: perl
28288            ! ext/B/Makefile.PL
28289 ____________________________________________________________________________
28290 [  6764] By: jhi                                   on 2000/08/22  13:38:12
28291         Log: More bytecompiler.
28292      Branch: perl
28293            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
28294 ____________________________________________________________________________
28295 [  6763] By: jhi                                   on 2000/08/22  13:36:44
28296         Log: Bytecompiler patches from Benjamin Stuhl.
28297      Branch: perl
28298            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
28299            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
28300            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
28301            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
28302            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
28303            ! perl.c perlapi.h pod/perldelta.pod
28304 ____________________________________________________________________________
28305 [  6762] By: jhi                                   on 2000/08/21  23:43:40
28306         Log: An obsoleted diagnostic.
28307      Branch: perl
28308            ! pod/perldelta.pod
28309 ____________________________________________________________________________
28310 [  6761] By: jhi                                   on 2000/08/21  23:01:45
28311         Log: The #6759 wasn't quite right.
28312      Branch: perl
28313            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
28314            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
28315            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
28316            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
28317            ! t/lib/st-tieditems.t
28318 ____________________________________________________________________________
28319 [  6760] By: jhi                                   on 2000/08/21  22:35:49
28320         Log: Be verydeepclean.
28321      Branch: perl
28322            ! Makefile.SH
28323 ____________________________________________________________________________
28324 [  6759] By: jhi                                   on 2000/08/21  22:25:40
28325         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
28326              From: Peter Prymmer <pvhp@forte.com>
28327              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
28328              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
28329      Branch: perl
28330            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
28331            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
28332            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
28333            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
28334            ! t/lib/st-tieditems.t
28335 ____________________________________________________________________________
28336 [  6758] By: jhi                                   on 2000/08/21  22:22:32
28337         Log: Few more casts, need reported in
28338              
28339              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
28340              From: Mike Stok <mike@stok.co.uk>
28341              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
28342              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
28343              
28344              and
28345              
28346              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
28347              From: abigail@foad.org
28348              Date: 21 Aug 2000 21:31:34 -0000
28349              Message-Id: <20000821213134.30170.qmail@foad.org>
28350      Branch: perl
28351            ! ext/Storable/Storable.xs
28352 ____________________________________________________________________________
28353 [  6757] By: jhi                                   on 2000/08/21  18:37:07
28354         Log: Update Changes.
28355      Branch: perl
28356            ! Changes patchlevel.h
28357 ____________________________________________________________________________
28358 [  6756] By: jhi                                   on 2000/08/21  18:34:02
28359         Log: A pod nit.
28360              
28361              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
28362              From: <abigail@foad.org>
28363              Date: Mon, 21 Aug 2000 14:00:16 -0400
28364              Message-ID: <20000821180016.28627.qmail@foad.org>
28365      Branch: perl
28366            ! pod/perlre.pod
28367 ____________________________________________________________________________
28368 [  6755] By: jhi                                   on 2000/08/21  18:30:56
28369         Log: Use PodParser 1.18 new test.
28370      Branch: perl
28371            ! t/pod/special_seqs.t t/pod/special_seqs.xr
28372 ____________________________________________________________________________
28373 [  6754] By: jhi                                   on 2000/08/21  18:28:35
28374         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
28375              patches cannot be applied since #6712 conflicts.
28376      Branch: perl
28377            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
28378 ____________________________________________________________________________
28379 [  6753] By: jhi                                   on 2000/08/21  18:15:11
28380         Log: Weed out some smaller changes.
28381      Branch: perl
28382            ! pod/perldelta.pod
28383 ____________________________________________________________________________
28384 [  6752] By: jhi                                   on 2000/08/21  18:02:30
28385         Log: Also under djgpp the timestamps are funky.
28386      Branch: perl
28387            ! t/op/stat.t
28388 ____________________________________________________________________________
28389 [  6751] By: jhi                                   on 2000/08/21  17:55:56
28390         Log: Tweak the floating point output routine preferences.
28391      Branch: metaconfig
28392            ! U/compline/d_gconvert.U
28393      Branch: perl
28394            ! Configure
28395 ____________________________________________________________________________
28396 [  6750] By: jhi                                   on 2000/08/21  17:51:29
28397         Log: Unicos/mk requires elaborate paranoia.
28398      Branch: perl
28399            ! lib/Math/Complex.pm
28400 ____________________________________________________________________________
28401 [  6749] By: gsar                                  on 2000/08/21  16:53:31
28402         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
28403      Branch: perl
28404            ! lib/Cwd.pm
28405 ____________________________________________________________________________
28406 [  6748] By: gsar                                  on 2000/08/21  16:22:19
28407         Log: free TLS slot properly on Windows
28408      Branch: perl
28409            ! thread.h win32/perllib.c win32/win32thread.h
28410 ____________________________________________________________________________
28411 [  6747] By: jhi                                   on 2000/08/21  16:20:58
28412         Log: Rename the macro argument because some preprocessors
28413              can't tell the difference and expand arguments also inside
28414              double quoted strings.
28415      Branch: perl
28416            ! regcomp.c
28417 ____________________________________________________________________________
28418 [  6746] By: jhi                                   on 2000/08/21  16:09:41
28419         Log: Support long doubles in Storable.
28420              
28421              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
28422              From: Radu Greab <radu@netsoft.ro>
28423              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
28424              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
28425      Branch: perl
28426            ! ext/Storable/Storable.xs
28427 ____________________________________________________________________________
28428 [  6745] By: jhi                                   on 2000/08/21  15:51:40
28429         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
28430              From: "Fifer, Eric" <EFifer@sanwaint.com>
28431              Date: Mon, 21 Aug 2000 15:34:49 +0100
28432              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
28433      Branch: perl
28434            ! t/pragma/warn/9enabled
28435 ____________________________________________________________________________
28436 [  6744] By: jhi                                   on 2000/08/21  15:39:35
28437         Log: Document the endianness of Alpha more precisely.
28438      Branch: perl
28439            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
28440            ! pod/perlport.pod
28441 ____________________________________________________________________________
28442 [  6743] By: jhi                                   on 2000/08/21  14:47:05
28443         Log: perldelta fixes from the p5p crowd.
28444      Branch: perl
28445            ! pod/perldelta.pod pod/perlop.pod
28446 ____________________________________________________________________________
28447 [  6742] By: jhi                                   on 2000/08/21  13:34:51
28448         Log: Update to Pod::LaTeX 0.53.
28449              
28450              Subject: [PATCH] lib/Pod/LaTeX.pm updates
28451              From: Tim Jenness <timj@jach.hawaii.edu>
28452              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
28453              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
28454      Branch: perl
28455            ! lib/Pod/LaTeX.pm
28456 ____________________________________________________________________________
28457 [  6741] By: jhi                                   on 2000/08/21  13:33:01
28458         Log: Subject: [PATCH] os2.c fix for use64bitint
28459              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28460              Date: Mon, 21 Aug 2000 01:32:25 -0700
28461              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
28462      Branch: perl
28463            ! os2/os2.c
28464 ____________________________________________________________________________
28465 [  6740] By: jhi                                   on 2000/08/21  13:28:52
28466         Log: Array context keeps slithering in.
28467              
28468              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
28469              From: Daniel Chetlin <daniel@chetlin.com>
28470              Date: Sun, 20 Aug 2000 21:40:25 -0700
28471              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
28472      Branch: perl
28473            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
28474            ! pod/perldebtut.pod
28475 ____________________________________________________________________________
28476 [  6739] By: jhi                                   on 2000/08/21  13:23:55
28477         Log: Big-endian quad fixes for Storable from Radu Greab,
28478              plus few explicit null casts for picky compilers.
28479      Branch: perl
28480            ! ext/Storable/Storable.xs
28481 ____________________________________________________________________________
28482 [  6738] By: gsar                                  on 2000/08/21  05:56:13
28483         Log: small tweaks for change#6705: avoid C++ style comments in C code;
28484              use Perl's malloc API rather than the low level system one
28485      Branch: perl
28486            ! win32/win32.c
28487 ____________________________________________________________________________
28488 [  6737] By: gsar                                  on 2000/08/21  05:35:41
28489         Log: add Storable to list of extensions on Windows
28490      Branch: perl
28491            ! win32/Makefile win32/makefile.mk
28492 ____________________________________________________________________________
28493 [  6736] By: jhi                                   on 2000/08/21  02:57:53
28494         Log: Update Changes.
28495      Branch: perl
28496            ! Changes patchlevel.h
28497 ____________________________________________________________________________
28498 [  6735] By: jhi                                   on 2000/08/21  02:57:20
28499         Log: Draft 0.
28500      Branch: perl
28501            ! pod/perldelta.pod
28502 ____________________________________________________________________________
28503 [  6734] By: jhi                                   on 2000/08/21  02:57:03
28504         Log: Add Storable 0.7.2 from Raphael Manfredi,
28505              plus the patch from
28506              
28507              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
28508              From: Radu Greab <radu@netsoft.ro>
28509              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
28510              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
28511              
28512              plus changes to get Storable to compile with
28513              picky ANSI compilers.
28514      Branch: perl
28515            + ext/Storable/ChangeLog ext/Storable/MANIFEST
28516            + ext/Storable/Makefile.PL ext/Storable/README
28517            + ext/Storable/Storable.pm ext/Storable/Storable.xs
28518            + ext/Storable/patchlevel.h t/lib/st-06compat.t
28519            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
28520            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
28521            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
28522            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
28523            + t/lib/st-tieditems.t
28524            ! MANIFEST
28525 ____________________________________________________________________________
28526 [  6733] By: jhi                                   on 2000/08/21  02:29:09
28527         Log: The correct cleaning order is an art.
28528      Branch: perl
28529            ! Makefile.SH
28530 ____________________________________________________________________________
28531 [  6732] By: jhi                                   on 2000/08/21  01:23:39
28532         Log: The #6724 is here.
28533      Branch: perl
28534            ! t/lib/ftmp-security.t
28535 ____________________________________________________________________________
28536 [  6731] By: jhi                                   on 2000/08/20  23:17:03
28537         Log: s/this one/the 5.6.0 release/
28538      Branch: perl
28539            ! pod/perl56delta.pod
28540 ____________________________________________________________________________
28541 [  6730] By: jhi                                   on 2000/08/20  23:07:34
28542         Log: Mention perlebcdic and perlposix-bc.
28543      Branch: perl
28544            ! pod/perlport.pod
28545 ____________________________________________________________________________
28546 [  6729] By: jhi                                   on 2000/08/20  21:32:59
28547         Log: Document the number of exponent digits.
28548      Branch: perl
28549            ! pod/perlfunc.pod
28550 ____________________________________________________________________________
28551 [  6728] By: jhi                                   on 2000/08/20  21:16:47
28552         Log: Use File::Spec->tmpdir().
28553              
28554              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
28555              From: Tim Jenness <timj@jach.hawaii.edu>
28556              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
28557              MIME-Version: 1.0
28558              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
28559      Branch: perl
28560            ! utils/perlbug.PL
28561 ____________________________________________________________________________
28562 [  6727] By: jhi                                   on 2000/08/20  20:43:32
28563         Log: Update Changes.
28564      Branch: perl
28565            ! Changes patchlevel.h
28566 ____________________________________________________________________________
28567 [  6726] By: jhi                                   on 2000/08/20  20:41:44
28568         Log: The veryclean target needs to clobber.
28569      Branch: perl
28570            ! Makefile.SH
28571 ____________________________________________________________________________
28572 [  6725] By: jhi                                   on 2000/08/20  20:37:38
28573         Log: Document odd vs even subreleases and -Dusedevel.
28574      Branch: perl
28575            ! INSTALL
28576 ____________________________________________________________________________
28577 [  6724] By: jhi                                   on 2000/08/20  19:58:05
28578         Log: Use temporary directory instead of current directory.
28579              
28580              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
28581              From: Tim Jenness <timj@jach.hawaii.edu>
28582              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
28583              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
28584      Branch: perl
28585            ! t/lib/ftmp-security.t
28586 ____________________________________________________________________________
28587 [  6723] By: jhi                                   on 2000/08/20  19:55:55
28588         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
28589              From: andreas.koenig@anima.de (Andreas J. Koenig)
28590              Date: 20 Aug 2000 15:52:03 +0200
28591              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
28592      Branch: perl
28593            ! lib/ExtUtils/MM_Unix.pm
28594 ____________________________________________________________________________
28595 [  6722] By: jhi                                   on 2000/08/20  19:46:01
28596         Log: Update to CGI 2.72, from Lincoln Stein.
28597      Branch: perl
28598            ! lib/CGI.pm
28599 ____________________________________________________________________________
28600 [  6721] By: jhi                                   on 2000/08/20  19:43:54
28601         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
28602              From: Radu Greab <radu@netsoft.ro>
28603              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
28604              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
28605      Branch: perl
28606            ! ext/GDBM_File/GDBM_File.xs
28607 ____________________________________________________________________________
28608 [  6720] By: jhi                                   on 2000/08/20  19:42:01
28609         Log: pp_open() could pass an uninitialized filename down to do_open9().
28610      Branch: perl
28611            ! pp_sys.c
28612 ____________________________________________________________________________
28613 [  6719] By: jhi                                   on 2000/08/20  14:06:41
28614         Log: UTF8 concat fixes.
28615              
28616              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
28617              From: Hugo <hv@crypt.compulink.co.uk>
28618              Date: Sun, 20 Aug 2000 07:30:46 +0100
28619              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
28620      Branch: perl
28621            ! pp_hot.c t/op/append.t
28622 ____________________________________________________________________________
28623 [  6718] By: jhi                                   on 2000/08/20  02:09:37
28624         Log: Let's try #6717 again.
28625      Branch: perl
28626            ! lib/File/Temp.pm
28627 ____________________________________________________________________________
28628 [  6717] By: jhi                                   on 2000/08/20  01:56:55
28629         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
28630              From: "Craig A. Berry" <craig.berry@metamorgs.com>
28631              Date: Sat, 19 Aug 2000 18:15:39 -0500
28632              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
28633      Branch: perl
28634            ! lib/File/Temp.pm
28635 ____________________________________________________________________________
28636 [  6716] By: jhi                                   on 2000/08/19  15:50:11
28637         Log: Update Changes.
28638      Branch: perl
28639            ! Changes patchlevel.h
28640 ____________________________________________________________________________
28641 [  6715] By: jhi                                   on 2000/08/19  15:39:09
28642         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
28643              From: Jonathan D Johnston <jdjohnston2@juno.com>
28644              Date: Thu, 17 Aug 2000 23:13:01 -0400       
28645              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
28646      Branch: perl
28647            ! pod/perlfunc.pod
28648 ____________________________________________________________________________
28649 [  6714] By: jhi                                   on 2000/08/19  15:34:04
28650         Log: Introduce a 'veryclean' target that is like 'distclean'
28651              but also removes *~ and *.orig.
28652      Branch: perl
28653            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
28654            ! utils/Makefile x2p/Makefile.SH
28655 ____________________________________________________________________________
28656 [  6713] By: jhi                                   on 2000/08/19  14:15:45
28657         Log: Put back the long double avoidance code to POSIX.xs
28658              because VMS seems to need it still.
28659      Branch: perl
28660            ! ext/POSIX/POSIX.xs
28661 ____________________________________________________________________________
28662 [  6712] By: jhi                                   on 2000/08/19  14:10:41
28663         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
28664              From: Peter Prymmer <pvhp@forte.com>
28665              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
28666              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
28667      Branch: perl
28668            ! lib/Pod/Find.pm t/pod/find.t
28669 ____________________________________________________________________________
28670 [  6711] By: jhi                                   on 2000/08/19  14:09:19
28671         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
28672              From: Peter Prymmer <pvhp@forte.com>
28673              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
28674              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
28675              cc: vmsperl@perl.org
28676      Branch: perl
28677            ! t/lib/peek.t
28678 ____________________________________________________________________________
28679 [  6710] By: jhi                                   on 2000/08/19  14:08:01
28680         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
28681              From: Jan Dubois <jand@ActiveState.com>
28682              Date: Fri, 18 Aug 2000 16:31:48 -0700
28683              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
28684      Branch: perl
28685            ! win32/win32.c
28686 ____________________________________________________________________________
28687 [  6709] By: jhi                                   on 2000/08/19  14:06:57
28688         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
28689              
28690              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
28691              From: Spider.Boardman@Orb.Nashua.NH.US
28692              Date: Fri, 18 Aug 2000 18:41:14 -0400
28693              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
28694      Branch: perl
28695            ! regcomp.c
28696 ____________________________________________________________________________
28697 [  6708] By: jhi                                   on 2000/08/18  22:04:49
28698         Log: Update Changes.
28699      Branch: perl
28700            ! Changes patchlevel.h
28701 ____________________________________________________________________________
28702 [  6707] By: jhi                                   on 2000/08/18  21:55:14
28703         Log: Add warnif(), check warnings further up the stack,
28704              all the warnings functions now can take an optional object reference.
28705              
28706              Subject: [PATCH bleedperl@6691] warnings pragma update
28707              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
28708              Date: Fri, 18 Aug 2000 22:42:06 +0100
28709              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
28710      Branch: perl
28711            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
28712            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
28713            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
28714 ____________________________________________________________________________
28715 [  6706] By: jhi                                   on 2000/08/18  21:41:45
28716         Log: Typo in pp_complement().
28717              
28718              Subject: [PATCH perl-current] Deparse
28719              From: Peter Scott <Peter@PSDT.com>
28720              Date: Fri, 18 Aug 2000 12:44:37 -0700
28721              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
28722      Branch: perl
28723            ! ext/B/B/Deparse.pm
28724 ____________________________________________________________________________
28725 [  6705] By: jhi                                   on 2000/08/18  21:25:59
28726         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
28727              From: Jan Dubois <jand@ActiveState.com>
28728              Date: Fri, 18 Aug 2000 14:22:51 -0700
28729              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
28730      Branch: perl
28731            ! lib/Win32.pod win32/win32.c
28732 ____________________________________________________________________________
28733 [  6704] By: jhi                                   on 2000/08/18  21:16:14
28734         Log: Don't eat leading os from index entries.
28735              
28736              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
28737              From: Russ Allbery <rra@stanford.edu>
28738              Date: 10 Aug 2000 20:49:25 -0700
28739              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
28740      Branch: perl
28741            ! lib/Pod/Man.pm
28742 ____________________________________________________________________________
28743 [  6703] By: jhi                                   on 2000/08/18  21:07:06
28744         Log: Add [[:blank:]] as suggested in
28745              
28746              Subject: [ID 20000716.024] [=cc=] / [:blank:]
28747              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
28748              Date: Sun, 16 Jul 2000 17:55:29 -0700
28749              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
28750              
28751              (the [=cc=] has already been taken care of by #6439
28752              so the whole bug report can be closed)
28753              
28754              and make [[:space:]] to be equivalent to isspace(3)
28755              (as opposed to \s, which is isSPACE()).  The difference
28756              is that now [[:space:]] matches the mythical vertical tab,
28757              while \s doesn't.
28758      Branch: perl
28759            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
28760            ! regexec.c t/op/pat.t
28761 ____________________________________________________________________________
28762 [  6702] By: jhi                                   on 2000/08/18  18:47:47
28763         Log: The new tests were missing from #6415.
28764      Branch: perl
28765            ! t/op/bop.t
28766 ____________________________________________________________________________
28767 [  6701] By: jhi                                   on 2000/08/18  18:20:40
28768         Log: Document the NDBM_File and ODBM_File as SDBM_File
28769              was documented in #6417.
28770      Branch: perl
28771            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
28772            ! ext/SDBM_File/SDBM_File.pm
28773 ____________________________________________________________________________
28774 [  6700] By: jhi                                   on 2000/08/18  18:10:39
28775         Log: Subject: [PATCH perl@6698] cygwin port
28776              From: "Fifer, Eric" <EFifer@sanwaint.com>
28777              Date: Fri, 18 Aug 2000 17:30:05 +0100
28778              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
28779      Branch: perl
28780            ! lib/File/Temp.pm
28781 ____________________________________________________________________________
28782 [  6699] By: jhi                                   on 2000/08/18  16:21:49
28783         Log: Document code point which makes if (defined %stash::) to work
28784              (noted by Spider Boardman).
28785      Branch: perl
28786            ! op.c
28787 ____________________________________________________________________________
28788 [  6698] By: jhi                                   on 2000/08/18  13:43:27
28789         Log: Update Changes.
28790      Branch: perl
28791            ! Changes patchlevel.h
28792 ____________________________________________________________________________
28793 [  6697] By: jhi                                   on 2000/08/18  13:35:57
28794         Log: Tiny Getopt::Long patch from Johan Vromans.
28795      Branch: perl
28796            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
28797 ____________________________________________________________________________
28798 [  6696] By: jhi                                   on 2000/08/18  13:26:14
28799         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
28800              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
28801              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
28802              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
28803      Branch: perl
28804            ! pod/perldiag.pod pod/perlsyn.pod
28805 ____________________________________________________________________________
28806 [  6695] By: jhi                                   on 2000/08/18  13:13:26
28807         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
28808              From: Daniel Chetlin <daniel@chetlin.com>
28809              Date: Fri, 18 Aug 2000 03:13:36 -0700
28810              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
28811      Branch: perl
28812            ! pod/perlfunc.pod
28813 ____________________________________________________________________________
28814 [  6694] By: jhi                                   on 2000/08/18  13:08:05
28815         Log: Subject: [PATCH] perltrap.pod spring cleaning
28816              From: Daniel Chetlin <daniel@chetlin.com>
28817              Date: Fri, 18 Aug 2000 03:06:54 -0700
28818              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
28819              
28820              plus Mike Guy's nitfix.
28821      Branch: perl
28822            ! pod/perltrap.pod
28823 ____________________________________________________________________________
28824 [  6693] By: jhi                                   on 2000/08/18  13:00:26
28825         Log: Unbuffer the output.
28826              
28827              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
28828              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28829              Date: Thu, 17 Aug 2000 18:39:29 -0700
28830              Message-ID: <RPJn5gzkgydf092yn@efn.org>
28831      Branch: perl
28832            ! t/op/fork.t
28833 ____________________________________________________________________________
28834 [  6692] By: jhi                                   on 2000/08/18  05:19:17
28835         Log: Delete the image, too, not just its MANIFEStation.
28836      Branch: perl
28837            - lib/CGI/eg/wilogo.gif
28838 ____________________________________________________________________________
28839 [  6691] By: jhi                                   on 2000/08/18  05:10:26
28840         Log: Propagate new Configure vars.
28841      Branch: perl
28842            ! configure.com epoc/config.sh uconfig.h uconfig.sh
28843            ! vos/config.def vos/config.h vos/config_h.SH_orig
28844            ! win32/config.bc win32/config.gc win32/config.vc
28845            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28846 ____________________________________________________________________________
28847 [  6690] By: jhi                                   on 2000/08/18  04:30:56
28848         Log: Update Changes.
28849      Branch: perl
28850            ! Changes patchlevel.h
28851 ____________________________________________________________________________
28852 [  6689] By: jhi                                   on 2000/08/18  04:12:30
28853         Log: Fix the lib/complex failure of
28854              
28855              From: abigail@foad.org
28856              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
28857              Date: 15 Aug 2000 04:06:38 -0000
28858              Message-Id: <20000815040638.8524.qmail@foad.org> 
28859              
28860              Linux long double accuracy issue: something that
28861              when printed with %g looks like "2" but int() of it is 1.
28862      Branch: perl
28863            ! lib/Math/Complex.pm
28864 ____________________________________________________________________________
28865 [  6688] By: jhi                                   on 2000/08/18  03:15:35
28866         Log: The byteorder code in #6671 was wrong.
28867      Branch: perl
28868            ! configpm
28869 ____________________________________________________________________________
28870 [  6687] By: jhi                                   on 2000/08/18  02:08:42
28871         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
28872              From: Jan Dubois <jand@ActiveState.com>
28873              Date: Thu, 17 Aug 2000 18:31:55 -0700
28874              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
28875      Branch: perl
28876            ! sv.c
28877 ____________________________________________________________________________
28878 [  6686] By: jhi                                   on 2000/08/18  02:04:15
28879         Log: Use NVs in POSIX math, not doubles.
28880              
28881              From: abigail@foad.org
28882              Subject: [ID 20000817.014] POSIX & modfl
28883              Date: 17 Aug 2000 20:49:18 -0000
28884              Message-Id: <20000817204918.23123.qmail@foad.org>
28885      Branch: perl
28886            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
28887 ____________________________________________________________________________
28888 [  6685] By: jhi                                   on 2000/08/18  02:02:12
28889         Log: Introduce NVef, NVff, and NVgf, use the middle one.
28890              (helps for lib/peek + Linux + long doubles)  Reported in
28891              
28892              From: abigail@foad.org
28893              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
28894              Date: 15 Aug 2000 04:06:38 -0000
28895              Message-Id: <20000815040638.8524.qmail@foad.org> 
28896              
28897              (note: the lib/complex failure has not yet been addressed)
28898      Branch: metaconfig/U/perl
28899            ! perlxvf.U
28900      Branch: perl
28901            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28902            ! config_h.SH dump.c perl.h pod/perlguts.pod
28903 ____________________________________________________________________________
28904 [  6684] By: jhi                                   on 2000/08/17  23:22:19
28905         Log: Add byteorder to the myconfig output.
28906      Branch: perl
28907            ! myconfig.SH
28908 ____________________________________________________________________________
28909 [  6683] By: jhi                                   on 2000/08/17  23:20:19
28910         Log: The image doth not exist, spotted by Johan Vromans.
28911      Branch: perl
28912            ! MANIFEST
28913 ____________________________________________________________________________
28914 [  6682] By: jhi                                   on 2000/08/17  22:38:16
28915         Log: Document what the backtick returns if the command fails.
28916      Branch: perl
28917            ! pod/perlop.pod
28918 ____________________________________________________________________________
28919 [  6681] By: jhi                                   on 2000/08/17  22:33:12
28920         Log: Do not use prototyping here.
28921              
28922              Subject: [ID 20000817.016] [PATCH] Peek.xs
28923              From: abigail@foad.org
28924              Date: 17 Aug 2000 20:55:56 -0000
28925              Message-Id: <20000817205556.24270.qmail@foad.org>
28926      Branch: perl
28927            ! ext/Devel/Peek/Makefile.PL
28928 ____________________________________________________________________________
28929 [  6680] By: jhi                                   on 2000/08/17  19:46:43
28930         Log: Don't propose using modules built for 5.005 if no binary
28931              compatibility with 5.005 is attempted.
28932              
28933              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
28934              Subject: Minor nit with 5.7.0 (6655)
28935              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
28936              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
28937      Branch: metaconfig
28938            ! U/installdirs/inc_version_list.U
28939      Branch: perl
28940            ! Configure config_h.SH
28941 ____________________________________________________________________________
28942 [  6679] By: jhi                                   on 2000/08/17  19:16:39
28943         Log: Microperl config update.
28944      Branch: perl
28945            ! uconfig.h uconfig.sh
28946 ____________________________________________________________________________
28947 [  6678] By: jhi                                   on 2000/08/17  19:16:13
28948         Log: The #6648 wasn't protective enough for limited platforms
28949              (like microperl).
28950      Branch: perl
28951            ! dump.c sv.c
28952 ____________________________________________________________________________
28953 [  6677] By: jhi                                   on 2000/08/17  14:46:35
28954         Log: Update Changes.
28955      Branch: perl
28956            ! Changes patchlevel.h
28957 ____________________________________________________________________________
28958 [  6676] By: jhi                                   on 2000/08/17  14:44:02
28959         Log: Add perlebcdic from Peter Prymmer, regen toc.
28960      Branch: perl
28961            + pod/perlebcdic.pod
28962            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28963 ____________________________________________________________________________
28964 [  6675] By: jhi                                   on 2000/08/17  14:41:52
28965         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
28966      Branch: perl
28967            ! pod/perldebtut.pod
28968 ____________________________________________________________________________
28969 [  6674] By: jhi                                   on 2000/08/17  14:29:43
28970         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
28971              
28972              Subject: [ID 20000724.006] -DLEAKTEST problem
28973              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
28974              Date: Tue, 25 Jul 2000 00:36:32 -0500
28975              Message-Id: <20000725003632.A26186@www.llamacom.com>
28976              
28977              Reminder sent
28978              
28979              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
28980              From: Hugo <hv@crypt.compulink.co.uk>
28981              Date: Thu, 17 Aug 2000 15:23:42 +0100
28982              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
28983      Branch: perl
28984            ! util.c
28985 ____________________________________________________________________________
28986 [  6673] By: jhi                                   on 2000/08/17  04:07:10
28987         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
28988              From: John Peacock <JPeacock@UnivPress.com>
28989              Date: Tue, 01 Aug 2000 09:38:12 -0400
28990              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
28991      Branch: perl
28992            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
28993 ____________________________________________________________________________
28994 [  6672] By: jhi                                   on 2000/08/17  03:04:35
28995         Log: Subject: [PATCH] Cwd.pm now uses strict
28996              From: Tim Jenness <timj@jach.hawaii.edu>
28997              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
28998              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
28999      Branch: perl
29000            ! lib/Cwd.pm
29001 ____________________________________________________________________________
29002 [  6671] By: jhi                                   on 2000/08/17  02:16:35
29003         Log: Make $Config{byteorder} more magical so that it is
29004              dynamically computed: nice for 'fat binaries'.
29005              
29006              Subject: [PATCH]: default byteorder
29007              From: Wilfredo Sánchez <wsanchez@apple.com>
29008              Date: Mon, 31 Jul 2000 19:45:31 -0700
29009              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
29010      Branch: perl
29011            ! configpm
29012 ____________________________________________________________________________
29013 [  6670] By: gsar                                  on 2000/08/17  01:22:21
29014         Log: move WNOHANG definition to where other such things are
29015      Branch: perl
29016            ! win32/win32.h
29017 ____________________________________________________________________________
29018 [  6669] By: jhi                                   on 2000/08/17  01:19:17
29019         Log: Update Changes.
29020      Branch: perl
29021            ! Changes patchlevel.h
29022 ____________________________________________________________________________
29023 [  6668] By: jhi                                   on 2000/08/17  01:16:29
29024         Log: Doc nits spotted by Richard Soderberg.
29025      Branch: perl
29026            ! README.posix-bc README.vmesa
29027 ____________________________________________________________________________
29028 [  6667] By: jhi                                   on 2000/08/17  01:12:11
29029         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
29030              From: "Casey R. Tweten" <crt@kiski.net>
29031              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
29032              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
29033      Branch: perl
29034            ! pod/perldebtut.pod
29035 ____________________________________________________________________________
29036 [  6666] By: jhi                                   on 2000/08/17  01:09:31
29037         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
29038              From: "Casey R. Tweten" <crt@kiski.net>
29039              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
29040              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
29041      Branch: perl
29042            ! lib/Shell.pm
29043 ____________________________________________________________________________
29044 [  6665] By: gsar                                  on 2000/08/17  01:03:52
29045         Log: add "ok" targets from change#6632 in makefile.mk
29046      Branch: perl
29047            ! pod/perlport.pod win32/Makefile win32/makefile.mk
29048 ____________________________________________________________________________
29049 [  6664] By: gsar                                  on 2000/08/17  00:56:11
29050         Log: avoid warnings from dense compiler
29051      Branch: perl
29052            ! win32/win32.c
29053 ____________________________________________________________________________
29054 [  6663] By: jhi                                   on 2000/08/17  00:51:49
29055         Log: Tweak the regex compilation errors once more.
29056      Branch: perl
29057            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
29058            ! t/op/regmesg.t t/pragma/warn/regcomp
29059 ____________________________________________________________________________
29060 [  6662] By: gsar                                  on 2000/08/17  00:28:19
29061         Log: trailing new %ENV entries weren't being pushed into the real
29062              environment of subprocesses on Windows
29063      Branch: perl
29064            ! t/op/magic.t win32/perlhost.h
29065 ____________________________________________________________________________
29066 [  6661] By: gsar                                  on 2000/08/17  00:19:20
29067         Log: waitpid() now handles externally spawned pids correctly;
29068              fixes for backtick/wait/waitpid failures on Windows 9x
29069              
29070              these changes make the pid returned by process functions on
29071              Windows 9x always positive by clearing the high bit (which
29072              is always set on Win9x); pseudo-process PIDs are likewise
29073              always negative now on Win9x (just as on NT/2000)
29074      Branch: perl
29075            ! pp_sys.c win32/perlhost.h win32/win32.c
29076 ____________________________________________________________________________
29077 [  6660] By: jhi                                   on 2000/08/17  00:04:32
29078         Log: Retract #6645.
29079      Branch: perl
29080            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29081            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
29082            ! t/op/sprintf.t
29083 ____________________________________________________________________________
29084 [  6659] By: gsar                                  on 2000/08/16  23:59:28
29085         Log: on windows, the return values from wait() and waitpid() don't
29086              match those of pseudo-pids
29087      Branch: perl
29088            ! pp_sys.c t/op/fork.t util.c win32/win32.c
29089 ____________________________________________________________________________
29090 [  6658] By: gsar                                  on 2000/08/16  23:56:14
29091         Log: pod nit seen in passing
29092      Branch: perl
29093            ! pod/perlfunc.pod
29094 ____________________________________________________________________________
29095 [  6657] By: gsar                                  on 2000/08/16  23:53:42
29096         Log: change#6328 could make close(SOCKET) return false on windows
29097              when it shouldn't
29098      Branch: perl
29099            ! win32/win32sck.c
29100 ____________________________________________________________________________
29101 [  6656] By: gsar                                  on 2000/08/16  23:46:57
29102         Log: check that the number pseudo children doesn't exceed
29103              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
29104              the WaitForMultipleObjects() limit that would cause wait()
29105              to crash)
29106              
29107              wait() and waitpid() could potentially be rewritten to use
29108              more than one thread to do the waiting to eliminate this
29109              limitation
29110      Branch: perl
29111            ! win32/perlhost.h
29112 ____________________________________________________________________________
29113 [  6655] By: jhi                                   on 2000/08/16  14:11:05
29114         Log: Update Changes.
29115      Branch: perl
29116            ! Changes patchlevel.h
29117 ____________________________________________________________________________
29118 [  6654] By: jhi                                   on 2000/08/16  14:10:12
29119         Log: Update to perldebtut 1.9, from Richard Foley.
29120      Branch: perl
29121            ! pod/perldebtut.pod
29122 ____________________________________________________________________________
29123 [  6653] By: jhi                                   on 2000/08/16  14:08:17
29124         Log: Change the regx compilation error markers to use = instead of <
29125              since pod makes using the latter quite messy.  Reported in
29126              ID 20000814.006 by Abigail and in
29127              Subject: Unknown escape E<> ?
29128              From: Lupe Christoph <lupe@lupe-christoph.de>
29129              Date: Fri, 11 Aug 2000 00:30:27 +0200
29130              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
29131      Branch: perl
29132            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
29133            ! t/op/regmesg.t t/pragma/warn/regcomp
29134 ____________________________________________________________________________
29135 [  6652] By: jhi                                   on 2000/08/16  13:25:31
29136         Log: Change the perlbug address to perl.org since it's more forgiving.
29137              
29138              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
29139              From: abigail@foad.org
29140              Date: 15 Aug 2000 04:15:40 -0000
29141              Message-Id: <20000815041540.8633.qmail@foad.org>
29142      Branch: perl
29143            ! utils/perlbug.PL
29144 ____________________________________________________________________________
29145 [  6651] By: jhi                                   on 2000/08/16  13:22:35
29146         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
29147              From: Tim Jenness <timj@jach.hawaii.edu>
29148              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
29149              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
29150      Branch: perl
29151            ! lib/Cwd.pm
29152 ____________________________________________________________________________
29153 [  6650] By: jhi                                   on 2000/08/16  13:18:13
29154         Log: Update to CPAN 1.57.
29155              
29156              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
29157              From: andreas.koenig@anima.de (Andreas J. Koenig)
29158              Date: 16 Aug 2000 15:09:46 +0200
29159              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
29160      Branch: perl
29161            ! lib/CPAN.pm
29162 ____________________________________________________________________________
29163 [  6649] By: jhi                                   on 2000/08/16  13:12:31
29164         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
29165              From: "Larry W. Virden" <lvirden@cas.org>
29166              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
29167              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
29168      Branch: perl
29169            ! README.hpux
29170 ____________________________________________________________________________
29171 [  6648] By: jhi                                   on 2000/08/16  13:03:53
29172         Log: The numeric locale was reset to "C" by s?printf and never restored.
29173              
29174              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
29175              From: Christian Kirsch <ck@held.mind.de>
29176              Date: Wed, 9 Aug 2000 17:05:17 +0200
29177              Message-Id: <20000809170517.A25389@held>
29178              
29179              No test since adding the failing example to locale.t
29180              does not fail -- probably because the locale settings are so
29181              thoroughly tweaked by that time.  Running the example standalone
29182              does fail, though.  UPDATE: test case added at change #7540.
29183      Branch: perl
29184            ! dump.c perl.h pp.c pp_ctl.c sv.c
29185 ____________________________________________________________________________
29186 [  6647] By: jhi                                   on 2000/08/16  00:07:54
29187         Log: Update Changes and test semi-automatic patchlevel updating.
29188      Branch: perl
29189            ! Changes patchlevel.h
29190 ____________________________________________________________________________
29191 [  6646] By: jhi                                   on 2000/08/15  23:35:07
29192         Log: Fix a dependency problem.
29193              
29194              Subject: [PATCH: 6640] VMS Makefile.SH update
29195              From: Peter Prymmer <pvhp@forte.com>
29196              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
29197              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
29198      Branch: perl
29199            ! vms/descrip_mms.template
29200 ____________________________________________________________________________
29201 [  6645] By: jhi                                   on 2000/08/15  23:33:23
29202         Log: (Retracted by #6660)
29203              
29204              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
29205              From: Dominic Dunlop <domo@computer.org>
29206              Date: Tue, 15 Aug 2000 22:20:52 +0200
29207              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
29208      Branch: metaconfig/U/perl
29209            + d_printfed.U
29210      Branch: perl
29211            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29212            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
29213            ! t/op/sprintf.t
29214 ____________________________________________________________________________
29215 [  6644] By: jhi                                   on 2000/08/15  21:17:20
29216         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
29217              From: abigail@foad.org
29218              Date: 15 Aug 2000 20:12:41 -0000
29219              Message-Id: <20000815201241.25556.qmail@foad.org>
29220      Branch: perl
29221            ! INSTALL
29222 ____________________________________________________________________________
29223 [  6643] By: jhi                                   on 2000/08/15  21:15:28
29224         Log: (an already applied patch)
29225      Branch: perl
29226            ! lib/CGI.pm
29227 ____________________________________________________________________________
29228 [  6642] By: gsar                                  on 2000/08/15  19:54:05
29229         Log: magic callbacks all need to have same type signature
29230      Branch: perl
29231            ! embed.pl mg.c proto.h
29232 ____________________________________________________________________________
29233 [  6641] By: jhi                                   on 2000/08/15  17:56:27
29234         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)
29235              From: Mike Guy <mjtg@cam.ac.uk>
29236              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
29237              Date: Tue, 15 Aug 2000 18:26:45 +0100
29238              
29239              Only the peek.t part applied, not the hash quality part.
29240      Branch: perl
29241            ! t/lib/peek.t
29242 ____________________________________________________________________________
29243 [  6640] By: jhi                                   on 2000/08/15  16:37:37
29244         Log: Update Changes.
29245      Branch: perl
29246            ! Changes
29247 ____________________________________________________________________________
29248 [  6639] By: jhi                                   on 2000/08/15  16:34:55
29249         Log: Missed a file from #6638.
29250      Branch: perl
29251            ! lib/File/Temp.pm
29252 ____________________________________________________________________________
29253 [  6638] By: jhi                                   on 2000/08/15  16:33:19
29254         Log: Subject: [PATCH perl@6620] cygwin port
29255              From: "Fifer, Eric" <EFifer@sanwaint.com>
29256              Date: Tue, 15 Aug 2000 17:00:49 +0100
29257              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
29258      Branch: perl
29259            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
29260 ____________________________________________________________________________
29261 [  6637] By: jhi                                   on 2000/08/15  16:29:22
29262         Log: Subject: [PATCH] debugger exit code should reflect user exit code
29263              From: Mike Guy <mjtg@cam.ac.uk>
29264              Date: Tue, 15 Aug 2000 16:55:59 +0100
29265              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
29266      Branch: perl
29267            ! lib/perl5db.pl
29268 ____________________________________________________________________________
29269 [  6636] By: jhi                                   on 2000/08/15  15:30:58
29270         Log: Update Changes.
29271      Branch: perl
29272            ! Changes
29273 ____________________________________________________________________________
29274 [  6635] By: jhi                                   on 2000/08/15  15:27:21
29275         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
29276      Branch: metaconfig
29277            ! U/mkglossary U/mksample
29278      Branch: metaconfig/U/perl
29279            ! Devel.U
29280      Branch: perl
29281            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29282 ____________________________________________________________________________
29283 [  6634] By: jhi                                   on 2000/08/15  14:11:55
29284         Log: Don't blow limited stacks, a lower number is enough to
29285              tickle the lookbehind limit.
29286              
29287              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
29288              From: Dominic Dunlop <domo@computer.org>
29289              Date: Tue, 15 Aug 2000 13:51:24 +0200
29290              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
29291      Branch: perl
29292            ! t/op/regmesg.t
29293 ____________________________________________________________________________
29294 [  6633] By: jhi                                   on 2000/08/15  14:01:46
29295         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
29296              From: Mike Guy <mjtg@cam.ac.uk>
29297              Date: Tue, 15 Aug 2000 12:10:50 +0100
29298              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
29299      Branch: perl
29300            ! utils/perldoc.PL
29301 ____________________________________________________________________________
29302 [  6632] By: jhi                                   on 2000/08/15  13:58:48
29303         Log: make ok etc also for win32.
29304              
29305              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
29306              From: Prymmer/Kahn <pvhp@best.com>
29307              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
29308              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
29309      Branch: perl
29310            ! win32/Makefile
29311 ____________________________________________________________________________
29312 [  6631] By: jhi                                   on 2000/08/15  13:45:03
29313         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
29314      Branch: perl
29315            ! lib/Test.pm
29316 ____________________________________________________________________________
29317 [  6630] By: jhi                                   on 2000/08/15  03:25:09
29318         Log: Update Changes.
29319      Branch: perl
29320            ! Changes
29321 ____________________________________________________________________________
29322 [  6629] By: jhi                                   on 2000/08/15  03:23:53
29323         Log: magic_regdatum_set() is void, not int.
29324      Branch: perl
29325            ! embed.pl mg.c proto.h
29326 ____________________________________________________________________________
29327 [  6628] By: jhi                                   on 2000/08/15  03:08:02
29328         Log: Make the user to give up his firstborn, err, to knowingly
29329              verify installing an unstable developer release.  Also bump
29330              the release to 5.7.0, but leave a patch tag in the local
29331              patches saying that this is not yet the real thing.
29332      Branch: metaconfig
29333            ! U/modified/Instruct.U
29334      Branch: metaconfig/U/perl
29335            + Devel.U
29336      Branch: perl
29337            ! Configure patchlevel.h
29338 ____________________________________________________________________________
29339 [  6627] By: jhi                                   on 2000/08/14  22:32:52
29340         Log: README.os2 update.
29341              
29342              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
29343              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29344              Date: Wed, 02 Aug 2000 21:55:09 -0700
29345              Message-ID: <tsPi5gzkgegX092yn@efn.org>
29346      Branch: perl
29347            ! README.os2
29348 ____________________________________________________________________________
29349 [  6626] By: jhi                                   on 2000/08/14  21:00:02
29350         Log: Subject: Re: File::Temp problems on VMS in bleedperl
29351              From: Tim Jenness <timj@jach.hawaii.edu>
29352              cc: vmsperl@perl.org
29353              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
29354              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
29355      Branch: perl
29356            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
29357 ____________________________________________________________________________
29358 [  6625] By: jhi                                   on 2000/08/14  20:52:16
29359         Log: Add SUIDMAIL as was done for the CERT alert.
29360      Branch: perl
29361            ! patchlevel.h
29362 ____________________________________________________________________________
29363 [  6624] By: jhi                                   on 2000/08/14  20:48:50
29364         Log: Subject: sfio2000
29365              From: Daniel Muino <dmuino@afip.gov.ar>
29366              Date: Mon, 14 Aug 2000 16:58:11 -0300
29367              Message-ID: <20000814165811.B16368@con2-dgi>
29368      Branch: perl
29369            ! perlsdio.h perlsfio.h
29370 ____________________________________________________________________________
29371 [  6623] By: jhi                                   on 2000/08/14  20:47:36
29372         Log: Subject: warning: storage class after type is obsolescent
29373              From: Daniel Muino <dmuino@afip.gov.ar>
29374              Date: Mon, 14 Aug 2000 16:42:47 -0300
29375              Message-ID: <20000814164247.A16368@con2-dgi>
29376      Branch: perl
29377            ! regcomp.pl regnodes.h
29378 ____________________________________________________________________________
29379 [  6622] By: jhi                                   on 2000/08/14  20:43:05
29380         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
29381              From: abigail@foad.org
29382              Date: 14 Aug 2000 20:00:10 -0000
29383              Message-Id: <20000814200010.27271.qmail@foad.org>
29384      Branch: perl
29385            ! Changes
29386 ____________________________________________________________________________
29387 [  6621] By: jhi                                   on 2000/08/14  15:23:05
29388         Log: Update Changes.
29389      Branch: perl
29390            ! Changes
29391 ____________________________________________________________________________
29392 [  6620] By: jhi                                   on 2000/08/14  15:22:14
29393         Log: Subject: Re: [PATCH] @+, @- readonly
29394              From: Mike Guy <mjtg@cam.ac.uk>
29395              Date: Mon, 14 Aug 2000 15:26:55 +0100
29396              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
29397      Branch: perl
29398            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
29399            ! sv.c t/op/pat.t
29400 ____________________________________________________________________________
29401 [  6619] By: jhi                                   on 2000/08/14  14:12:08
29402         Log: Update Changes.
29403      Branch: perl
29404            ! Changes
29405 ____________________________________________________________________________
29406 [  6618] By: jhi                                   on 2000/08/14  14:09:34
29407         Log: For now remove the mail code.
29408      Branch: perl
29409            ! perl.c
29410 ____________________________________________________________________________
29411 [  6617] By: jhi                                   on 2000/08/14  14:08:28
29412         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
29413      Branch: perl
29414            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
29415            ! pod/perlfaq8.pod pod/perlsec.pod
29416 ____________________________________________________________________________
29417 [  6616] By: jhi                                   on 2000/08/14  14:00:11
29418         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
29419              From: Mike Guy <mjtg@cam.ac.uk>
29420              Date: Mon, 14 Aug 2000 08:26:02 +0100
29421              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
29422      Branch: perl
29423            ! lib/perl5db.pl
29424 ____________________________________________________________________________
29425 [  6615] By: jhi                                   on 2000/08/14  13:58:45
29426         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
29427              From: Mike Guy <mjtg@cam.ac.uk>
29428              Date: Mon, 14 Aug 2000 08:04:22 +0100
29429              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
29430      Branch: perl
29431            ! gv.c mg.c t/op/pat.t
29432 ____________________________________________________________________________
29433 [  6614] By: jhi                                   on 2000/08/14  13:56:45
29434         Log: Subject: Test fails / warnings with perl-current #6612
29435              From: Mike Guy <mjtg@cam.ac.uk>
29436              Date: Mon, 14 Aug 2000 07:57:23 +0100
29437              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
29438      Branch: perl
29439            ! t/lib/b.t t/lib/peek.t
29440 ____________________________________________________________________________
29441 [  6613] By: jhi                                   on 2000/08/14  13:45:33
29442         Log: VMS configure.com update continues.
29443      Branch: perl
29444            - vms/configure.com
29445            ! MANIFEST configure.com
29446 ____________________________________________________________________________
29447 [  6612] By: jhi                                   on 2000/08/13  22:13:35
29448         Log: Update Changes.
29449      Branch: perl
29450            ! Changes
29451 ____________________________________________________________________________
29452 [  6611] By: jhi                                   on 2000/08/13  16:21:45
29453         Log: Upgrade to CGI 2.71, from Lincoln Stein.
29454      Branch: perl
29455            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
29456 ____________________________________________________________________________
29457 [  6610] By: jhi                                   on 2000/08/13  15:09:16
29458         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
29459              From: Mike Guy <mjtg@cam.ac.uk>
29460              Date: Sun, 13 Aug 2000 13:45:51 +0100
29461              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
29462      Branch: perl
29463            ! t/op/regmesg.t
29464 ____________________________________________________________________________
29465 [  6609] By: jhi                                   on 2000/08/13  14:31:26
29466         Log: Andreas says that 1.56 is fine, so reverting back to it.
29467      Branch: perl
29468            ! lib/CPAN.pm
29469 ____________________________________________________________________________
29470 [  6608] By: jhi                                   on 2000/08/13  05:34:20
29471         Log: Update Changes.
29472      Branch: perl
29473            ! Changes
29474 ____________________________________________________________________________
29475 [  6607] By: jhi                                   on 2000/08/13  05:32:01
29476         Log: Put back the \z changes of #5406 to CPAN.pm.
29477      Branch: perl
29478            ! lib/CPAN.pm
29479 ____________________________________________________________________________
29480 [  6606] By: jhi                                   on 2000/08/13  05:20:16
29481         Log: Fix-n-skip the tests under 5005threads.
29482      Branch: perl
29483            ! t/lib/b.t
29484 ____________________________________________________________________________
29485 [  6605] By: jhi                                   on 2000/08/13  05:07:48
29486         Log: Fix the test for 5005threads.
29487      Branch: perl
29488            ! t/lib/peek.t
29489 ____________________________________________________________________________
29490 [  6604] By: jhi                                   on 2000/08/13  03:35:37
29491         Log: Should have deleted this in #6603.
29492      Branch: perl
29493            - vms/subconfigure.com
29494 ____________________________________________________________________________
29495 [  6603] By: jhi                                   on 2000/08/12  18:29:32
29496         Log: Rewrite of vms/subconfigure.com as configure.com,
29497              from Peter Prymmer and the vmsperl crew.
29498      Branch: perl
29499            + vms/configure.com
29500            ! MANIFEST
29501 ____________________________________________________________________________
29502 [  6602] By: jhi                                   on 2000/08/11  13:00:01
29503         Log: PlainText.pm is dead.
29504      Branch: perl
29505            - lib/Pod/PlainText.pm
29506            ! MANIFEST
29507 ____________________________________________________________________________
29508 [  6601] By: jhi                                   on 2000/08/11  04:06:45
29509         Log: Update Changes.
29510      Branch: perl
29511            ! Changes
29512 ____________________________________________________________________________
29513 [  6600] By: jhi                                   on 2000/08/11  04:06:10
29514         Log: Add a few missing files, update MANIFEST.
29515      Branch: perl
29516            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
29517            + lib/Pod/PlainText.pm t/pod/find.t
29518            ! MANIFEST t/op/regmesg.t
29519 ____________________________________________________________________________
29520 [  6599] By: jhi                                   on 2000/08/11  03:31:10
29521         Log: Add Perl debugging tutorial, regen toc. 
29522              
29523              Subject: perldebtut.pod
29524              From: Richard Foley <Richard.Foley@m.dasa.de>
29525              Date: Wed, 09 Aug 2000 10:17:15 +0200
29526              Message-id: <3991138B.262247B8@m.dasa.de>
29527      Branch: perl
29528            + pod/perldebtut.pod
29529            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
29530 ____________________________________________________________________________
29531 [  6598] By: jhi                                   on 2000/08/11  02:48:56
29532         Log: tiny Changes edit
29533      Branch: perl
29534            ! Changes
29535 ____________________________________________________________________________
29536 [  6597] By: jhi                                   on 2000/08/11  02:39:04
29537         Log: Tests for #6589.
29538              
29539              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
29540              From: simon@brecon.co.uk (Simon Cozens)
29541              Date: 11 Aug 2000 02:24:52 GMT
29542              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
29543      Branch: perl
29544            ! t/lib/b.t
29545 ____________________________________________________________________________
29546 [  6596] By: jhi                                   on 2000/08/11  01:50:07
29547         Log: Update Changes.
29548      Branch: perl
29549            ! Changes
29550 ____________________________________________________________________________
29551 [  6595] By: jhi                                   on 2000/08/11  01:47:16
29552         Log: nitfix
29553      Branch: perl
29554            ! Changes
29555 ____________________________________________________________________________
29556 [  6594] By: jhi                                   on 2000/08/11  01:36:16
29557         Log: Subject: Getting perlio and threads to compile
29558              From: Lupe Christoph <lupe@lupe-christoph.de>
29559              Date: Wed, 9 Aug 2000 11:35:54 +0200
29560              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
29561              
29562              (the Solaris version changes in Configure skipped)
29563      Branch: perl
29564            ! hints/solaris_2.sh thread.h
29565 ____________________________________________________________________________
29566 [  6593] By: jhi                                   on 2000/08/11  01:30:16
29567         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
29568              From: simon@brecon.co.uk (Simon Cozens)
29569              Date: 1 Aug 2000 06:55:19 GMT
29570              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
29571      Branch: perl
29572            ! lib/utf8.pm
29573 ____________________________________________________________________________
29574 [  6592] By: jhi                                   on 2000/08/11  01:26:39
29575         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
29576              From: Peter Scott <Peter@PeterScott.com>
29577              Date: Thu, 10 Aug 2000 08:23:27 -0700
29578              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
29579      Branch: perl
29580            ! lib/perl5db.pl
29581 ____________________________________________________________________________
29582 [  6591] By: jhi                                   on 2000/08/11  01:22:02
29583         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
29584              From: Hugo <hv@crypt.compulink.co.uk>
29585              Date: Thu, 10 Aug 2000 19:23:04 +0100
29586              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
29587      Branch: perl
29588            ! regexec.c t/op/pat.t
29589 ____________________________________________________________________________
29590 [  6590] By: jhi                                   on 2000/08/11  01:19:19
29591         Log: Preprocessing and postprocessing for File::Find.
29592              
29593              Subject: Patch to Find::File.pm to allow alphabetical results
29594              From: Joe Smith <jsmith@inwap.com>
29595              Date: Wed, 9 Aug 2000 02:44:54 -0700
29596              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
29597      Branch: perl
29598            ! lib/File/Find.pm
29599 ____________________________________________________________________________
29600 [  6589] By: jhi                                   on 2000/08/11  01:12:39
29601         Log: B::Deparse didn't do sub attributes.
29602              
29603              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
29604              From: simon@brecon.co.uk (Simon Cozens)
29605              Date: 9 Aug 2000 04:49:20 GMT
29606              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
29607      Branch: perl
29608            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
29609 ____________________________________________________________________________
29610 [  6588] By: jhi                                   on 2000/08/11  01:06:40
29611         Log: Subject: debugger "d" command doesnt check line number
29612              From: Mike Guy <mjtg@cam.ac.uk>
29613              Date: Tue, 08 Aug 2000 21:54:29 +0100
29614              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
29615      Branch: perl
29616            ! lib/perl5db.pl mg.c pod/perldiag.pod
29617 ____________________________________________________________________________
29618 [  6587] By: jhi                                   on 2000/08/11  00:45:03
29619         Log: sleep(1) does not necessarily return 1.
29620              
29621              Subject: [PATCH bleadperl] op/lex_assign.t  
29622              From: Hugo <hv@crypt.compulink.co.uk>
29623              Date: Thu, 03 Aug 2000 14:34:22 +0100        
29624              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
29625      Branch: perl
29626            ! t/op/lex_assign.t
29627 ____________________________________________________________________________
29628 [  6586] By: jhi                                   on 2000/08/11  00:31:50
29629         Log: Document the IO::Select timeout.
29630      Branch: perl
29631            ! ext/IO/lib/IO/Select.pm
29632 ____________________________________________________________________________
29633 [  6585] By: jhi                                   on 2000/08/11  00:13:54
29634         Log: Forgot contributor.
29635      Branch: perl
29636            ! Changes
29637 ____________________________________________________________________________
29638 [  6584] By: jhi                                   on 2000/08/11  00:09:19
29639         Log: detypo
29640      Branch: perl
29641            ! Changes
29642 ____________________________________________________________________________
29643 [  6583] By: jhi                                   on 2000/08/11  00:07:53
29644         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
29645              
29646              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
29647              From: Mike Guy <mjtg@cam.ac.uk> 
29648              Date: Thu, 10 Aug 2000 15:50:54 +0100
29649              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
29650      Branch: perl
29651            ! sv.c t/op/int.t
29652 ____________________________________________________________________________
29653 [  6582] By: jhi                                   on 2000/08/10  23:29:32
29654         Log: Update Changes.
29655      Branch: perl
29656            ! Changes
29657 ____________________________________________________________________________
29658 [  6581] By: jhi                                   on 2000/08/10  23:26:16
29659         Log: Put back the std @INC thing.
29660      Branch: perl
29661            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
29662            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
29663            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
29664            ! t/lib/gol-oo.t
29665 ____________________________________________________________________________
29666 [  6580] By: jhi                                   on 2000/08/10  23:03:34
29667         Log: Update to CGI 2.70, from Lincoln Stein.
29668      Branch: perl
29669            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
29670            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
29671            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
29672            ! t/lib/cgi-request.t
29673 ____________________________________________________________________________
29674 [  6579] By: jhi                                   on 2000/08/10  22:41:50
29675         Log: Update to CPAN 1.56, from Andreas König.
29676      Branch: perl
29677            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29678 ____________________________________________________________________________
29679 [  6578] By: jhi                                   on 2000/08/10  22:38:13
29680         Log: Update to Pod::Parser 1.17, from Brad Appleton.
29681      Branch: perl
29682            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
29683            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
29684            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
29685            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
29686            ! t/pod/include.t t/pod/included.t t/pod/lref.t
29687            ! t/pod/multiline_items.t t/pod/nested_items.t
29688            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
29689            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
29690            ! t/pod/special_seqs.t
29691 ____________________________________________________________________________
29692 [  6577] By: jhi                                   on 2000/08/10  22:35:41
29693         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
29694      Branch: perl
29695            ! AUTHORS MAINTAIN
29696 ____________________________________________________________________________
29697 [  6576] By: jhi                                   on 2000/08/10  22:24:54
29698         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
29699      Branch: perl
29700            + t/lib/gol-oo.t
29701            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
29702            ! t/lib/gol-compat.t t/lib/gol-linkage.t
29703 ____________________________________________________________________________
29704 [  6575] By: jhi                                   on 2000/08/10  22:02:07
29705         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
29706      Branch: perl
29707            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
29708 ____________________________________________________________________________
29709 [  6574] By: jhi                                   on 2000/08/10  21:55:03
29710         Log: Iterating perl6 description.
29711      Branch: perl
29712            ! pod/perlfaq1.pod
29713 ____________________________________________________________________________
29714 [  6573] By: jhi                                   on 2000/08/10  21:48:26
29715         Log: Revert the sv.c part of #6559, a better fix is needed.
29716      Branch: perl
29717            ! sv.c
29718 ____________________________________________________________________________
29719 [  6572] By: jhi                                   on 2000/08/10  20:33:43
29720         Log: It's the 2ndO'ROSSC.
29721      Branch: perl
29722            ! pod/perlfaq1.pod
29723 ____________________________________________________________________________
29724 [  6571] By: jhi                                   on 2000/08/10  15:55:48
29725         Log: detypo
29726      Branch: perl
29727            ! pod/perlfaq1.pod
29728 ____________________________________________________________________________
29729 [  6570] By: jhi                                   on 2000/08/10  14:11:17
29730         Log: An exceptionally sticky typo.
29731      Branch: perl
29732            ! Changes
29733 ____________________________________________________________________________
29734 [  6569] By: jhi                                   on 2000/08/10  14:09:33
29735         Log: detypo (and test Changes updating script)
29736      Branch: perl
29737            ! Changes
29738 ____________________________________________________________________________
29739 [  6568] By: jhi                                   on 2000/08/10  14:07:07
29740         Log: Update Changes.
29741      Branch: perl
29742            ! Changes
29743 ____________________________________________________________________________
29744 [  6567] By: jhi                                   on 2000/08/10  14:06:19
29745         Log: Amend the description of Perl6.
29746              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
29747              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
29748              Date: Wed, 9 Aug 2000 22:11:06 -0500
29749              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
29750      Branch: perl
29751            ! pod/perlfaq1.pod
29752 ____________________________________________________________________________
29753 [  6566] By: jhi                                   on 2000/08/10  13:58:57
29754         Log: Subject: Remove dead entry in perldiag
29755              From: Mike Guy <mjtg@cam.ac.uk>
29756              Date: Thu, 10 Aug 2000 14:19:19 +0100
29757              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
29758      Branch: perl
29759            ! pod/perldiag.pod
29760 ____________________________________________________________________________
29761 [  6565] By: jhi                                   on 2000/08/10  13:51:48
29762         Log: Zero entries were skipped, fix from Adrian Goalby
29763              <argoalby@yahoo.co.uk>
29764      Branch: perl
29765            ! lib/unicode/Number.pl lib/unicode/mktables.PL
29766 ____________________________________________________________________________
29767 [  6564] By: jhi                                   on 2000/08/10  13:00:12
29768         Log: Subject: [PATCH 5.6.0] cygwin port
29769              From: "Fifer, Eric" <EFifer@sanwaint.com>
29770              Date: Thu, 10 Aug 2000 13:15:36 +0100
29771              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
29772      Branch: perl
29773            ! README.cygwin hints/cygwin.sh
29774 ____________________________________________________________________________
29775 [  6563] By: jhi                                   on 2000/08/10  12:55:16
29776         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
29777      Branch: perl
29778            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
29779 ____________________________________________________________________________
29780 [  6562] By: gsar                                  on 2000/08/10  08:38:39
29781         Log: warn is a macro, avoid using at a variable to avoid warnings
29782              in some configurations; readdir.t is too conservative in
29783              estimating number of *.t's
29784      Branch: perl
29785            ! t/op/readdir.t util.c
29786 ____________________________________________________________________________
29787 [  6561] By: jhi                                   on 2000/08/09  23:35:42
29788         Log: Update Changes.
29789      Branch: perl
29790            ! Changes
29791 ____________________________________________________________________________
29792 [  6560] By: jhi                                   on 2000/08/09  23:05:47
29793         Log: Subject: Re: enhanced(?) regex error messages
29794              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
29795              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
29796              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
29797              
29798              (plus two small patches sent privately)
29799              (this still seems to leave few test failures)
29800      Branch: perl
29801            + t/op/regmesg.t
29802            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
29803            ! t/pragma/warn/regcomp
29804 ____________________________________________________________________________
29805 [  6559] By: jhi                                   on 2000/08/09  20:41:18
29806         Log: (The fix did work but was not right, retracted in #6573)
29807              
29808              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
29809              From: Christian Kirsch <ck@held.mind.de>
29810              Date: Wed, 9 Aug 2000 17:05:17 +0200
29811              Message-Id: <20000809170517.A25389@held>
29812      Branch: perl
29813            ! sv.c t/pragma/locale.t
29814 ____________________________________________________________________________
29815 [  6558] By: jhi                                   on 2000/08/08  22:34:08
29816         Log: Tiny updates on the contributors list.
29817      Branch: perl
29818            ! Changes
29819 ____________________________________________________________________________
29820 [  6557] By: jhi                                   on 2000/08/08  19:34:28
29821         Log: Double check that we have a dirhandle.
29822      Branch: perl
29823            ! util.c
29824 ____________________________________________________________________________
29825 [  6556] By: jhi                                   on 2000/08/08  19:01:51
29826         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
29827              May be repopulated with fresh maintained examples.
29828      Branch: perl
29829            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
29830            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
29831            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
29832            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
29833            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
29834            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
29835            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
29836            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
29837            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
29838            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
29839            + lib/CGI/eg/wilogo_gif.uu
29840            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
29841            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
29842            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
29843            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
29844            - eg/cgi/frameset.cgi eg/cgi/index.html
29845            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
29846            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
29847            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
29848            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
29849            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
29850            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
29851            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
29852            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
29853            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
29854            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
29855            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
29856            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
29857            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
29858            - eg/van/vanish eg/who eg/wrapsuid
29859            ! MANIFEST
29860 ____________________________________________________________________________
29861 [  6555] By: jhi                                   on 2000/08/08  18:51:08
29862         Log: Delete chat2 as requested by Randal.
29863              
29864              Subject: Re: perlfaq8 coyness
29865              From: merlyn@stonehenge.com (Randal L. Schwartz) 
29866              Date: 15 May 2000 18:52:42 -0700 
29867              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
29868      Branch: perl
29869            - lib/chat2.pl
29870            ! MANIFEST
29871 ____________________________________________________________________________
29872 [  6554] By: jhi                                   on 2000/08/08  18:31:35
29873         Log: Regen global.sym.
29874      Branch: perl
29875            ! global.sym
29876 ____________________________________________________________________________
29877 [  6553] By: jhi                                   on 2000/08/08  18:28:13
29878         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
29879              (either perlbug or p5p ate the original), plus regen
29880              perlapi and perltoc. 
29881      Branch: perl
29882            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
29883            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
29884            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
29885            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
29886            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
29887            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
29888            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
29889            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
29890            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
29891            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
29892 ____________________________________________________________________________
29893 [  6552] By: jhi                                   on 2000/08/08  18:06:29
29894         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
29895              From: Mike Guy <mjtg@cam.ac.uk>
29896              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
29897              Date: Tue, 08 Aug 2000 15:51:27 +0100
29898      Branch: perl
29899            ! doop.c sv.h t/op/join.t t/pragma/overload.t
29900 ____________________________________________________________________________
29901 [  6551] By: jhi                                   on 2000/08/08  18:01:11
29902         Log: Re-apply #6549.
29903      Branch: perl
29904            ! lib/perl5db.pl
29905 ____________________________________________________________________________
29906 [  6550] By: jhi                                   on 2000/08/08  17:43:08
29907         Log: Accidental retraction of #6549.
29908      Branch: perl
29909            ! lib/perl5db.pl
29910 ____________________________________________________________________________
29911 [  6549] By: jhi                                   on 2000/08/08  17:40:04
29912         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
29913              From: Mike Guy <mjtg@cam.ac.uk>
29914              Date: Mon, 07 Aug 2000 21:49:58 +0100
29915              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
29916      Branch: perl
29917            ! lib/perl5db.pl
29918 ____________________________________________________________________________
29919 [  6548] By: jhi                                   on 2000/08/08  17:37:57
29920         Log: Document here-doc better.
29921              
29922              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
29923              From: Mike Guy <mjtg@cam.ac.uk>
29924              Date: Mon, 07 Aug 2000 14:02:09 +0100
29925              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
29926      Branch: perl
29927            ! pod/perldata.pod
29928 ____________________________________________________________________________
29929 [  6547] By: jhi                                   on 2000/08/08  17:33:34
29930         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
29931              From: "Randy J. Ray" <rjray@redhat.com>
29932              Date: Mon, 07 Aug 2000 19:12:25 -0700
29933              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
29934      Branch: perl
29935            ! perl.c pod/perlrun.pod
29936 ____________________________________________________________________________
29937 [  6546] By: jhi                                   on 2000/08/08  17:29:26
29938         Log: Subject: Re: enhanced(?) regex error messages 
29939              From: Hugo <hv@crypt.compulink.co.uk>
29940              Date: Tue, 08 Aug 2000 03:25:51 +0100
29941              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
29942              
29943              plus Capitalize the error messages, plus perldiag them.
29944      Branch: perl
29945            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
29946 ____________________________________________________________________________
29947 [  6545] By: jhi                                   on 2000/08/08  13:59:28
29948         Log: Augment #6539 a bit: don't croak if there's magic in the air.
29949              
29950              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
29951              From: Hugo <hv@crypt.compulink.co.uk>
29952              Date: Tue, 08 Aug 2000 03:02:03 +0100
29953              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
29954      Branch: perl
29955            ! pp.c t/op/bless.t
29956 ____________________________________________________________________________
29957 [  6544] By: jhi                                   on 2000/08/07  21:11:52
29958         Log: Make the test -w clean.
29959      Branch: perl
29960            ! t/op/bless.t
29961 ____________________________________________________________________________
29962 [  6543] By: jhi                                   on 2000/08/07  19:49:53
29963         Log: use warnings instead of $^W.
29964      Branch: perl
29965            ! t/op/bless.t
29966 ____________________________________________________________________________
29967 [  6542] By: jhi                                   on 2000/08/07  17:41:41
29968         Log: Disable a portability warning Because We Know What We Are Doing.
29969      Branch: perl
29970            ! t/op/bless.t
29971 ____________________________________________________________________________
29972 [  6541] By: jhi                                   on 2000/08/07  17:29:51
29973         Log: Tiny tidying on report_evil_fh().
29974      Branch: perl
29975            ! util.c
29976 ____________________________________________________________________________
29977 [  6540] By: jhi                                   on 2000/08/07  16:37:38
29978         Log: Make regular expression parse error messages easier to understand.
29979              
29980              Subject: Re: enhanced(?) regex error messages
29981              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
29982              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
29983              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
29984      Branch: perl
29985            ! regcomp.c
29986 ____________________________________________________________________________
29987 [  6539] By: jhi                                   on 2000/08/07  16:12:27
29988         Log: Make bless(REF, REF) a fatal error, add bless tests.
29989              
29990              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
29991              From: Hugo <hv@crypt.compulink.co.uk>
29992              Date: Mon, 07 Aug 2000 16:59:38 +0100
29993              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
29994      Branch: perl
29995            + t/op/bless.t
29996            ! MANIFEST pod/perldiag.pod pp.c sv.c
29997 ____________________________________________________________________________
29998 [  6538] By: jhi                                   on 2000/08/07  15:59:43
29999         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
30000              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
30001              Date: Thu, 3 Aug 2000 14:29:21 -0700
30002              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
30003      Branch: perl
30004            ! lib/lib_pm.PL
30005 ____________________________________________________________________________
30006 [  6537] By: jhi                                   on 2000/08/07  15:47:18
30007         Log: Retract #6419 for now since it breaks in AFS and MachTen.
30008      Branch: perl
30009            ! lib/Cwd.pm
30010 ____________________________________________________________________________
30011 [  6536] By: jhi                                   on 2000/08/07  15:05:29
30012         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
30013              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
30014              The security hole exists only in suidperls, which isn't
30015              installed or even built by default.
30016      Branch: perl
30017            ! perl.c
30018 ____________________________________________________________________________
30019 [  6535] By: jhi                                   on 2000/08/07  14:45:14
30020         Log: tr memory corruption fix from Simon Cozens.
30021      Branch: perl
30022            ! doop.c
30023 ____________________________________________________________________________
30024 [  6534] By: jhi                                   on 2000/08/06  11:38:16
30025         Log: Document a bit that UDP is not what you might think.
30026              
30027              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
30028              From: Lupe Christoph <lupe@lupe-christoph.de>
30029              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
30030              Date: Mon, 24 Jul 2000 08:59:15 +0200
30031      Branch: perl
30032            ! pod/perlipc.pod
30033 ____________________________________________________________________________
30034 [  6533] By: jhi                                   on 2000/08/06  11:35:01
30035         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
30036              From: Jeff Pinyan <jeffp@hut.crusoe.net>
30037              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
30038              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
30039      Branch: perl
30040            ! pod/perlfunc.pod
30041 ____________________________________________________________________________
30042 [  6532] By: jhi                                   on 2000/08/06  03:45:41
30043         Log: Have symbols for the IoTYPEs.
30044      Branch: perl
30045            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
30046 ____________________________________________________________________________
30047 [  6531] By: jhi                                   on 2000/08/06  01:33:55
30048         Log: Continue fixing the io warnings.  This also
30049              sort of fixes bug ID 20000802.003: the core dump
30050              is no more.  Whether the current behaviour is correct
30051              (giving a warning: "Not a format reference"), is another matter.
30052      Branch: perl
30053            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
30054            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
30055 ____________________________________________________________________________
30056 [  6530] By: jhi                                   on 2000/08/05  21:33:12
30057         Log: Change the Policy policy: now -Dprefix= with an existing
30058              Policy.sh and prefix == siteprefix == vendorprefix, then all
30059              of them follow along the new prefix.
30060              
30061              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
30062              From: Andy Dougherty <doughera@lafayette.edu>
30063              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
30064              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
30065      Branch: perl
30066            ! Policy_sh.SH
30067 ____________________________________________________________________________
30068 [  6529] By: jhi                                   on 2000/08/05  18:57:28
30069         Log: Zap lib/Sys directory when cleaning up.
30070      Branch: perl
30071            ! Makefile.SH
30072 ____________________________________________________________________________
30073 [  6528] By: jhi                                   on 2000/08/05  18:40:44
30074         Log: Essential prototype changes were missing from #6527.
30075              Also make report_evil_fh() more bomb-proof.
30076      Branch: perl
30077            ! embed.h util.c
30078 ____________________________________________________________________________
30079 [  6527] By: jhi                                   on 2000/08/05  03:22:05
30080         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
30081              From: "Ronald F. Guilmette" <rfg@monkeys.com>
30082              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
30083              Message-Id: <200007242247.PAA52177@monkeys.com>
30084      Branch: perl
30085            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
30086 ____________________________________________________________________________
30087 [  6526] By: jhi                                   on 2000/08/04  21:23:27
30088         Log: gcc versions might have (parentheses) in them.
30089      Branch: metaconfig/U/perl
30090            ! gccvers.U
30091      Branch: perl
30092            ! Configure config_h.SH
30093 ____________________________________________________________________________
30094 [  6525] By: jhi                                   on 2000/08/04  20:23:12
30095         Log: Weed buglets pointed out by
30096              
30097              From: Lupe Christoph <lupe@lupe-christoph.de>
30098              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
30099              Date: Fri, 4 Aug 2000 17:34:39 +0200
30100              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
30101      Branch: metaconfig/U/perl
30102            ! gccvers.U uselfs.U
30103      Branch: perl
30104            ! Configure config_h.SH
30105 ____________________________________________________________________________
30106 [  6524] By: jhi                                   on 2000/08/04  19:02:08
30107         Log: Warn under -w if lstat(FH) is attempted.
30108              
30109              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
30110              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
30111              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
30112              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
30113      Branch: perl
30114            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
30115            ! t/pragma/warn/pp_sys
30116 ____________________________________________________________________________
30117 [  6523] By: jhi                                   on 2000/08/04  12:31:11
30118         Log: Subject: New perlcc, take 2
30119              From: simon@brecon.co.uk (Simon Cozens)
30120              Date: 4 Aug 2000 06:21:04 GMT
30121              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
30122      Branch: perl
30123            ! utils/perlcc.PL
30124 ____________________________________________________________________________
30125 [  6522] By: jhi                                   on 2000/08/04  12:26:33
30126         Log: Subject: Re: Array vs. List context
30127              From: Daniel Chetlin <daniel@chetlin.com>
30128              Date: Fri, 4 Aug 2000 00:22:44 -0700
30129              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
30130      Branch: perl
30131            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
30132            ! pod/perlfaq4.pod
30133 ____________________________________________________________________________
30134 [  6521] By: jhi                                   on 2000/08/04  12:22:38
30135         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
30136              From: Raymund Will <ray@caldera.de>
30137              Date: Fri, 4 Aug 2000 12:07:09 +0200
30138              Message-Id: <20000804120709.A14982@caldera.de>
30139      Branch: perl
30140            ! configure.gnu
30141 ____________________________________________________________________________
30142 [  6520] By: jhi                                   on 2000/08/04  04:09:06
30143         Log: After the #6519 a warning about stat() is just that,
30144              not about a filetest, which now have their own warning.
30145      Branch: perl
30146            ! pod/perldiag.pod
30147 ____________________________________________________________________________
30148 [  6519] By: jhi                                   on 2000/08/04  04:06:30
30149         Log: In the warnings call filehandles consistently so;
30150              add "unopened" warning for stat().
30151      Branch: perl
30152            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
30153            ! t/pragma/warn/pp_sys
30154 ____________________________________________________________________________
30155 [  6518] By: jhi                                   on 2000/08/04  02:55:35
30156         Log: Subject: Minor tweak to perlvar.pod
30157              From: "Stephen P. Potter" <spp@ds.net>
30158              Date: Tue, 18 Apr 2000 09:26:03 -0400
30159              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
30160      Branch: perl
30161            ! pod/perlvar.pod
30162 ____________________________________________________________________________
30163 [  6517] By: jhi                                   on 2000/08/04  02:50:08
30164         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
30165              From: "Clinton Pierce" <cpierce1@ford.com>
30166              Date: Wed, 21 Jul 1999 16:45:31 -0400
30167              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
30168              
30169              Fix by Stephen Potter (visible in the bug db but not in p5p?)
30170      Branch: perl
30171            ! pod/perlfunc.pod pod/perlop.pod
30172 ____________________________________________________________________________
30173 [  6516] By: jhi                                   on 2000/08/04  02:09:25
30174         Log: This is 6512.  Really.
30175      Branch: perl
30176            ! dump.c
30177 ____________________________________________________________________________
30178 [  6515] By: jhi                                   on 2000/08/04  01:25:50
30179         Log: mention the idea of @( and @)
30180      Branch: perl
30181            ! Todo-5.6
30182 ____________________________________________________________________________
30183 [  6514] By: bailey                                on 2000/08/04  01:18:46
30184         Log: YA resync with mainstem, including VMS patches from others
30185      Branch: vmsperl
30186           +> (branch 48 files)
30187            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
30188           !> (integrate 354 files)
30189 ____________________________________________________________________________
30190 [  6513] By: jhi                                   on 2000/08/04  01:18:18
30191         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
30192              From: Mark Dickinson <dickins3@fas.harvard.edu>
30193              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
30194              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
30195      Branch: perl
30196            ! t/op/grent.t t/op/pwent.t
30197 ____________________________________________________________________________
30198 [  6512] By: jhi                                   on 2000/08/04  01:14:06
30199         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
30200              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30201              Date: Wed, 02 Aug 2000 10:51:01 +0100
30202              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
30203      Branch: perl
30204            ! sv.c
30205 ____________________________________________________________________________
30206 [  6511] By: jhi                                   on 2000/08/04  00:57:00
30207         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
30208              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30209              Date: Thu, 03 Aug 2000 17:20:04 -0700
30210              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
30211      Branch: metaconfig
30212            ! U/modified/Cppsym.U
30213      Branch: perl
30214            ! Configure config_h.SH
30215 ____________________________________________________________________________
30216 [  6510] By: jhi                                   on 2000/08/04  00:25:28
30217         Log: detypo
30218      Branch: perl
30219            ! Makefile.SH
30220 ____________________________________________________________________________
30221 [  6509] By: jhi                                   on 2000/08/03  23:43:18
30222         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
30223              From: Dominic Dunlop <domo@computer.org>
30224              Date: Thu, 3 Aug 2000 22:16:46 +0200
30225              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
30226      Branch: perl
30227            ! t/op/sprintf.t
30228 ____________________________________________________________________________
30229 [  6508] By: jhi                                   on 2000/08/03  23:40:37
30230         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
30231              From: Hugo <hv@crypt.compulink.co.uk>
30232              Date: Thu, 03 Aug 2000 18:25:30 +0100
30233              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
30234      Branch: perl
30235            ! regcomp.c t/op/re_tests
30236 ____________________________________________________________________________
30237 [  6507] By: jhi                                   on 2000/08/03  23:38:28
30238         Log: Subject: [PATCH] sv.h documentation - SvLEN
30239              From: Mike Guy <mjtg@cam.ac.uk>
30240              Date: Thu, 03 Aug 2000 14:43:09 +0100
30241              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
30242      Branch: perl
30243            ! sv.h
30244 ____________________________________________________________________________
30245 [  6506] By: jhi                                   on 2000/08/03  15:49:14
30246         Log: Disable the fix_pl hack for now.
30247      Branch: perl
30248            ! Makefile.SH
30249 ____________________________________________________________________________
30250 [  6505] By: jhi                                   on 2000/08/03  13:49:04
30251         Log: Add a URL for FSF.
30252              
30253              Subject: Patch for README
30254              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
30255              Date: Wed, 2 Aug 2000 13:25:09 -0500
30256              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
30257      Branch: perl
30258            ! README
30259 ____________________________________________________________________________
30260 [  6504] By: jhi                                   on 2000/08/03  13:29:19
30261         Log: Be more informative on what is skipped and why,
30262              also repeat the list at the end.
30263      Branch: perl
30264            ! Porting/p4desc
30265 ____________________________________________________________________________
30266 [  6503] By: jhi                                   on 2000/08/03  13:07:05
30267         Log: Circumvent the removal of .patch by fix_pl.
30268              
30269              Subject: Re: [ID 20000802.011] unable to 'make test'          
30270              From: simon@brecon.co.uk (Simon Cozens) 
30271              Date: 3 Aug 2000 04:17:00 GMT
30272              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
30273      Branch: perl
30274            ! Makefile.SH
30275 ____________________________________________________________________________
30276 [  6502] By: jhi                                   on 2000/08/03  00:14:34
30277         Log: Add the missing setproctitle unit.
30278      Branch: metaconfig/U/perl
30279            + d_setproctitle.U
30280 ____________________________________________________________________________
30281 [  6501] By: jhi                                   on 2000/08/03  00:00:26
30282         Log: The subtest 4 may fail also on VOBS, as pointed out
30283              by Nick Ing-Simmons in November 1999, bug id 19991124.003
30284              (but the failure in that bug report isn't the subtest 4).
30285      Branch: perl
30286            ! t/op/stat.t
30287 ____________________________________________________________________________
30288 [  6500] By: jhi                                   on 2000/08/02  23:49:30
30289         Log: Better skip message for the test; one of the two problems in
30290              
30291              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
30292              From: Lupe Christoph <lupe@lupe-christoph.de>
30293              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
30294              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
30295      Branch: perl
30296            ! t/op/numconvert.t
30297 ____________________________________________________________________________
30298 [  6499] By: jhi                                   on 2000/08/02  22:49:16
30299         Log: Allow "no Module;" even if there is no 'unimport'.
30300              
30301              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
30302              From: mjd@plover.com
30303              Date: 24 Mar 2000 15:24:34 -0000
30304              Message-Id: <20000324152434.15160.qmail@plover.com>
30305      Branch: perl
30306            ! gv.c
30307 ____________________________________________________________________________
30308 [  6498] By: jhi                                   on 2000/08/02  22:42:58
30309         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
30310              that are hopefully soon put into use.
30311      Branch: perl
30312            ! opcode.h opcode.pl opnames.h
30313 ____________________________________________________________________________
30314 [  6497] By: gsar                                  on 2000/08/02  22:28:59
30315         Log: require.t needs binmode() to work on windows
30316      Branch: perl
30317            ! t/comp/require.t
30318 ____________________________________________________________________________
30319 [  6496] By: jhi                                   on 2000/08/02  22:08:51
30320         Log: Document the IVdf UVuf UVof UVxf.
30321      Branch: perl
30322            ! pod/perlguts.pod
30323 ____________________________________________________________________________
30324 [  6495] By: jhi                                   on 2000/08/02  21:54:26
30325         Log: detypo #6494
30326      Branch: perl
30327            ! ext/Data/Dumper/Dumper.xs
30328 ____________________________________________________________________________
30329 [  6494] By: jhi                                   on 2000/08/02  21:49:17
30330         Log: Dump UVs as UVs in Data::Dumper.
30331              
30332              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
30333              From: Gurusamy Sarathy <gsar@ActiveState.com>
30334              Date: Thu, 27 Apr 2000 12:26:25 -0700
30335              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
30336      Branch: perl
30337            ! ext/Data/Dumper/Dumper.xs
30338 ____________________________________________________________________________
30339 [  6493] By: jhi                                   on 2000/08/02  17:01:58
30340         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
30341              From: Hugo <hv@crypt.compulink.co.uk>
30342              Date: Wed, 02 Aug 2000 14:53:56 +0100
30343              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
30344      Branch: perl
30345            ! regexec.c t/op/re_tests
30346 ____________________________________________________________________________
30347 [  6492] By: jhi                                   on 2000/08/02  15:02:46
30348         Log: The new setproctitle() feature is available only in 
30349              bleeding edge FreeBSD.  From Paul Saab.
30350      Branch: perl
30351            ! mg.c
30352 ____________________________________________________________________________
30353 [  6491] By: jhi                                   on 2000/08/02  13:34:36
30354         Log: The tr utf8 patching continues.
30355              
30356              Subject: Re: #6469, too many tests claimed in require.t
30357              From: simon@brecon.co.uk (Simon Cozens)
30358              Date: 2 Aug 2000 02:37:17 GMT
30359              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
30360              
30361              (the logic of the test was the wrong way round in the patch)
30362      Branch: perl
30363            ! doop.c
30364 ____________________________________________________________________________
30365 [  6490] By: jhi                                   on 2000/08/02  13:27:38
30366         Log: The name of a filehandle does not have <these>.
30367      Branch: perl
30368            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
30369            ! t/pragma/warn/pp_sys util.c
30370 ____________________________________________________________________________
30371 [  6489] By: jhi                                   on 2000/08/02  04:26:46
30372         Log: Remove the extraneous "main::" prefix from all the
30373              "opened only for", "on closed", and "never opened" warnings.
30374              
30375              Subject: Re: inappropriate warning
30376              From: Gurusamy Sarathy <gsar@ActiveState.com>
30377              Date: Mon, 20 Mar 2000 11:28:02 -0800
30378              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
30379      Branch: perl
30380            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
30381            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
30382            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
30383 ____________________________________________________________________________
30384 [  6488] By: jhi                                   on 2000/08/02  03:02:57
30385         Log: memcpy has n o in it, as pinted ut by Sarathy.
30386      Branch: perl
30387            ! pod/perlguts.pod
30388 ____________________________________________________________________________
30389 [  6487] By: jhi                                   on 2000/08/02  02:44:51
30390         Log: Document in one place the memory abstractions used in Perl core.
30391              
30392              Subject: Re: Memory abstraction
30393              From: simon@brecon.co.uk (Simon Cozens)
30394              Date: 2 Aug 2000 02:20:23 GMT
30395              Organization: Earth.li Origins
30396      Branch: perl
30397            ! pod/perlguts.pod
30398 ____________________________________________________________________________
30399 [  6486] By: jhi                                   on 2000/08/02  02:41:57
30400         Log: regen_headers, regen perltoc.
30401      Branch: perl
30402            ! perlapi.c pod/perltoc.pod
30403 ____________________________________________________________________________
30404 [  6485] By: jhi                                   on 2000/08/02  01:43:33
30405         Log: "This little thing tests for a file .patch, and if it contains
30406              a number, pops into patchlevel.h" (making it easier to track
30407              which development version people are reporting bugs against)
30408              
30409              Subject: Patchlevel autogeneration for repository perls
30410              From: simon@brecon.co.uk (Simon Cozens)
30411              Date: 14 Jul 2000 07:12:15 GMT
30412              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
30413      Branch: perl
30414            + fix_pl
30415            ! MANIFEST Makefile.SH
30416 ____________________________________________________________________________
30417 [  6484] By: jhi                                   on 2000/08/02  01:32:54
30418         Log: FreeBSD 3.* updates from
30419              
30420              From: Paul Saab <ps@yahoo-inc.com>
30421              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
30422              Date: Tue, 1 Aug 2000 15:41:39 -0700
30423              Message-Id: <20000801154139.A53740@yahoo-inc.com>
30424      Branch: perl
30425            ! hints/freebsd.sh
30426 ____________________________________________________________________________
30427 [  6483] By: jhi                                   on 2000/08/02  01:27:44
30428         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
30429              instead one must use setproctitle().  This was already addressed
30430              by change #6457, but the below has a new variant for FreeBSD 4.0
30431              or later, and the matter is also documented more.
30432              
30433              From: Paul Saab <ps@yahoo-inc.com>
30434              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
30435              Date: Tue, 1 Aug 2000 15:41:39 -0700
30436              Message-Id: <20000801154139.A53740@yahoo-inc.com>
30437      Branch: metaconfig/U/perl
30438            + i_libutil.U
30439      Branch: perl
30440            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
30441 ____________________________________________________________________________
30442 [  6482] By: jhi                                   on 2000/08/01  22:17:32
30443         Log: The test from this
30444              
30445              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
30446              Date: Sat, 15 Apr 2000 17:03:44 +0100
30447              From: Tom Hughes <tom@compton.nu>
30448              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
30449              
30450              was missing, the code change went in as #5989
30451              (which had a different test?)
30452      Branch: perl
30453            ! t/op/misc.t
30454 ____________________________________________________________________________
30455 [  6481] By: jhi                                   on 2000/08/01  21:48:38
30456         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
30457              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
30458              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
30459              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
30460      Branch: perl
30461            ! perl.h
30462 ____________________________________________________________________________
30463 [  6480] By: jhi                                   on 2000/08/01  18:05:28
30464         Log: Make p4desc to skip non-mainperl branches by default.
30465      Branch: perl
30466            ! Porting/p4desc
30467 ____________________________________________________________________________
30468 [  6479] By: jhi                                   on 2000/08/01  17:29:19
30469         Log: If gccosandvers is equal to osname, clear gccosandvers.
30470      Branch: metaconfig/U/perl
30471            ! gccvers.U
30472      Branch: perl
30473            ! Configure config_h.SH
30474 ____________________________________________________________________________
30475 [  6478] By: jhi                                   on 2000/08/01  15:54:08
30476         Log: BOM patching from Simon Cozens.
30477      Branch: perl
30478            ! toke.c
30479 ____________________________________________________________________________
30480 [  6477] By: jhi                                   on 2000/08/01  04:50:33
30481         Log: Stash away the largefiles flags and libswanted.
30482      Branch: perl
30483            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
30484 ____________________________________________________________________________
30485 [  6476] By: gsar                                  on 2000/08/01  04:24:24
30486         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
30487              on Windows)
30488      Branch: perl
30489            ! t/pragma/utf8.t utf8.c win32/win32.c
30490 ____________________________________________________________________________
30491 [  6475] By: jhi                                   on 2000/08/01  03:35:24
30492         Log: Make chr() for values >127 to create utf8 when under utf8.
30493              
30494              Subject: Re: uft8/chr()
30495              From: simon@brecon.co.uk (Simon Cozens)
30496              Date: 1 Aug 2000 02:37:02 GMT
30497              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
30498      Branch: perl
30499            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
30500 ____________________________________________________________________________
30501 [  6474] By: jhi                                   on 2000/08/01  02:36:18
30502         Log: In Digital UNIX warn if gcc explicitly chosen because even
30503              2.95.2 is known to cause problems.
30504      Branch: perl
30505            ! hints/dec_osf.sh
30506 ____________________________________________________________________________
30507 [  6473] By: jhi                                   on 2000/08/01  02:00:56
30508         Log: Make the safety catch for buggy gccs work with triple version
30509              numbers like 2.95.2.  Reported in
30510              
30511              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
30512              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
30513              Date: Mon, 31 Jul 2000 14:55:06 +0200
30514              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
30515      Branch: perl
30516            ! hints/dec_osf.sh
30517 ____________________________________________________________________________
30518 [  6472] By: jhi                                   on 2000/08/01  01:13:33
30519         Log: Subject: fix and question re: waitpid() under win32
30520              From: Brian Clarke <clarke@appliedmeta.com>
30521              Date: Fri, 28 Jul 2000 15:18:29 -0400
30522              Message-ID: <3981DC85.290314EB@appliedmeta.com>
30523              
30524              Slightly reformatted and WNOHANG # define moved to win32.h
30525              so that also POSIX.xs sees it, as suggsted by Sarathy.
30526      Branch: perl
30527            ! win32/win32.c win32/win32.h
30528 ____________________________________________________________________________
30529 [  6471] By: jhi                                   on 2000/08/01  00:55:05
30530         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
30531              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30532              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
30533              Date: Mon, 31 Jul 2000 13:28:51 +0100
30534              
30535              (aka ID 20000730.002)
30536      Branch: perl
30537            ! op.c t/op/tr.t
30538 ____________________________________________________________________________
30539 [  6470] By: jhi                                   on 2000/07/31  23:34:42
30540         Log: Document the problem with -P in HP-UX and its workaround.
30541              
30542              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
30543              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
30544              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
30545              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
30546      Branch: perl
30547            ! README.hpux
30548 ____________________________________________________________________________
30549 [  6469] By: jhi                                   on 2000/07/31  04:15:02
30550         Log: The swallow_bom() saga continues.  The #23 of require.t
30551              (UTF16-LE) still fails (silently, no output) but the #22
30552              (UTF16-BE) seems to be working now.  The root of the
30553              failure may be in sv_gets(): is it UTF-16LE-aware,
30554              especially when it comes to line endings? 
30555      Branch: perl
30556            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
30557            ! t/comp/require.t toke.c utf8.c
30558 ____________________________________________________________________________
30559 [  6468] By: jhi                                   on 2000/07/30  19:05:48
30560         Log: Find green threads before native threads.
30561              
30562              Subject: Re: Patch to jpl/JNI/Makefile.PL
30563              From: Jens Thomsen <jens@fiend.cis.com>
30564              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
30565              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
30566      Branch: perl
30567            ! jpl/JNI/Makefile.PL
30568 ____________________________________________________________________________
30569 [  6467] By: jhi                                   on 2000/07/30  18:36:22
30570         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
30571      Branch: perl
30572            ! doop.c
30573 ____________________________________________________________________________
30574 [  6466] By: jhi                                   on 2000/07/30  04:37:29
30575         Log: A new version of the "remove UPPERACSE string comparison"
30576              operators.  The problem with the previous one (change #6454)
30577              was that it was for Perl 5.6.0.  From Paul Marquess.
30578      Branch: perl
30579            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
30580            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
30581            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
30582 ____________________________________________________________________________
30583 [  6465] By: jhi                                   on 2000/07/29  22:39:56
30584         Log: Do not upgrade SVs into utf8 just because they participate
30585              in eq or cmp.  Reported and fix suggested in
30586              
30587              Subject: [ID 20000720.009] sv_eq UTF8 bug
30588              From: "Simon Cozens" <simon@othersideofthe.earth.li>
30589              Date: 21 Jul 2000 04:37:29 -0000
30590              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
30591              
30592              Exercise for the kind reader: should we or should we not
30593              cache the utf8 conversion alonside the SV? (as magic,
30594              as thestrxfrm()ed version is cached under use locale)
30595              Argue both for and against.
30596      Branch: perl
30597            ! sv.c
30598 ____________________________________________________________________________
30599 [  6464] By: jhi                                   on 2000/07/29  22:36:22
30600         Log: Subject: UTF8 concat
30601              From: simon@brecon.co.uk (Simon Cozens) 
30602              Date: 30 Jun 2000 06:13:25 GMT
30603              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
30604              
30605              (with a memory leak fixed, plus a few casts added)
30606              
30607              This also seems to help for
30608              
30609              Subject: [ID 20000716.015] join UTF8 weirdness
30610              From: root <root@ak-71.mind.de> 
30611              Date: Sat, 15 Jul 2000 15:29:54 +0200
30612              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
30613              
30614              (from Andreas König)
30615      Branch: perl
30616            ! pp_hot.c
30617 ____________________________________________________________________________
30618 [  6463] By: jhi                                   on 2000/07/29  00:55:39
30619         Log: Tune the comments and hopefully stop a memory leak.
30620      Branch: perl
30621            ! toke.c utf8.c
30622 ____________________________________________________________________________
30623 [  6462] By: jhi                                   on 2000/07/29  00:16:53
30624         Log: The problem described in this
30625              
30626              Subject: [ID 20000322.018] named chars aren't magical enough
30627              From: root <root@dixie.cscaper.com>     
30628              Date: Wed, 22 Mar 2000 18:37:42 -0700
30629              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
30630              
30631              has been fixed in perl 5.6.0 but just in case added a test
30632              to keep it away.  (The report from Joseph Hall.)
30633      Branch: perl
30634            ! t/lib/charnames.t
30635 ____________________________________________________________________________
30636 [  6461] By: jhi                                   on 2000/07/28  23:56:36
30637         Log: Tiny fixes for #6460.
30638      Branch: metaconfig/U/perl
30639            ! gccvers.U
30640      Branch: perl
30641            ! Configure config_h.SH
30642 ____________________________________________________________________________
30643 [  6460] By: jhi                                   on 2000/07/28  23:24:41
30644         Log: Warn if the version of the operating system used to compile gcc
30645              differs from the current version of the operating system.
30646              Also display the gcc compilation os and version in myconfig.
30647              Inspiration from
30648              
30649              Subject: Re: [ID 20000710.003] ERRORS!!         
30650              From: "Kurt D. Starsinic" <kstar@chapin.edu>
30651              Date: Mon, 10 Jul 2000 15:54:16 -0400
30652              Message-ID: <20000710155416.A1384@O2.chapin.edu>
30653      Branch: metaconfig/U/perl
30654            ! gccvers.U
30655      Branch: perl
30656            ! Configure config_h.SH myconfig.SH
30657 ____________________________________________________________________________
30658 [  6459] By: jhi                                   on 2000/07/28  22:00:32
30659         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
30660              letter to $Config{osvers}.
30661      Branch: metaconfig
30662            ! U/modified/Oldconfig.U
30663      Branch: perl
30664            ! Configure config_h.SH
30665 ____________________________________________________________________________
30666 [  6458] By: jhi                                   on 2000/07/28  04:15:39
30667         Log: Back out #6454, doesn't seem to work.
30668              (Reason: that patch was for perl 5.6.0, not perl-current)
30669              (A version of the patch for perl-current came in later as #6466)
30670      Branch: perl
30671            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
30672            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
30673            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
30674 ____________________________________________________________________________
30675 [  6457] By: jhi                                   on 2000/07/27  23:31:49
30676         Log: Use setproctitle() if available to modify $0.
30677              
30678              Subject: setting $* on BSD4 broken
30679              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
30680              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
30681              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
30682      Branch: metaconfig
30683            ! U/modified/Myinit.U
30684      Branch: perl
30685            ! Configure config_h.SH mg.c
30686 ____________________________________________________________________________
30687 [  6456] By: jhi                                   on 2000/07/27  14:50:47
30688         Log: Allow "no AutoLoader;", based on change #6444,
30689              suggested by Graham Barr.
30690      Branch: perl
30691            ! lib/AutoLoader.pm
30692 ____________________________________________________________________________
30693 [  6455] By: jhi                                   on 2000/07/27  14:19:10
30694         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
30695              From: rspier@pobox.com (Robert Spier)
30696              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
30697              Message-ID: <14720.15855.787664.424783@rls.cx>
30698      Branch: perl
30699            ! pod/perldiag.pod
30700 ____________________________________________________________________________
30701 [  6454] By: jhi                                   on 2000/07/27  14:03:02
30702         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
30703              for a long time).
30704              
30705              Reported in
30706              
30707              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
30708              From: Ryan Herbert <rherbert@sycamorehq.com>
30709              Date: Mon, 17 Jul 2000 11:40:42 -0400
30710              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
30711              
30712              Patched in
30713              
30714              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
30715              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
30716              Date: Wed, 26 Jul 2000 23:40:18 +0100
30717              Message-ID: <000001bff752$79511880$0a17073e@tiny>
30718              
30719              based on an earlier patch from Stephen P. Potter.
30720              
30721              (Removed later by change #6458 because this patch was for
30722              perl 5.6.0, not perl-current)
30723      Branch: perl
30724            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
30725            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
30726            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
30727 ____________________________________________________________________________
30728 [  6453] By: jhi                                   on 2000/07/27  13:48:02
30729         Log: Subject: [PATCH] fixes bug 20000508.004
30730              From: Michael Stevens <mstevens@globnix.org>
30731              Date: Thu, 27 Jul 2000 13:49:04 +0100
30732              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
30733      Branch: perl
30734            ! pod/perldata.pod
30735 ____________________________________________________________________________
30736 [  6452] By: jhi                                   on 2000/07/26  23:51:26
30737         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
30738              and Craig A. Berry.
30739      Branch: perl
30740            ! lib/File/Temp.pm pod/perlport.pod
30741 ____________________________________________________________________________
30742 [  6451] By: jhi                                   on 2000/07/26  19:43:30
30743         Log: Be wary of close()s, too.
30744              
30745              Subject: Re: [PATCH] perlbug cleanup
30746              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30747              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
30748              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
30749      Branch: perl
30750            ! utils/perlbug.PL
30751 ____________________________________________________________________________
30752 [  6450] By: jhi                                   on 2000/07/26  18:41:40
30753         Log: Subject: Minor doc patch: handy.h
30754              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
30755              Date: Wed, 26 Jul 2000 15:34:25 -0300
30756              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
30757      Branch: perl
30758            ! handy.h pod/perlapi.pod
30759 ____________________________________________________________________________
30760 [  6449] By: jhi                                   on 2000/07/26  18:23:55
30761         Log: Subject: [PATCH] minor doc change - perlguts
30762              From: Michael Stevens <mstevens@globnix.org>
30763              Date: Thu, 13 Jul 2000 12:39:18 +0100
30764              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
30765      Branch: perl
30766            ! pod/perlguts.pod
30767 ____________________________________________________________________________
30768 [  6448] By: jhi                                   on 2000/07/26  18:20:30
30769         Log: open() wariness in perlbug.
30770              
30771              Subject: [PATCH] perlbug cleanup
30772              From: Michael Stevens <mstevens@globnix.org>
30773              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
30774              Date: Thu, 13 Jul 2000 15:52:23 +0100
30775      Branch: perl
30776            ! utils/perlbug.PL
30777 ____________________________________________________________________________
30778 [  6447] By: jhi                                   on 2000/07/26  18:13:04
30779         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
30780      Branch: perl
30781            ! lib/File/Temp.pm t/lib/ftmp-security.t
30782 ____________________________________________________________________________
30783 [  6446] By: jhi                                   on 2000/07/26  18:06:32
30784         Log: docfix from Peter Scott <Peter@PSDT.com>.
30785      Branch: perl
30786            ! pod/perlfunc.pod
30787 ____________________________________________________________________________
30788 [  6445] By: jhi                                   on 2000/07/26  17:53:31
30789         Log: Fix *foo{FORMAT}.
30790              
30791              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30792              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
30793              Date: Wed, 26 Jul 2000 19:51:02 +0200
30794              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
30795              
30796              From: Graham Barr <gbarr@pobox.com>
30797              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
30798              Date: Wed, 26 Jul 2000 17:38:36 +0100
30799              Message-ID: <20000726173836.L472@pobox.com>
30800      Branch: perl
30801            ! pp.c sv.c t/op/gv.t
30802 ____________________________________________________________________________
30803 [  6444] By: jhi                                   on 2000/07/26  17:49:14
30804         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
30805              from Graham Barr in the module list.
30806      Branch: perl
30807            ! gv.c pod/perlobj.pod
30808 ____________________________________________________________________________
30809 [  6443] By: jhi                                   on 2000/07/26  16:06:56
30810         Log: More split() doc and test patches from Mike Guy.
30811      Branch: perl
30812            ! pod/perlfunc.pod t/op/split.t
30813 ____________________________________________________________________________
30814 [  6442] By: jhi                                   on 2000/07/26  16:05:30
30815         Log: MacOS nits from Matthias Neeracher.
30816      Branch: perl
30817            ! perl.c pp_ctl.c
30818 ____________________________________________________________________________
30819 [  6441] By: jhi                                   on 2000/07/26  04:39:57
30820         Log: Subject: [PATCH] split /^/
30821              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30822              Date: Tue, 25 Jul 2000 14:18:57 +0100
30823              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
30824              
30825              (with notes from tchrist and gbarr)
30826      Branch: perl
30827            ! pod/perlfunc.pod t/op/split.t
30828 ____________________________________________________________________________
30829 [  6440] By: jhi                                   on 2000/07/26  04:32:32
30830         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
30831              From: Peter Prymmer <pvhp@forte.com>
30832              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
30833              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
30834      Branch: perl
30835            ! vms/munchconfig.c
30836 ____________________________________________________________________________
30837 [  6439] By: jhi                                   on 2000/07/26  04:31:01
30838         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
30839              to be fatal errors (instead of by default ignoring them, and
30840              ignoring with a bug: even though -w gave an error, the opening [
30841              was left in)  Reported in:
30842              
30843              Subject: [ID 20000716.024] [=cc=] / [:blank:]
30844              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
30845              Date: Sun, 16 Jul 2000 17:55:29 -0700
30846              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
30847      Branch: perl
30848            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
30849 ____________________________________________________________________________
30850 [  6438] By: jhi                                   on 2000/07/25  15:41:15
30851         Log: Subject: [PATCH] av.c apidoc
30852              From: simon@brecon.co.uk (Simon Cozens)
30853              Date: 24 Jul 2000 06:40:52 GMT
30854              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
30855      Branch: perl
30856            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
30857            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
30858 ____________________________________________________________________________
30859 [  6437] By: jhi                                   on 2000/07/25  14:05:36
30860         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
30861              From: "Stephen P. Potter" <spp@ds.net>
30862              Date: Mon, 24 Jul 2000 14:22:23 -0400
30863              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
30864      Branch: perl
30865            ! pod/perllocale.pod
30866 ____________________________________________________________________________
30867 [  6436] By: jhi                                   on 2000/07/25  14:02:03
30868         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
30869              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30870              Date: Mon, 24 Jul 2000 18:04:28 +0100
30871              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
30872      Branch: perl
30873            ! t/lib/syslfs.t t/op/lfs.t
30874 ____________________________________________________________________________
30875 [  6435] By: jhi                                   on 2000/07/25  13:59:28
30876         Log: Get UTF16 BOMs working.  Patch from
30877              
30878              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
30879              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30880              Date: Tue, 25 Jul 2000 12:52:45 +0100
30881              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
30882              
30883              and notes from
30884              
30885              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
30886              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30887              Date: Tue, 25 Jul 2000 11:43:25 +0100
30888              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
30889      Branch: perl
30890            ! t/comp/require.t toke.c utf8.c
30891 ____________________________________________________________________________
30892 [  6434] By: jhi                                   on 2000/07/25  02:39:54
30893         Log: Make the "uninit variable" warning to say "concat or string"
30894              or "join or string" when in concat or join .
30895              
30896              Subject: Re: [ID 20000403.009] uninitialised concatenation???
30897              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30898              Date: Tue, 04 Apr 2000 18:22:58 +0100
30899              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
30900              
30901              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
30902              From: William R Ward <hermit@BayView.COM>
30903              Date: Thu, 30 Mar 2000 19:50:03 -0800
30904              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
30905      Branch: perl
30906            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
30907            ! t/pragma/warn/op t/pragma/warn/sv
30908 ____________________________________________________________________________
30909 [  6433] By: jhi                                   on 2000/07/24  17:52:56
30910         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
30911      Branch: perl
30912            ! lib/File/Spec/VMS.pm
30913 ____________________________________________________________________________
30914 [  6432] By: jhi                                   on 2000/07/24  17:44:44
30915         Log: Test cases for #6431.
30916              
30917              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
30918              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30919              Date: Mon, 24 Jul 2000 15:32:29 +0100
30920              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
30921      Branch: perl
30922            ! t/op/pat.t t/op/split.t
30923 ____________________________________________________________________________
30924 [  6431] By: jhi                                   on 2000/07/24  17:43:17
30925         Log: Bind op fix.
30926              
30927              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
30928              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30929              Date: Mon, 17 Jul 2000 20:04:56 +0100
30930              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
30931      Branch: perl
30932            ! op.c
30933 ____________________________________________________________________________
30934 [  6430] By: jhi                                   on 2000/07/24  03:42:42
30935         Log: Subject: [ID 20000716.023] syslog test fails without sockets
30936              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30937              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
30938              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
30939      Branch: metaconfig/U/perl
30940            ! Extensions.U
30941      Branch: perl
30942            ! Configure config_h.SH
30943 ____________________________________________________________________________
30944 [  6429] By: jhi                                   on 2000/07/24  03:11:52
30945         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
30946              case, but add also notes explaining the relationship of this
30947              patch and the earlier notes by Sarathy.
30948              
30949              Subject: Map is still slow
30950              From: "Ben Tilly" <ben_tilly@hotmail.com>
30951              Date: Sat, 15 Jul 2000 17:23:27 EDT
30952              Message-ID: <20000715212327.21656.qmail@hotmail.com>
30953      Branch: perl
30954            ! pp_ctl.c
30955 ____________________________________________________________________________
30956 [  6428] By: jhi                                   on 2000/07/24  02:58:52
30957         Log: Documentation to explain the behaviour of map().
30958              
30959              Subject: Re: Map is still slow 
30960              From: Gurusamy Sarathy <gsar@ActiveState.com>
30961              Date: Sat, 15 Jul 2000 16:05:09 -0700
30962              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
30963      Branch: perl
30964            ! pp_ctl.c
30965 ____________________________________________________________________________
30966 [  6427] By: jhi                                   on 2000/07/24  02:50:03
30967         Log: Add tests for
30968              [ID 19991110.003] another matching finding by pcre author
30969              which has already been fixed by some patch, as verified in
30970              
30971              Subject: Re: two regex bugs from the mists of time (well, last November)
30972              From: Hugo <hv@crypt.compulink.co.uk>
30973              Date: Sat, 22 Jul 2000 18:12:58 +0100
30974              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
30975      Branch: perl
30976            ! t/op/re_tests
30977 ____________________________________________________________________________
30978 [  6426] By: jhi                                   on 2000/07/24  02:11:20
30979         Log: A missing 'break' after the [[:space:]] switch case.
30980              
30981              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
30982              From: "Stephen P. Potter" <spp@ds.net>
30983              Date: Tue, 18 Jul 2000 16:25:17 -0400
30984              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
30985      Branch: perl
30986            ! regcomp.c
30987 ____________________________________________________________________________
30988 [  6425] By: jhi                                   on 2000/07/24  02:06:12
30989         Log: The output might have been produced in the wrong order.
30990              
30991              Subject: [ID 20000720.003] [PATCH] t/op/write.t
30992              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30993              Date: Thu, 20 Jul 2000 18:49:18 +0100
30994              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
30995      Branch: perl
30996            ! t/op/write.t
30997 ____________________________________________________________________________
30998 [  6424] By: jhi                                   on 2000/07/24  02:00:07
30999         Log: Use STDOUT consistently.
31000              
31001              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
31002              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31003              Date: Thu, 20 Jul 2000 18:04:01 +0100
31004              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
31005      Branch: perl
31006            ! lib/Test/Harness.pm
31007 ____________________________________________________________________________
31008 [  6423] By: jhi                                   on 2000/07/24  01:54:54
31009         Log: Protect against "wild next"s, that is, callbacks doing "next"
31010              instead of "return".
31011              
31012              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
31013              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31014              Date: Tue, 18 Jul 2000 11:30:16 +0100
31015              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
31016      Branch: perl
31017            ! lib/File/Find.pm
31018 ____________________________________________________________________________
31019 [  6422] By: jhi                                   on 2000/07/24  01:35:47
31020         Log: Out-of-date note removed.
31021              
31022              Subject: [PATCH] documentation perlipc
31023              From: rspier@pobox.com (Robert Spier)
31024              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
31025              Message-ID: <14711.35178.572612.502654@rls.cx>
31026      Branch: perl
31027            ! pod/perlipc.pod
31028 ____________________________________________________________________________
31029 [  6421] By: jhi                                   on 2000/07/24  00:09:18
31030         Log: Send all installperl messages to STDERR and be -w clean.
31031              
31032              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
31033              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31034              Date: Sat, 22 Jul 2000 14:02:11 +0100
31035              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
31036      Branch: perl
31037            ! installperl
31038 ____________________________________________________________________________
31039 [  6420] By: jhi                                   on 2000/07/24  00:04:19
31040         Log: Decutandpasto.
31041              
31042              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
31043              From: "Richard Soderberg" <rs@crystalflame.net>
31044              Date: Sun, 23 Jul 2000 01:37:23 -0700
31045              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
31046      Branch: perl
31047            ! pod/perlipc.pod
31048 ____________________________________________________________________________
31049 [  6419] By: jhi                                   on 2000/07/24  00:01:12
31050         Log: A cleaner abs_path().
31051              Subject: Re: unix alternative to Cwd.pm
31052              From: Jeff Pinyan <jeffp@crusoe.net>
31053              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
31054              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
31055      Branch: perl
31056            ! lib/Cwd.pm
31057 ____________________________________________________________________________
31058 [  6418] By: jhi                                   on 2000/07/23  23:48:56
31059         Log: Detypo.
31060              
31061              Subject: [PATCH perl-current] Typo in hints/powerux.sh
31062              From: "Richard Soderberg" <rs@crystalflame.net>
31063              Date: Sun, 23 Jul 2000 01:27:33 -0700
31064              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
31065      Branch: perl
31066            ! hints/powerux.sh
31067 ____________________________________________________________________________
31068 [  6417] By: jhi                                   on 2000/07/17  22:13:31
31069         Log: Subject: SDBM_File documentation
31070              From: mjd@plover.com
31071              Date: 16 Jul 2000 17:41:17 -0000
31072              Message-ID: <20000716174117.18515.qmail@plover.com>
31073      Branch: perl
31074            ! ext/SDBM_File/SDBM_File.pm
31075 ____________________________________________________________________________
31076 [  6416] By: jhi                                   on 2000/07/17  19:13:26
31077         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
31078      Branch: perl
31079            ! hints/mpeix.sh mpeix/relink
31080 ____________________________________________________________________________
31081 [  6415] By: jhi                                   on 2000/07/15  14:11:02
31082         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
31083              the utf8 'characters' can be more than one octet).
31084              
31085              Date: Sat, 15 Jul 2000 00:21:56 +0100
31086              From: Tom Hughes <tom@compton.nu>
31087              Subject: Re: [ID 20000714.002]
31088              Message-ID: <db2334de49.tom@compton.compton.nu>
31089              
31090              Reported in
31091              
31092              Subject: [ID 20000714.002]
31093              From: "Simon Cozens" <simon@othersideofthe.earth.li>
31094              Date: 14 Jul 2000 15:13:09 -0000
31095              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
31096      Branch: perl
31097            ! doop.c
31098 ____________________________________________________________________________
31099 [  6414] By: jhi                                   on 2000/07/15  03:13:41
31100         Log: another VMS build tweak from Peter Prymmer
31101      Branch: perl
31102            ! vms/descrip_mms.template
31103 ____________________________________________________________________________
31104 [  6413] By: jhi                                   on 2000/07/15  03:10:40
31105         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
31106      Branch: perl
31107            ! vms/perlvms.pod
31108 ____________________________________________________________________________
31109 [  6412] By: jhi                                   on 2000/07/15  00:31:05
31110         Log: More docs for sv functions.
31111              
31112              Subject: [PATCH cfgperl] sv.c apidoc
31113              From: simon@brecon.co.uk (Simon Cozens)
31114              Date: 13 Jul 2000 09:00:20 GMT
31115              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
31116              
31117              Subject: Re: [PATCH cfgperl] sv.c apidoc
31118              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31119              Date: Thu, 13 Jul 2000 12:27:41 +0100
31120              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
31121              
31122              Subject: Re: [PATCH cfgperl] sv.c apidoc
31123              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31124              Date: Thu, 13 Jul 2000 13:23:09 +0100
31125              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
31126              
31127              Subject: Re: [PATCH cfgperl] sv.c apidoc
31128              From: simon@brecon.co.uk (Simon Cozens)
31129              Date: 14 Jul 2000 06:51:02 GMT
31130              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
31131      Branch: perl
31132            ! embed.pl pod/perlapi.pod sv.c
31133 ____________________________________________________________________________
31134 [  6411] By: jhi                                   on 2000/07/15  00:10:41
31135         Log: lib/b test fixes from Peter Prymmer.
31136      Branch: perl
31137            ! t/lib/b.t
31138 ____________________________________________________________________________
31139 [  6410] By: jhi                                   on 2000/07/15  00:02:09
31140         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
31141              From: Hugo <hv@crypt.compulink.co.uk>
31142              Date: Fri, 14 Jul 2000 23:05:20 +0100
31143              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
31144              
31145              Didn't anymore apply, but that point still could use another fix.
31146      Branch: perl
31147            ! pod/perlfunc.pod
31148 ____________________________________________________________________________
31149 [  6409] By: jhi                                   on 2000/07/14  23:15:15
31150         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
31151              not in pod, from Peter Prymmer
31152      Branch: perl
31153            ! vms/descrip_mms.template
31154 ____________________________________________________________________________
31155 [  6408] By: jhi                                   on 2000/07/14  20:35:05
31156         Log: The bug report
31157              [ID 19991110.002] minimal matching discrepancy found by pcre author
31158              seems to have been fixed (though differently from what was suggested
31159              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
31160      Branch: perl
31161            ! t/op/re_tests
31162 ____________________________________________________________________________
31163 [  6407] By: jhi                                   on 2000/07/14  17:38:08
31164         Log: Fix AutoSplit to use File::Spec the right way in VMS,
31165              from Peter Prymmer.
31166      Branch: perl
31167            ! lib/AutoSplit.pm
31168 ____________________________________________________________________________
31169 [  6406] By: jhi                                   on 2000/07/14  14:13:22
31170         Log: Merge perlhacktut into perlhack, update perlguts.
31171              
31172              Subject: Re: Perlhacktut
31173              From: simon@brecon.co.uk (Simon Cozens)
31174              Date: 14 Jul 2000 06:49:21 GMT
31175              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
31176              
31177              Subject: Re: Perlhacktut
31178              From: simon@brecon.co.uk (Simon Cozens)
31179              Date: 14 Jul 2000 07:09:45 GMT
31180              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
31181      Branch: perl
31182            ! pod/perlguts.pod pod/perlhack.pod
31183 ____________________________________________________________________________
31184 [  6405] By: jhi                                   on 2000/07/14  14:02:31
31185         Log: Integrate with Sarathy.
31186      Branch: cfgperl
31187           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
31188           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
31189           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
31190 ____________________________________________________________________________
31191 [  6404] By: gsar                                  on 2000/07/14  12:15:02
31192         Log: PERL_OBJECT build tweaks
31193      Branch: perl
31194            ! toke.c
31195 ____________________________________________________________________________
31196 [  6403] By: gsar                                  on 2000/07/14  11:23:41
31197         Log: inconsistent types needs casts
31198      Branch: perl
31199            ! toke.c
31200 ____________________________________________________________________________
31201 [  6402] By: gsar                                  on 2000/07/14  11:12:04
31202         Log: typos in change#6399, regen headers
31203      Branch: perl
31204            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
31205 ____________________________________________________________________________
31206 [  6401] By: gsar                                  on 2000/07/14  10:59:12
31207         Log: typecasts needed for change#6394
31208      Branch: perl
31209            ! toke.c
31210 ____________________________________________________________________________
31211 [  6400] By: gsar                                  on 2000/07/14  10:49:37
31212         Log: integrate cfgperl contents into mainline
31213      Branch: perl
31214           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
31215           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
31216 ____________________________________________________________________________
31217 [  6399] By: gsar                                  on 2000/07/14  10:38:35
31218         Log: enable UTF-16 filter by default if relevant BOM is seen; various
31219              cleanups (typos, misformatted code, and small bugs)
31220      Branch: perl
31221            ! doop.c embed.pl mg.c op.c pp.c toke.c
31222 ____________________________________________________________________________
31223 [  6398] By: gsar                                  on 2000/07/14  08:55:38
31224         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
31225              name suggests anyway)
31226      Branch: perl
31227            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
31228 ____________________________________________________________________________
31229 [  6397] By: gsar                                  on 2000/07/14  08:44:33
31230         Log: move new variables to the end of the interpreter structure (for
31231              bincompat in code that doesn't #include XSUB.h)
31232      Branch: perl
31233            ! intrpvar.h
31234 ____________________________________________________________________________
31235 [  6396] By: gsar                                  on 2000/07/14  08:13:58
31236         Log: MakeMaker should not remove editor backups (*~) on `make clean`
31237              by default (completes change#6383)
31238      Branch: perl
31239            ! lib/ExtUtils/MM_Unix.pm
31240 ____________________________________________________________________________
31241 [  6395] By: jhi                                   on 2000/07/14  05:20:33
31242         Log: Replace change #6337 with a better one.
31243              
31244              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
31245              From: Hugo <hv@crypt.compulink.co.uk>
31246              Date: Fri, 14 Jul 2000 04:16:20 +0100
31247              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
31248      Branch: cfgperl
31249            ! regexec.c t/op/re_tests
31250 ____________________________________________________________________________
31251 [  6394] By: jhi                                   on 2000/07/14  01:33:59
31252         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
31253      Branch: cfgperl
31254            ! embed.pl global.sym proto.h toke.c
31255 ____________________________________________________________________________
31256 [  6393] By: jhi                                   on 2000/07/13  23:41:23
31257         Log: remove discarded test
31258      Branch: cfgperl
31259            ! MANIFEST
31260 ____________________________________________________________________________
31261 [  6392] By: jhi                                   on 2000/07/13  23:32:25
31262         Log: The {multiplier} of a fixed substring was overlooked which
31263              caused a wrong initial search offset for that substring.
31264              
31265              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
31266              From: Hugo <hv@crypt.compulink.co.uk>
31267              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
31268              Date: Thu, 13 Jul 2000 19:27:13 +0100
31269      Branch: cfgperl
31270            ! regcomp.c t/op/re_tests
31271 ____________________________________________________________________________
31272 [  6391] By: jhi                                   on 2000/07/13  16:37:42
31273         Log: typo fix from Craig Berry
31274      Branch: cfgperl
31275            ! vms/subconfigure.com
31276 ____________________________________________________________________________
31277 [  6390] By: jhi                                   on 2000/07/13  13:20:12
31278         Log: Integrate with Sarathy.
31279      Branch: cfgperl
31280            - t/op/method2entersub.t
31281           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
31282           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
31283           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
31284           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
31285 ____________________________________________________________________________
31286 [  6389] By: jhi                                   on 2000/07/13  13:18:48
31287         Log: Detypo from Peter Prymmer, part of #6388.
31288      Branch: cfgperl
31289            ! Configure config_h.SH
31290      Branch: metaconfig
31291            ! U/modified/d_longlong.U
31292 ____________________________________________________________________________
31293 [  6388] By: gsar                                  on 2000/07/13  06:33:40
31294         Log: typos (spotted by Peter Prymmer)
31295      Branch: perl
31296            ! Configure t/lib/english.t
31297 ____________________________________________________________________________
31298 [  6387] By: gsar                                  on 2000/07/13  05:35:28
31299         Log: new selfloader.t in change#6183 doesn't close DATA handles,
31300              and thus fails to clean up tmp files on dosish platforms
31301      Branch: perl
31302            ! t/lib/selfloader.t
31303 ____________________________________________________________________________
31304 [  6386] By: gsar                                  on 2000/07/12  21:42:39
31305         Log: sprintf test tweaks (from Dominic Dunlop)
31306      Branch: perl
31307            ! t/op/sprintf.t
31308 ____________________________________________________________________________
31309 [  6385] By: gsar                                  on 2000/07/12  21:33:46
31310         Log: fix bugs in processing %v-*d and similar format specs (from
31311              Avi Finkel <avi@finkel.org>)
31312      Branch: perl
31313            ! sv.c t/op/sprintf.t
31314 ____________________________________________________________________________
31315 [  6384] By: gsar                                  on 2000/07/12  16:04:19
31316         Log: readd missing perldelta.pod changes from changes#6339,6376
31317      Branch: perl
31318            ! pod/perldelta.pod
31319 ____________________________________________________________________________
31320 [  6383] By: gsar                                  on 2000/07/12  16:00:51
31321         Log: don't clobber *.orig files on *clean targets
31322      Branch: perl
31323            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
31324 ____________________________________________________________________________
31325 [  6382] By: gsar                                  on 2000/07/12  07:59:12
31326         Log: fix broken integrations in cfgperl
31327      Branch: cfgperl
31328           !> Changes pod/perldelta.pod
31329 ____________________________________________________________________________
31330 [  6381] By: gsar                                  on 2000/07/12  07:42:17
31331         Log: integrate cfgperl changes into mainline
31332      Branch: perl
31333            ! Changes
31334           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
31335           !> pod/perlre.pod
31336 ____________________________________________________________________________
31337 [  6380] By: gsar                                  on 2000/07/12  07:31:00
31338         Log: get sprintf.t to adjust properly for 3-digit exponents
31339      Branch: perl
31340            ! t/op/sprintf.t
31341 ____________________________________________________________________________
31342 [  6379] By: gsar                                  on 2000/07/12  06:40:04
31343         Log: change#6174 needs corresponding change in win32/config_h.PL,
31344              which grovels through config_h.SH to find the config.h name
31345      Branch: perl
31346            ! win32/config_h.PL
31347 ____________________________________________________________________________
31348 [  6378] By: jhi                                   on 2000/07/12  05:03:59
31349         Log: Do the cc sanity check both before the hints and
31350              after the cc selction.
31351      Branch: cfgperl
31352            ! Configure config_h.SH
31353      Branch: metaconfig
31354            ! U/modified/Oldconfig.U U/modified/cc.U
31355      Branch: metaconfig/U/perl
31356            + Checkcc.U
31357 ____________________________________________________________________________
31358 [  6377] By: jhi                                   on 2000/07/12  02:49:22
31359         Log: Fix nits noticed by Boston.pm.
31360      Branch: cfgperl
31361            ! pod/perlre.pod
31362 ____________________________________________________________________________
31363 [  6376] By: jhi                                   on 2000/07/11  21:22:13
31364         Log: Configure cosmetics and perldelta.
31365      Branch: cfgperl
31366            ! Configure config_h.SH pod/perldelta.pod
31367      Branch: metaconfig
31368            ! U/modified/cc.U
31369 ____________________________________________________________________________
31370 [  6375] By: gsar                                  on 2000/07/11  21:17:35
31371         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
31372      Branch: perl
31373            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
31374            ! win32/win32sck.c
31375 ____________________________________________________________________________
31376 [  6374] By: gsar                                  on 2000/07/11  20:48:50
31377         Log: tweak for build failure under multiplicity
31378      Branch: perl
31379            ! toke.c
31380 ____________________________________________________________________________
31381 [  6373] By: gsar                                  on 2000/07/11  20:37:23
31382         Log: integrate cfgperl changes#6325..6373 into mainline
31383              (NOTE: today's batch of integrations still untested)
31384      Branch: perl
31385           +> ext/DynaLoader/hints/netbsd.pl
31386            ! Changes
31387           !> (integrate 26 files)
31388 ____________________________________________________________________________
31389 [  6372] By: jhi                                   on 2000/07/11  20:30:36
31390         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
31391              regen perltoc.
31392      Branch: cfgperl
31393            + pod/perlbook.pod
31394            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
31395            ! pod/perltoc.pod
31396 ____________________________________________________________________________
31397 [  6371] By: jhi                                   on 2000/07/11  20:08:56
31398         Log: Minor cleanups on the booklist.
31399      Branch: cfgperl
31400            ! pod/perlfaq2.pod
31401 ____________________________________________________________________________
31402 [  6370] By: jhi                                   on 2000/07/11  19:31:13
31403         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
31404      Branch: cfgperl
31405            ! t/pragma/overload.t
31406 ____________________________________________________________________________
31407 [  6369] By: gsar                                  on 2000/07/11  19:27:48
31408         Log: integrate cfgperl changes#6293..6324 into mainline
31409      Branch: perl
31410           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
31411            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
31412           !> (integrate 30 files)
31413 ____________________________________________________________________________
31414 [  6368] By: gsar                                  on 2000/07/11  19:18:57
31415         Log: skip integrate of problematic change#6292 from cfgperl into mainline
31416      Branch: perl
31417           !> pp_hot.c
31418 ____________________________________________________________________________
31419 [  6367] By: gsar                                  on 2000/07/11  19:17:21
31420         Log: integrate cfgperl changes#6288..6290 into mainline
31421      Branch: perl
31422           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
31423 ____________________________________________________________________________
31424 [  6366] By: gsar                                  on 2000/07/11  19:11:18
31425         Log: integrate cfgperl changes#6268..6282 into mainline
31426      Branch: perl
31427           !> (integrate 30 files)
31428 ____________________________________________________________________________
31429 [  6365] By: gsar                                  on 2000/07/11  18:57:00
31430         Log: delete new accidentally branched file
31431      Branch: perl
31432            - t/op/method2entersub.t
31433 ____________________________________________________________________________
31434 [  6364] By: gsar                                  on 2000/07/11  18:55:13
31435         Log: skip integrate of change#6267 from cfgperl into mainline (the
31436              method call optimization is flawed without additional hints
31437              from user about immutableness of @ISA and no runtime method
31438              definitions)
31439      Branch: perl
31440           +> t/op/method2entersub.t
31441           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
31442           !> perl.h t/op/sprintf.t xsutils.c
31443 ____________________________________________________________________________
31444 [  6363] By: gsar                                  on 2000/07/11  18:49:43
31445         Log: integrate cfgperl changes#6261..6266 into mainline
31446      Branch: perl
31447           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
31448           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
31449           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
31450           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
31451 ____________________________________________________________________________
31452 [  6362] By: gsar                                  on 2000/07/11  18:43:26
31453         Log: integrate cfgperl changes#6252..6260 into mainline
31454      Branch: perl
31455           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
31456           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
31457           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
31458           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
31459 ____________________________________________________________________________
31460 [  6361] By: gsar                                  on 2000/07/11  18:37:12
31461         Log: skip integrate of problematic change#6251 from cfgperl into mainline
31462      Branch: perl
31463           !> lib/Exporter.pm
31464 ____________________________________________________________________________
31465 [  6360] By: gsar                                  on 2000/07/11  18:34:56
31466         Log: integrate cfgperl change#6250 into mainline
31467      Branch: perl
31468           +> t/op/my_stash.t
31469           !> MANIFEST embed.pl proto.h toke.c
31470 ____________________________________________________________________________
31471 [  6359] By: gsar                                  on 2000/07/11  18:21:19
31472         Log: integrate cfgperl changes#6242..6249 into mainline
31473      Branch: perl
31474           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
31475           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
31476           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
31477           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
31478           !> t/lib/peek.t utf8.c
31479 ____________________________________________________________________________
31480 [  6358] By: gsar                                  on 2000/07/11  18:15:45
31481         Log: skip integrate of problematic change#6241 from cfgperl into mainline
31482      Branch: perl
31483           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
31484 ____________________________________________________________________________
31485 [  6357] By: jhi                                   on 2000/07/11  18:15:16
31486         Log: Fix for
31487              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
31488              From: Roderick Schertler <roderick@argon.org> 
31489              Date: Tue, 11 Jul 2000 13:55:05 -0400 
31490              Message-Id: <200007111755.NAA05077@jones.argon.org> 
31491      Branch: cfgperl
31492            ! doio.c
31493 ____________________________________________________________________________
31494 [  6356] By: jhi                                   on 2000/07/11  18:12:51
31495         Log: Typo in #6341.
31496      Branch: cfgperl
31497            ! pp_hot.c
31498 ____________________________________________________________________________
31499 [  6355] By: gsar                                  on 2000/07/11  18:12:10
31500         Log: integrate cfgperl changes#6231..6240 into mainline
31501      Branch: perl
31502           +> pod/perlutil.pod
31503           !> (integrate 35 files)
31504 ____________________________________________________________________________
31505 [  6354] By: jhi                                   on 2000/07/11  18:04:34
31506         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
31507              From: Dominic Dunlop <domo@computer.org> 
31508              Date: Tue, 11 Jul 2000 12:27:33 +0200 
31509              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
31510              
31511              Replaces change #6268.
31512      Branch: cfgperl
31513            ! t/op/sprintf.t
31514 ____________________________________________________________________________
31515 [  6353] By: gsar                                  on 2000/07/11  17:59:51
31516         Log: skip integrate of problematic change#6230 from cfgperl into mainline
31517              (a later version of File::Spec is already in mainline)
31518      Branch: perl
31519           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
31520           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
31521 ____________________________________________________________________________
31522 [  6352] By: gsar                                  on 2000/07/11  17:57:48
31523         Log: integrate cfgperl changes#6224..6229 into mainline
31524      Branch: perl
31525           +> lib/lib.pm.PL
31526            - lib/lib.pm
31527           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
31528           !> lib/English.pm op.c t/lib/english.t
31529 ____________________________________________________________________________
31530 [  6351] By: gsar                                  on 2000/07/11  17:50:10
31531         Log: skip integrate of problematic change#6223 from cfgperl into mainline
31532      Branch: perl
31533           !> doio.c
31534 ____________________________________________________________________________
31535 [  6350] By: gsar                                  on 2000/07/11  17:48:28
31536         Log: integrate cfgperl changes#6220..6222 into mainline
31537      Branch: perl
31538           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
31539           !> toke.c utf8.c win32/win32.h
31540 ____________________________________________________________________________
31541 [  6349] By: gsar                                  on 2000/07/11  17:46:13
31542         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
31543              mainline
31544      Branch: perl
31545           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
31546           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
31547           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
31548 ____________________________________________________________________________
31549 [  6348] By: jhi                                   on 2000/07/11  17:45:49
31550         Log: README.posix-bc podified from Thomas Dorner.
31551      Branch: cfgperl
31552            ! README.posix-bc
31553 ____________________________________________________________________________
31554 [  6347] By: gsar                                  on 2000/07/11  17:42:04
31555         Log: integrate cfgperl change#6217 into mainline
31556      Branch: perl
31557           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
31558           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
31559           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
31560 ____________________________________________________________________________
31561 [  6346] By: gsar                                  on 2000/07/11  17:39:37
31562         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
31563              mainline
31564      Branch: perl
31565           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
31566           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
31567           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
31568           !> perlapi.h pod/perlapi.pod
31569 ____________________________________________________________________________
31570 [  6345] By: gsar                                  on 2000/07/11  17:36:42
31571         Log: integrate cfgperl changes#6207..6210 into mainline
31572      Branch: perl
31573           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
31574           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
31575 ____________________________________________________________________________
31576 [  6344] By: gsar                                  on 2000/07/11  17:31:20
31577         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
31578              mainline
31579      Branch: perl
31580           !> (integrate 40 files)
31581 ____________________________________________________________________________
31582 [  6343] By: gsar                                  on 2000/07/11  17:19:08
31583         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
31584      Branch: perl
31585           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
31586            ! Changes
31587           !> (integrate 34 files)
31588 ____________________________________________________________________________
31589 [  6342] By: jhi                                   on 2000/07/11  16:05:48
31590         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
31591              To: perl5-porters@perl.org
31592              From: Karsten Sperling <spiff@phreax.net>
31593              Date: Mon, 10 Jul 2000 15:12:52 +0200
31594              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
31595      Branch: cfgperl
31596            ! lib/Symbol.pm
31597 ____________________________________________________________________________
31598 [  6341] By: jhi                                   on 2000/07/11  15:59:23
31599         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
31600              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31601              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
31602              Date: Fri, 07 Jul 2000 17:57:16 +0100
31603      Branch: cfgperl
31604            ! pp_hot.c
31605 ____________________________________________________________________________
31606 [  6340] By: jhi                                   on 2000/07/11  15:55:47
31607         Log: Subject: Re: format bug report  [Patch]
31608              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31609              Date: Wed, 05 Jul 2000 13:12:52 +0200
31610              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
31611              
31612              Subject: Re: format bug report  [Patch]
31613              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31614              Date: Wed, 05 Jul 2000 14:10:01 +0200
31615              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
31616      Branch: cfgperl
31617            ! t/op/write.t toke.c
31618 ____________________________________________________________________________
31619 [  6339] By: jhi                                   on 2000/07/11  13:54:09
31620         Log: Be less forgiving about ambiguous and illegal tr ranges.
31621              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
31622              From: Mark-Jason Dominus <mjd@plover.com>
31623              Date: Tue, 04 Jul 2000 10:00:12 -0400
31624              Message-ID: <20000704140012.17772.qmail@plover.com>
31625              
31626              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
31627              From: Mark-Jason Dominus <mjd@plover.com>
31628              Date: Wed, 05 Jul 2000 09:37:36 -0400
31629              Message-ID: <20000705133736.27293.qmail@plover.com>
31630      Branch: cfgperl
31631            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
31632 ____________________________________________________________________________
31633 [  6338] By: jhi                                   on 2000/07/11  13:31:24
31634         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
31635              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31636              Date: Tue, 11 Jul 2000 13:50:51 +0100
31637              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
31638      Branch: cfgperl
31639            ! sv.c
31640 ____________________________________________________________________________
31641 [  6337] By: jhi                                   on 2000/07/11  13:29:14
31642         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
31643              From: Hugo <hv@crypt.compulink.co.uk>
31644              Date: Tue, 11 Jul 2000 12:44:50 +0100
31645              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
31646      Branch: cfgperl
31647            ! regexec.c t/op/re_tests
31648 ____________________________________________________________________________
31649 [  6336] By: jhi                                   on 2000/07/11  13:26:47
31650         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
31651              From: simon@brecon.co.uk (Simon Cozens)
31652              Date: 7 Jul 2000 11:26:09 GMT
31653              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
31654      Branch: cfgperl
31655            ! mg.c
31656 ____________________________________________________________________________
31657 [  6335] By: jhi                                   on 2000/07/11  13:23:37
31658         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
31659              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
31660              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
31661              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
31662      Branch: cfgperl
31663            + ext/DynaLoader/hints/netbsd.pl
31664            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
31665 ____________________________________________________________________________
31666 [  6334] By: jhi                                   on 2000/07/11  13:20:38
31667         Log: Subject: PATCH perlguts.pod: Document D and d magic types
31668              From: mjd@plover.com
31669              Date: 5 Jul 2000 18:01:51 -0000
31670              Message-ID: <20000705180151.29413.qmail@plover.com>
31671      Branch: cfgperl
31672            ! pod/perlguts.pod
31673 ____________________________________________________________________________
31674 [  6333] By: jhi                                   on 2000/07/11  13:15:51
31675         Log: Precedence goof, fix based on
31676              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
31677              From: Hugo <hv@crypt.compulink.co.uk>
31678              Date: Tue, 11 Jul 2000 12:52:38 +0100
31679              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
31680      Branch: cfgperl
31681            ! t/op/taint.t
31682 ____________________________________________________________________________
31683 [  6332] By: jhi                                   on 2000/07/11  12:40:17
31684         Log: Integrate with Sarathy.
31685      Branch: cfgperl
31686           !> win32/win32sck.c
31687 ____________________________________________________________________________
31688 [  6331] By: jhi                                   on 2000/07/10  20:14:16
31689         Log: Sprinkle ldlibpath.
31690      Branch: cfgperl
31691            ! pod/Makefile.SH
31692 ____________________________________________________________________________
31693 [  6330] By: jhi                                   on 2000/07/10  17:54:49
31694         Log: More POSIX.pod tweaks.
31695      Branch: cfgperl
31696            ! ext/POSIX/POSIX.pod
31697 ____________________________________________________________________________
31698 [  6329] By: jhi                                   on 2000/07/10  14:02:12
31699         Log: Reorder perl.pod once more.
31700      Branch: cfgperl
31701            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31702 ____________________________________________________________________________
31703 [  6328] By: gsar                                  on 2000/07/10  07:06:00
31704         Log: accept() leaks memory on windows due to incorrect ordering of
31705              closesocket() and fclose() calls
31706      Branch: perl
31707            ! win32/win32sck.c
31708 ____________________________________________________________________________
31709 [  6327] By: gsar                                  on 2000/07/10  06:49:17
31710         Log: winsock options weren't being set in all threads under ithreads
31711              (caused send()s from second and subsequent threads to fail)
31712      Branch: perl
31713            ! win32/win32sck.c
31714 ____________________________________________________________________________
31715 [  6326] By: jhi                                   on 2000/07/08  02:45:40
31716         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
31717              was cast to an unsigned (32-bit) integer with wild abandon.
31718      Branch: cfgperl
31719            ! ext/Devel/DProf/DProf.xs
31720 ____________________________________________________________________________
31721 [  6325] By: jhi                                   on 2000/07/07  18:50:33
31722         Log: Remove perlbook, update perlfaq book listing,
31723              rearrange perl.pod, regenerate perltoc.
31724      Branch: cfgperl
31725            - pod/perlbook.pod
31726            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
31727            ! pod/perlfaq2.pod pod/perltoc.pod
31728 ____________________________________________________________________________
31729 [  6324] By: jhi                                   on 2000/07/07  14:03:40
31730         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
31731      Branch: cfgperl
31732            ! sv.h toke.c
31733 ____________________________________________________________________________
31734 [  6323] By: jhi                                   on 2000/07/06  16:03:55
31735         Log: Fix complaints of buildtoc.
31736      Branch: cfgperl
31737            + lib/Win32.pod
31738            - pod/Win32.pod
31739            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31740 ____________________________________________________________________________
31741 [  6322] By: jhi                                   on 2000/07/06  15:15:52
31742         Log: Add =head1 NAMEs so that buildtoc is happy.
31743              (The CGI::Util nit reported to Lincoln.)
31744      Branch: cfgperl
31745            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
31746            ! pod/perltoc.pod
31747 ____________________________________________________________________________
31748 [  6321] By: jhi                                   on 2000/07/06  03:16:04
31749         Log: Config is being used.
31750      Branch: cfgperl
31751            ! t/op/method.t
31752 ____________________________________________________________________________
31753 [  6320] By: jhi                                   on 2000/07/06  03:13:13
31754         Log: Integrate with Sarathy.
31755      Branch: cfgperl
31756           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
31757 ____________________________________________________________________________
31758 [  6319] By: jhi                                   on 2000/07/06  03:11:46
31759         Log: Autogenerate pod/Makefile and pod/buildtoc.
31760              buildtoc also checks whether the existin pods are
31761              mentioned in MANIFEST and perl.pod, and vice versa.
31762              (None of the thusly found discrepancies fixed yet.)
31763              roffitall also needs to be autogenerated similarly but it
31764              seems so badly out of date that I didn't touch it yet.
31765      Branch: cfgperl
31766            + pod/Makefile.SH pod/buildtoc.PL
31767            - pod/Makefile pod/buildtoc
31768            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
31769 ____________________________________________________________________________
31770 [  6318] By: gsar                                  on 2000/07/05  22:10:54
31771         Log: fix UNC path handling on Windows under ithreads, and chdir()
31772              return value when given a non-existent directory
31773      Branch: perl
31774            ! win32/vdir.h
31775 ____________________________________________________________________________
31776 [  6317] By: gsar                                  on 2000/07/05  22:08:19
31777         Log: winsock cleanup never done on Windows (leads to handle leaks)
31778      Branch: perl
31779            ! win32/perllib.c win32/win32sck.c
31780 ____________________________________________________________________________
31781 [  6316] By: gsar                                  on 2000/07/05  22:06:19
31782         Log: some debugger output does not go to the socket when RemotePort is set
31783      Branch: perl
31784            ! lib/perl5db.pl
31785 ____________________________________________________________________________
31786 [  6315] By: jhi                                   on 2000/07/05  00:25:21
31787         Log: Integrate with Sarathy, preliminary fix for unicos
31788              alignment problems in [ID 20000612.002] Perl problem on Cray system.
31789      Branch: cfgperl
31790            ! sv.h
31791           !> pp_hot.c
31792 ____________________________________________________________________________
31793 [  6314] By: gsar                                  on 2000/07/04  23:34:02
31794         Log: tyop in change#6306
31795      Branch: perl
31796            ! pp_hot.c
31797 ____________________________________________________________________________
31798 [  6313] By: jhi                                   on 2000/07/04  22:14:38
31799         Log: Multiline string literals ENONPORTABLE.
31800      Branch: cfgperl
31801            ! pp_hot.c
31802 ____________________________________________________________________________
31803 [  6312] By: jhi                                   on 2000/07/04  20:34:44
31804         Log: Integrate with Sarathy.
31805      Branch: cfgperl
31806           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
31807           !> t/op/method.t
31808 ____________________________________________________________________________
31809 [  6311] By: jhi                                   on 2000/07/04  20:30:56
31810         Log: More POSIX.pod embellishment.
31811      Branch: cfgperl
31812            ! ext/POSIX/POSIX.pod
31813 ____________________________________________________________________________
31814 [  6310] By: gsar                                  on 2000/07/04  17:28:48
31815         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
31816      Branch: perl
31817            ! t/lib/b.t
31818 ____________________________________________________________________________
31819 [  6309] By: jhi                                   on 2000/07/04  17:22:18
31820         Log: The #6308 required a little bit more.
31821      Branch: cfgperl
31822            ! Makefile.SH win32/Makefile
31823 ____________________________________________________________________________
31824 [  6308] By: jhi                                   on 2000/07/04  16:35:24
31825         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
31826      Branch: cfgperl
31827            + lib/lib_pm.PL
31828            - lib/lib.pm.PL
31829            ! MANIFEST Makefile.SH
31830 ____________________________________________________________________________
31831 [  6307] By: jhi                                   on 2000/07/04  16:28:58
31832         Log: Win32 patches for cfgperl from Sarathy.
31833      Branch: cfgperl
31834            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
31835            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
31836            ! thread.h toke.c util.c win32/Makefile win32/win32.c
31837 ____________________________________________________________________________
31838 [  6306] By: gsar                                  on 2000/07/04  16:28:40
31839         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
31840              (from Richard Soderberg <rs@oregonnet.com>)
31841      Branch: perl
31842            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
31843 ____________________________________________________________________________
31844 [  6305] By: jhi                                   on 2000/07/04  16:24:24
31845         Log: Integrate with Sarathy.
31846      Branch: cfgperl
31847           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
31848           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
31849           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
31850           !> proto.h win32/win32.c
31851 ____________________________________________________________________________
31852 [  6304] By: gsar                                  on 2000/07/04  16:17:24
31853         Log: missing perldiag entry for unpack("w",...) diagnostic (from
31854              Andreas Koenig)
31855      Branch: perl
31856            ! pod/perldiag.pod
31857 ____________________________________________________________________________
31858 [  6303] By: gsar                                  on 2000/07/04  16:14:44
31859         Log: remove rel2abs prototypes (from Barrie Slaymaker)
31860      Branch: perl
31861            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
31862            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
31863 ____________________________________________________________________________
31864 [  6302] By: gsar                                  on 2000/07/04  04:59:35
31865         Log: adjust change#6299
31866      Branch: perl
31867            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
31868            ! win32/win32.c
31869 ____________________________________________________________________________
31870 [  6301] By: jhi                                   on 2000/07/04  04:50:07
31871         Log: Integrate with Sarathy.
31872      Branch: cfgperl
31873           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
31874           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
31875           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
31876 ____________________________________________________________________________
31877 [  6300] By: gsar                                  on 2000/07/04  04:42:09
31878         Log: PERL_OBJECT build tweak
31879      Branch: perl
31880            ! perl.h
31881 ____________________________________________________________________________
31882 [  6299] By: gsar                                  on 2000/07/04  04:37:00
31883         Log: fix memory leak on Windows (PL_sys_intern contents were never
31884              freed)
31885      Branch: perl
31886            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
31887            ! perlapi.c proto.h win32/win32.c
31888 ____________________________________________________________________________
31889 [  6298] By: gsar                                  on 2000/07/04  04:15:59
31890         Log: fix large memory leak that has been around for ever, masked by
31891              -DPURIFY (most of the arenas were never freed!)
31892      Branch: perl
31893            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
31894 ____________________________________________________________________________
31895 [  6297] By: gsar                                  on 2000/07/04  04:07:46
31896         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
31897      Branch: perl
31898            ! perl.c
31899 ____________________________________________________________________________
31900 [  6296] By: jhi                                   on 2000/06/30  18:28:37
31901         Log: Elaborate POSIX.pod.  Still needs work.
31902      Branch: cfgperl
31903            ! ext/POSIX/POSIX.pod
31904 ____________________________________________________________________________
31905 [  6295] By: jhi                                   on 2000/06/30  14:58:18
31906         Log: Point to perlipc for more SysV IPC examples.
31907      Branch: cfgperl
31908            ! pod/perlfunc.pod
31909 ____________________________________________________________________________
31910 [  6294] By: gsar                                  on 2000/06/30  14:47:45
31911         Log: slurp mode fix in change#4736 still not quite right
31912      Branch: perl
31913            ! pp_hot.c t/io/argv.t
31914 ____________________________________________________________________________
31915 [  6293] By: jhi                                   on 2000/06/30  12:02:55
31916         Log: Integrate with Sarathy.
31917      Branch: cfgperl
31918           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
31919 ____________________________________________________________________________
31920 [  6292] By: jhi                                   on 2000/06/30  12:01:11
31921         Log: From: simon@brecon.co.uk (Simon Cozens)
31922              Subject: UTF8 concat
31923              Date: 30 Jun 2000 06:13:25 GMT
31924              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
31925      Branch: cfgperl
31926            ! pp_hot.c
31927 ____________________________________________________________________________
31928 [  6291] By: gsar                                  on 2000/06/30  04:37:33
31929         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
31930              when @_ is modified, causing coredumps
31931      Branch: perl
31932            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
31933 ____________________________________________________________________________
31934 [  6290] By: jhi                                   on 2000/06/30  02:21:44
31935         Log: Integrate with Sarathy.
31936      Branch: cfgperl
31937           !> vms/vms.c vms/vmsish.h
31938 ____________________________________________________________________________
31939 [  6289] By: jhi                                   on 2000/06/30  02:21:02
31940         Log: Check VERSIONs.
31941      Branch: cfgperl
31942            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
31943            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
31944            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
31945 ____________________________________________________________________________
31946 [  6288] By: jhi                                   on 2000/06/30  02:18:52
31947         Log: Integrate with Sarathy.
31948      Branch: cfgperl
31949           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
31950           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
31951           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
31952           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
31953 ____________________________________________________________________________
31954 [  6287] By: gsar                                  on 2000/06/30  02:17:08
31955         Log: integrate vmsperl changes into mainline
31956      Branch: perl
31957           !> vms/vms.c vms/vmsish.h
31958 ____________________________________________________________________________
31959 [  6285] By: gsar                                  on 2000/06/30  02:05:28
31960         Log: localize %INC in a Safe compartment so that use/require work
31961              (many other magic globals probably need similar treatment)
31962      Branch: perl
31963            ! ext/Opcode/Opcode.xs
31964 ____________________________________________________________________________
31965 [  6284] By: gsar                                  on 2000/06/30  01:54:54
31966         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
31967              about Windows
31968      Branch: perl
31969            ! pod/perlembed.pod
31970 ____________________________________________________________________________
31971 [  6283] By: jhi                                   on 2000/06/30  01:50:10
31972         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
31973              From: Barrie Slaymaker <barries@jester.slaysys.com>
31974              Date: Wed, 28 Jun 2000 11:35:29 -0400
31975              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
31976      Branch: perl
31977            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
31978            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
31979            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
31980            ! lib/File/Spec/Win32.pm
31981 ____________________________________________________________________________
31982 [  6282] By: jhi                                   on 2000/06/29  22:57:22
31983         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
31984              From: Dan Sugalski <dan@sidhe.org>
31985              Date: Tue, 06 Jun 2000 11:59:50 -0400
31986              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
31987      Branch: cfgperl
31988            ! vms/vms.c
31989 ____________________________________________________________________________
31990 [  6281] By: jhi                                   on 2000/06/29  22:52:50
31991         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
31992              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
31993              Date: Wed, 7 Jun 2000 04:02:04 -0500
31994              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
31995      Branch: cfgperl
31996            ! utils/h2xs.PL
31997 ____________________________________________________________________________
31998 [  6280] By: jhi                                   on 2000/06/29  22:45:47
31999         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
32000              From: rspier@pobox.com (Robert Spier)
32001              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
32002              Message-ID: <14654.31913.845602.610277@rls.cx>
32003      Branch: cfgperl
32004            ! utils/h2xs.PL
32005 ____________________________________________________________________________
32006 [  6279] By: jhi                                   on 2000/06/29  22:38:16
32007         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
32008              From: Tim Ayers <tayers@bridge.com>
32009              Date: Thu, 08 Jun 2000 08:11:06 +0200
32010              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
32011              [resent by Richard Foley, Message-Id probably wrong]
32012      Branch: cfgperl
32013            ! pod/perlsub.pod
32014 ____________________________________________________________________________
32015 [  6278] By: jhi                                   on 2000/06/29  22:21:45
32016         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
32017              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
32018              Date: Fri, 09 Jun 2000 12:39:27 -0400
32019              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
32020              (plus update the version "number" of Text::Wrap)
32021      Branch: cfgperl
32022            ! lib/Text/Wrap.pm
32023 ____________________________________________________________________________
32024 [  6277] By: jhi                                   on 2000/06/29  22:13:10
32025         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
32026              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32027              Date: Mon, 12 Jun 2000 14:55:59 +0100
32028              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
32029      Branch: cfgperl
32030            ! pod/perlfunc.pod
32031 ____________________________________________________________________________
32032 [  6276] By: jhi                                   on 2000/06/29  22:11:06
32033         Log: Subject: [PATCH] Re: eval documentation: context
32034              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32035              Date: Mon, 12 Jun 2000 15:07:29 +0100
32036              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
32037      Branch: cfgperl
32038            ! pod/perlfunc.pod
32039 ____________________________________________________________________________
32040 [  6275] By: jhi                                   on 2000/06/29  21:59:46
32041         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
32042              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
32043              Date: Tue, 13 Jun 2000 02:43:48 -0500
32044              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
32045      Branch: cfgperl
32046            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
32047 ____________________________________________________________________________
32048 [  6274] By: jhi                                   on 2000/06/29  21:56:14
32049         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
32050              From: Andy Dougherty <doughera@lafayette.edu>
32051              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
32052              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
32053      Branch: cfgperl
32054            ! ext/File/Glob/Glob.pm
32055 ____________________________________________________________________________
32056 [  6273] By: jhi                                   on 2000/06/29  21:49:09
32057         Log: Subject: [PATCH] xsub attributes
32058              From: Doug MacEachern <dougm@covalent.net>
32059              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
32060              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
32061      Branch: cfgperl
32062            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
32063            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
32064 ____________________________________________________________________________
32065 [  6272] By: jhi                                   on 2000/06/29  21:41:28
32066         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
32067              From: Tom Phoenix <rootbeer@redcat.com>
32068              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
32069              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
32070      Branch: cfgperl
32071            ! lib/Net/Ping.pm
32072 ____________________________________________________________________________
32073 [  6271] By: jhi                                   on 2000/06/29  21:36:55
32074         Log: Subject: PATCH pod/perltie.pod
32075              From: Ian Phillipps <Ian.Phillipps@iname.com>
32076              Date: Fri, 16 Jun 2000 00:17:19 +0100
32077              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
32078              (only the first hunk, the second hunk had already been done
32079              by some other patch)
32080      Branch: cfgperl
32081            ! pod/perltie.pod
32082 ____________________________________________________________________________
32083 [  6270] By: jhi                                   on 2000/06/29  21:24:51
32084         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
32085              From: Nicholas Clark <nick@talking.bollo.cx>
32086              Date: Fri, 23 Jun 2000 16:21:15 +0100
32087              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
32088      Branch: cfgperl
32089            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
32090            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
32091 ____________________________________________________________________________
32092 [  6269] By: jhi                                   on 2000/06/29  19:38:15
32093         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
32094              silence few compiler warnings.
32095      Branch: cfgperl
32096            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
32097 ____________________________________________________________________________
32098 [  6268] By: jhi                                   on 2000/06/29  18:21:50
32099         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
32100              From: Dominic Dunlop <domo@computer.org> 
32101              Date: Thu, 29 Jun 2000 12:32:39 +0200 
32102              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
32103      Branch: cfgperl
32104            ! t/op/sprintf.t
32105 ____________________________________________________________________________
32106 [  6267] By: jhi                                   on 2000/06/29  18:16:07
32107         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
32108              From: Doug MacEachern <dougm@covalent.net>
32109              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
32110              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
32111      Branch: cfgperl
32112            + t/op/method2entersub.t
32113            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
32114            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
32115            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
32116            ! xsutils.c
32117 ____________________________________________________________________________
32118 [  6266] By: jhi                                   on 2000/06/29  15:11:15
32119         Log: Subject: [PATCH 5.6.0] cygwin port
32120              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
32121              From: "Fifer, Eric" <EFifer@sanwaint.com>
32122              Date: Thu, 29 Jun 2000 12:58:29 +0100
32123      Branch: cfgperl
32124            ! cygwin/Makefile.SHs
32125 ____________________________________________________________________________
32126 [  6265] By: jhi                                   on 2000/06/29  15:04:05
32127         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
32128              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32129              Date: Wed, 28 Jun 2000 17:50:12 -0700
32130              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
32131      Branch: cfgperl
32132            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
32133 ____________________________________________________________________________
32134 [  6264] By: jhi                                   on 2000/06/29  15:00:57
32135         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
32136              From: Marty Lucich <marty@netcom.com>
32137              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
32138              Message-Id: <200006282116.OAA11148@netcom.com>
32139              ccdlflags update (the BSD/OS 4.1 part had already been taken
32140              care of by #6141).
32141      Branch: cfgperl
32142            ! hints/bsdos.sh
32143 ____________________________________________________________________________
32144 [  6263] By: jhi                                   on 2000/06/29  13:47:44
32145         Log: tr fixes from Simon Cozens
32146      Branch: cfgperl
32147            ! doop.c
32148 ____________________________________________________________________________
32149 [  6262] By: jhi                                   on 2000/06/28  18:46:01
32150         Log: Subject: 5.6.0 Patch for EPOC
32151              From: Olaf Flebbe <o.flebbe@gmx.de>
32152              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
32153              Message-ID: <23449.960929969@www11.gmx.net>
32154      Branch: cfgperl
32155            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
32156            ! epoc/epocish.h
32157 ____________________________________________________________________________
32158 [  6261] By: jhi                                   on 2000/06/28  18:29:07
32159         Log: Subject: Re: [PATCH cfgperl] BOMs away!
32160              From: simon@brecon.co.uk (Simon Cozens)
32161              Date: 17 Jun 2000 11:49:57 GMT
32162              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
32163      Branch: cfgperl
32164            ! pod/perldiag.pod t/comp/require.t toke.c
32165 ____________________________________________________________________________
32166 [  6260] By: jhi                                   on 2000/06/28  17:47:16
32167         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
32168              From: simon@brecon.co.uk (Simon Cozens) 
32169              Date: 17 Jun 2000 11:56:44 GMT 
32170              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
32171              pack U0, pack C0
32172      Branch: cfgperl
32173            ! pod/perlfunc.pod pp.c t/op/pack.t
32174 ____________________________________________________________________________
32175 [  6259] By: jhi                                   on 2000/06/28  16:43:17
32176         Log: perlnewmod was missing from MANIFEST.
32177      Branch: cfgperl
32178            ! MANIFEST
32179 ____________________________________________________________________________
32180 [  6258] By: jhi                                   on 2000/06/28  15:54:30
32181         Log: linenumber tweak
32182      Branch: cfgperl
32183            ! t/pragma/warn/regcomp
32184 ____________________________________________________________________________
32185 [  6257] By: jhi                                   on 2000/06/28  15:50:44
32186         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
32187              From: Doug MacEachern <dougm@covalent.net>
32188              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
32189              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
32190              (one part of the patch had been applied earlier)
32191      Branch: cfgperl
32192            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
32193 ____________________________________________________________________________
32194 [  6256] By: jhi                                   on 2000/06/28  15:40:22
32195         Log: tweaks from Simon Cozens to further fix tr/// under utf8
32196      Branch: cfgperl
32197            ! doop.c
32198 ____________________________________________________________________________
32199 [  6255] By: jhi                                   on 2000/06/28  15:33:45
32200         Log: small thinko tweaks
32201      Branch: cfgperl
32202            ! lib/IPC/Open3.pm t/op/my_stash.t
32203 ____________________________________________________________________________
32204 [  6254] By: jhi                                   on 2000/06/28  15:33:25
32205         Log: Subject: tr///, help wanted.
32206              From: simon@brecon.co.uk (Simon Cozens)
32207              Date: 28 Jun 2000 11:29:04 GMT
32208              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
32209      Branch: cfgperl
32210            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
32211            ! pp_proto.h proto.h t/op/tr.t
32212 ____________________________________________________________________________
32213 [  6253] By: jhi                                   on 2000/06/28  15:09:17
32214         Log: Paranoia tweak on #6249.
32215              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
32216              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
32217              Date: Sun, 25 Jun 2000 23:43:12 -0400
32218              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
32219      Branch: cfgperl
32220            ! lib/IPC/Open3.pm
32221 ____________________________________________________________________________
32222 [  6252] By: jhi                                   on 2000/06/28  15:01:38
32223         Log: Document #6249 and #6251.
32224      Branch: cfgperl
32225            ! lib/Exporter.pm lib/IPC/Open3.pm
32226 ____________________________________________________________________________
32227 [  6251] By: jhi                                   on 2000/06/28  14:50:43
32228         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
32229              From: Doug MacEachern <dougm@covalent.net>
32230              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
32231              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
32232      Branch: cfgperl
32233            ! lib/Exporter.pm
32234 ____________________________________________________________________________
32235 [  6250] By: jhi                                   on 2000/06/28  14:45:23
32236         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
32237              From: Doug MacEachern <dougm@covalent.net>
32238              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
32239              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
32240      Branch: cfgperl
32241            + t/op/my_stash.t
32242            ! MANIFEST embed.pl global.sym proto.h toke.c
32243 ____________________________________________________________________________
32244 [  6249] By: jhi                                   on 2000/06/28  14:36:34
32245         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
32246              From: Frank Tobin <ftobin@uiuc.edu>
32247              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
32248              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
32249      Branch: cfgperl
32250            ! lib/IPC/Open3.pm
32251 ____________________________________________________________________________
32252 [  6248] By: jhi                                   on 2000/06/28  14:11:25
32253         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
32254              From: Mark-Jason Dominus <mjd@plover.com>
32255              Date: Tue, 27 Jun 2000 22:36:42 -0400
32256              Message-ID: <20000628023642.12166.qmail@plover.com>
32257      Branch: cfgperl
32258            ! pod/perlfunc.pod
32259 ____________________________________________________________________________
32260 [  6247] By: jhi                                   on 2000/06/27  12:46:37
32261         Log: Tweak $VERSION, patch from Doug MacEachern.
32262      Branch: cfgperl
32263            ! lib/File/Spec.pm
32264 ____________________________________________________________________________
32265 [  6246] By: jhi                                   on 2000/06/27  03:34:46
32266         Log: Allow for standalone testing.
32267      Branch: cfgperl
32268            ! t/lib/filefunc.t t/lib/filespec.t
32269 ____________________________________________________________________________
32270 [  6245] By: jhi                                   on 2000/06/27  02:50:02
32271         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
32272              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
32273              Date: Sat, 24 Jun 2000 13:06:20 +0100
32274              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
32275      Branch: cfgperl
32276            ! ext/DynaLoader/DynaLoader_pm.PL
32277 ____________________________________________________________________________
32278 [  6244] By: jhi                                   on 2000/06/27  02:46:10
32279         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
32280              From: Doug MacEachern <dougm@covalent.net>
32281              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
32282              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
32283      Branch: cfgperl
32284            ! gv.c sv.c t/lib/peek.t
32285 ____________________________________________________________________________
32286 [  6243] By: jhi                                   on 2000/06/27  02:38:07
32287         Log: Subject: [PATCH] is_utf8_string
32288              From: simon@brecon.co.uk (Simon Cozens)
32289              Date: 26 Jun 2000 02:25:59 GMT
32290              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
32291      Branch: cfgperl
32292            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
32293            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
32294            ! proto.h utf8.c
32295 ____________________________________________________________________________
32296 [  6242] By: jhi                                   on 2000/06/27  02:24:00
32297         Log: Subject: [PATCH] bytes<->utf8 fixes
32298              From: simon@brecon.co.uk (Simon Cozens)
32299              Date: 26 Jun 2000 04:55:45 GMT
32300              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
32301      Branch: cfgperl
32302            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
32303 ____________________________________________________________________________
32304 [  6241] By: jhi                                   on 2000/06/27  02:12:42
32305         Log: Do no -warn on \_, only on \alpha.
32306              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
32307              From: David Dyck <dcd@tc.fluke.com>
32308              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
32309              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
32310      Branch: cfgperl
32311            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
32312 ____________________________________________________________________________
32313 [  6240] By: jhi                                   on 2000/06/27  02:00:01
32314         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
32315              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
32316              Date: Mon, 26 Jun 2000 18:40:14 +0100
32317              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
32318      Branch: cfgperl
32319            ! utils/h2xs.PL
32320 ____________________________________________________________________________
32321 [  6239] By: jhi                                   on 2000/06/27  01:53:40
32322         Log: Configure maintenance.  Sever some dependency cycles,
32323              separate gccversion from the cc unit,
32324              address [ID 20000623.006] Configure script patch for using gcc on AIX
32325              (but solve it a little bit differently),
32326              unduplex some accidentally duplicated units,
32327              suggest using gcc if no cc available
32328              (p5p thread: "Solaris configure: counterproposal", 1999-09)
32329      Branch: cfgperl
32330            ! Configure Todo-5.6 config_h.SH
32331      Branch: metaconfig
32332            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
32333            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
32334      Branch: metaconfig/U/perl
32335            + gccvers.U
32336            ! d_getespwnam.U d_getprpwnam.U i_prot.U
32337 ____________________________________________________________________________
32338 [  6238] By: jhi                                   on 2000/06/25  18:04:56
32339         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
32340              From: Dan Sugalski <dan@sidhe.org>
32341              Date: Fri, 23 Jun 2000 17:00:00 -0400
32342              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
32343      Branch: cfgperl
32344            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
32345 ____________________________________________________________________________
32346 [  6237] By: jhi                                   on 2000/06/25  16:36:45
32347         Log: Tweak embed.pl, regen headers.
32348      Branch: cfgperl
32349            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
32350            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
32351            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
32352            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
32353            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
32354 ____________________________________________________________________________
32355 [  6236] By: jhi                                   on 2000/06/25  15:26:42
32356         Log: Regen headers.
32357      Branch: cfgperl
32358            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
32359            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
32360            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
32361            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
32362            ! regnodes.h warnings.h
32363 ____________________________________________________________________________
32364 [  6235] By: jhi                                   on 2000/06/23  19:39:35
32365         Log: The thread begun by
32366              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
32367              From: Kevin.Ruscoe@ubsw.com
32368              Date: Fri, 16 Jun 2000 16:38:51 +0100
32369              Message-Id: <H000019b03c300d6@MHS>
32370      Branch: cfgperl
32371            ! hints/solaris_2.sh
32372 ____________________________________________________________________________
32373 [  6234] By: jhi                                   on 2000/06/23  19:23:36
32374         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
32375              because when run as services (Win32ese for daemons)
32376              no environment variables are set and tmpdir ends up as /tmp,
32377              which is ambiguous.
32378              
32379              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
32380              From: matt@sergeant.org
32381              Date: 16 Jun 2000 16:30:43 -0000
32382              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
32383      Branch: cfgperl
32384            ! lib/File/Spec/Win32.pm
32385 ____________________________________________________________________________
32386 [  6233] By: jhi                                   on 2000/06/23  19:18:58
32387         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
32388              From: Mark-Jason Dominus <mjd@plover.com>
32389              Date: Fri, 16 Jun 2000 20:53:04 -0400
32390              Message-ID: <20000617005304.8008.qmail@plover.com>
32391      Branch: cfgperl
32392            ! op.h
32393 ____________________________________________________________________________
32394 [  6232] By: jhi                                   on 2000/06/23  16:10:02
32395         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
32396              From: simon@brecon.co.uk (Simon Cozens)
32397              Date: 19 Jun 2000 15:18:27 GMT
32398              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
32399              
32400              plus update pod/Makefile and regenerate perltoc
32401      Branch: cfgperl
32402            + pod/perlutil.pod
32403            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
32404 ____________________________________________________________________________
32405 [  6231] By: jhi                                   on 2000/06/23  15:19:18
32406         Log: Subject: [PATCH 5.6.0] cygwin port
32407              From: "Fifer, Eric" <EFifer@sanwaint.com>
32408              Date: Tue, 20 Jun 2000 14:30:58 +0100
32409              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
32410      Branch: cfgperl
32411            ! README.cygwin lib/File/Find.pm
32412 ____________________________________________________________________________
32413 [  6230] By: jhi                                   on 2000/06/23  14:25:21
32414         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
32415      Branch: cfgperl
32416            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
32417            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
32418            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
32419            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
32420 ____________________________________________________________________________
32421 [  6229] By: jhi                                   on 2000/06/23  14:13:34
32422         Log: Subject: README.hpux version 0.6.1
32423              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
32424              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
32425              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
32426      Branch: cfgperl
32427            ! README.hpux
32428 ____________________________________________________________________________
32429 [  6228] By: jhi                                   on 2000/06/23  14:07:20
32430         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
32431              From: Doug MacEachern <dougm@covalent.net>
32432              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
32433              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
32434      Branch: cfgperl
32435            ! op.c
32436 ____________________________________________________________________________
32437 [  6227] By: jhi                                   on 2000/06/23  14:01:06
32438         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
32439              From: Doug MacEachern <dougm@covalent.net>
32440              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
32441              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
32442      Branch: cfgperl
32443            + lib/lib.pm.PL
32444            - lib/lib.pm
32445            ! MANIFEST Makefile.SH
32446 ____________________________________________________________________________
32447 [  6226] By: jhi                                   on 2000/06/23  13:53:07
32448         Log: Subject: [PATCH] remove forward declarations in Socket.pm
32449              From: Doug MacEachern <dougm@covalent.net>
32450              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
32451              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
32452              
32453              From: Doug MacEachern <dougm@covalent.net>
32454              Subject: Re: [PATCH] remove forward declarations in Socket.pm
32455              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
32456              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
32457      Branch: cfgperl
32458            ! ext/Socket/Socket.pm op.c
32459 ____________________________________________________________________________
32460 [  6225] By: jhi                                   on 2000/06/23  13:41:52
32461         Log: Add source code filenames to apidoc.
32462              From: simon@brecon.co.uk (Simon Cozens)
32463              Subject: [PATCH embed.pl] Source X-ref
32464              Date: 22 Jun 2000 02:18:49 GMT
32465              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
32466      Branch: cfgperl
32467            ! embed.pl
32468 ____________________________________________________________________________
32469 [  6224] By: jhi                                   on 2000/06/23  13:32:33
32470         Log: A way to avoid English.pm performance hit.
32471              From: root <root@jester.slaysys.com>
32472              Subject: [YAPATCH English.pm] My turn to putt again
32473              Date: Thu, 22 Jun 2000 20:33:58 -0400
32474              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
32475      Branch: cfgperl
32476            ! lib/English.pm t/lib/english.t
32477 ____________________________________________________________________________
32478 [  6223] By: jhi                                   on 2000/06/23  13:27:06
32479         Log: Avoid double close().
32480              Subject: [PATCH] avoid double close()
32481              From: Doug MacEachern <dougm@covalent.net>
32482              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
32483              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
32484      Branch: cfgperl
32485            ! doio.c
32486 ____________________________________________________________________________
32487 [  6222] By: jhi                                   on 2000/06/23  13:25:54
32488         Log: doc typo fix
32489              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
32490              From: Ian Phillipps <Ian.Phillipps@iname.com>
32491              Date: Fri, 23 Jun 2000 10:40:58 +0100
32492              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
32493      Branch: cfgperl
32494            ! lib/Pod/Usage.pm
32495 ____________________________________________________________________________
32496 [  6221] By: jhi                                   on 2000/06/23  13:24:15
32497         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
32498              From: simon@brecon.co.uk (Simon Cozens)
32499              Subject: [PATCH] Eliminate tr///[CU][CU]
32500              Date: 23 Jun 2000 11:05:40 GMT
32501              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
32502      Branch: cfgperl
32503            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
32504 ____________________________________________________________________________
32505 [  6220] By: jhi                                   on 2000/06/22  16:07:51
32506         Log: Win32 patches from Benjamin Stuhl.
32507      Branch: cfgperl
32508            ! makedef.pl win32/win32.h
32509 ____________________________________________________________________________
32510 [  6219] By: jhi                                   on 2000/06/22  16:06:34
32511         Log: Bytecode patches from Benjamin Stuhl.
32512      Branch: cfgperl
32513            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
32514            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
32515            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
32516 ____________________________________________________________________________
32517 [  6218] By: jhi                                   on 2000/06/15  23:54:16
32518         Log: Bytecode patches from Benjamin Stuhl.
32519      Branch: cfgperl
32520            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
32521 ____________________________________________________________________________
32522 [  6217] By: jhi                                   on 2000/06/09  13:38:29
32523         Log: Rename the fdpid locking and integrate with Sarathy.
32524      Branch: cfgperl
32525            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
32526            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
32527            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
32528            ! win32/win32.c
32529           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
32530 ____________________________________________________________________________
32531 [  6216] By: gsar                                  on 2000/06/08  14:54:21
32532         Log: be more optimal about clearing @_
32533      Branch: perl
32534            ! cop.h
32535 ____________________________________________________________________________
32536 [  6215] By: gsar                                  on 2000/06/08  14:33:04
32537         Log: tweak comment about @DB::args
32538      Branch: perl
32539            ! av.h pp_ctl.c
32540 ____________________________________________________________________________
32541 [  6214] By: gsar                                  on 2000/06/08  13:57:54
32542         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
32543              caller() wants to populate @DB::args with it (causes a coredump
32544              in Carp::confess())
32545      Branch: perl
32546            ! cop.h t/op/runlevel.t
32547 ____________________________________________________________________________
32548 [  6213] By: gsar                                  on 2000/06/08  07:06:35
32549         Log: back out change#6106 (seems problematic)
32550      Branch: perl
32551            ! hints/solaris_2.sh
32552 ____________________________________________________________________________
32553 [  6212] By: jhi                                   on 2000/06/07  03:10:36
32554         Log: Continuing mopup for #6204.
32555      Branch: cfgperl
32556            ! ext/B/defsubs_h.PL
32557 ____________________________________________________________________________
32558 [  6211] By: jhi                                   on 2000/06/07  02:41:50
32559         Log: Mopup for #6204.
32560              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
32561              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
32562              This is comes from const() where POK isn't on when expected.
32563      Branch: cfgperl
32564            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
32565            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
32566            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
32567            ! perlapi.h pod/perlapi.pod
32568 ____________________________________________________________________________
32569 [  6210] By: jhi                                   on 2000/06/07  01:56:29
32570         Log: Mopup for #6207 and #6209.
32571      Branch: cfgperl
32572            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
32573 ____________________________________________________________________________
32574 [  6209] By: jhi                                   on 2000/06/07  01:33:12
32575         Log: Lock PL_fdpid against race conditions, based on:
32576              Subject: [PATCH 5.6.0]subprocess fixup for threads
32577              From: Dan Sugalski <dan@sidhe.org>
32578              To: perl5-porters@perl.org
32579              Date: Tue, 11 Apr 2000 17:02:32 -0400
32580              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
32581      Branch: cfgperl
32582            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
32583            ! win32/win32.c
32584 ____________________________________________________________________________
32585 [  6208] By: jhi                                   on 2000/06/07  01:05:23
32586         Log: Regen headers for #6207.
32587      Branch: cfgperl
32588            ! embed.h global.sym objXSUB.h proto.h
32589 ____________________________________________________________________________
32590 [  6207] By: jhi                                   on 2000/06/06  23:43:13
32591         Log: Subject: [PATCH 5.6.0] Threadsafe patches
32592              From: Dan Sugalski <dan@sidhe.org>
32593              To: perl5-porters@perl.org
32594              Date: Mon, 08 May 2000 18:08:13 -0400
32595              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
32596      Branch: cfgperl
32597            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
32598            ! proto.h sv.h util.c
32599 ____________________________________________________________________________
32600 [  6206] By: jhi                                   on 2000/06/06  23:21:23
32601         Log: Subject: [PATCH] Eliminate $a/$b in pod
32602              From: David Glasser <me@davidglasser.net>
32603              To: perl5-porters@perl.org
32604              Date: Mon, 29 May 2000 21:15:59 -0400
32605              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
32606      Branch: cfgperl
32607            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
32608            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
32609            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
32610            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
32611            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
32612            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
32613            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
32614            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
32615            ! pod/perlvar.pod pod/perlxs.pod
32616 ____________________________________________________________________________
32617 [  6205] By: jhi                                   on 2000/06/06  23:12:14
32618         Log: Subject: [PATCH] Win32 improvements
32619              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
32620              To: gsar@activestate.com, perl5-porters@perl.org
32621              Date: Mon, 29 May 2000 17:22:24 PDT
32622              Message-ID: <20000530002224.91142.qmail@hotmail.com>
32623              (MUA had mangled many lines by wordwrapping)
32624      Branch: cfgperl
32625            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
32626 ____________________________________________________________________________
32627 [  6204] By: jhi                                   on 2000/06/06  23:01:50
32628         Log: Subject: [PATCH] B::Bytecode patches
32629              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
32630              To: gsar@activestate.com, jhi@iki.fi
32631              Cc: perl5-porters@perl.org
32632              Message-ID: <20000602202526.48694.qmail@hotmail.com>
32633              (MUA had mangled many lines by wordwrapping)
32634      Branch: cfgperl
32635            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
32636            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
32637            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
32638            ! intrpvar.h perl.c
32639 ____________________________________________________________________________
32640 [  6203] By: jhi                                   on 2000/06/06  22:32:43
32641         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
32642              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32643              Date: Tue, 06 Jun 2000 13:07:45 -0700
32644              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
32645      Branch: cfgperl
32646            ! pod/perldiag.pod
32647 ____________________________________________________________________________
32648 [  6202] By: jhi                                   on 2000/06/06  19:38:35
32649         Log: Integrate with Sarathy.
32650      Branch: cfgperl
32651           !> perl.c
32652 ____________________________________________________________________________
32653 [  6201] By: gsar                                  on 2000/06/06  00:42:59
32654         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
32655              does a PUSHMARK that's never ever POPMARKed; in general, only
32656              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
32657              Perl_eval_[sp]v() don't because they don't take any incoming
32658              arguments (this leak has been around since the original version
32659              of perl_eval_pv() in 5.003_97e)
32660      Branch: perl
32661            ! perl.c
32662 ____________________________________________________________________________
32663 [  6200] By: jhi                                   on 2000/06/04  03:44:52
32664         Log: Update to cperl-mode.el 4.31 from
32665              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
32666              Subject: A couple of notes
32667              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32668              To: Mailing list Perl5 <perl5-porters@perl.org>
32669              Date: Sat, 3 Jun 2000 23:33:32 -0400
32670              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
32671      Branch: cfgperl
32672            ! emacs/cperl-mode.el
32673 ____________________________________________________________________________
32674 [  6199] By: jhi                                   on 2000/06/03  15:11:05
32675         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
32676              From: Dan Sugalski <dan@sidhe.org>
32677              To: perl5-porters@perl.org, vmsperl@perl.org
32678              Date: Fri, 02 Jun 2000 17:30:51 -0400
32679              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
32680      Branch: cfgperl
32681            ! vms/descrip_mms.template vms/gen_shrfls.pl
32682 ____________________________________________________________________________
32683 [  6198] By: jhi                                   on 2000/06/03  14:59:15
32684         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
32685              From: Dan Sugalski <dan@sidhe.org>
32686              To: vmsperl@perl.org, perl5-porters@perl.org
32687              Date: Fri, 02 Jun 2000 16:00:41 -0400
32688              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
32689              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
32690      Branch: cfgperl
32691            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
32692            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
32693            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
32694 ____________________________________________________________________________
32695 [  6197] By: jhi                                   on 2000/06/03  14:41:30
32696         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
32697              From: John Borwick <jhborwic@unity.ncsu.edu>
32698              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
32699              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
32700      Branch: cfgperl
32701            ! pod/perlsyn.pod
32702 ____________________________________________________________________________
32703 [  6196] By: jhi                                   on 2000/06/03  14:38:09
32704         Log: Integrate with Sarathy.
32705      Branch: cfgperl
32706           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
32707           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
32708           !> vms/perly_c.vms
32709 ____________________________________________________________________________
32710 [  6195] By: gsar                                  on 2000/06/02  22:43:13
32711         Log: fix yet another eval"" leak under USE_ITHREADS
32712      Branch: perl
32713            ! op.c
32714 ____________________________________________________________________________
32715 [  6194] By: gsar                                  on 2000/06/02  18:22:06
32716         Log: fix small eval"" memory leaks under USE_ITHREADS
32717      Branch: perl
32718            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
32719            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
32720            ! vms/perly_c.vms
32721 ____________________________________________________________________________
32722 [  6193] By: jhi                                   on 2000/06/01  13:03:56
32723         Log: Signals-be-gone for microperl.
32724      Branch: cfgperl
32725            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
32726 ____________________________________________________________________________
32727 [  6192] By: jhi                                   on 2000/06/01  12:52:02
32728         Log: Integrate with Sarathy.
32729      Branch: cfgperl
32730           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
32731           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
32732           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
32733           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
32734           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
32735           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
32736           !> t/op/vec.t utils/h2xs.PL
32737 ____________________________________________________________________________
32738 [  6191] By: gsar                                  on 2000/06/01  09:38:21
32739         Log: vec() loses numericalness (modified version of patch suggested
32740              by Robin Barker)
32741      Branch: perl
32742            ! doop.c t/op/vec.t
32743 ____________________________________________________________________________
32744 [  6190] By: gsar                                  on 2000/06/01  09:26:15
32745         Log: submit missing embed.pl change
32746      Branch: perl
32747            ! embed.pl
32748 ____________________________________________________________________________
32749 [  6189] By: gsar                                  on 2000/06/01  09:05:34
32750         Log: counting tr/// corrupts later operation (from M.J.T Guy)
32751      Branch: perl
32752            ! doop.c t/op/tr.t
32753 ____________________________________________________________________________
32754 [  6188] By: gsar                                  on 2000/06/01  08:58:39
32755         Log: h2xs tweaks
32756      Branch: perl
32757            ! utils/h2xs.PL
32758 ____________________________________________________________________________
32759 [  6187] By: gsar                                  on 2000/06/01  08:50:07
32760         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
32761              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
32762      Branch: perl
32763            + lib/Pod/LaTeX.pm
32764            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
32765            ! pod/pod2latex.PL
32766 ____________________________________________________________________________
32767 [  6186] By: gsar                                  on 2000/06/01  08:24:40
32768         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
32769              <wolfgang.laun@alcatel.at>)
32770      Branch: perl
32771            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
32772            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
32773 ____________________________________________________________________________
32774 [  6185] By: gsar                                  on 2000/06/01  08:12:00
32775         Log: remove incorrect documentation about implicit split to @_ in
32776              list context, which never really worked in perl 5 (from
32777              M.J.T. Guy)
32778      Branch: perl
32779            ! pod/perlfunc.pod pod/perltrap.pod
32780 ____________________________________________________________________________
32781 [  6184] By: gsar                                  on 2000/06/01  07:52:27
32782         Log: tweak for change#6127
32783      Branch: perl
32784            ! perl.c
32785 ____________________________________________________________________________
32786 [  6183] By: gsar                                  on 2000/06/01  07:41:02
32787         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
32788              <nick@ccl4.org>)
32789      Branch: perl
32790            + t/lib/selfloader.t
32791            ! MANIFEST lib/SelfLoader.pm
32792 ____________________________________________________________________________
32793 [  6182] By: jhi                                   on 2000/06/01  00:34:42
32794         Log: Be Cleaner Part Deux.
32795      Branch: cfgperl
32796            ! Makefile.SH
32797 ____________________________________________________________________________
32798 [  6181] By: jhi                                   on 2000/06/01  00:32:09
32799         Log: Integrate with Sarathy.
32800      Branch: cfgperl
32801           !> pp.c t/op/arith.t
32802 ____________________________________________________________________________
32803 [  6180] By: jhi                                   on 2000/06/01  00:31:13
32804         Log: microperl nits from Simon Cozens.
32805      Branch: cfgperl
32806            + uconfig.h
32807            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
32808            ! unixish.h
32809 ____________________________________________________________________________
32810 [  6179] By: gsar                                  on 2000/05/31  22:37:51
32811         Log: buggy modulus on UVs introduced by change#3378 (resulted in
32812              4063328477 % 65535 amounting to 27406, instead of 27407)
32813      Branch: perl
32814            ! pp.c t/op/arith.t
32815 ____________________________________________________________________________
32816 [  6178] By: jhi                                   on 2000/05/31  21:52:41
32817         Log: Be cleaner.
32818      Branch: cfgperl
32819            ! Makefile.SH
32820 ____________________________________________________________________________
32821 [  6177] By: jhi                                   on 2000/05/31  21:47:33
32822         Log: Substitution utf8 patch from Simon Cozens.
32823      Branch: cfgperl
32824            ! pp_hot.c
32825 ____________________________________________________________________________
32826 [  6176] By: jhi                                   on 2000/05/31  21:45:34
32827         Log: Single-quoted utf8 patch from Simon Cozens.
32828      Branch: cfgperl
32829            ! toke.c
32830 ____________________________________________________________________________
32831 [  6175] By: jhi                                   on 2000/05/31  21:40:18
32832         Log: Integrate with Sarathy.
32833      Branch: cfgperl
32834           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
32835 ____________________________________________________________________________
32836 [  6174] By: jhi                                   on 2000/05/31  21:37:31
32837         Log: microperl changes from Simon Cozens; Makefile for microperl
32838              written from scratch; few casts added as microperl compilation
32839              doesn't have all prototypes available.
32840      Branch: cfgperl
32841            + Makefile.micro README.micro Todo.micro uconfig.sh
32842            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
32843            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
32844      Branch: metaconfig
32845            + U/modified/Config_h.U
32846 ____________________________________________________________________________
32847 [  6173] By: jhi                                   on 2000/05/31  20:00:24
32848         Log: metaconfig maintenance.
32849      Branch: metaconfig
32850            + U/modified/Inhdr.U U/typedefs/inotype.U
32851      Branch: metaconfig/U/perl
32852            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
32853            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
32854 ____________________________________________________________________________
32855 [  6172] By: gsar                                  on 2000/05/31  05:05:42
32856         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
32857              (from Ilya Zakharevich)
32858      Branch: perl
32859            ! regexec.c t/op/re_tests
32860 ____________________________________________________________________________
32861 [  6171] By: gsar                                  on 2000/05/31  05:01:47
32862         Log: scalar() doesn't force scalar context when used in void context
32863              (from Simon Cozens)
32864      Branch: perl
32865            ! op.c t/op/wantarray.t
32866 ____________________________________________________________________________
32867 [  6170] By: gsar                                  on 2000/05/31  04:41:33
32868         Log: change#6142 needs tweaks to tests to work where there's no symlink()
32869              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
32870      Branch: perl
32871            ! t/lib/filefind.t
32872 ____________________________________________________________________________
32873 [  6169] By: gsar                                  on 2000/05/31  04:29:49
32874         Log: integrate cfgperl contents into mainline
32875      Branch: perl
32876           +> pod/perlmodlib.PL pod/perlnewmod.pod
32877           !> (integrate 42 files)
32878 ____________________________________________________________________________
32879 [  6168] By: jhi                                   on 2000/05/30  22:53:37
32880         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
32881      Branch: cfgperl
32882            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32883            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
32884            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
32885            ! win32/config.bc win32/config.gc win32/config.vc
32886            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32887            ! win32/config_h.PL win32/config_sh.PL
32888      Branch: metaconfig/U/perl
32889            ! perlxv.U
32890 ____________________________________________________________________________
32891 [  6167] By: jhi                                   on 2000/05/30  22:20:21
32892         Log: tweak todo 
32893      Branch: cfgperl
32894            ! Todo-5.6
32895 ____________________________________________________________________________
32896 [  6166] By: jhi                                   on 2000/05/30  22:11:51
32897         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
32898              in case somebody wants to write an extension for more
32899              shadow database interfaces.
32900      Branch: cfgperl
32901            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32902            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
32903            ! vos/config.def vos/config.h vos/config_h.SH_orig
32904            ! win32/config.bc win32/config.gc win32/config.vc
32905            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32906      Branch: metaconfig
32907            ! U/modified/Myinit.U
32908      Branch: metaconfig/U/perl
32909            + d_getespwnam.U d_getprpwnam.U i_prot.U
32910 ____________________________________________________________________________
32911 [  6165] By: jhi                                   on 2000/05/30  18:35:34
32912         Log: Integrate with Sarathy.
32913      Branch: cfgperl
32914           !> op.c
32915 ____________________________________________________________________________
32916 [  6164] By: jhi                                   on 2000/05/30  18:30:16
32917         Log: detypo
32918      Branch: cfgperl
32919            ! Configure config_h.SH
32920      Branch: metaconfig/U/perl
32921            ! perlxv.U
32922 ____________________________________________________________________________
32923 [  6163] By: gsar                                  on 2000/05/30  03:24:03
32924         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
32925      Branch: perl
32926            ! op.c
32927 ____________________________________________________________________________
32928 [  6162] By: gsar                                  on 2000/05/30  03:09:38
32929         Log: fix memory leak in method call optimization (change#3768);
32930              made C<eval "$x->foo()"> leak
32931      Branch: perl
32932            ! op.c
32933 ____________________________________________________________________________
32934 [  6161] By: jhi                                   on 2000/05/29  17:56:26
32935         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
32936              both from Simon Cozens.
32937      Branch: cfgperl
32938            + pod/perlmodlib.PL pod/perlnewmod.pod
32939            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
32940            ! pod/perlmodlib.pod pod/perltoc.pod
32941 ____________________________________________________________________________
32942 [  6160] By: jhi                                   on 2000/05/29  17:23:55
32943         Log: Changes for the File::Temp 0.08 (change #6159) test suite
32944              to fit better into the Perl distribution test framework.
32945      Branch: cfgperl
32946            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
32947            ! t/lib/ftmp-tempfile.t
32948 ____________________________________________________________________________
32949 [  6159] By: jhi                                   on 2000/05/29  16:55:36
32950         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
32951      Branch: cfgperl
32952            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
32953            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
32954 ____________________________________________________________________________
32955 [  6158] By: bailey                                on 2000/05/29  16:22:08
32956         Log: Add fallback to tmpfile for use in cases where user's relying on
32957              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
32958              Lane's patch)
32959      Branch: vmsperl
32960            ! vms/vms.c vms/vmsish.h
32961 ____________________________________________________________________________
32962 [  6157] By: jhi                                   on 2000/05/29  03:10:36
32963         Log: Regen Configure to jive with #6149.
32964      Branch: cfgperl
32965            ! Configure
32966      Branch: metaconfig
32967            ! U/modified/Getfile.U
32968 ____________________________________________________________________________
32969 [  6156] By: jhi                                   on 2000/05/29  03:01:38
32970         Log: Integrate with Sarathy.
32971      Branch: cfgperl
32972           +> ext/DynaLoader/dl_mac.xs
32973           !> (integrate 38 files)
32974 ____________________________________________________________________________
32975 [  6155] By: gsar                                  on 2000/05/28  21:15:58
32976         Log: small bug in change#6144; remove random \xA0 character that snuck
32977              in via change#6145
32978      Branch: perl
32979            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
32980 ____________________________________________________________________________
32981 [  6154] By: gsar                                  on 2000/05/28  21:04:19
32982         Log: avoid type mismatch warning
32983      Branch: perl
32984            ! perl.c
32985 ____________________________________________________________________________
32986 [  6153] By: gsar                                  on 2000/05/28  20:58:31
32987         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
32988              <nick@Bagpuss.uk.boo.com>)
32989      Branch: perl
32990            ! lib/Test/Harness.pm
32991 ____________________________________________________________________________
32992 [  6152] By: gsar                                  on 2000/05/28  20:53:42
32993         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
32994      Branch: perl
32995            ! regexec.c
32996 ____________________________________________________________________________
32997 [  6151] By: gsar                                  on 2000/05/28  20:50:28
32998         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
32999      Branch: perl
33000            ! regexec.c
33001 ____________________________________________________________________________
33002 [  6150] By: gsar                                  on 2000/05/28  20:39:58
33003         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
33004      Branch: perl
33005            ! pod/perlrequick.pod
33006 ____________________________________________________________________________
33007 [  6149] By: gsar                                  on 2000/05/28  20:35:16
33008         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
33009              <troc@netrus.net>)
33010      Branch: perl
33011            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
33012            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
33013            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
33014            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
33015 ____________________________________________________________________________
33016 [  6148] By: gsar                                  on 2000/05/28  20:21:07
33017         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
33018      Branch: perl
33019            ! lib/ExtUtils/MM_Unix.pm
33020 ____________________________________________________________________________
33021 [  6147] By: gsar                                  on 2000/05/28  20:12:41
33022         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
33023              (from Peter Prymmer)
33024      Branch: perl
33025            ! vms/subconfigure.com
33026 ____________________________________________________________________________
33027 [  6146] By: gsar                                  on 2000/05/28  20:06:15
33028         Log: doc typo
33029      Branch: perl
33030            ! lib/warnings.pm warnings.h warnings.pl
33031 ____________________________________________________________________________
33032 [  6145] By: gsar                                  on 2000/05/28  18:44:33
33033         Log: make xsubpp skip embedded pod (from Matthias Neeracher
33034              <neeri@iis.ee.ethz.ch>)
33035      Branch: perl
33036            ! lib/ExtUtils/xsubpp
33037 ____________________________________________________________________________
33038 [  6144] By: gsar                                  on 2000/05/28  18:42:49
33039         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
33040              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
33041              <neeri@iis.ee.ethz.ch>)
33042      Branch: perl
33043            ! lib/AutoSplit.pm
33044 ____________________________________________________________________________
33045 [  6143] By: gsar                                  on 2000/05/28  18:41:12
33046         Log: MacOS support, part 1 (from Matthias Neeracher
33047              <neeri@iis.ee.ethz.ch>)
33048      Branch: perl
33049            + ext/DynaLoader/dl_mac.xs
33050            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
33051            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
33052            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
33053            ! util.h
33054 ____________________________________________________________________________
33055 [  6142] By: gsar                                  on 2000/05/28  18:21:51
33056         Log: File::Find fails to chdir when chasing symlinks (from
33057              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
33058      Branch: perl
33059            ! lib/File/Find.pm t/lib/filefind.t
33060 ____________________________________________________________________________
33061 [  6141] By: jhi                                   on 2000/05/28  14:25:15
33062         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
33063              forwarded by Peter Seebach from the bsdi-users mailing list.
33064              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
33065      Branch: perl
33066            ! hints/bsdos.sh
33067 ____________________________________________________________________________
33068 [  6140] By: jhi                                   on 2000/05/28  14:11:57
33069         Log: Integrate with Sarathy.
33070      Branch: cfgperl
33071           +> (branch 30 files)
33072           !> (integrate 93 files)
33073 ____________________________________________________________________________
33074 [  6139] By: gsar                                  on 2000/05/28  10:01:48
33075         Log: revise mktables.PL for bugs and newness in Unicode 3.0
33076              (from James Bence <jbence@amgen.com>)
33077      Branch: perl
33078            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
33079            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
33080            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
33081            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
33082            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
33083            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
33084            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
33085            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
33086            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
33087            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
33088            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
33089            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
33090            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
33091            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
33092            + lib/unicode/Is/SylWU.pl
33093            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
33094            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
33095            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
33096            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
33097            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
33098            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
33099            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
33100            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
33101            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
33102            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
33103            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
33104            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
33105            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
33106            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
33107            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
33108            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
33109            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
33110            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
33111            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
33112            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
33113            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
33114            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
33115            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
33116            ! lib/unicode/Makefile lib/unicode/mktables.PL
33117 ____________________________________________________________________________
33118 [  6138] By: gsar                                  on 2000/05/28  08:50:32
33119         Log: add note about the handling of negative indices to tied arrays
33120              (from Michael G Schwern <schwern@pobox.com>)
33121      Branch: perl
33122            ! pod/perltie.pod
33123 ____________________________________________________________________________
33124 [  6137] By: gsar                                  on 2000/05/28  08:46:10
33125         Log: fix bogus redeclaration warning for "our" variables in different
33126              scopes
33127      Branch: perl
33128            ! op.c t/pragma/strict-vars
33129 ____________________________________________________________________________
33130 [  6136] By: gsar                                  on 2000/05/28  08:31:20
33131         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
33132      Branch: perl
33133            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
33134 ____________________________________________________________________________
33135 [  6135] By: gsar                                  on 2000/05/28  08:17:50
33136         Log: enable Test::Harness to dynamically determine column width etc.
33137              (from Rob Napier <rnapier@employees.org>)
33138      Branch: perl
33139            ! lib/Test/Harness.pm
33140 ____________________________________________________________________________
33141 [  6134] By: gsar                                  on 2000/05/28  08:13:39
33142         Log: make Test::Harness use wait.h/WCOREDUMP if available
33143              (from Ben Tilly <ben_tilly@hotmail.com>)
33144      Branch: perl
33145            ! lib/Test/Harness.pm
33146 ____________________________________________________________________________
33147 [  6133] By: gsar                                  on 2000/05/28  08:08:05
33148         Log: elide bogus test in change#6132
33149      Branch: perl
33150            ! t/pragma/warn/9enabled
33151 ____________________________________________________________________________
33152 [  6132] By: gsar                                  on 2000/05/28  08:03:14
33153         Log: warnings::enabled() doesn't fall back to looking at $^W if
33154              caller isn't using lexical warnings (from Paul Marquess)
33155      Branch: perl
33156            ! pp_ctl.c t/pragma/warn/9enabled
33157 ____________________________________________________________________________
33158 [  6131] By: gsar                                  on 2000/05/28  07:57:47
33159         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
33160      Branch: perl
33161            ! ext/POSIX/POSIX.pm
33162 ____________________________________________________________________________
33163 [  6130] By: gsar                                  on 2000/05/28  07:29:12
33164         Log: fix places that mean C<"word" character> but say C<alphanumeric
33165              character>
33166      Branch: perl
33167            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
33168 ____________________________________________________________________________
33169 [  6129] By: gsar                                  on 2000/05/28  07:18:41
33170         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
33171      Branch: perl
33172            ! vms/test.com
33173 ____________________________________________________________________________
33174 [  6128] By: gsar                                  on 2000/05/28  07:12:55
33175         Log: new perlxstut example for passing/returning refs to arrays
33176              (from David Lowe <dlowe@pootpoot.com>)
33177      Branch: perl
33178            ! pod/perlxstut.pod
33179 ____________________________________________________________________________
33180 [  6127] By: gsar                                  on 2000/05/28  07:02:50
33181         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
33182              failed (from Gisle Aas)
33183      Branch: perl
33184            ! cop.h perl.c
33185 ____________________________________________________________________________
33186 [  6126] By: gsar                                  on 2000/05/28  06:39:53
33187         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
33188              (reworked variant of patch suggested by Simon Cozens)
33189      Branch: perl
33190            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
33191            ! pp_hot.c proto.h t/op/gv.t
33192 ____________________________________________________________________________
33193 [  6125] By: gsar                                  on 2000/05/28  05:14:55
33194         Log: enable propagating exception objects via Perl_croak() in XS code
33195              (from Gisle Aas)
33196      Branch: perl
33197            ! util.c
33198 ____________________________________________________________________________
33199 [  6124] By: gsar                                  on 2000/05/28  05:07:28
33200         Log: integrate vmsperl contents into mainline
33201      Branch: perl
33202           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
33203           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
33204           !> vms/vmsish.h
33205 ____________________________________________________________________________
33206 [  6123] By: gsar                                  on 2000/05/28  05:03:53
33207         Log: clarify gotcha with #line directives (from Rocco Caputo
33208              <troc@netrus.net>)
33209      Branch: perl
33210            ! pod/perldebug.pod pod/perlsyn.pod
33211 ____________________________________________________________________________
33212 [  6122] By: gsar                                  on 2000/05/28  04:58:29
33213         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
33214              (from Mark-Jason Dominus)
33215      Branch: perl
33216            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
33217            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
33218            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
33219            ! toke.c
33220 ____________________________________________________________________________
33221 [  6121] By: bailey                                on 2000/05/25  04:46:54
33222         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
33223              lists (based on fixes by Craig Berry)
33224      Branch: vmsperl
33225            ! lib/File/Spec/VMS.pm
33226 ____________________________________________________________________________
33227 [  6120] By: bailey                                on 2000/05/25  04:25:38
33228         Log: Add missing escape (Charles Lane)
33229      Branch: vmsperl
33230            ! t/op/lex_assign.t
33231 ____________________________________________________________________________
33232 [  6119] By: bailey                                on 2000/05/25  04:21:25
33233         Log: Quiet error messages in vmsish.t (Charles Lane)
33234      Branch: vmsperl
33235            ! vms/ext/vmsish.t
33236 ____________________________________________________________________________
33237 [  6118] By: bailey                                on 2000/05/25  04:17:57
33238         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
33239              Flatten case labels in switch statements uniformly (Charles Bailey)
33240      Branch: vmsperl
33241            ! vms/vms.c
33242 ____________________________________________________________________________
33243 [  6117] By: bailey                                on 2000/05/25  03:58:09
33244         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
33245      Branch: vmsperl
33246            ! vms/vmsish.h
33247 ____________________________________________________________________________
33248 [  6116] By: bailey                                on 2000/05/25  03:11:15
33249         Log: Miscellaneous cosmetic fixes (Charles Lane)
33250      Branch: vmsperl
33251            ! lib/ExtUtils/MM_VMS.pm
33252 ____________________________________________________________________________
33253 [  6115] By: bailey                                on 2000/05/25  03:10:36
33254         Log: Add bounds checking for several strings (Charles Lane)
33255      Branch: vmsperl
33256            ! vms/vms.c
33257 ____________________________________________________________________________
33258 [  6114] By: bailey                                on 2000/05/25  02:25:34
33259         Log: Urk -- undo previous removal of vmsish 'exit' change
33260      Branch: vmsperl
33261            ! vms/ext/vmsish.pm vms/vmsish.h
33262 ____________________________________________________________________________
33263 [  6113] By: bailey                                on 2000/05/24  02:24:40
33264         Log: Ugly workaround for version-specific RTL error
33265      Branch: vmsperl
33266            ! vms/vms.c
33267 ____________________________________________________________________________
33268 [  6112] By: bailey                                on 2000/05/24  02:19:55
33269         Log: Check for existence of file before trying to delete
33270      Branch: vmsperl
33271            ! vms/test.com
33272 ____________________________________________________________________________
33273 [  6111] By: bailey                                on 2000/05/23  23:35:13
33274         Log: Resync with mainline prior to post-5.6.0 updates
33275      Branch: vmsperl
33276           +> (branch 49 files)
33277            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
33278            ! vms/ext/vmsish.pm
33279           !> (integrate 334 files)
33280 ____________________________________________________________________________
33281 [  6110] By: jhi                                   on 2000/05/23  19:28:32
33282         Log: todo tweak
33283      Branch: cfgperl
33284            ! Todo-5.6
33285 ____________________________________________________________________________
33286 [  6109] By: jhi                                   on 2000/05/18  17:38:54
33287         Log: Integrate with Sarathy.
33288      Branch: cfgperl
33289           !> mg.c perl.h win32/perlhost.h
33290 ____________________________________________________________________________
33291 [  6108] By: gsar                                  on 2000/05/17  02:24:56
33292         Log: reenable fake signal handling on Windows, bugs and all
33293      Branch: perl
33294            ! mg.c perl.h win32/perlhost.h
33295 ____________________________________________________________________________
33296 [  6107] By: jhi                                   on 2000/05/15  18:01:41
33297         Log: Tweak the todo list.
33298      Branch: cfgperl
33299            ! Todo-5.6
33300 ____________________________________________________________________________
33301 [  6106] By: jhi                                   on 2000/05/15  13:41:48
33302         Log: The (Configure) script refuses to go on, after asking for
33303              'You may also choose to try maximal 64-bitness....'.
33304              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
33305              -- Patrick Zima
33306              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
33307      Branch: cfgperl
33308            ! hints/solaris_2.sh
33309 ____________________________________________________________________________
33310 [  6105] By: jhi                                   on 2000/05/11  14:37:43
33311         Log: Integrate with Sarathy.
33312      Branch: cfgperl
33313           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
33314           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
33315 ____________________________________________________________________________
33316 [  6104] By: gsar                                  on 2000/05/11  03:39:07
33317         Log: PL_sys_intern was being initialized too late on windows
33318      Branch: perl
33319            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
33320            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
33321 ____________________________________________________________________________
33322 [  6103] By: jhi                                   on 2000/05/09  19:42:20
33323         Log: Test tweaking for Unicos continues.
33324      Branch: cfgperl
33325            ! t/op/64bitint.t
33326 ____________________________________________________________________________
33327 [  6102] By: jhi                                   on 2000/05/09  16:47:27
33328         Log: The test suite tweak in #6101 wasn't quite right.
33329      Branch: cfgperl
33330            ! t/lib/complex.t
33331 ____________________________________________________________________________
33332 [  6101] By: jhi                                   on 2000/05/09  15:35:34
33333         Log: Hints and test tweaks for Unicos.
33334      Branch: cfgperl
33335            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
33336 ____________________________________________________________________________
33337 [  6100] By: jhi                                   on 2000/05/08  21:15:06
33338         Log: More compilation tweakery from Allen Smith.
33339      Branch: cfgperl
33340            ! hints/irix_6.sh
33341 ____________________________________________________________________________
33342 [  6099] By: jhi                                   on 2000/05/08  19:21:18
33343         Log: Tweaks for the cc bugs from Allen Smith.
33344      Branch: cfgperl
33345            ! hints/irix_6.sh
33346 ____________________________________________________________________________
33347 [  6098] By: jhi                                   on 2000/05/08  19:13:37
33348         Log: Add a note about other, yet unsupported, shadow password APIs.
33349      Branch: cfgperl
33350            ! pp_sys.c
33351 ____________________________________________________________________________
33352 [  6097] By: jhi                                   on 2000/05/08  18:46:34
33353         Log: Add a note about possible compilation problems from Allen Smith.
33354      Branch: cfgperl
33355            ! hints/irix_6.sh
33356 ____________________________________________________________________________
33357 [  6096] By: jhi                                   on 2000/05/08  17:33:10
33358         Log: Integrate with Sarathy.
33359      Branch: cfgperl
33360           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
33361           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
33362 ____________________________________________________________________________
33363 [  6095] By: jhi                                   on 2000/05/08  16:21:33
33364         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
33365              might be useful in future.
33366      Branch: cfgperl
33367            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33368            ! config_h.SH
33369      Branch: metaconfig
33370            ! U/installdirs/inc_version_list.U
33371      Branch: metaconfig/U/perl
33372            ! perlxv.U
33373 ____________________________________________________________________________
33374 [  6094] By: gsar                                  on 2000/05/08  14:22:22
33375         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
33376      Branch: perl
33377            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
33378            ! hints/cygwin.sh pp_sys.c
33379 ____________________________________________________________________________
33380 [  6093] By: gsar                                  on 2000/05/08  12:52:28
33381         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
33382              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
33383      Branch: perl
33384            ! pp_sys.c sv.c win32/perlhost.h
33385 ____________________________________________________________________________
33386 [  6092] By: jhi                                   on 2000/05/07  22:40:34
33387         Log: Regen perltoc with the fixed buildtoc.
33388      Branch: cfgperl
33389            ! pod/perltoc.pod
33390 ____________________________________________________________________________
33391 [  6091] By: jhi                                   on 2000/05/07  22:24:16
33392         Log: Integrate with Sarathy.
33393      Branch: cfgperl
33394           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
33395           !> t/op/substr.t toke.c
33396 ____________________________________________________________________________
33397 [  6090] By: gsar                                  on 2000/05/07  19:47:07
33398         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
33399              [NI]OK; added tests for both
33400      Branch: perl
33401            ! perl.c pp_hot.c sv.c t/op/substr.t
33402 ____________________________________________________________________________
33403 [  6089] By: gsar                                  on 2000/05/07  18:18:38
33404         Log: buildtoc tweak to fix newline lossage
33405      Branch: perl
33406            ! pod/buildtoc
33407 ____________________________________________________________________________
33408 [  6088] By: jhi                                   on 2000/05/07  16:35:36
33409         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
33410              because we do not use those.  The HAS_GETSPNAM remains,
33411              though, because we still do use that.
33412      Branch: cfgperl
33413            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33414            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
33415            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
33416            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
33417            ! win32/config.vc win32/config_H.bc win32/config_H.gc
33418            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
33419 ____________________________________________________________________________
33420 [  6087] By: gsar                                  on 2000/05/07  16:05:16
33421         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
33422      Branch: perl
33423            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
33424 ____________________________________________________________________________
33425 [  6086] By: jhi                                   on 2000/05/07  15:27:07
33426         Log: Integrate with Sarathy.
33427      Branch: cfgperl
33428           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
33429           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
33430           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
33431           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
33432           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
33433           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
33434 ____________________________________________________________________________
33435 [  6085] By: gsar                                  on 2000/05/07  05:52:02
33436         Log: repeat operator (x) doesn't preserve utf8-ness
33437      Branch: perl
33438            ! pp.c t/op/substr.t
33439 ____________________________________________________________________________
33440 [  6084] By: gsar                                  on 2000/05/07  05:39:55
33441         Log: substr() does not preserve utf8-ness (from Stefan Eissing
33442              <Eissing@medicaldataservice.de>); added tests
33443      Branch: perl
33444            ! pp.c t/op/substr.t
33445 ____________________________________________________________________________
33446 [  6083] By: gsar                                  on 2000/05/07  05:24:46
33447         Log: note about undocumented caller() return value (from M.J.T. Guy);
33448              yet another peek.t tweak
33449      Branch: perl
33450            ! pod/perlfunc.pod t/lib/peek.t
33451 ____________________________________________________________________________
33452 [  6082] By: gsar                                  on 2000/05/07  05:08:40
33453         Log: peek.t non-portable to ithreads
33454      Branch: perl
33455            ! t/lib/peek.t
33456 ____________________________________________________________________________
33457 [  6081] By: gsar                                  on 2000/05/07  04:17:04
33458         Log: better default perlbug categories for ok reports (from Richard Foley)
33459      Branch: perl
33460            ! utils/perlbug.PL
33461 ____________________________________________________________________________
33462 [  6080] By: gsar                                  on 2000/05/07  04:08:07
33463         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
33464              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
33465      Branch: perl
33466            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
33467            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
33468            ! AUTHORS MAINTAIN MANIFEST
33469 ____________________________________________________________________________
33470 [  6079] By: gsar                                  on 2000/05/07  04:01:38
33471         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
33472      Branch: perl
33473            ! lib/Carp/Heavy.pm
33474 ____________________________________________________________________________
33475 [  6078] By: gsar                                  on 2000/05/07  01:24:19
33476         Log: workaround for CRT bug in chdir() (from Charles Lane, via
33477              Peter Prymmer)
33478      Branch: perl
33479            ! iperlsys.h vms/vms.c vms/vmsish.h
33480 ____________________________________________________________________________
33481 [  6077] By: gsar                                  on 2000/05/07  01:22:23
33482         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
33483              and Tom Phoenix)
33484      Branch: perl
33485            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
33486 ____________________________________________________________________________
33487 [  6076] By: gsar                                  on 2000/05/06  17:36:29
33488         Log: integrate cfgperl contents into mainline
33489      Branch: perl
33490           +> t/lib/peek.t
33491           !> Configure MANIFEST Porting/Glossary Porting/config.sh
33492           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
33493           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
33494           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
33495 ____________________________________________________________________________
33496 [  6075] By: jhi                                   on 2000/05/05  18:56:10
33497         Log: Make the test more portable.
33498      Branch: cfgperl
33499            ! t/lib/peek.t
33500 ____________________________________________________________________________
33501 [  6074] By: jhi                                   on 2000/05/05  18:49:20
33502         Log: Introduce t/lib/peek.t.
33503      Branch: cfgperl
33504            + t/lib/peek.t
33505            ! MANIFEST
33506 ____________________________________________________________________________
33507 [  6073] By: jhi                                   on 2000/05/05  14:30:45
33508         Log: Complex tweaks.
33509      Branch: cfgperl
33510            ! lib/Math/Complex.pm t/lib/complex.t
33511 ____________________________________________________________________________
33512 [  6072] By: jhi                                   on 2000/05/05  12:27:13
33513         Log: Integrate with Sarathy.
33514      Branch: cfgperl
33515           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
33516           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
33517           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
33518           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
33519 ____________________________________________________________________________
33520 [  6071] By: gsar                                  on 2000/05/05  02:24:46
33521         Log: misformatted perllocal.pod (from Tim Jenness
33522              <t.jenness@jach.hawaii.edu>)
33523      Branch: perl
33524            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
33525 ____________________________________________________________________________
33526 [  6070] By: gsar                                  on 2000/05/05  02:16:52
33527         Log: remove misleading comment (from M.J.T. Guy)
33528      Branch: perl
33529            ! t/lib/anydbm.t
33530 ____________________________________________________________________________
33531 [  6069] By: gsar                                  on 2000/05/05  02:15:13
33532         Log: File::Spec compatibility update (from Barrie Slaymaker
33533              <barries@slaysys.com>)
33534      Branch: perl
33535            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
33536            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
33537 ____________________________________________________________________________
33538 [  6068] By: gsar                                  on 2000/05/05  02:01:50
33539         Log: note about values()
33540      Branch: perl
33541            ! pod/perlfunc.pod
33542 ____________________________________________________________________________
33543 [  6067] By: gsar                                  on 2000/05/05  01:33:09
33544         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
33545      Branch: perl
33546            ! win32/win32.c
33547 ____________________________________________________________________________
33548 [  6066] By: gsar                                  on 2000/05/05  01:23:43
33549         Log: s/END/CHECK/
33550      Branch: perl
33551            ! perl.c
33552 ____________________________________________________________________________
33553 [  6065] By: jhi                                   on 2000/05/04  17:30:22
33554         Log: Integrate with Sarathy.
33555      Branch: cfgperl
33556           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
33557 ____________________________________________________________________________
33558 [  6064] By: gsar                                  on 2000/05/04  17:26:14
33559         Log: change#5905 wasn't quite right--it's intent only applies when arguments
33560              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
33561      Branch: perl
33562            ! pp_sys.c sv.c
33563 ____________________________________________________________________________
33564 [  6063] By: gsar                                  on 2000/05/04  16:52:29
33565         Log: tokeq() could read unallocated field in argument
33566      Branch: perl
33567            ! toke.c
33568 ____________________________________________________________________________
33569 [  6062] By: gsar                                  on 2000/05/04  16:34:51
33570         Log: additional tests for utf8.t
33571      Branch: perl
33572            ! t/pragma/utf8.t
33573 ____________________________________________________________________________
33574 [  6061] By: gsar                                  on 2000/05/04  16:09:28
33575         Log: change#5921 neglected to make eq honor "use bytes"
33576      Branch: perl
33577            ! sv.c
33578 ____________________________________________________________________________
33579 [  6060] By: jhi                                   on 2000/05/04  15:30:16
33580         Log: Integrate with Sarathy.
33581      Branch: cfgperl
33582           !> perl.c regcomp.c t/pragma/utf8.t
33583 ____________________________________________________________________________
33584 [  6059] By: jhi                                   on 2000/05/04  15:26:37
33585         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
33586              in natively 64-bit platforms where a long is a quad (no need
33587              for long longs).  Also added bias for IVs.
33588      Branch: cfgperl
33589            ! toke.c
33590 ____________________________________________________________________________
33591 [  6058] By: gsar                                  on 2000/05/04  00:19:14
33592         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
33593              (spotted by Donald Kinzer <dkinzer@premia.com>)
33594      Branch: perl
33595            ! perl.c
33596 ____________________________________________________________________________
33597 [  6057] By: gsar                                  on 2000/05/03  18:34:01
33598         Log: fix broken parsing of /\x{ab}/
33599      Branch: perl
33600            ! regcomp.c t/pragma/utf8.t
33601 ____________________________________________________________________________
33602 [  6056] By: jhi                                   on 2000/05/03  17:57:16
33603         Log: The search of infinity continues, this time simplified.
33604      Branch: cfgperl
33605            ! lib/Math/Complex.pm
33606 ____________________________________________________________________________
33607 [  6055] By: jhi                                   on 2000/05/03  17:45:30
33608         Log: Detypo.
33609      Branch: cfgperl
33610            ! hints/unicos.sh
33611 ____________________________________________________________________________
33612 [  6054] By: jhi                                   on 2000/05/02  22:28:27
33613         Log: Be more forgiving in POSIX about HUGE_VALL.
33614      Branch: cfgperl
33615            ! ext/POSIX/POSIX.xs
33616 ____________________________________________________________________________
33617 [  6053] By: jhi                                   on 2000/05/02  22:25:05
33618         Log: Integrate with Sarathy.
33619      Branch: cfgperl
33620           !> hints/irix_6.sh pod/perlop.pod
33621 ____________________________________________________________________________
33622 [  6052] By: jhi                                   on 2000/05/02  22:24:31
33623         Log: Unicos hint tweak.
33624      Branch: cfgperl
33625            ! hints/unicos.sh
33626 ____________________________________________________________________________
33627 [  6051] By: jhi                                   on 2000/05/02  22:21:26
33628         Log: Complex tweakery.
33629      Branch: cfgperl
33630            ! lib/Math/Complex.pm t/lib/complex.t
33631 ____________________________________________________________________________
33632 [  6050] By: jhi                                   on 2000/05/02  19:26:22
33633         Log: Use setxxent()/endxxent().
33634      Branch: cfgperl
33635            ! t/op/grent.t t/op/pwent.t
33636 ____________________________________________________________________________
33637 [  6049] By: jhi                                   on 2000/05/02  19:06:02
33638         Log: Test both the scalar and list contexts.
33639      Branch: cfgperl
33640            ! t/op/grent.t t/op/pwent.t
33641 ____________________________________________________________________________
33642 [  6048] By: gsar                                  on 2000/05/02  18:29:10
33643         Log: add note about how $( doesn't interpolate in REs (from
33644              Philip Newton <newton@ficus.frogspace.net>)
33645      Branch: perl
33646            ! pod/perlop.pod
33647 ____________________________________________________________________________
33648 [  6047] By: jhi                                   on 2000/05/02  17:41:24
33649         Log: Call getspnam() only iff needd.
33650      Branch: cfgperl
33651            ! pp_sys.c
33652 ____________________________________________________________________________
33653 [  6046] By: gsar                                  on 2000/05/02  17:07:25
33654         Log: libscheck has insufficient checks for n32 libs (from
33655              Albert Chin-A-Young <china@thewrittenword.com>)
33656      Branch: perl
33657            ! hints/irix_6.sh
33658 ____________________________________________________________________________
33659 [  6045] By: jhi                                   on 2000/05/02  13:57:17
33660         Log: Integrate with Sarathy.
33661      Branch: cfgperl
33662           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
33663           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
33664 ____________________________________________________________________________
33665 [  6044] By: gsar                                  on 2000/05/02  06:48:19
33666         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
33667              such that underscores are only ignored in literal numbers,
33668              "\x{...}", and hex/oct argument
33669      Branch: perl
33670            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
33671 ____________________________________________________________________________
33672 [  6043] By: gsar                                  on 2000/05/02  02:22:29
33673         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
33674      Branch: perl
33675            ! pod/perlretut.pod
33676 ____________________________________________________________________________
33677 [  6042] By: gsar                                  on 2000/05/02  02:17:51
33678         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
33679      Branch: perl
33680            ! pod/perltrap.pod
33681 ____________________________________________________________________________
33682 [  6041] By: gsar                                  on 2000/05/02  01:53:51
33683         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
33684              to compensate
33685      Branch: perl
33686            ! Porting/makerel
33687 ____________________________________________________________________________
33688 [  6040] By: gsar                                  on 2000/05/02  01:51:57
33689         Log: missing files in MANIFEST
33690      Branch: perl
33691            ! MANIFEST
33692 ____________________________________________________________________________
33693 [  6039] By: jhi                                   on 2000/05/02  00:36:46
33694         Log: Infinite problems.
33695      Branch: cfgperl
33696            ! lib/Math/Complex.pm
33697 ____________________________________________________________________________
33698 [  6038] By: jhi                                   on 2000/05/02  00:06:38
33699         Log: pwent/spent #ifdef imbalance.
33700      Branch: cfgperl
33701            ! pp_sys.c
33702 ____________________________________________________________________________
33703 [  6037] By: jhi                                   on 2000/05/01  22:50:11
33704         Log: Use HUGE_VALL if applicable.
33705      Branch: cfgperl
33706            ! ext/POSIX/POSIX.xs util.c
33707 ____________________________________________________________________________
33708 [  6036] By: jhi                                   on 2000/05/01  22:20:53
33709         Log: Correct Freudian slip.
33710      Branch: cfgperl
33711            ! pp_sys.c
33712 ____________________________________________________________________________
33713 [  6035] By: jhi                                   on 2000/05/01  21:07:38
33714         Log: Continue on the pwent/spent case.
33715      Branch: cfgperl
33716            ! pp_sys.c
33717 ____________________________________________________________________________
33718 [  6034] By: jhi                                   on 2000/05/01  17:45:14
33719         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
33720              adjustments in 6032 conflicted badly with this, will have
33721              to revisit them later.
33722      Branch: cfgperl
33723           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
33724           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
33725           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
33726           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
33727           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
33728           !> t/lib/cgi-html.t t/lib/cgi-request.t
33729 ____________________________________________________________________________
33730 [  6033] By: jhi                                   on 2000/05/01  17:40:49
33731         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
33732      Branch: cfgperl
33733            ! pp_sys.c
33734 ____________________________________________________________________________
33735 [  6032] By: gsar                                  on 2000/05/01  15:56:32
33736         Log: whitespace adjustments
33737      Branch: perl
33738            ! pp_sys.c
33739 ____________________________________________________________________________
33740 [  6031] By: gsar                                  on 2000/05/01  15:19:41
33741         Log: small nits in diagnostics.pm (from Robin Barker)
33742      Branch: perl
33743            ! lib/diagnostics.pm pod/perldiag.pod
33744 ____________________________________________________________________________
33745 [  6030] By: gsar                                  on 2000/05/01  08:39:18
33746         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
33747              for @- and @+ (from Johan Vromans)
33748      Branch: perl
33749            ! lib/English.pm pod/perlvar.pod
33750 ____________________________________________________________________________
33751 [  6029] By: gsar                                  on 2000/05/01  08:16:10
33752         Log: add CGI.pm v2.66 (from Lincoln Stein)
33753      Branch: perl
33754            + lib/CGI/Util.pm t/lib/cgi-pretty.t
33755            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
33756            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
33757            ! t/lib/cgi-html.t t/lib/cgi-request.t
33758 ____________________________________________________________________________
33759 [  6028] By: gsar                                  on 2000/05/01  06:34:41
33760         Log: Pod::Man generates groff-incompatible macro definition (from
33761              Tom Christiansen)
33762      Branch: perl
33763            ! lib/Pod/Man.pm
33764 ____________________________________________________________________________
33765 [  6027] By: gsar                                  on 2000/05/01  06:31:36
33766         Log: podlators-1.02 update (from Russ Allbery)
33767      Branch: perl
33768            ! lib/Pod/Man.pm lib/Pod/Text.pm
33769 ____________________________________________________________________________
33770 [  6026] By: jhi                                   on 2000/04/30  23:24:23
33771         Log: Integrate with Sarathy.
33772      Branch: cfgperl
33773           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
33774           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
33775           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
33776           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
33777           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
33778           !> t/lib/syslog.t toke.c win32/win32.h
33779 ____________________________________________________________________________
33780 [  6025] By: gsar                                  on 2000/04/30  18:17:47
33781         Log: Is{Alnum,Alpha,Word} don't match titlecase
33782              
33783              TODO: IsSpace is defined recursively!
33784              
33785              (both spotted by Larry)
33786      Branch: perl
33787            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
33788            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
33789 ____________________________________________________________________________
33790 [  6024] By: gsar                                  on 2000/04/30  17:50:19
33791         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
33792              (from Hugo van der Sanden)
33793      Branch: perl
33794            ! toke.c
33795 ____________________________________________________________________________
33796 [  6023] By: gsar                                  on 2000/04/30  17:14:43
33797         Log: debugger stomps on $. (from M.J.T. Guy)
33798      Branch: perl
33799            ! lib/perl5db.pl
33800 ____________________________________________________________________________
33801 [  6022] By: gsar                                  on 2000/04/30  16:59:22
33802         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
33803      Branch: perl
33804            ! sv.c
33805 ____________________________________________________________________________
33806 [  6021] By: gsar                                  on 2000/04/29  21:00:08
33807         Log: remove Win2K issue in pod (fixed by change#6020)
33808      Branch: perl
33809            ! README.win32 pod/perl56delta.pod
33810 ____________________________________________________________________________
33811 [  6020] By: gsar                                  on 2000/04/29  20:51:49
33812         Log: test tweak
33813      Branch: perl
33814            ! t/lib/open3.t
33815 ____________________________________________________________________________
33816 [  6019] By: gsar                                  on 2000/04/29  20:34:27
33817         Log: windows portability tweaks
33818      Branch: perl
33819            ! t/lib/b.t win32/win32.h
33820 ____________________________________________________________________________
33821 [  6018] By: gsar                                  on 2000/04/29  19:55:24
33822         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
33823              make _PATH_LOG() return "" if unavailable
33824      Branch: perl
33825            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
33826            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
33827 ____________________________________________________________________________
33828 [  6017] By: jhi                                   on 2000/04/28  22:49:46
33829         Log: Integrate with Sarathy.
33830      Branch: cfgperl
33831           !> op.c perl.c pod/perldiag.pod t/lib/b.t
33832 ____________________________________________________________________________
33833 [  6016] By: jhi                                   on 2000/04/28  22:46:14
33834         Log: Do not warn that an infinity does not look like a number.
33835      Branch: cfgperl
33836            ! sv.c
33837 ____________________________________________________________________________
33838 [  6015] By: gsar                                  on 2000/04/28  22:35:49
33839         Log: tweak test for portability
33840      Branch: perl
33841            ! t/lib/b.t
33842 ____________________________________________________________________________
33843 [  6014] By: gsar                                  on 2000/04/28  22:05:31
33844         Log: glob() loading File::Glob behind the scenes may cause syntax errors
33845      Branch: perl
33846            ! op.c
33847 ____________________________________________________________________________
33848 [  6013] By: gsar                                  on 2000/04/28  21:25:22
33849         Log: tweak change#5945 to display correct switch name in diagnostic
33850      Branch: perl
33851            ! perl.c pod/perldiag.pod
33852 ____________________________________________________________________________
33853 [  6012] By: jhi                                   on 2000/04/28  21:08:12
33854         Log: Integrate with Sarathy.
33855      Branch: cfgperl
33856           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
33857           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
33858           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
33859 ____________________________________________________________________________
33860 [  6011] By: jhi                                   on 2000/04/28  21:04:46
33861         Log: &HUGE_VAL is not defined, it exists.
33862      Branch: cfgperl
33863            ! lib/Math/Complex.pm
33864 ____________________________________________________________________________
33865 [  6010] By: gsar                                  on 2000/04/28  21:02:58
33866         Log: clarify note about shadow password support (from
33867              gellyfish@gellyfish.com)
33868      Branch: perl
33869            ! pod/perlfunc.pod
33870 ____________________________________________________________________________
33871 [  6009] By: gsar                                  on 2000/04/28  21:00:00
33872         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
33873      Branch: perl
33874            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
33875 ____________________________________________________________________________
33876 [  6008] By: gsar                                  on 2000/04/28  20:56:33
33877         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
33878      Branch: perl
33879            ! installperl vms/subconfigure.com
33880 ____________________________________________________________________________
33881 [  6007] By: gsar                                  on 2000/04/28  20:51:21
33882         Log: note about compile failures and END blocks (from M.J.T. Guy)
33883      Branch: perl
33884            ! pod/perl56delta.pod pod/perlmod.pod
33885 ____________________________________________________________________________
33886 [  6006] By: jhi                                   on 2000/04/28  20:42:14
33887         Log: Regen Configure.
33888      Branch: cfgperl
33889            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33890            ! config_h.SH
33891 ____________________________________________________________________________
33892 [  6005] By: gsar                                  on 2000/04/28  20:41:16
33893         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
33894      Branch: perl
33895            ! utils/perldoc.PL
33896 ____________________________________________________________________________
33897 [  6004] By: jhi                                   on 2000/04/28  20:28:21
33898         Log: Integrate with Sarathy.
33899      Branch: cfgperl
33900           !> Configure INSTALL Porting/Glossary Porting/config.sh
33901           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
33902           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
33903           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
33904           !> win32/config.vc win32/win32.c
33905 ____________________________________________________________________________
33906 [  6003] By: gsar                                  on 2000/04/28  20:11:20
33907         Log: allow REG_EXPAND_SZ keys in Windows registry (from
33908              John Clayton <John.Clayton@barclayscapital.com>)
33909      Branch: perl
33910            ! win32/win32.c
33911 ____________________________________________________________________________
33912 [  6002] By: gsar                                  on 2000/04/28  19:34:16
33913         Log: destructive sv_setsv() can lose UV-ness from source, causing
33914              numeric promotions/comparisons to fail to do the right thing
33915      Branch: perl
33916            ! sv.c
33917 ____________________________________________________________________________
33918 [  6001] By: gsar                                  on 2000/04/28  18:44:15
33919         Log: support additional library locations via $Config{otherlibdirs}
33920              (from Andy Dougherty)
33921      Branch: perl
33922            ! Configure INSTALL Porting/Glossary Porting/config.sh
33923            ! Porting/config_H config_h.SH epoc/config.sh perl.c
33924            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
33925            ! win32/config.bc win32/config.gc win32/config.vc
33926 ____________________________________________________________________________
33927 [  6000] By: gsar                                  on 2000/04/28  18:26:58
33928         Log: reworked otherlibdirs.U (from Andy Dougherty)
33929      Branch: metaconfig
33930            ! U/installdirs/otherlibdirs.U
33931 ____________________________________________________________________________
33932 [  5999] By: gsar                                  on 2000/04/28  18:17:07
33933         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
33934      Branch: perl
33935            ! t/pragma/warn/toke toke.c
33936 ____________________________________________________________________________
33937 [  5998] By: jhi                                   on 2000/04/28  13:32:17
33938         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
33939      Branch: cfgperl
33940            ! lib/Math/Complex.pm
33941 ____________________________________________________________________________
33942 [  5997] By: jhi                                   on 2000/04/28  13:14:04
33943         Log: Preserve $!.
33944      Branch: cfgperl
33945            ! lib/Math/Complex.pm
33946 ____________________________________________________________________________
33947 [  5996] By: jhi                                   on 2000/04/28  12:59:23
33948         Log: Integrate with Sarathy.
33949      Branch: cfgperl
33950           +> pod/perlrequick.pod pod/perlretut.pod
33951           !> (integrate 51 files)
33952 ____________________________________________________________________________
33953 [  5995] By: gsar                                  on 2000/04/28  09:37:36
33954         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
33955      Branch: perl
33956            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
33957 ____________________________________________________________________________
33958 [  5994] By: gsar                                  on 2000/04/28  09:33:26
33959         Log: fix for missed accounting for null byte in pack("Z",...) (from
33960              M.J.T. Guy)
33961      Branch: perl
33962            ! pp.c t/op/pack.t
33963 ____________________________________________________________________________
33964 [  5993] By: gsar                                  on 2000/04/28  09:30:05
33965         Log: various minor tweaks seen on p5p
33966      Branch: perl
33967            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
33968 ____________________________________________________________________________
33969 [  5992] By: gsar                                  on 2000/04/28  09:08:19
33970         Log: pod nit (from Simon Cozens)
33971      Branch: perl
33972            ! pod/perlop.pod
33973 ____________________________________________________________________________
33974 [  5991] By: gsar                                  on 2000/04/28  09:06:36
33975         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
33976      Branch: perl
33977            ! README.posix-bc hints/posix-bc.sh
33978 ____________________________________________________________________________
33979 [  5990] By: gsar                                  on 2000/04/28  08:54:52
33980         Log: use $ENV{LIB} to search for libs under Visual C compiler
33981              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
33982      Branch: perl
33983            ! lib/ExtUtils/Liblist.pm
33984 ____________________________________________________________________________
33985 [  5989] By: gsar                                  on 2000/04/28  08:27:12
33986         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
33987              itself and no other (from Tom Hughes)
33988      Branch: perl
33989            ! t/op/array.t toke.c
33990 ____________________________________________________________________________
33991 [  5988] By: gsar                                  on 2000/04/28  08:01:38
33992         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
33993              <paul@miraclefish.com>)
33994      Branch: perl
33995            ! lib/ExtUtils/MakeMaker.pm
33996 ____________________________________________________________________________
33997 [  5987] By: gsar                                  on 2000/04/28  07:53:09
33998         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
33999      Branch: perl
34000            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
34001 ____________________________________________________________________________
34002 [  5986] By: gsar                                  on 2000/04/28  07:44:17
34003         Log: add regular expressions tutorial and quick-start guide (from
34004              Mark Kvale <kvale@phy.ucsf.edu>)
34005      Branch: perl
34006            + pod/perlrequick.pod pod/perlretut.pod
34007            ! AUTHORS MAINTAIN MANIFEST
34008 ____________________________________________________________________________
34009 [  5985] By: gsar                                  on 2000/04/28  07:30:28
34010         Log: forked child may not exit correctly if it failed to open
34011              /dev/console (from Graham Barr)
34012      Branch: perl
34013            ! ext/Sys/Syslog/Syslog.pm
34014 ____________________________________________________________________________
34015 [  5984] By: gsar                                  on 2000/04/28  07:27:20
34016         Log: attributes::reftype() doesn't work on tied argument
34017      Branch: perl
34018            ! xsutils.c
34019 ____________________________________________________________________________
34020 [  5983] By: gsar                                  on 2000/04/28  07:15:04
34021         Log: numeric conversion of non-number in change#3378 tramples on
34022              OOK offset, causing segfaults
34023      Branch: perl
34024            ! sv.c
34025 ____________________________________________________________________________
34026 [  5982] By: gsar                                  on 2000/04/28  04:48:25
34027         Log: avoid error in IO::Socket::INET when given an unknown service name
34028              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
34029      Branch: perl
34030            ! ext/IO/lib/IO/Socket/INET.pm
34031 ____________________________________________________________________________
34032 [  5981] By: gsar                                  on 2000/04/28  04:31:31
34033         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
34034              prototype mismatch with CORE::glob(); update pod and tests to
34035              suit (File::Glob::glob() is still available for backward
34036              compatibility, but should be considered deprecated)
34037      Branch: perl
34038            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
34039            ! t/lib/glob-taint.t
34040 ____________________________________________________________________________
34041 [  5980] By: gsar                                  on 2000/04/28  03:47:29
34042         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
34043              <ghudson@mit.edu>)
34044      Branch: metaconfig
34045            ! U/modified/Options.U
34046      Branch: perl
34047            ! Configure
34048 ____________________________________________________________________________
34049 [  5979] By: gsar                                  on 2000/04/28  03:07:54
34050         Log: under useithreads, constant pad entries could inadvertantly be
34051              shared across threads (from Eric Blood <eblood@xmission.com>);
34052              added Eric's test case to testsuite
34053      Branch: perl
34054            ! op.c t/op/misc.t
34055 ____________________________________________________________________________
34056 [  5978] By: gsar                                  on 2000/04/27  21:13:00
34057         Log: sync version numbers in File::Spec with the ones on CPAN
34058              (from Barrie Slaymaker)
34059      Branch: perl
34060            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
34061            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
34062            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
34063 ____________________________________________________________________________
34064 [  5977] By: gsar                                  on 2000/04/27  21:07:29
34065         Log: autoquote barewords followed by newline and arrow properly
34066              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
34067      Branch: perl
34068            ! t/pragma/warn/toke toke.c
34069 ____________________________________________________________________________
34070 [  5976] By: gsar                                  on 2000/04/27  20:41:20
34071         Log: DB_File v1.73 update (from Paul Marquess)
34072      Branch: perl
34073            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
34074            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
34075 ____________________________________________________________________________
34076 [  5975] By: gsar                                  on 2000/04/27  20:34:24
34077         Log: allow sort() reentrancy (variant of patch suggested by
34078              Hugo van der Sanden)
34079      Branch: perl
34080            ! pp_ctl.c t/op/sort.t
34081 ____________________________________________________________________________
34082 [  5974] By: gsar                                  on 2000/04/27  19:46:57
34083         Log: change#4197 somehow missed initializing PL_errors, meaning
34084              sytax error queueing wasn't working outside eval"" at all;
34085              also fixed eval"" to localize PL_error_count, so that compile-time
34086              eval's don't clobber the error state of the outer context
34087      Branch: perl
34088            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
34089            ! t/pragma/warn/toke
34090 ____________________________________________________________________________
34091 [  5973] By: gsar                                  on 2000/04/27  18:29:05
34092         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
34093      Branch: perl
34094            ! regcomp.c regexec.c t/op/re_tests
34095 ____________________________________________________________________________
34096 [  5972] By: jhi                                   on 2000/04/27  18:22:41
34097         Log: Integrate with Sarathy.
34098      Branch: cfgperl
34099           +> t/lib/b.t t/lib/syslog.t
34100           !> (integrate 31 files)
34101 ____________________________________________________________________________
34102 [  5971] By: jhi                                   on 2000/04/27  18:18:46
34103         Log: Unicos tweaks from Mark P. Lutz.
34104      Branch: cfgperl
34105            ! hints/unicos.sh lib/Math/Complex.pm
34106 ____________________________________________________________________________
34107 [  5970] By: gsar                                  on 2000/04/27  18:05:11
34108         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
34109              IV is >32bits
34110      Branch: perl
34111            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
34112 ____________________________________________________________________________
34113 [  5969] By: gsar                                  on 2000/04/27  17:50:56
34114         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
34115      Branch: perl
34116            + t/lib/syslog.t
34117            ! MANIFEST ext/Sys/Syslog/Syslog.pm
34118 ____________________________________________________________________________
34119 [  5968] By: gsar                                  on 2000/04/27  17:44:49
34120         Log: tolerate spaces in group names in test on solaris (from David Boyce
34121              <dsb@boyski.com>)
34122      Branch: perl
34123            ! t/op/groups.t
34124 ____________________________________________________________________________
34125 [  5967] By: gsar                                  on 2000/04/27  17:41:22
34126         Log: improved docs on the warn_uninit diagnostic (from David Glasser
34127              and Simon Cozens)
34128      Branch: perl
34129            ! pod/perldiag.pod
34130 ____________________________________________________________________________
34131 [  5966] By: gsar                                  on 2000/04/27  16:54:58
34132         Log: add testsuite for B backends, fix bug in B::Deparse (from
34133              Simon Cozens <simon@brecon.co.uk>)
34134      Branch: perl
34135            + t/lib/b.t
34136            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
34137 ____________________________________________________________________________
34138 [  5965] By: gsar                                  on 2000/04/27  16:10:37
34139         Log: avoid "will not stay shared" warnings for our variables (from
34140              Robin Barker)
34141      Branch: perl
34142            ! op.c t/pragma/warn/op
34143 ____________________________________________________________________________
34144 [  5964] By: gsar                                  on 2000/04/27  07:05:05
34145         Log: reformat to 72 columns (again)
34146      Branch: perl
34147            ! pod/perldiag.pod
34148 ____________________________________________________________________________
34149 [  5963] By: gsar                                  on 2000/04/27  06:28:31
34150         Log: patch from Larry to make (\&) prototype work; added tests for
34151              the same
34152      Branch: perl
34153            ! op.c t/comp/proto.t
34154 ____________________________________________________________________________
34155 [  5962] By: gsar                                  on 2000/04/27  06:15:47
34156         Log: updated README.hpux (from Jeff Okamoto)
34157      Branch: perl
34158            ! README.hpux
34159 ____________________________________________________________________________
34160 [  5961] By: gsar                                  on 2000/04/27  05:55:03
34161         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
34162      Branch: perl
34163            ! emacs/cperl-mode.el
34164 ____________________________________________________________________________
34165 [  5960] By: gsar                                  on 2000/04/27  05:49:26
34166         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
34167      Branch: perl
34168            ! INSTALL
34169 ____________________________________________________________________________
34170 [  5959] By: gsar                                  on 2000/04/27  05:33:41
34171         Log: doubled words in pods (from Simon Cozens
34172              <simon.p.cozens@jp.pwcglobal.com>)
34173      Branch: perl
34174            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
34175            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
34176            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
34177            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
34178            ! pod/perltootc.pod
34179 ____________________________________________________________________________
34180 [  5958] By: gsar                                  on 2000/04/27  05:11:39
34181         Log: change#3569 deleted some essential code, revert; avoid use of
34182              atexit() to make DynaLoader work properly on AIX under mod_perl
34183              (from Jens-Uwe Mager <jum@helios.de>)
34184      Branch: perl
34185            ! ext/DynaLoader/dl_aix.xs
34186 ____________________________________________________________________________
34187 [  5957] By: gsar                                  on 2000/04/27  04:54:51
34188         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
34189      Branch: perl
34190            ! pod/perlmod.pod
34191 ____________________________________________________________________________
34192 [  5956] By: gsar                                  on 2000/04/27  04:51:47
34193         Log: better diagnostics on failed tests (from Ilya Zakharevich)
34194      Branch: perl
34195            ! t/op/lex_assign.t
34196 ____________________________________________________________________________
34197 [  5955] By: gsar                                  on 2000/04/27  04:26:44
34198         Log: longstanding bug exposed by change#3307: sort arguments weren't
34199              compiled with the right wantarray context (ensuing runtime lookup
34200              via block_gimme() was getting the incidental context of the
34201              sort() itself)
34202      Branch: perl
34203            ! op.c t/op/sort.t
34204 ____________________________________________________________________________
34205 [  5954] By: gsar                                  on 2000/04/26  23:42:12
34206         Log: integrate cfgperl contents into mainline
34207      Branch: perl
34208           !> (integrate 30 files)
34209 ____________________________________________________________________________
34210 [  5953] By: jhi                                   on 2000/04/26  23:06:42
34211         Log: Integrate with Sarathy.
34212      Branch: cfgperl
34213           !> README.win32 ext/B/B/Deparse.pm
34214           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
34215           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
34216           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
34217           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
34218           !> utils/perldoc.PL vms/perlvms.pod
34219 ____________________________________________________________________________
34220 [  5952] By: jhi                                   on 2000/04/26  23:03:46
34221         Log: Undo "use integer" addition from 64bitint as it seems
34222              to break most of the subtests in Digital UNIX;
34223              Unicos needs to find another way.
34224      Branch: cfgperl
34225            ! t/op/64bitint.t
34226 ____________________________________________________________________________
34227 [  5951] By: jhi                                   on 2000/04/26  22:57:53
34228         Log: Be more robust on "extreme" (large absolute value)
34229              arguments.  Originally reported by Daniel Connelly
34230              as a problem with asinh() on large negative arguments,
34231              asinh() used to bail out because an argument to log()
34232              ended up being zero.  Ilya Zakharevich proposed using
34233              Taylor's series in such cases, which for such large
34234              arguments is a very good approximation.
34235      Branch: cfgperl
34236            ! lib/Math/Complex.pm t/lib/complex.t
34237 ____________________________________________________________________________
34238 [  5950] By: gsar                                  on 2000/04/25  19:13:12
34239         Log: reformat perldiag to avoid long lines
34240      Branch: perl
34241            ! pod/perldiag.pod
34242 ____________________________________________________________________________
34243 [  5949] By: gsar                                  on 2000/04/25  18:41:11
34244         Log: make perldoc use the pod2man from the same version (from
34245              M.J.T. Guy)
34246      Branch: perl
34247            ! utils/perldoc.PL
34248 ____________________________________________________________________________
34249 [  5948] By: gsar                                  on 2000/04/25  18:21:57
34250         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
34251              <kompas@kompas.usr.onet.pl>)
34252      Branch: perl
34253            ! lib/vars.pm
34254 ____________________________________________________________________________
34255 [  5947] By: gsar                                  on 2000/04/25  18:11:53
34256         Log: use &dl_error rather than &dl_load_file as the guard for calling
34257              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
34258              statically built perl)
34259      Branch: perl
34260            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
34261 ____________________________________________________________________________
34262 [  5946] By: jhi                                   on 2000/04/25  17:37:54
34263         Log: Document that tr() is not tr(1).
34264      Branch: cfgperl
34265            ! pod/perlop.pod
34266 ____________________________________________________________________________
34267 [  5945] By: gsar                                  on 2000/04/25  16:34:33
34268         Log: make module name mandatory after -M switch; reorder perldiag
34269              alphabetically (from Mark-Jason Dominus)
34270      Branch: perl
34271            ! perl.c pod/perldiag.pod
34272 ____________________________________________________________________________
34273 [  5944] By: jhi                                   on 2000/04/25  01:15:18
34274         Log: On second thoughts frexp() does have two arguments.
34275      Branch: cfgperl
34276            ! perl.h
34277 ____________________________________________________________________________
34278 [  5943] By: jhi                                   on 2000/04/24  22:56:32
34279         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
34280              Now pp_ncmp() returns undef is either operand is a NaN.
34281      Branch: cfgperl
34282            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34283            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
34284            ! vms/subconfigure.com vos/config.def vos/config.h
34285            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
34286            ! win32/config.vc win32/config_H.bc win32/config_H.gc
34287            ! win32/config_H.vc
34288      Branch: metaconfig/U/perl
34289            + d_modfl.U
34290 ____________________________________________________________________________
34291 [  5942] By: jhi                                   on 2000/04/24  19:45:17
34292         Log: Regen Configure to match #5937.
34293      Branch: cfgperl
34294            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34295            ! config_h.SH
34296      Branch: metaconfig
34297            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
34298 ____________________________________________________________________________
34299 [  5941] By: jhi                                   on 2000/04/24  19:24:11
34300         Log: Further Unicos fixes for Mark Lutz.
34301      Branch: cfgperl
34302            ! hints/unicos.sh pp_ctl.c
34303 ____________________________________________________________________________
34304 [  5940] By: jhi                                   on 2000/04/24  19:09:06
34305         Log: Various Unicos 10.0.0.6 fixes.
34306              
34307              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
34308              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
34309              Reply-To: tecmpl1@triton.ca.boeing.com 
34310              To: perl5-porters@perl.org 
34311              Date: Fri, 14 Apr 2000 20:21:00 GMT 
34312              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
34313      Branch: cfgperl
34314            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
34315 ____________________________________________________________________________
34316 [  5939] By: gsar                                  on 2000/04/24  19:01:24
34317         Log: more pod nits (from Larry Virden)
34318      Branch: perl
34319            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
34320            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
34321            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
34322 ____________________________________________________________________________
34323 [  5938] By: gsar                                  on 2000/04/24  18:54:01
34324         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
34325      Branch: perl
34326            ! ext/B/B/Deparse.pm
34327 ____________________________________________________________________________
34328 [  5937] By: jhi                                   on 2000/04/24  17:39:00
34329         Log: Integrate with Sarathy.
34330      Branch: cfgperl
34331           +> (branch 31 files)
34332           !> (integrate 73 files)
34333 ____________________________________________________________________________
34334 [  5936] By: gsar                                  on 2000/04/24  17:30:06
34335         Log: additional tests for change#5934 (from Paul Marquess, who also
34336              sent in the same fix)
34337      Branch: perl
34338            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
34339            ! t/pragma/warn/5nolint t/pragma/warn/6default
34340 ____________________________________________________________________________
34341 [  5935] By: jhi                                   on 2000/04/24  17:26:05
34342         Log: Do not assume sign propagation.
34343              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
34344              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
34345              To: payner@ncifcrf.gov, perl5-porters@perl.org 
34346              Date: Tue, 18 Apr 2000 18:24:49 +0100 
34347              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
34348      Branch: cfgperl
34349            ! t/op/bop.t t/op/misc.t
34350 ____________________________________________________________________________
34351 [  5934] By: gsar                                  on 2000/04/24  17:16:54
34352         Log: propagate lexical warnings from surrounding scope correctly
34353              within string eval()
34354      Branch: perl
34355            ! pp_ctl.c t/pragma/warn/pp_ctl
34356 ____________________________________________________________________________
34357 [  5933] By: jhi                                   on 2000/04/24  17:01:07
34358         Log: Flatten the cpp jungle doing the nosuid checking.
34359      Branch: cfgperl
34360            ! perl.c
34361 ____________________________________________________________________________
34362 [  5932] By: gsar                                  on 2000/04/24  09:08:14
34363         Log: add rsignal(), whichsig() and do_join() to public API list
34364              (mod_perl uses them to good advantage)
34365      Branch: perl
34366            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
34367 ____________________________________________________________________________
34368 [  5931] By: gsar                                  on 2000/04/24  09:01:40
34369         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
34370      Branch: perl
34371            ! pp_hot.c regexec.c t/op/pat.t
34372 ____________________________________________________________________________
34373 [  5930] By: gsar                                  on 2000/04/24  08:58:33
34374         Log: small os390 tweaks (from Peter Prymmer)
34375      Branch: perl
34376            ! config_h.SH makedepend.SH
34377 ____________________________________________________________________________
34378 [  5929] By: gsar                                  on 2000/04/24  08:55:25
34379         Log: pod nits
34380      Branch: perl
34381            ! pod/perlguts.pod
34382 ____________________________________________________________________________
34383 [  5928] By: gsar                                  on 2000/04/24  08:50:13
34384         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
34385      Branch: perl
34386            ! ext/IO/lib/IO/Poll.pm
34387 ____________________________________________________________________________
34388 [  5927] By: gsar                                  on 2000/04/24  08:43:24
34389         Log: arrange for next() to resume at the unstack op rather than the
34390              loop conditional, so that scope cleanup happens correctly
34391              (from Stephen McCamant)
34392      Branch: perl
34393            ! op.c pp_ctl.c t/op/misc.t
34394 ____________________________________________________________________________
34395 [  5926] By: gsar                                  on 2000/04/24  08:18:40
34396         Log: on windows, reserve 16M of stack rather than 128M (allows more
34397              threads to run concurrently)
34398      Branch: perl
34399            ! win32/Makefile win32/makefile.mk
34400 ____________________________________________________________________________
34401 [  5925] By: gsar                                  on 2000/04/24  08:13:52
34402         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
34403      Branch: perl
34404            ! toke.c
34405 ____________________________________________________________________________
34406 [  5924] By: gsar                                  on 2000/04/24  08:08:59
34407         Log: avoid using uninitialized memory in require version check
34408      Branch: perl
34409            ! pp_ctl.c universal.c
34410 ____________________________________________________________________________
34411 [  5923] By: gsar                                  on 2000/04/24  07:20:14
34412         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
34413      Branch: perl
34414            ! ext/IO/lib/IO/Poll.pm
34415 ____________________________________________________________________________
34416 [  5922] By: gsar                                  on 2000/04/24  07:08:42
34417         Log: commentary about IoTYPE() (from Nathan Torkington)
34418      Branch: perl
34419            ! sv.h
34420 ____________________________________________________________________________
34421 [  5921] By: gsar                                  on 2000/04/24  06:58:26
34422         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
34423              by fix
34424      Branch: perl
34425            ! sv.c t/lib/charnames.t t/pragma/utf8.t
34426 ____________________________________________________________________________
34427 [  5920] By: gsar                                  on 2000/04/24  06:37:59
34428         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
34429      Branch: perl
34430            ! doop.c t/op/ver.t
34431 ____________________________________________________________________________
34432 [  5919] By: gsar                                  on 2000/04/24  06:21:58
34433         Log: Configure might miss old directories when prefix must be
34434              expanded (from Robin Barker)
34435      Branch: metaconfig
34436            ! U/installdirs/inc_version_list.U
34437      Branch: perl
34438            ! Configure
34439 ____________________________________________________________________________
34440 [  5918] By: gsar                                  on 2000/04/24  06:16:11
34441         Log: VMS nits in glob() test (from Charles Lane)
34442      Branch: perl
34443            ! t/lib/glob-basic.t
34444 ____________________________________________________________________________
34445 [  5917] By: gsar                                  on 2000/04/24  06:11:56
34446         Log: various pod nits (from Larry Virden and others)
34447      Branch: perl
34448            ! README.amiga README.hpux README.machten README.os2
34449            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
34450            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
34451            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
34452            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
34453            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
34454            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
34455            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
34456            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
34457 ____________________________________________________________________________
34458 [  5916] By: gsar                                  on 2000/04/24  05:52:43
34459         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
34460              <wjones@tc.fluke.com>)
34461      Branch: perl
34462            ! t/lib/glob-basic.t
34463 ____________________________________________________________________________
34464 [  5915] By: gsar                                  on 2000/04/24  05:07:01
34465         Log: supported platforms mixed up
34466      Branch: perl
34467            ! pod/perl56delta.pod pod/perlport.pod
34468 ____________________________________________________________________________
34469 [  5914] By: gsar                                  on 2000/04/24  04:56:08
34470         Log: caller() wasn't returning the right number of elements for
34471              eval {...}
34472      Branch: perl
34473            ! pp_ctl.c t/pragma/warn/9enabled
34474 ____________________________________________________________________________
34475 [  5913] By: gsar                                  on 2000/04/24  04:35:41
34476         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
34477              Mark-Jason Dominus)
34478      Branch: perl
34479            ! pod/perlfunc.pod
34480 ____________________________________________________________________________
34481 [  5912] By: gsar                                  on 2000/04/24  04:17:15
34482         Log: fix totally broken caching in UNIVERSAL::isa() (from
34483              Nick Ing-Simmons)
34484      Branch: perl
34485            ! t/op/universal.t universal.c
34486 ____________________________________________________________________________
34487 [  5911] By: gsar                                  on 2000/04/24  03:39:47
34488         Log: add linebreak properties from unicode/LineBrk.txt (from
34489              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
34490      Branch: perl
34491            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
34492            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
34493            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
34494            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
34495            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
34496            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
34497            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
34498            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
34499            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
34500            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
34501            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
34502            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
34503            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
34504            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
34505            + lib/unicode/Is/LbrkZW.pl
34506            ! lib/unicode/mktables.PL
34507 ____________________________________________________________________________
34508 [  5910] By: gsar                                  on 2000/04/24  03:23:10
34509         Log: typo in pod
34510      Branch: perl
34511            ! ext/Thread/Thread.pm
34512 ____________________________________________________________________________
34513 [  5909] By: gsar                                  on 2000/04/24  03:22:03
34514         Log: mode argument to do_binmode() should be file mode, not boolean
34515      Branch: perl
34516            ! pp_sys.c
34517 ____________________________________________________________________________
34518 [  5908] By: gsar                                  on 2000/04/16  16:51:08
34519         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
34520              always returns a valid GV even when the symbol is trapped by strictures
34521              (avoids coredumps)
34522              
34523              TODO: the C<package;> hack needs similar treatment
34524      Branch: perl
34525            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
34526            ! t/pragma/strict-vars
34527 ____________________________________________________________________________
34528 [  5907] By: jhi                                   on 2000/03/31  23:42:56
34529         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
34530              an assumption which #5905 demolished.
34531      Branch: cfgperl
34532            ! pp_sys.c
34533 ____________________________________________________________________________
34534 [  5906] By: jhi                                   on 2000/03/31  18:54:37
34535         Log: Typo in #5905.
34536      Branch: cfgperl
34537            ! t/op/64bitint.t
34538 ____________________________________________________________________________
34539 [  5905] By: jhi                                   on 2000/03/31  18:50:54
34540         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
34541              reported by Joseph N. Hall.  The bug was that even with use64bitint
34542              one had to use the prefixes q, L, or ll with printf/sprintf,
34543              contrary to the documentation and common sense.
34544      Branch: cfgperl
34545            ! sv.c t/op/64bitint.t
34546 ____________________________________________________________________________
34547 [  5904] By: gsar                                  on 2000/03/28  02:31:32
34548         Log: add Changes, perldelta.pod
34549      Branch: perl
34550            + Changes pod/perldelta.pod
34551 ____________________________________________________________________________
34552 [  5903] By: gsar                                  on 2000/03/28  02:03:55
34553         Log: rename Changes and perldelta.pod
34554      Branch: perl
34555           +> Changes5.6 pod/perl56delta.pod
34556            - Changes pod/perldelta.pod
34557            ! MANIFEST
34558 ____________________________________________________________________________
34559 [  5902] By: gsar                                  on 2000/03/28  01:59:14
34560         Log: create maint-5.6 branch
34561      Branch: maint-5.6/perl
34562           +> (branch 1611 files)
34563 ____________________________________________________________________________
34564 [  5901] By: jhi                                   on 2000/03/23  05:48:43
34565         Log: Integrate with Sarathy.
34566      Branch: cfgperl
34567           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
34568 ____________________________________________________________________________
34569 [  5900] By: gsar                                  on 2000/03/23  05:42:43
34570         Log: three guesses on what this is :-)
34571      Branch: perl
34572            ! Changes